I am in the middle of building a dashboard, and I am using the 2 Dimensional Heat map Extension.
I was wondering if I am able to toggle the dimensions of the heat map? I have attempted to do this however Qlik keeps erroring.
I created a toggle which then selects the Dimensions I want to change the Heat map.
I then in the Dimension, used this code
=IF('$(vHeatSelctn)'='CaseOwner',[Case Owner: Full Name]), =IF('$(vHeatSelctn)'='ReasonForComplaint',[Reason for Complaint]), =IF('$(vHeatSelctn)'='MFU',[MFU])
and an Invalid Dimension error occurs.
Is this the way to go about this? Or am I able to toggle dimensions on a Heat Map?