Community Announcements have moved! To stay up to date, please join the new Community Announcements group today. Learn more
×I created a table with the table excerpt include macro. Now I want to sort the rows by the "date" column. The sort function of the table filter macro doesn't work.
Is there any other way?
Hi @Moritz Ehrle ,
You may try the Table Transformer macro: go to the Settings tab and choose the correspondent Date format.
Then you may use smth like this for your SQL query:
SELECT * FROM T*
ORDER BY 'Date' ASC
Here the 'Date' column is your column with dates.
Hi @Janice ,
Please add a few custom tags for us:
Thank you!
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.