I set the SQL in the Query Text of Designer
=> SELECT * FROM loaninfo where id = {loanid}
This parameter {loanid} is created by myself. When I preview the report in the designer, it gets the error
"Report Rendering Message.
Parser error: The name 'loanid' does not exist in the current context".
But it can work if I run through PHP on URL
http://localhost/lms/reports/stimulsoft ... iable1=ABC EFG&loanid=3
Is any mistake in my report? Thanks.
How to set parameter and run in the report designer / through php?
-
- Posts: 36
- Joined: Mon Aug 08, 2011 12:51 am
How to set parameter and run in the report designer / through php?
Hello,
You should create a report variable with the same name, and set its default value.
Thank you.
You should create a report variable with the same name, and set its default value.
Thank you.
-
- Posts: 36
- Joined: Mon Aug 08, 2011 12:51 am
How to set parameter and run in the report designer / through php?
Hello,
The problem is solved.
Thank you so much.
The problem is solved.
Thank you so much.
How to set parameter and run in the report designer / through php?
Great!
Have a great day!
Thank you.
Have a great day!
Thank you.