I have just started working with WebIntelligence 2.5 and am unclear if = there is any way to include images when creating a report. I would appreciate any input on this.
Also is it true that templates can not be saved for use in = WebIntelligence?
Thank you,
Smita
The only way to add an image to a report is in full client. You can then view the report in WebIntelligence, and the image will be there. But you can’t insert an image in WebItelligence.
Michael Welter
Sr. Technical Analyst
AirTouch
I have just started working with WebIntelligence 2.5 and am unclear if there is any way to include images when creating a report.
You can create an object (formatted to “Read as HTML”) to include a picture in a WebIntelligence report. The SQL SELECT syntax would be something like this (including the outside single quotes): ‘’
In this case, the “images” directory would have to as defined in your web server, and it would contain the JPG file you require. In this case, the file would be the result of the SQL query for Product.Product, concatenated with “.jpg”. For example,
Product.Product returned “laptop_ibm_thinkpad600x”, concatenated with “.jpg” to get “laptop_ibm_thinkpad600x.jpg”, which needs to exists in the physical directory defined by virtual directory “images.”
You would use the object wherever you want a picture of the product to appear in the report.
And, yes, it’s true there are no templates in WebIntelligence.
This is not accurate… we just did it, via webi… our use used embedded html, and that works like a champ - even allows things like section breaks / footers…
Brent
*if you cant find examples, I am trying to scare some up here