Do not input private or sensitive data. View Qlik Privacy & Cookie Policy.
Skip to main content

Announcements
Want to see what's currently in public preview? We've pulled it all together in one place. Check it out here
cancel
Showing results for 
Search instead for 
Did you mean: 
Not applicable

Removing ValueList ?

Hi All,

I need some help in removing the ValueList from chart dimension and as well from expression in Case 2 like in Case 1.

Please find the sample attachment for your reference.

Thanks in advance..

Regards ,

Ravikumar

Labels (1)
3 Replies
Gysbert_Wassenaar
Partner - Champion III
Partner - Champion III

Use Month as dimension and this expression:

=

pick(match(Month,vPrevMonth,vCurrMonth),

  Sum({<Month={"$(vPrevMonth)"}>}Sales)/4,

  Sum({<Month={"$(vCurrMonth)"}>}Sales)/10

)


talk is cheap, supply exceeds demand
Not applicable
Author

Hi Wassenaar,

Actually I am doing this change to improve the performance.

Your solution is also looking similar to ValueList.Will it effective than using ValueList ?

Regards ,

Ravikumar

Gysbert_Wassenaar
Partner - Champion III
Partner - Champion III

I think so. Test it to make sure.... as always 🙂


talk is cheap, supply exceeds demand