Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations TouchToneTommy on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  1. TheHungarian

    The case..when..then.. instruction in MDX ?

    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...
  2. TheHungarian

    The "case..when..then.." instruction in MDX ?

    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...

Part and Inventory Search

Back
Top