Skip to main content
Announcements
Introducing Qlik Answers: A plug-and-play, Generative AI powered RAG solution. READ ALL ABOUT IT!
cancel
Showing results for 
Search instead for 
Did you mean: 
woodalexa
Contributor
Contributor

In Qliksense, is it possible to limit the data that is available for search options for tables?

Hey there,

In Qliksense, the search option needs to be restricted or limited.

There are the following amounts of data:

[Inline] [Loading

Code,ID
A,1
B,2
B,3
D,4
E,5

];

In Qlik Sensitive, my Table Chart is configured as follows: I only need the data where the code is B displayed, so I created a chart.
Front-end or back-end Exp where Backend: if(Code='B',Code) as BCode same into Qlik Dimension
I have used the expression below.

Output is this:

When I search by ID, I see all records. Only records with code B of 2,3 should be displayed.

I would greatly appreciate your assistance in this matter.

Thanks.

Labels (1)
1 Reply
justISO
Specialist
Specialist

Hi, do the same with ID as you did for Code: if(Code='B', ID)