How to sum another Group's Detail

Stimulsoft Reports.NET discussion
Jan
Posts: 1265
Joined: Thu Feb 19, 2009 8:19 am

How to sum another Group's Detail

Post by Jan »

Hello,
RickyHuang wrote:perfect...

thanks for your help..
Try to use following expression:

Code: Select all

{IIF(Sum(PRT150.PreAMT) != 0 ,Div(Sum(PRT150.CurAMT) , Sum(PRT150.PreAMT)),0))}
Thank you.
Post Reply