Skip to main content
Announcements
July 15, NEW Customer Portal: Initial launch will improve how you submit Support Cases. IMPORTANT DETAILS
cancel
Showing results for 
Search instead for 
Did you mean: 
Anonymous
Not applicable

12 Months Set Analysis

Trying to show the some for the past 12 months based on the current selections .

Dimension : YearMonth

Expression :

sum({[Year & Month]=,[Fiscal Year]=,[Date ]= {">=$(=vMinDate) <=$(=vMaxDate)"}>}[Amount])

The result is if I select yearmonth = aug18 it shows the sum of all possible from aug18 to the very last month in the QVdD. Even though I am limiting the Date to 12 months using the min amd max.

How can I show only the last 12 months?

2 Replies
Anonymous
Not applicable
Author

Changed the expression order for modifier and it worked :

sum({[Date ]= {">=$(=vMinDate) <=$(=vMaxDate)"},[Year & Month]=,[Fiscal Year]=,>}[Amount])

lironbaram
Partner - Master III
Partner - Master III

hi

what expressions are you using in the variables