using xtk.queryDef to get fields from a subquery? | Community
Skip to main content
RaulOcana
Level 3
June 11, 2019
Solved

using xtk.queryDef to get fields from a subquery?

  • June 11, 2019
  • 1 reply
  • 2727 views

Hi team,

It is possible to get the fields from a sub-query?

I have created a query so it joins two schemas, but I need to bring ALL fields from main and sub schemas, is that possible?

Regards,

Raúl

This post is no longer active and is closed to new replies. Need help? Start a new post to ask your question.
Best answer by Jonathon_wodnicki

Hi,

It's not possible to select fields out of where clause subqueries, no.

You can join the subquery's tables instead though.

Thanks,

-Jon

1 reply

Jonathon_wodnicki
Community Advisor
Jonathon_wodnickiCommunity AdvisorAccepted solution
Community Advisor
June 12, 2019

Hi,

It's not possible to select fields out of where clause subqueries, no.

You can join the subquery's tables instead though.

Thanks,

-Jon