Trying to Count Databands

Stimulsoft Reports.NET discussion
Post Reply
dedeu3
Posts: 4
Joined: Tue Apr 26, 2016 5:07 pm

Trying to Count Databands

Post by dedeu3 »

Hey Guys, can i have some help please?(first of all, sorry about the bad english)
I've been trying to make this report.

But i don't know how to make a proper count.
For example, i have to deliver 3 packages, they're from the same owner.

The first package should be 1/3
The second package should be 2/3
The third package should be 3/3

How can i do this?
(actual Databand)/(Last DataBand)
Attachments
12314.jpg
12314.jpg (50.56 KiB) Viewed 1475 times
Jan
Posts: 1265
Joined: Thu Feb 19, 2009 8:19 am

Re: Trying to Count Databands

Post by Jan »

Hello,

Please try to use following expression:

Code: Select all

{Line} / {Count(dataBand)}
If this not help you, please send to us your report template with data, which reproduce issue, for analysis.

Thank you.
Post Reply