Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hi All,
I wanted to calculate the sum of 'rdays' field when 'Date' is equal $vmaxdate
@abTech Please try:
Sum({<Date={'$(vmaxdate)'}>}rdays)
Better to use " instead of ' to avoid the string functions. something like this,
Sum({<Date={"=$(Date(vmaxdate))"}>}rdays)
Try this
Sum({<Date={"$(=$vmaxdate)"}>} rdays)