LimeReport Forum
General Category | Основное => Discussion | Обсуждение => Topic started by: Hassan on August 17, 2019, 03:20:54 pm
-
$S{SUM($D{rep_sql.total_minus},"DataBand8")+SUM($D{rep_sql.total_plus},"DataBand8")}
How can sum these to textItems in DataFooter. Both textItems are in DataFooter,
-
Hi!
You can try this:
$S{SUM($S{$D{rep_sql.total_minus}+$D{rep_sql.total_plus}},"DataBand8")}
-
Thank u very much I've tried and it's work fine.