Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hello,
QlikSense's search option must be restricted or limited in order to function effectively.
There are the following amounts of data:
[Inline] [Loading
Code,ID
A,1
B,2
B,3
D,4
E,5
];
In Qlik Sensitive, I created a table chart that displays only data where B is the code.
The backend and frontend code are the same if the code is 'B'.
Below is the expression I used.
Here is the output:
I see all records when I search by ID. 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
Limit the data in the source table with a filter on B.
Otherwise it will always show all options.