Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
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
Attaching the file I tested on
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)
Hi Sunny It is not working i am not sure what i am doing wrong
Attaching the file I tested on