Skip to Content
0
Former Member
May 19, 2009 at 02:34 PM

Multiple nested *WHEN condition using properties from a single dim in Logic

74 Views

Hi All,

Has someone used multiple properties from a single dimension to filter in nest WHEN/ENDWHEN structures? The sample code below isnu2019t the exact structure we are using but simulates the type of filtering we are trying to achieve. Does the logic allow us to filter by property more than once?

There is a 'Entity' Dimension and CURRENCY and GROUP are 2 properties of the Entity dimension.

*WHEN ENTITY.CURRENCY

*IS USD

*WHEN ENTITY.GROUP

*IS EMEA

*REC (u2026)

*ENDWHEN

*ELSE

*REC(u2026)

*ENDWHEN

Thanks a lot,

Sri

.