Focal Point
[SOLVED] Adding a gif file in result lines

This topic can be found at:
https://forums.informationbuilders.com/eve/forums/a/tpc/f/7971057331/m/74710355

March 23, 2009, 06:50 AM
Jérény Deidda
[SOLVED] Adding a gif file in result lines
Hi,

I would like to add a gif file (green arrow or red arrow) to my tresult lines using EXL2K format. If my field GT 0 then display the green arrow in the last Excel cell of my result line, otherwise display the red arrow.

How can I do?

This message has been edited. Last edited by: Kerry,


WebFOCUS 7.6.4 running on Windows
Output formats : PDF, Excel and HTML
My blog
March 23, 2009, 07:27 AM
GamP
An example, that works on my machine, but probably not on yours (because you don't have the image directory and/or image file):
DEFINE FILE CAR
IMAGE/A200V = '<IMG SRC=/approot/_images/calendar_icon.gif>';
END
TABLE FILE CAR
PRINT CAR IMAGE
BY COUNTRY
ON TABLE PCHOLD FORMAT EXL2K
END

You can adjust this as you please.

Hope this helps ...


GamP

- Using AS 8.2.01 on Windows 10 - IE11.
in Focus since 1988
March 23, 2009, 07:43 AM
Jérény Deidda
Thanks GamP,

it's exactly that I want.


WebFOCUS 7.6.4 running on Windows
Output formats : PDF, Excel and HTML
My blog