How to write Multiple "if" Conditions with out Using "Nested-if"

We can use a switch by simulating a bit mask

Building Block:
grafik

with the configured arrColset we build up the BIT Mask as String and will use it within a switch

Sample Data:
grafik

gives following output:
grafik

Find Starter help here:
Demo_CheckMask_Switch_4Cols.xaml (9.6 KB)

2 Likes