You are on page 1of 1

Steps for placing a image and giving link of another report dynamically:

we have 2 approaches:

1. html container approach:

a. inset a html container in document.


b. inside the html container place the text like <a href={attribute(which has
report links)/report link}> <img src={attribute(which has image link)/image link}>
< /a>

2.placing in a grid:

a.create an attribute with definition as below,

ApplySimple("'<A HREF='+ #0 +' ><img src='+ #1 +'></A>'", column


name(report links), column name(image link))

Note:attribute format type should be "HTML Tag"

b.place that attribute in document then we can use it as html container as


above.

Note: HTML tags wont work in flash mode of document.

You might also like