Skip to main content
cancel
Showing results for 
Search instead for 
Did you mean: 
Not applicable

Slider is not connected to Pie Charts/Table

Hi I am new to QV) :-).

I have a report where i would like to use the "Slider Option" to filter on specific details. Would anyone be able to help me connect slider to reports pie chart/text box?


Thank you


Zhenya

8 Replies
whiteline
Master II
Master II

It's connected.

In QlikView everyithing is connected through the data set.

Open properties and select Value Mode: Discrete.

bgerchikov
Partner - Creator III
Partner - Creator III

Yes, it is connected. try values > 25.0. Also I'd recommend to set static step 0.1 to be consistent with $release values

Not applicable
Author

You are correct.

Is there a way to write an expression where slider will not display 'Release cycle' that does not contain any values?

Thank you

Z

Not applicable
Author

I am really new to QV.....i am not sure what you mean by Also I'd recommend to set static step 0.1 to be consistent with $release values

whiteline
Master II
Master II

use this expression in discrete slider

=if(release<>'Unscheduled', release, null())

bgerchikov
Partner - Creator III
Partner - Creator III

1. In General Tab find the option Continuus/Numeric, then selct check box Static Step and insert the value 0.1

2. In Caption tab insert the following string in Title Text:

=

if(Count ({<release_cycle-={},unresolved_status-={}>}Distinct ID)>0, 'Release Cycle', ' ')  

Hope this what you're looking for.

Not applicable
Author

No that did not work for some reason. Thank you

whiteline
Master II
Master II

=aggr(if(release<>'Unscheduled', release, null()), release)