G
Guest
Been working on this for a long time...
My table contains sales & income from 2004 to current... thanks to this
group I am able to query YTD and MTD 2004 and 2005 on the same report.
BUT when I query 2005 only, report lists every single customer, showing $0.00
for customers with no 2005 sales....
I don't want the report to show customers with no sales in 2004
These are the expressions
YTD Income: Sum(Abs(Year([PostMonth])=(2005))*[CommPaid])
YTDSales: Sum(Abs(Year([PostMonth])=(2005))*[CommVolume])
JAN Income: Sum(Abs(Year([PostMonth])=2005 And
Month([PostMonth])=1)*[CommPaid])
Maybe I need to approach from the Report ?
THANKS !!
My table contains sales & income from 2004 to current... thanks to this
group I am able to query YTD and MTD 2004 and 2005 on the same report.
BUT when I query 2005 only, report lists every single customer, showing $0.00
for customers with no 2005 sales....
I don't want the report to show customers with no sales in 2004
These are the expressions
YTD Income: Sum(Abs(Year([PostMonth])=(2005))*[CommPaid])
YTDSales: Sum(Abs(Year([PostMonth])=(2005))*[CommVolume])
JAN Income: Sum(Abs(Year([PostMonth])=2005 And
Month([PostMonth])=1)*[CommPaid])
Maybe I need to approach from the Report ?
THANKS !!