I removed all the transformations just to be certain all the queries are returning a table and not a single field.
When I do, the dashboard shows a drop down menu at the bottom, where I can select and view each query separately. Viewing each one, I can confirm they all return a table, each with 30 rows
Selecting Outer Join → Instance it converts to a single row
Yes, I was joining by instance, I thought I mentioned it, maybe I didn’t made it clear.
The instance column was hidden as I do not want it displayed on the table.
Does hiding it actually remove it from the results? I wouldn’t expect that.
From the query, I see INSTANCE is $CDU in both queries but I am unable to see what value it actually is
But I see that in either query the times in each query are all the same but different in each query. If you join by time you should get rows as I see it but I do not have data to play around with.
When you do a join without any other transformation what do you get?
Have you tried using stdOutletindex as the join field?
The join field in each query should be identical in each row of each query but each row should be different.
Are you trying to produce a single table with all rows from each query or a single table with 30 rows but all columns from each query?