Hi all. Ive read a previous thread and just need a little more help on the sorting of the month column into chronological order instead of alphabetical. The correct syntax is then put in the 'edit column formula field'?
month.png
Uploaded 9:44 am109.3 KB
Arjun provided the below answer I assume I am to amend and replace, but to what?
My thinking if using January as an example. Is the below anywhere near correct?
WHEN ("TableHeading"."Month1"='JAN' ) THEN '1'
Below is the syntax -
CASE
WHEN ("TableHeading"."ColumnName1"='Value1' ) THEN '1'
WHEN ("TableHeading"."ColumnName2"='Value2' ) THEN '2'
WHEN "TableHeading"."Column Name"='Value3' THEN '3'
ELSE "TableHeading"."Column Name"