function readOnly(count){ }
Starting November 20, the site will be set to read-only. On December 4, 2023,
forum discussions will move to the Trailblazer Community.
+ Start a Discussion
Rajiv KocherlaRajiv Kocherla 

IMAGE() formula related issue

IMAGE("https://rajivkocherla-dev-ed--c.na122.visual.force.com/resource/1600822292000/BirthdayDinner?", "Hello") & IMAGE("https://rajivkocherla-dev-ed--c.na122.visual.force.com/resource/1600821790000/JXQQY?","Cool")
Guys i am practicing Image functions and i am getting #error as the output for this the links work fine when the IMAGE () formula is used independently on them when i club them i run into issues?? Can somebody suggest me what to do??
RituSharmaRituSharma
Try below formula:

IMAGE("https://rajivkocherla-dev-ed--c.na122.visual.force.com/resource/1600822292000/BirthdayDinner?", "Hello") & " " & IMAGE("https://rajivkocherla-dev-ed--c.na122.visual.force.com/resource/1600821790000/JXQQY?","Cool") 
 
Rajiv KocherlaRajiv Kocherla
Hi Ritu thanks for the reply it did not work