use form filters and SQL queries together
Posted: Mon Dec 13, 2021 1:06 pm
Hi everyone,
I want to use filters of an external form instead of the internal variable of Stimulsoft. already can do it by "exec sp_executesql @Filters" on the SQL query of the Data Source. the problem is when I want to use it in a Data Source that has some SQL queries already. how can I use these together without having errors?
The report file and the image are attached.
I want to use filters of an external form instead of the internal variable of Stimulsoft. already can do it by "exec sp_executesql @Filters" on the SQL query of the Data Source. the problem is when I want to use it in a Data Source that has some SQL queries already. how can I use these together without having errors?
The report file and the image are attached.