Message 1 of 16
Parameter String Value Controls Yes/No Visibility Parameter
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
I'm at my wits end on this one. Here's a run down of what I'm trying to do.
Type Parameters:
MyTextString - Text Parameters
HideTheDetailLine - Yes/No Parameter
When MyTextString has a value other than "". then enable the Yes/No parameter HideTheDetailLine.
I've tried to figure it out using this formula for the HideTheDetailLine parameters.
if(MyTextString),1=1,1=0)
But that isn't working...I get "Comma not expected" error.
Anyone know the vernacular here?