Empty data in reports after upgrading from 2009.2 to 2010.1

Stimulsoft Reports.NET discussion
Post Reply
mrapi
Posts: 282
Joined: Sat Dec 20, 2008 1:08 am

Empty data in reports after upgrading from 2009.2 to 2010.1

Post by mrapi »

Hi !
I've upgraded Stimul from 2009.2 to 2010.1,I've tested one report at runtime and surprise :report is empty,no data,only title,page header footer.After some investigations I've found :my data band has a filter expression (VB) :

Code: Select all

wtbl.tot=0 
,removing the filter it works fine,debugging my datatable before registering datasource - there are data with field =0 and also with =1,tot is an integer filed,also in dictionary datasource.Going back to 2009.2 all works fine,tested also with release Stimulsoft Reports.Net 2010.05.10,the same problem :(
Thanks. I also sent my sample report to support[at]stimulsoft[dot]com
Jan
Posts: 1265
Joined: Thu Feb 19, 2009 8:19 am

Empty data in reports after upgrading from 2009.2 to 2010.1

Post by Jan »

Hello,

It possible to have sample data for this report?

Thank you.
mrapi
Posts: 282
Joined: Sat Dec 20, 2008 1:08 am

Empty data in reports after upgrading from 2009.2 to 2010.1

Post by mrapi »

I've sent sample data to support[at]stimulsoft[dot]com
Thanks !
Jan wrote:Hello,

It possible to have sample data for this report?

Thank you.
mrapi
Posts: 282
Joined: Sat Dec 20, 2008 1:08 am

Empty data in reports after upgrading from 2009.2 to 2010.1

Post by mrapi »

Is there any resolution of this problem :(
We recently bought Stimul v.2010 and can't use it :(
mrapi wrote:I've sent sample data to support[at]stimulsoft[dot]com
Thanks !
Jan wrote:Hello,

It possible to have sample data for this report?

Thank you.
Ivan
Posts: 960
Joined: Thu Aug 10, 2006 1:37 am

Empty data in reports after upgrading from 2009.2 to 2010.1

Post by Ivan »

Hello,

Please rename column in the wtbl datasource from "tot" to "TOT".

Thank you.
mrapi
Posts: 282
Joined: Sat Dec 20, 2008 1:08 am

Empty data in reports after upgrading from 2009.2 to 2010.1

Post by mrapi »

Thanks,now it works,but I need some info about this problem,I have to upgrade others reports,what should I now when upgrading ?
Thanks !
Ivan wrote:Hello,

Please rename column in the wtbl datasource from "tot" to "TOT".

Thank you.
Ivan
Posts: 960
Joined: Thu Aug 10, 2006 1:37 am

Empty data in reports after upgrading from 2009.2 to 2010.1

Post by Ivan »

Hello,

Field names in DataSource should correspond to field names in the database.
In your database the fileld has the name "TOT", and in DataSource the name is "tot". Therefore, the value of the "tot" field was always null.

Thank you.
mrapi
Posts: 282
Joined: Sat Dec 20, 2008 1:08 am

Empty data in reports after upgrading from 2009.2 to 2010.1

Post by mrapi »

thanks for this info,that was different in 2009 version
Andrew
Posts: 4109
Joined: Fri Jun 09, 2006 3:58 am

Empty data in reports after upgrading from 2009.2 to 2010.1

Post by Andrew »

Ok!
Post Reply