Jump to content
  • 0

User Message


RonAnderson

Question

Hi, I have a Virtual Field (virtual12) performing a  lookup. It gets a files URL and image name from a table and if an image is available it will pull over the URL "https://www.filestore.com/image_171.jpg". If the URL reads "https://www.filestore.com/NoImage.jpg" meaning there isn't an image, it will still pull over the no image URL.

I want to present to the user either a "Image Is Available" or a "No Image" message label so I'm using a second virtual field with the following calculation

CASE
WHEN [@cbParamVirtual12]).value  = ""https://www.filestore.com/NoImage.jpg"
THEN "No Image"
ELSE "Image Is Available"
END

The "Verify" function on the calculated field shows "Valid Formula" but when I run the app the second virtual field remains empty. I suspect the WHEN clause is where the problem is. Can someone help me out here please.

Thanks in anticipation, Ron

 

 

Link to comment
Share on other sites

4 answers to this question

Recommended Posts

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.

Guest
Answer this question...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

Loading...
×
×
  • Create New...