Using WITH statement

Stimulsoft Reports.NET discussion
Post Reply
mihiri2
Posts: 43
Joined: Mon Apr 08, 2013 2:29 am

Using WITH statement

Post by mihiri2 »

Hi,

I have a report which has a data source which uses "WITH"

so it goes on as
WITH CumulativeCashFlow as(select a, b from tableA)
select CumulativeCashFlow .b, Tableb.b
from Tableb
inner join CumulativeCashFlow on Tableb.a = CumulativeCashFlow.a

This works fine if I run the report on SQL Server.
If I run the report on Oracle on designer using preview, i again can see my data fine.

BUT, If I compile the report to be a mrx file then it doesn't work anymore and I receive a blank page.

Is this a know issue? Do you have any ideas how I can overcome this issue?

Thanks
HighAley
Posts: 8430
Joined: Wed Jun 08, 2011 7:40 am
Location: Stimulsoft Office

Re: Using WITH statement

Post by HighAley »

Hello.

This problem could not be connected with WITH statement.
The mrx-file is not compiled report. Could you specify how do you get this file and how do you use this report then?
If it's possible, please, send us a sample project which reproduces the issue.

Thank you.
Post Reply