Query params/var request to user in runtime
Posted: Sun Jul 15, 2012 10:12 pm
Hey.
I am creating a repository of reports showing reports from a server folder. When the user clicks the load on the viewer Stimulsoft and is where the user must select values for the variables that filter the SQL statement.
The steps I do are these:
1 - declare a variable eg "Var1" marking request the user list type and connect with the data source for the values mostar
2 - declare a parameter "Var1" containing the value of the variable and apply it to the query example: "Select from table where name = {Var1} of the data source.
When I preview the report no data on the variable list, no data in the report
I would appreciate any recommendations for not having to go through URL parameters.
thanks
I am creating a repository of reports showing reports from a server folder. When the user clicks the load on the viewer Stimulsoft and is where the user must select values for the variables that filter the SQL statement.
The steps I do are these:
1 - declare a variable eg "Var1" marking request the user list type and connect with the data source for the values mostar
2 - declare a parameter "Var1" containing the value of the variable and apply it to the query example: "Select from table where name = {Var1} of the data source.
When I preview the report no data on the variable list, no data in the report
I would appreciate any recommendations for not having to go through URL parameters.
thanks