Return text based on a graphic selected
I have tried several attempts, and cannot figure this out.
I have text fields that I want to populate based on the image selected from the graphic gallery in DSF.
_____
if (Field("image") == "thisimagename.pdf") //image is a graphic field in DSF
return Resource("this text resource"); //return content in text frame
___
I cannot get this to work in DSF
What image name is DSF looking for?
Is DSF changing the image name?
For example, in this text rule: GetFileName(Field("image"));
DSF returns: 7c673657-c905-483e-857d-d79788325812.pdf in the store generated PDF.
|