Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hi ,
My stement is like this
if( og.VC_CATEGORY= 'GOLD','GOLD',
if( og.VC_CATEGORY= 'DIAMOND','DIAMOND'))
for the above statement i need to write the set analsis ,where the set value is "og.vc_purity=24"
og.vc_purity =24 should write in og.vc_category='GOLD'.
Please help how to write this .
HI
if(sum({<og.vc_purity={24},og.VC_CATEGORY= {"GOLD"}>}'GOLD',
if( og.VC_CATEGORY= 'DIAMOND','DIAMOND',
if( og.VC_CATEGORY= 'PLATINUM','PLATINUM'))))
i tried like that,it was not working
I think this is what you are expecting?
if(Only{<og.vc_purity ={24}>} og.VC_CATEGORY)= 'GOLD','GOLD',
if(Only({<og.vc_purity ={24}>} og.VC_CATEGORY)= 'DIAMOND','DIAMOND'))
Hi
Its not working
Where you are trying this? What is the expected result.
i was using in the dimensions for the pivot table.