Forum Discussion
bilalkhokar73
4 years agoHelper IV
Month-year Column Sorting from Desc to Asc
Hi, I have Month Year Column in 2022-Jan, 2022-March this format When I pull this column in Matrix then i want to sort this column from desc to asc
SelvakumaranM
4 years agoFrequent Visitor
Hi,
Create a custom column using Date.ToText([Date], "yyyyMM") and use this column to sort ur Month Year Column
Pls refer: