Stimulsoft Report Preview - Missing Data
Posted: Fri Mar 31, 2017 8:27 am
Hi sir,
I would like to find answers regarding this scenario.
I have a report that its SQL datasource is using a stored procedure. And its content uses a temp table at its source. At first, I cannot retrieve it, but when I add this sql statement:
I am able to retrieve the columns needed.
Then, when I'm using preview of the windows app. All of the data I need appears.
But when I'm using it on web preview. There are data that it is missing:
I would like to know how to prevent this and if there are some things to do when I'm using a temporary table on my SQL Datasource.
Thanks.
I would like to find answers regarding this scenario.
I have a report that its SQL datasource is using a stored procedure. And its content uses a temp table at its source. At first, I cannot retrieve it, but when I add this sql statement:
Code: Select all
SET FMTONLY OFF
Then, when I'm using preview of the windows app. All of the data I need appears.
But when I'm using it on web preview. There are data that it is missing:
I would like to know how to prevent this and if there are some things to do when I'm using a temporary table on my SQL Datasource.
Thanks.