Create button to change the entire view of the dashboard in qliksense and populate dimension on click of a button
Hello All,
I am struggling to implement the below scenarios in Qliksense :-
1)I have one field in my table named as 'Medium' which has two values "SI' & "TM". I need to create a button or may be two buttons , one for 'SI' and other 'TM'. When user select SI , all calculations should change to SI and when user select TM , all calculations should change to 'TM'.
2) Secondly , I have created below table :-
Report_Date| LOB| count(issueno)
31/08/2022| Wholegroup| 12
Now, I have added filters at the top like 'Component'| 'Band_Wkg|, etc. Now, when the user select Component , so this filter should get added in my above table as dimension and when user select , band wkg so it should be added as a dimension in my chart like below :-
Report_Date| LOB| Component| Band_WKG|
Can anyone please help me how can I achieve this ?