Hi All,
I have an issue making union, I have the table A that has 2 different joins with the other tables; I want to make the same query in the table 2 but the difference is the one join is "NotExists", when I try to union the 2 queries with this sentence:
qr.queryType(QueryType::Union);
and I run the form, the infolog shows me this error:
The join mode in union query is invalid. For a join query, the join mode of the second level data source must be either exists or notexists.
I read in other forums, the UNION doesn't work with joins. Someone can help me to solve the issue using UNION or similar?
*This post is locked for comments
I have the same question (0)