Skip to main content
Announcements
Qlik Connect 2024! Seize endless possibilities! LEARN MORE
cancel
Showing results for 
Search instead for 
Did you mean: 
124rooski
Partner - Creator
Partner - Creator

Breadcrumb showing in the search criteria when selecting the dimension

I am using vizlib objects and it seems to be showing the full breadcrumb in the search criteria at the top in my application when a user selects on a dimension that I have manipulated into a variable which I am calling as my dimension

Example:

Variable name = vStore

if(STORE_NAME = 'ABC', 'Store_1'),

   if(STORE_NAME = 'CDE', 'Store_2'), 

     if( etc .....)

Now when I call $(vStore) in my dimension and change the label to just 'STORE' on the front end, it would show my full if statements  up top and doesn't take into account the label change I want. I was wondering if someone had a similar issue - mind you this is for vizlib objects. Anyone have any workarounds besides making alias changes in the script? I would like to stay away from that as this should be a simple fix.. Thank you Qlik Community. 

Labels (2)
0 Replies