Skip to main content
cancel
Showing results for 
Search instead for 
Did you mean: 
madushanfernand
Contributor III
Contributor III

Fix the Filter for Chart dimension

Hi

could some one please help me to fix the filtering for the chart as follows.

eg : if we select any of the year for the highlighted chart, figures should not be changed as per the year selection. but should allow for any other filters to change with corresponding values.

 

Capture6.PNG

1 Solution

Accepted Solutions
jsingh71
Partner - Specialist
Partner - Specialist

Try this

Count({<Year = >} Id)

View solution in original post

3 Replies
sergio0592
Specialist III
Specialist III

Hi,

Try with

count({$<Year>} Id)
jsingh71
Partner - Specialist
Partner - Specialist

Try this

Count({<Year = >} Id)

madushanfernand
Contributor III
Contributor III
Author

Thank you for the reply Jsingh. it worked.