Hello!
I am using the following query on a Calculated Table (Calculated_Table_3):
SELECT Item, StartTime, EndTime, Station FROM Calculated_Table_1 UNION ALL SELECT Item, StartTime, EndTime, Station FROM Calculated_Table_2
After pressing reset, I get the the following syntax error twice:
syntax error, unexpected all, expecting end of code syntax error, unexpected all, expecting end of code
And I can't figure out where this is coming from exactly... I know that the syntax error shows up when I create a Gantt Chart with Calculated_Table_3...
When I remove the UNION ALL, the syntax error doesn't show up... but I need to combine both tables with duplicates...
It is working well but I get the error at the compiler console and that's all...but I don't like having there a syntax error showing up... I would like to figure it out...
Any ideas of where this is coming from?
Thanks for your time!