Page 1 of 1

CountData not working with Business objects

Posted: Thu Sep 10, 2015 9:21 am
by Jennypi
Hello,

In the report example attached, I'm trying to show as many "DataBand2" as I have "List.Lots.LotNoOfSeedsInStock".
To do this, I have set BeforePrint and AfterPrint events. It is usually working perfectly when using "normal" datasources, but here with Business objects, I can't have the report working. It's blank.

Can you help please?

Thank you!

Re: CountData not working with Business objects

Posted: Thu Sep 10, 2015 2:02 pm
by HighAley
Hello.

Could you describe what do you want to do?
Anyway you do it wrong. We need to get an answer to help you.

Thank you.

Re: CountData not working with Business objects

Posted: Fri Sep 11, 2015 7:03 am
by Jennypi
Hi,

Here what I'm trying to do:
List A
Lot 1 - 5 seeds -> 5 labels
Lot 2 - 2 seeds -> 2 labels
Lot 3 - 4 seeds -> 4 labels
----
List B
etc.

Is it clearer?

Thanks.

Re: CountData not working with Business objects

Posted: Fri Sep 11, 2015 1:39 pm
by HighAley
Hello.

Sorry, but Business Objects work different.
Please, put the DataBand on a Panel like in attached report template.

Thank you.

Re: CountData not working with Business objects

Posted: Tue Sep 15, 2015 11:48 am
by Jennypi
Thank you, it works perfectly :)

Re: CountData not working with Business objects

Posted: Tue Sep 15, 2015 12:42 pm
by Andrew
Hello,

Thank you for letting us know about this.