Skip to main content
Announcements
Qlik Connect 2024! Seize endless possibilities! LEARN MORE
cancel
Showing results for 
Search instead for 
Did you mean: 
Not applicable

Filter

I have Inline dimension e.g,i used both in [food information] in filter  in Sheets.....i used this filter in two sheet...In one sheet i show in filter

Apple and Mango.........And in second sheet i show all in items  [Food Information] in filter......How can i achieve using same inline dimension.

[Food Information]

load * inline

[

Fruit

Apple

Mango

Graphs

  Orange

]

1 Solution

Accepted Solutions
arulsettu
Master III
Master III

try this for first sheet

in list box->expression  if(match(Fruit,'Apple','Mango'),Fruit)

second sheet display all data in listbox

View solution in original post

7 Replies
mustafaelryah
Creator
Creator

Explore more Mr. Hammad

arulsettu
Master III
Master III

try this for first sheet

in list box->expression  if(match(Fruit,'Apple','Mango'),Fruit)

second sheet display all data in listbox

Not applicable
Author


Hi Arul,

By using ur expression I got the below results.

is it possible to show only apple and mango?

Capture123.PNG

Thanks

Sudha

arulsettu
Master III
Master III

in list box istead of selecting filed select expression and use the above code

i got this

Capture.PNG

Not applicable
Author

Hi,

define the expression as a field in the list box
=ValueList('mango','apple')

Not applicable
Author

got your point.Thanks for you respsone arul.

arulsettu
Master III
Master III

my code is displays mtaching values from the field.

this one is like giving values in list.