In BIP report, how to call an image stored in Catalog path
Hi Team,
Company Logo is uploaded in Catalog path (/shared/Custom/Logo/image.gif). I need to call this image in rtf template. I used below syntax but it did not work.
Can you please suggest if it can be achieved in any other way.
url:{'/Custom/Resmed/Logo/RESMED.gif'}
xdofo:image_url('/Custom/Resmed/Logo/RESMED.gif') (or) <?xdofx:image_url('/Custom/Resmed/Logo/forms_logo.gif')?>
Also, I stored it as a sub template and called in main template by using below syntax but it is erroring out saying "template invoked but not defined".