Set a variable using the output of a SQL query [message #850798] |
Fri, 20 April 2012 06:41  |
Eclipse User |
|
|
|
Hi people,
a question regarding variables...
Up to now I always used variables defined in report context to filter dataset results (for example by using those variables inside parameters and filters options of a dataset).
Now I want to understand if it's possible to go in the other way.
Is it possible to set the value of a variable using the dataset content?
For example, if my dataset is:
select first_day, last_day
from external_config_table
can I assign the output query values to report variables??
pseudocode example:
my_variable_firstday = row[1].first_day ;
my_variable_firstday = row[1].last_day ;
Thanks in advance...
|
|
|
|
|
Powered by
FUDForum. Page generated in 0.11095 seconds