Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
I have a chart where I dont want any impact irrespective of selections. As in whatever the selection is the chart shouldnt change with the selections.
Is that possible, if yes how?
In qlik sense
Thanks
Hi,
nullify those field in your chart expression.
like if you ignore name field selection in chart then your expression like
sum({<name=>}Sales)
Regards,
Or use your expressions like this -
Sum({1} Sales)
This extension may also be helpful: Qlik Branch