Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
hi all,
could someone assist with syntax here. I'm trying to sum between the beginning of year to the current date.
Sum({<Date = {">=$(vYearStart) <=$(vToday)"} >} Field)
vYearStart= YearStart(Today())
vToday =Date(Today())
May be try like this
Sum({<Date = {">=$(=vYearStart) <=$(=vToday)"}>} Field)
Also, look here:
Ah I figured out syntax wasn't the issue. The field I am summing does not have a date link. Only a month. Is there a way to do a sum between first month of the year and the current month?
How does your Month field look like?
Its written out fully
January
February
March
etc
And can you share how is this field created in the script? Essentially, is this a date field or not?