Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hi Friends,
How to get months (Jan ,feb....................................dec) wise please help me i am getting april ,may like that
Hi,
I understand that, you require the chart to be sorted by monthly.
If so, please try using num(Month) in sort tab (by expression).
Thanks.
You want this from Script / Front End?
Hi Siva,
Write following expression in your edit script
SET MonthNames='Jan;Feb;Mar;Apr;May;Jun;Jul;Aug;Sep;Oct;Nov;Dec';
And for getting month name like Jan, Feb..... use following in your edit script:
Date(DteFiled,'MMM') AS MonthName
From above you will get MonthName as field which has extracted month names from your date field.
Thanks,
Hi,
Below is doc for your reference.
Go Sort tab and Un-Mark the Text Tick Box and Mark the Load Order and Set the ORIGINAL.