Using bindings in the expression editor? [message #832545] |
Fri, 30 March 2012 05:09  |
Eclipse User |
|
|
|
I insert an image from the shared resource into my report like:
images/test.png
which works fine. Now I need:
1) The relative folder path to come from a report variable
2) And the image name to come from a variable in the dataset.
I have tried to specify the path using the expression editor like:
vars["myVar"]/row["Name"]
where myVar is a report variable:
Name: myvar
Default Value: "images"
and the row["Name"] resolves to test.png. But nothing happens when I preview the report. How do I combine the two variables:
vars["myVar"]/row["Name"]
for form the same path as "images/test.png" using the expression editor?
|
|
|
|
Powered by
FUDForum. Page generated in 0.05982 seconds