Hi All,
I have a beast mode created as CONCAT(YEAR(`pickupDATE`),'-',MONTHNAME(`pickupDATE`)) which in turn returns values such as 2020-April, 2020-june and so on...When I try to display this as a quick filter I get the values displayed in the quick filter in my card in random order -such as
2020-April
2020-August
2020-December
and so on....Can you please let me know how to display these values in ascending order in my quick filter as below
2020-April
2020-May
2020-June
2020-July
and so on...
Thanks,
Arun