Hi Guys
I have a requirement where I have select three different criteria in work. I have to select all the data which starts "BAN*" (rename as BLR), again select the data which starts MAD* and rename as CHN and the rest as Others
I have tried using switch, iff and like statements but never works
Team: Iff([City] Like "BAN*","BLR",IIf([Library Item] Like "MAD*","CHN","Others"))
I have a requirement where I have select three different criteria in work. I have to select all the data which starts "BAN*" (rename as BLR), again select the data which starts MAD* and rename as CHN and the rest as Others
I have tried using switch, iff and like statements but never works
Team: Iff([City] Like "BAN*","BLR",IIf([Library Item] Like "MAD*","CHN","Others"))