Hi everyone,
Here I am asking for help again regarding watermarks.
I attach the xls of the form I am trying to sort out.
What I have
What I want
What I’ve tried
What am I missing? I have lost hope and done basic testing in the bind::esri:parameters...
Please help 🙂
Solved! Go to Solution.
Try this out, I moved the color and size from the bind parameter field to your name calculation inside the concat(). Then set the bind::esri: parameters to: bottomRightWatermark=${nameplate_image_wm_text} and it appears to work.
Hi @ALBJORGUI,
Am guessing here I haven't tested it yet
For your nameplate_image row for now without any extra parameter, set: bind::esri:parameters: bottomRightWatermark=${nameplate_image_wm_text}
For your test_photo row (if you want a static test watermark), set bind::esri:parameters :
bottomRightWatermark="STATIC TEST"
Hope this helps!
You also need to add the number of digits you would like to round to in your true bearing if statement inside your "nameplate_image_wm_text" calculation
It worked Neal!
Thank you so much! 😄