Skip to main content
cancel
Showing results for 
Search instead for 
Did you mean: 
Prink
Contributor III
Contributor III

filter pane value to script

Hi,

I have a filter pane containing months. If a select a month , for eg: may. I need this value('may') to be used in script for a where condition. How will I get this value in script? It changes dynamically. If I select 'jan'. I should get 'jan' in script. 

4 Replies
Shubham_Deshmukh
Specialist
Specialist

First let me know what is your scenario,any other requirement? Because you have filter of month, then as per associative model functionality of Qlikview, definitely it gone apply month filter like where condition on dashboard.
Prink
Contributor III
Contributor III
Author

Hi,

Let me explain u with an example. Take a filter pane with values like 1,2,3,...10.

If I select 3, i need to display only 3 months data in a pivot table.

If I select 5, i need 5 months data in same pivot table.

I'm using data load editor and there I have added the dimensions & measures. 

Now I need to provide conditions to table based on filter like 3 r 5. 

So how can I do it in script? I don't want in chart expression.

Shubham_Deshmukh
Specialist
Specialist

So your months data in filter is not associated with other data right?

Prink
Contributor III
Contributor III
Author

yes