LimeReport Forum

General Category | Основное => Discussion | Обсуждение => Topic started by: ghon on January 20, 2024, 10:47:37 PM

Title: using SUM Function
Post by: ghon on January 20, 2024, 10:47:37 PM
How can I use the following in the right way in DataFooterBand
$S{SUM($D{stock_sql.totret}-$D{stock_sql.totissue},"DataBand2")}
thank u in advance.
Title: Re: using SUM Function
Post by: Arin Alex on January 26, 2024, 12:15:45 AM
Hi!
Code: [Select]
$S{SUM($S{$D{stock_sql.totret}-$D{stock_sql.totissue}},"DataBand2")}
Expression must be wrapped by $S{}