Is it possible to sort the dates and and show the ...
# general
c
Is it possible to sort the dates and and show the date instead of a numeric number?
k
You can create a text formula field and map the date using the MMM-YY type masks.
YYYY-MM works well for sorting
c
How do i create a formula field?
m
You don't need a formula field
You can create a formula in SuiteAnalytics Workbook
You open the dataset and create a formula. Use SQL To_char to grab the month name from a date field
k
Exactly what I meant if I didn't communicate well. The only problem with MON mask is that it will sort alphabetically.
👍 1