Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hi,
How to disable only 2022 from the filter pane?
The problem is, I have a lot of KPIs that reflects to 2022 year data after selection. But, I don't want to reflect the 2022 year selection over the KPIs.
When user select year 2022 then there should be no change in the dashboard.
Thanks
is it acceptable to not show 2022 as an option in the filter?
Hi,
you can give if condition in filter pane like following :
=if( Year <> '2022' , Year)
for e.g
Vikas