To create this saved search, please follow the steps below:
-
Navigate to Lists > Search > Saved Searches > New
-
Search Type = Transaction
-
On Criteria tab > Standard subtab, add the following Filter fields:
-
Type = Sales Order
-
Date = is within this fiscal year
-
Main Line = True
-
-
On the Results tab > Columns subtab, add the following Field columns:
-
Field = Number
Summary Type = Group
-
Field = Formula (Currency)
Summary Type = Sum
Formula = case when to_char({trandate}, 'MM') between 1 and 3 then {totalamount} else 0 end
Custom Label = FY 20XX Q1
-
Field = Formula (Currency)
Summary Type = Sum
Formula = case when to_char({trandate}, 'MM') between 4 and 6 then {totalamount} else 0 end
Custom Label = FY 20XX Q2
-
Field = Formula (Currency)
Summary Type = Sum
Formula = case when to_char({trandate}, 'MM') between 7 and 9 then {totalamount} else 0 end
Custom Label = FY 20XX Q3
-
Field = Formula (Currency)
Summary Type = Sum
Formula = case when to_char({trandate}, 'MM') between 10 and 12 then {totalamount} else 0 end
Custom Label = FY 20XX Q4
-
-
Hit Save & Ru