Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
HI Team
I have a field called dollar amonut which is like 100.230,550 etc.
users need a functionality like two list boxes where in one list box he can select mn value and other max values .Its kind ofrange select but needed in list box.
can you please help with this
Thanks in Advance
@marcus_sommer,@Oleg_Troyansky , @sunny_talwar,@rubenmarin ,
Is it important to the design that you use two list boxes or could I suggest a slider for this purpose? It will allow you to select a amount interval without any further manipulation to your data model/alternate states.
It is pretty straight forward, just right click in application-> new sheet object -> Slider/Calendar object.
SUM( {<Dollars= {">=$(=min({minimum}Dollars))<=$(=min({maximum}Dollars))"}>} Sales)
https://help.qlik.com/en-US/qlikview/November2017/Subsystems/Client/Content/Alternate States.htm
@Vegar thank you for the solution.
Can you please help me with sample example i am not able to acheive it .
HI @Vegar
thank you for solution
But i need a measure amount should be dollar not the dimenison how can i implement that
The measure is calculating dollars, I just added Dollars as a dimension as well just to point my case. Try taking my expression into another object without Dollars as a dimension and you will find it to adjust according to your dollar selections.