Hi,
As shown in my screen shot, I have month by Fiscal year. HOw do i go about ordering it by month automatically
Regards
Pio
Use Rule-Based Engine node with expressions
$MONTH_YEAR$ LIKE “JANUARY*” => 1
…
$MONTH_YEAR$ LIKE “DECEMBER*” => 12
and sort by added column.
9 Likes
@izaychik63 That is great it works. Thanks
1 Like
This topic was automatically closed 182 days after the last reply. New replies are no longer allowed.