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

Announcements
Qlik GA: Multivariate Time Series in Qlik Predict: Get Details
cancel
Showing results for 
Search instead for 
Did you mean: 
Manni_SM
Creator
Creator

Filter data

Hi 

@rubenmarin @Vegar @marcus_sommer  @rwunderlich 

i have a  filter pane with list of fields  around 30 field with 10yrs of data.

filterpane 1:  list of fields

filterpane 2:   whatever field is selected in field 1 it will show respective field data.

now customer is asking application is getting all the data its impacting dashboard performance. now  is there any alternate method to implement this feature in Qliksense?

 

Labels (2)
13 Replies
Vegar
MVP
MVP

Qlik Sense have a build in feature for this, it is called "Cyclic dimension", please check out  this help page on the topic:  cyclic-dimension.htm 

Manni_SM
Creator
Creator
Author

hi @Vegar  Thanks for your suggestion but cyclic dimension is only possible in charts not in stright table

my requirement is like below

two filers  one straight table.  

Manni_SM_0-1757063702189.png

 

Manni_SM
Creator
Creator
Author

Hi @rubenmarin  any suggestions? 

rubenmarin

Hi, how is created the 2nd filter list? By default I would use "=[$(=FieldList)]"

 

Manni_SM
Creator
Creator
Author

Hi @rubenmarin  yes used this

 ='['&$Field &']'

rubenmarin

That's different than what I posted. I would have a field that lists all selectable fields, that would be the first selector, and the 2nd would be created as I posted before: [$(=FilterField)]

Or, if you use $Field in field selector, the 2nd would be: [$(=$Field)]

Manni_SM
Creator
Creator
Author

below are the expressions used for  listbox 1 and 2

Sheet Name ObjectID Object Name Location Expression
Main LB01 Field List =IF($Field = 'ACCOUNT_NUMBER' or $Field = 'PRODUCT_CODE' or $Field = 'USD_AMOUNT', Null(), $Field)
Main LB02 - Caption =[$Field]
Main LB02 - =$(vFieldVariable)
Main LB02 - ListBox Title =[$Field]

rubenmarin

And have you tried to use [$Field] instead of $(vFieldVariable)?

Manni_SM
Creator
Creator
Author

yes if i use   [$Field]  am getting same result of Filterpane one only..  

present filters are working fine  with my preivous expressions  but

now  customer is asking application is getting all the fields data  almost 10 years data its impacting dashboard performance. now  is there any alternate method to implement this feature in Qliksense?