alternative sql querys in datasource..

Stimulsoft Reports.NET discussion
Post Reply
user
Posts: 5
Joined: Sun Aug 29, 2010 6:06 am

alternative sql querys in datasource..

Post by user »

I hvae a big select query
And now it has always to return a data
I have modified it and it now looks
big-select..
union select..
it works and I have always some data..

Is there a more elegant way something like?

IIF BIG-SELECT IS NOT EMPTY
big-select...
ELSE
select...
Alex K.
Posts: 6488
Joined: Thu Jul 29, 2010 2:37 am

alternative sql querys in datasource..

Post by Alex K. »

Hello,

Unfortunately, it will not be possible to use the in the DataSource.
You can implement this feature from the application code, in which, for example, you use 2 datasets, and depending on the result, send in a report this or that dataset.

Thank you.
Post Reply