Skip to content

Instantly share code, notes, and snippets.

@23maverick23
Last active February 2, 2022 20:39
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save 23maverick23/007af099ac4726c2e314542e27fa6cb5 to your computer and use it in GitHub Desktop.
Save 23maverick23/007af099ac4726c2e314542e27fa6cb5 to your computer and use it in GitHub Desktop.
NS: Convert Date Month to Sortable With Text (SuiteAnalytics Workbook)
-- Format a date field in SuiteAnalytics Workbook so that it sorts by month but displays month name
TO_CHAR({date_field}, 'MM') || '-' || TO_CHAR({date_field}, 'MON')
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment