We get the total records in the first month of a date group in a table in the report footer.
Develop hard-coded the following formula {@} = {mApplicationStat.Timestamp FirstMonth} <DateTime (2011,03,01).
Using the total fields and assessing using the formula {} @ FirstMonth get the result mentioned.
The problem appears when I try to streamline the formula so that the year is always the pre-selected.
So that the formula is as follows:
mApplicationStat.Timestamp {} <DateTime (Year ({mApplicationStat.Timestamp} -1), 03.01)
Theoretically and based on the current selected year is 2012:
DateTime (2011,03,01) = DateTime (Year ({mApplicationStat.Timestamp} -1), 03.01) but the cumulative result is not the same.
Anyone know the reason for this outcome reference?
Thanks and regards in advance.
kesloke (BOB member since 2012-03-14)