Hi! I was wondering if it's possible to create horizontal tables, where the columns are shown as rows.
It would be very useful for a dashboard I'm creating.
Anyone knows how to do it?
Thanks ![]()
you can manipulate the data in SQL to pivot your data. Then you send it to your table as required. Look up in w3schools or just a search for SQL piivot, or SQL show columns as rows etc..
You could send your data to a 2D array, or object, even in your flow as a flow.set() in a function, and then load your table as you manage the data from the array.
This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.