cancel
Showing results for 
Search instead for 
Did you mean: 

Case when in Design Studio

Former Member
0 Kudos

Hi everyone,

Simple question : is there a way to do a case when in Design Studio ? I had a look on Internet, SAP community, and several "How To" for Design Studio but i never read something about that...

The only "trick" i found is to use nested if-else but it's really ugly...

Thanks !

Jonas.

Accepted Solutions (1)

Accepted Solutions (1)

mike_howles4
Active Contributor
0 Kudos

Unfortunately, no - case/switch statements are not available and like you have already found, the best alternative I also use is a bunch of repetitive if...then statements as a result.

Former Member
0 Kudos

Best way i found for the moment (if it's can help someone), it's to use several IF and use a boolean in the if condition and when you are in the right if, you turn your boolean to avoid the next if...

Thank you for your answer Mike !

Answers (0)