Page 1 of 1

Empty data in reports after upgrading from 2009.2 to 2010.1

Posted: Wed May 12, 2010 1:34 am
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

Empty data in reports after upgrading from 2009.2 to 2010.1

Posted: Wed May 12, 2010 5:52 am
by Jan
Hello,

It possible to have sample data for this report?

Thank you.

Empty data in reports after upgrading from 2009.2 to 2010.1

Posted: Wed May 12, 2010 2:01 pm
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.

Empty data in reports after upgrading from 2009.2 to 2010.1

Posted: Fri May 14, 2010 1:23 am
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.

Empty data in reports after upgrading from 2009.2 to 2010.1

Posted: Fri May 14, 2010 3:00 am
by Ivan
Hello,

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

Thank you.

Empty data in reports after upgrading from 2009.2 to 2010.1

Posted: Fri May 14, 2010 3:34 am
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.

Empty data in reports after upgrading from 2009.2 to 2010.1

Posted: Fri May 14, 2010 5:01 am
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.

Empty data in reports after upgrading from 2009.2 to 2010.1

Posted: Fri May 14, 2010 5:04 am
by mrapi
thanks for this info,that was different in 2009 version

Empty data in reports after upgrading from 2009.2 to 2010.1

Posted: Fri May 14, 2010 6:37 am
by Andrew
Ok!