Hi, I created an input variable and define its value as 1,2,3. And then, I use it in set analysis in a bar chart. I'd like to show the value according the input selections and these values are sorting automatically. But, It's not sorting like below, How to fix it?
Bar chart sorting:
![StacyCui_1-1669096977346.png StacyCui_1-1669096977346.png](https://community.qlik.com/t5/image/serverpage/image-id/94242i2F8252718963B849/image-size/medium?v=v2&px=400)
Input variable:
![StacyCui_0-1669096750638.png StacyCui_0-1669096750638.png](https://community.qlik.com/t5/image/serverpage/image-id/94241i4369E6299964F1A1/image-size/medium?v=v2&px=400)
Set analysis:
pick($(vswitch_volume_quantity),count(distinct UNIQUEID),sum(ORDERINTAKE),sum(WEIGHTEDORDERINTAKE))