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: 
FrankC
Creator
Creator

Pretty Filter

Hello

 

I am looking for a filter that:

* Users can select by clicking a checkbox

* Can display multiple attributes of the filter.  For example Store # is my filter, but I want to display State and current ranking and current AR.

 

thanks for any assistance

Frank

1 Solution

Accepted Solutions
JordyWegman
Partner - Master
Partner - Master

Hi Frank,

Do you want to see that in the same object or another object?

Because you can create a concatenated string with this information.

[Store #] &' | '& [State] &' | '& [Ranking] &' | '& [AR]

Jordy

Climber

Work smarter, not harder

View solution in original post

2 Replies
JordyWegman
Partner - Master
Partner - Master

Hi Frank,

Do you want to see that in the same object or another object?

Because you can create a concatenated string with this information.

[Store #] &' | '& [State] &' | '& [Ranking] &' | '& [AR]

Jordy

Climber

Work smarter, not harder
FrankC
Creator
Creator
Author

Jordy

 

Thanks.  I didn't think about using concatenation to create the different attributes and or lines.

 

thanks