Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hi All,
My requirement is
Ex:
Say field name has a,b,c data
Now If I select a one chart should be displayed and if I select b one more chart should forb should be displayed and on c one more for c.
So my doc should have 3 charts.
How can I achieve this? I tried in layout conditional but its in appropriate. Can anyone help please?
Regards,
Prajna
some error near letter show
FindOneOf( GetFieldSelections(Show), 'a') > 0
In place of show I need to put field name?
If so...
Em not able to hide the charts...all 3 are visible without data
Regards,
Prajna
Have you tried ?
SubStringCount(GetFieldSelections(Metrics), 'a')
SubStringCount(GetFieldSelections(Metrics), 'b')
SubStringCount(GetFieldSelections(Metrics), 'c')
Thanks for all the suggestions
Regards,
Prajna