Do not input private or sensitive data. View Qlik Privacy & Cookie Policy.
Skip to main content

Announcements
Qlik Open Lakehouse is Now Generally Available! Discover the key highlights and partner resources here.
cancel
Showing results for 
Search instead for 
Did you mean: 
srikantj
Creator
Creator

Straight table saving permanently after filters applied

Hi Qliksss

i have list box country and straight table with fields country and city and Id ,Name, Items and i gave blank Expression

In my country list box i have counties india

                                                           japan

                                                           asia

when i select india in list box my straight table is changing . i want to keep this straight table permanently

i dont need japan and asia selections in straight table

i can use trigger for that india filed or lock that fileld

i dont want that .. can i change my straight table so that only it contains the values when i select india

Qlllllllllllllllikkkkkkkkkkkkksssss Suggest

1 Solution

Accepted Solutions
surendraj
Specialist
Specialist

Use the set expression in Stright table

In expression tab:

Count(<{ country={'india'}>}id)

View solution in original post

3 Replies
Kushal_Chawda

What will happen when Japan or Asia will get selected? I don't quire understand exactly

surendraj
Specialist
Specialist

Use the set expression in Stright table

In expression tab:

Count(<{ country={'india'}>}id)

srikantj
Creator
Creator
Author

Yes i tried this only ..anyway thanks for suggestion