Hi,
I just cannot find the correct syntax... The idea is to replace several iif() by something like that :
with
member measures.test as
'case commercial.currentmember.level.ordinal
when 1 then measures.quantity
when 2 then measures.sales
else measures.budget
end'
select...
Hi,
I just cannot find the correct syntax... The idea is to replace several iif() by something like that :
with
member measures.test as
'case commercial.currentmember.level.ordinal
when 1 then measures.quantity
when 2 then measures.sales
else measures.budget
end'
select...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.