Welcome, Guest. Please login or register.
Did you miss your activation email?

Author Topic: using SUM Function  (Read 225 times)

ghon

  • Newbie
  • *
  • Posts: 23
    • View Profile
using SUM Function
« 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.

Arin Alex

  • Developer
  • Administrator
  • Hero Member
  • *****
  • Posts: 992
    • View Profile
Re: using SUM Function
« Reply #1 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{}