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 ) ??