phaneendra_kunc
Partner - Specialist III
2011-10-19
08:34 PM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Get Possible Value for a certain field from Table
Hi
I have a requirement, where i have to show and hide the columns based on the possible field value.
Example:
Product | Indicator |
---|---|
BrandA | Y |
BrandB | N |
BrandC | Y |
BrandD | Y |
BrandE | N |
in straight table i have 3 columns which they needs to be shown on hidden based on Indicator column.
so if i pick BrandA through BranC, then the possible values are Y,N,Y
we have setuped the columns for each brand in a straight table, based on the field selections.
so in those 3 columns i have to hide the 2nd column as BrandB is N.
Any help is very helpuful
Thanks,
phani
752 Views
1 Reply
Not applicable
2011-10-19
10:10 PM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Can you add the below expression:
sum({<Indicator={'Y'}>} 1)
and hide the expression in presentation tab.
237 Views