Skip to main content
Announcements
Live today at 11 AM ET. Get your questions about Qlik Connect answered, or just listen in. SIGN UP NOW
cancel
Showing results for 
Search instead for 
Did you mean: 
Applicable88
Creator III
Creator III

Correct function for range slider

Hello Qlikcommunity,

rather long question here. 

I have following data here: 

SerialnumberMaterialDeliverynumberPosDate of packing
BA1234567811B2010415401052001.04.2020
BA2003012184B2011415400981001.04.2020
BM2003012232B2012415401681001.04.2020
BM2003010719B2013415401581001.04.2020
BM2003012231B2013415401671001.04.2020
GM2003010719B2010415400933002.04.2020
GM2003012231B2010415400933002.04.2020

Important information: Every serialnumber is unique , but every delivery  can contain one or more serialnumber within the order. 

Im using set analysis to make a bar chart:

Count( {< Serialnumber ={"BA*","BM*"} >} Serialnumber )  

the other one: Count( {< Serialnumber ={"GM*","GC*","RL*","MC*"} >} Serialnumber )

So far no problem. But now I want to implement two different range sliders.

Of course both of them should take effect on filtering the data in the bar chart.

The first slider should show me all  deliveries which exists more than one time, but only those whose serialnumber starts with BA* or BM*. Deliverynumbers which exists only one time must not be counted.

The second slider should filter the deliveries with more than one Position. But if there are two positions with value 10 it only should count as one. 

Am I right when the slider is cannot  use for  expressions like these: Count( {< Serialnumber ={"BA*","BM*"} >} Serialnumber )    ??

 

I hope someone can help me. 

Thank you very much and stay safe.

 

0 Replies