Discussion Board for collaboration related to QlikView App Development.
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.
Hi,
Try with
count({$<Year>} Id)
Try this
Count({<Year = >} Id)
Thank you for the reply Jsingh. it worked.