I want to place some non numerical columns (date and string) before, some between and some after the numerical columns in a table.
Is it possible?
I want to place some non numerical columns (date and string) before, some between and some after the numerical columns in a table.
Is it possible?
@Enrique_Martin - You can try to put those columns under Group By. However, please note that it will take away the aggregation and provide the data at the detail level. Let me know if this helps!
Unfurtanetly I do need the aggregation, thank you anyway