Skip to Content
0
Former Member
Dec 23, 2010 at 10:36 AM

How to do a CASE statement in Universe Design

3889 Views

Hello Experts!

I'd like to a CASE statement in Universe Design but I don't know how to do it. Could anybody help me?

I tried this following example but I had no success.

<EXPRESSION>

CASE

WHEN @Select(Product Category\L01 Product Category) = '1000010001' THEN 'BUNGEPRO'

WHEN @Select(Product Category\L01 Product Category) = '1000010001' THEN 'FARELO'

END

</EXPRESSION>

Thank you all!

Rubens