Report Parameters at runtime

Stimulsoft Reports.Flex discussion
Locked
Rick
Posts: 6
Joined: Fri Feb 04, 2011 2:58 pm
Location: Colorado

Report Parameters at runtime

Post by Rick »

I was just wondering if you could provide any update on when we can expect the ability to request user input to parameters at runtime? I was reading through some old posts and it looked like it was going to be soon (or even already done).

Thanks!
Vladimir
Posts: 1462
Joined: Fri Apr 13, 2007 4:05 am
Location: Earth

Report Parameters at runtime

Post by Vladimir »

Hello, Rick

You can use the Request from User property of the report variables. In this case, the values for the variables will be requested in the report viewer before rendering.

Thank you.
Rick
Posts: 6
Joined: Fri Feb 04, 2011 2:58 pm
Location: Colorado

Report Parameters at runtime

Post by Rick »

Thanks for the info! Is there a way to then subsequently pass the parameter value into the MYSQL data selection at runtime? or some other way that I can gather information at runtime and then use it to filter the query that I run on the database?

Thanks!
Vladimir
Posts: 1462
Joined: Fri Apr 13, 2007 4:05 am
Location: Earth

Report Parameters at runtime

Post by Vladimir »

Hello, Rick

You can read about the parameters in the SQL on our website:
http://stimulsoft.com/ReportsFxPHPFAQ.aspx#5

Also in the near future we plan to implement the report variables functionality in SQL queries.

Thank you.
Locked