In the Text Widget/Dynamic Text is there a way to hide the variable and the curly brackets until something is selected? Or a way to write an expression - i.e. If {County} = "" Then "" Else {County}? Seems like this should be easy but I'm not seeing anything. Thanks.
Hi Devin,
The expression in the dynamic content only supports string binding and simple calculations (e.g., addition, subtraction). We will add other functions in future releases.
Cheers,
David
Thanks David. So nothing then in Dyanmic Text widget? I suppose another way to do this is to hide the widget with nothing selected. Is there a way to hide the widget if nothing is selected?
Hey Devin, can you describe your workflow? The only way to hide (not really hide it) the widget is by adding it to another page, where you have the user click a button for more details. Otherwise, it will display the field name until it is invoked from the map or it is pulling from the data source like the list widget.
David
David - you can see what I've built here - https://arcg.is/GKn0j
The dynamic text in the top right is what I'm trying to figure out.
Hi Devin,
Thanks for bringing this to our attention. We need an option to preload the text widget just like the FeatureInfo widget in your design. Here is an alternative:
Let me know if this works for you.
Cheers,
David
I had started down that road and then thought...there has to be an easier solution..heh...I'll get on it. Thanks David.