Forum Discussion
selected_
4 years agoHelper IV
How to put columns in same query via get data SQL statement?
I'm trying to do custom column calcuation via the get data when choosing snowflake. from the window box i fill server name, WH and databse details and then in the SQL statment window I write my cus...
selected_
4 years agoHelper IV
Hi,
No it's not join.
You can move for example measures into another tab but is that possible to do it for columns?
Anonymous
4 years agoNot applicable
Hi selected_,
How about creating a static table in your database with the calculated fields to get the total result from the particular table? I think it should fix the temp result table issues.
In addition, you can also consider invoking the stored procedure which returns the summarized values.
Regards,
Xiaoxin Sheng