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: 
naveen341
Creator
Creator

Help With Pick match Condition

HI team

I Am trying to convert number to MIllion/Billions,

I have a Variable vScaleTotalARBal which return M or B or K

i am using pick match like vDivParam=Pick(alt(match($1,'B','M','K',''),0),1000000000,1000000,1000,1)

now if i use $(vDivParam(vScaleTotalARBal)) ir is returning null .

 

Thanks in Advance

@sunny_talwar 

Labels (3)
1 Solution

Accepted Solutions
sunny_talwar
MVP
MVP

Attaching the file I tested on

View solution in original post

3 Replies
sunny_talwar
MVP
MVP

Are you storing vDivParam with an equal sign? If you are, then I suggest getting rid of the sign

 

 

Pick(alt(match($1,'B','M','K',''),0),1000000000,1000000,1000,1)

 

 

image.png 

naveen341
Creator
Creator
Author

Hi Sunny It is not working i am not sure what i am doing wrong

clipboard_image_0.png

sunny_talwar
MVP
MVP

Attaching the file I tested on