sum from different band

Stimulsoft Reports.NET discussion
Alex K.
Posts: 6488
Joined: Thu Jul 29, 2010 2:37 am

Re: sum from different band

Post by Alex K. »

Hello,

Due to the specificities of the engine there are some problem with using two aggregate functions by different bands in one expression. Unfortunately, on current moment it is works as is.
Please try to use the following expression instead of the CountIf():

Code: Select all

{Totals.Sum(Datadoor2, door2.kind == "yyyy" && door2.nati == "xxxx"  ? 1 : 0)}
Thank you.
Post Reply