Skip to main content
cancel
Showing results for 
Search instead for 
Did you mean: 
jpapador
Partner - Specialist
Partner - Specialist

Alternate States: including selectors for fields already defined in analysis

A chart I have in an alternate state I would like to still include my Year selector.  I realize it is as simple as doing a Year=$::Year but my problem is in my set analysis I am already setting the year value to always be the max year.  Year ={$(=Max(Year))

How do I keep that functionality with also including the year selector?

UPDATE:

I figured it out, it would look like

Year={$(=Max({<Year=$::Year>}Year))

1 Solution

Accepted Solutions
jpapador
Partner - Specialist
Partner - Specialist
Author

I figured it out, it would look like

Year={$(=Max({<Year=$::Year>}Year))

View solution in original post

2 Replies
jpapador
Partner - Specialist
Partner - Specialist
Author

I figured it out, it would look like

Year={$(=Max({<Year=$::Year>}Year))

jpapador
Partner - Specialist
Partner - Specialist
Author

I figured it out, it would look like

Year={$(=Max({<Year=$::Year>}Year))