Sort Row Orders in Template with Start Expression.
I m trying to sort the row orders in Template.
<<Start:SELECT(Fixtures For Report[_RowNumber],[Fixture Date]>(Today()-7))>>
This is Expression to pull the data from the tables contains the records to show in template and it is working fine.
On “Fixtures For Report” table, we have column with name [Load ID]. What I m trying to do is to sort this table by two columns. First priority is given to Load ID column and secondary sort is [Fixture Date]
How can we alter the expression to use select and orderby all together at the same time?
Thank you for opening this topic!! And thank you @Aleksi_Alkio for sharing the solution!
For the next people reading this post, It’s also important to keep in mind that
[Load ID],TRUE sorts the Load ID rows in descending (high-to-low/9-0/Z-A) order, while [Load ID],FALSE sorts the Load ID rows in ascending (low-to-high/0-9/A-Z) order