Hi all,
I need to be able to sort by a date field "Escalation Date." That field is being read as text. I've tried adjusting formatting in my Excel file and in multiple places in the Confluence page and no luck.
Steps to get data into this page
Hi @Kelsey Lubbe ,
I've recreated your case and the sorting works for me just fine:
SELECT T1.'date'
FROM T*
ORDER BY 'date' DESC
Here I already sort my column:
And here I use the Table Filter macro on top to sort it backwards:
The date format that you use is correct.
From the first screenshot I see that your macros have more complex SQL queries: CASE WHEN... Maybe at some point you modify the date or smth.
So please create a support request here tech-support@stiltsoft.com where you attach the Page Storage Format (upper right corner of the page -> menu ... -> View Storage Format) and the source CSV attachment.
We will recreate your page and look into the issue.
Besides check if you use the up-to-date version of the app - the current one is 8.0.0.
Online forums and learning are now in one easy-to-use experience.
By continuing, you accept the updated Community Terms of Use and acknowledge the Privacy Policy. Your public name, photo, and achievements may be publicly visible and available in search engines.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.