Would it be possible to restrict or limit search option data for tables in Qliksense?
Hello,
The search option in Qliksense needs to be restricted or limited.
The amount of data is:
[Inline] [Loading
Code,ID A,1 B,2 B,3 D,4 E,5
];
My Table Chart in Qlik Sensitive is set up as follows: I need only the data where the code is B to display, so I created a chart. Backend or front end Exp where Backend: if(Code=’B’,Code) as BCode same into the Qlik Dimension expression I have used.
Output is this:
When I search by ID, I see all records. Only records with code B of 2,3 should be displayed.
If you could assist me in this matter, I would greatly appreciate it. Thanks