Hello,
In my SQL query I have 2 temp tables, one being a query output from other tables, while the other being a created table with fixed historical values. The result of the query is the union of these two tables (my goal is to be able to compare current output vs historical).
I’m now trying to transpose this in a Quicksight dataset, but it’s returning error on the created table (specifically it gives error when I use CREATE TABLE table1 (column_name format …). What is the correct language to create a table (and insert values) in Quicksight?
If this is not feasible, I though of creating 2 datasets (one with my query, the other with historical values in excel format), but how can I union/collate the two?
Thank you,
Davide