Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
How can we use the calculated dimensions in pick(match) fucntion?
Regards,
Mahamed
Check the below link.
HI,
pick(match(MONTHFIELD,'JAN','FEB','MAR','APR','MAY'),1,2,3,4,5)
Regards
$@M.
What if
I have cycliv group name as Group1
Group1 has dimensions like Month, Year,
But Month is calculated then? (if(isnull(Month),'Unknown',Month)
Pick(Match(Group1),'Month','Year'),'1','2')
It works fine for Year not for Month
You may use Pick(Match()) to get quarter as,
=PICK(MATCH(Order_Month,'Jan','Feb','Mar','Apr','May','Jun','Jul','Aug','Sep','Oct','Nov','Dec'),'Q1','Q1','Q1','Q2','Q2','Q2','Q3','Q3','Q3','Q4','Q4','Q4')
Thank you mayuresh.
Issue has been already resolved.
nice. Please close the thread if u get the solution by making correct and helpful answers