
Not applicable
2011-01-27
03:57 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
How to use Switch statement in the expression
Hi,
Can I use switch statement in the expression. If anybody having the example pls share.
Regards
3,738 Views
1 Reply


Partner - Specialist III
2011-01-27
04:44 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
hi Upendra,
Use the below method
pick(wildmatch(Year,2000, 2001,2002,'*'),'A', 'B', 'C', 'Other')
where Year is the field name. if the value is 2000 it will display A and so on....
You will find more explanation in the below forum
