Skip to main content
cancel
Showing results for 
Search instead for 
Did you mean: 
Anonymous
Not applicable

Set analysis (Month)

Hi,

It is possible with set analysis to select from January to the current month selected? For example, if I select 'April' in field Month, my chart will display from January to April.

I tried different things but I couldn't do it. Can anybody help me?

Thanks in advanced.

Daniel

1 Solution

Accepted Solutions
tresesco
MVP
MVP

Try like:

sum([$<DateField= {">=$(=YearStart(max(DateField))) <= $(=max(DateField))"}>} Amount)

View solution in original post

4 Replies
giakoum
Partner - Master II
Partner - Master II

see attached

tresesco
MVP
MVP

Try like:

sum([$<DateField= {">=$(=YearStart(max(DateField))) <= $(=max(DateField))"}>} Amount)

Anonymous
Not applicable
Author

Sorry I thinkt that I don't explained very well.


I want that in my chart if I selected April in field Month, chartt will display from January to April. So, dimension in my chartt is field Month. It is possible to do this with 'Calculated Dimension'?

Anonymous
Not applicable
Author

This works for me.

Thanks to everyone for your help.