CE10.0
SQL 2000
I am trying to get the balance of a field prior to the LastFullMonth. I have built the following into a subreport because my main report returns the LastFullMonth. Is there a way incorporate AllDatesToToday as this does not seems to be working. Here is what I am using in my subreport:
if {Table.Date} < LastFullMonth
then sum ({table.Amount},{table.clientname})
The number I am getting is way too low. Also, I have linked my subreport to the clientname in the main report.
Thanks
BB
SQL 2000
I am trying to get the balance of a field prior to the LastFullMonth. I have built the following into a subreport because my main report returns the LastFullMonth. Is there a way incorporate AllDatesToToday as this does not seems to be working. Here is what I am using in my subreport:
if {Table.Date} < LastFullMonth
then sum ({table.Amount},{table.clientname})
The number I am getting is way too low. Also, I have linked my subreport to the clientname in the main report.
Thanks
BB