LimeReport Forum
General Category | Основное => Discussion | Обсуждение => Topic started 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.
-
Hi!
$S{SUM($S{$D{stock_sql.totret}-$D{stock_sql.totissue}},"DataBand2")}
Expression must be wrapped by $S{}