My Stuff
New AI Community Guidelines. Please review and follow them to ensure AI use stays safe, accurate, and compliant.
-
Re: SuiteAnalytics Workbook is showing the incorrect quarter
Kindly try: CASE WHEN EXTRACT(Month FROM {yourdatefield}) IN (7, 8, 9) THEN 'Q1' WHEN EXTRACT(Month FROM {yourdatefield}) IN (10, 11, 12) THEN 'Q2' WHEN EXTRACT(Month FROM {yourda…1 -
Re: SuiteAnalytics Workbook is showing the incorrect quarter
Hi Lea, I think workbook uses typical quarter like Jan - Mar as Q1 and so on. As a workaround, you can try to create a formula for your date field. See sample below: CASE EXTRACT(Month FROM {yourdate…3
