Dynamic Image that changes with parameter [message #1061465] |
Fri, 31 May 2013 15:08  |
Eclipse Guest Messages: 93 Registered: February 2013 Location: Vienna |
Member |
|
|
Hi all, I am new in the forum, and new on Birt, so I hope that someone can help me.
What I am trying to do is to put a Dynamic Image that changes by differents values that can take a parameter.
The dataset is very simple, it has two columns, one is c_empresa (that is the number of an enterprise) and the other column is URL_IMAGE (that has the URL of the image).
The dataset is:
SELECT c_empresa, URL_IMAGE
FROM table
WHERE c_empresa = :c_empresa
What i want to do is that the URI image take the value of the URL_IMAGE column dinamically and not to put the URL hardcoded.
I create a onRender event on the image with this:
this.setURL(row["URL_IMAGE"];
but it doesnt work..
Is it clear??
Sorry for my english.
Thank you in advance.
|
|
|
|
|
|
Powered by
FUDForum. Page generated in 0.02231 seconds