Thanks a lot Venu. Your code worked out.
I would like to know if images can be included in Excel report.
I tried this sample code from the help file,but only when the report format is in HTML , the image is displayed . When I change the report format to EXL2K the image is not displayed.
SET COMPOUND=CLOSE
TABLE FILE SHORT
SUM BALANCE AS 'Balance'
BY CONTINENT AS 'Continent'
BY REGION AS 'Region'
HEADING
"Balance by Region"
" "
ON TABLE SET STYLE *
TYPE=DATA, BACKCOLOR=( BY=B2 'SILVER' 'WHITE' ), $
TYPE=HEADING, SIZE=14, STYLE=BOLD, $
TYPE=REPORT, IMAGE=BALGR1.gif, POSITION=(4 6), SIZE=(4 2.5), $
ENDSTYLE
ON TABLE PCHOLD FORMAT EXL2K
END
Thanks & Regards,
Sridevi
Webfocus 7.6.5 | Windows |
HTML