PhilipOfOrange
Programmer
I am having trouble using range operators with date fields. I have not been able to find any examples of this in the help files.
I realize that I am replacing, (in the SUM function) what would normally be a reference to a group, with another type of expression, so there are multiple problems with my approach.
What I am trying to do is best expressed in the following:
SUM({table.currencyField}, upFrom {table.LastStatementDate})
This, of course, does not work. Any suggestions?
I also would like to be able to SUM with a double ended date range, as follows:
SUM({table.currencyField}, {table.LastStatementDate}-30 To {table.LastStatementDate}-1)
If that doesn't make sense to you, what I mean is a range
from 30 days before the last statement date to the day before the last statement date.
Thanks for your help
Phil Means
I realize that I am replacing, (in the SUM function) what would normally be a reference to a group, with another type of expression, so there are multiple problems with my approach.
What I am trying to do is best expressed in the following:
SUM({table.currencyField}, upFrom {table.LastStatementDate})
This, of course, does not work. Any suggestions?
I also would like to be able to SUM with a double ended date range, as follows:
SUM({table.currencyField}, {table.LastStatementDate}-30 To {table.LastStatementDate}-1)
If that doesn't make sense to you, what I mean is a range
from 30 days before the last statement date to the day before the last statement date.
Thanks for your help
Phil Means