Select to view content in your preferred language

Image Name Calculation not working- what am I missing?

474
1
02-14-2024 09:03 AM
mcbeth99
Occasional Contributor

I am trying to set a specific image name in my XLSForm following instructions discussed here. In the bind::esri::parameters cell on my Image row I have the following:

fileName=concat(${Last_Name},"_",${First_Name},"_",${Year_of_Death})

 

However my test photo saved with this name: Photos-20240214-164847.jpg

What am I doing wrong?

0 Kudos
1 Reply
DougBrowning
MVP Esteemed Contributor

I think the concat has to be in its own field and then use just that field in the filename= part.   This is what is shows in the post you linked to also.  It does not usually like calcs in there.

DougBrowning_0-1707932924019.png

 

0 Kudos