Actually I have to load users whose id is to be fetched from sub-table and match with another table. Basically I want to connect 2 table to one another using the multireference (sub-table) field.
Is their any solution to this problem?
Hey @Teodor could you please help us with this? we tried adding the columns to the right side in the query but it is not giving the expected output instead its returning [object Object].
Then something else is wrong. There is no error so probably something in your joins must be wrong. Why not just test everything step by step? Add a table, then start adding joins etc and see when it breaks.
Also what server model and db are you using?