M
mike
Hi. I have a query that is using several Abs functions to
come up with column values. All are working fine as far as
I can tell except one. The query pulls from a table with
the following fields:
SAPNumber,Customer Name, InvoiceDate, DaysElapsed
The problem expression is:
InitialOrders: Count((Abs([DaysElapsed] Is Null))*
[SAPNumber])
This is supposed to count the number of times an account,
represented by SAPNumber, shows up with a DaysElapsed
value that is Null. For some reason it's counting all the
rows in the table. Any thoughts would be much appreciated.
Thanks!
come up with column values. All are working fine as far as
I can tell except one. The query pulls from a table with
the following fields:
SAPNumber,Customer Name, InvoiceDate, DaysElapsed
The problem expression is:
InitialOrders: Count((Abs([DaysElapsed] Is Null))*
[SAPNumber])
This is supposed to count the number of times an account,
represented by SAPNumber, shows up with a DaysElapsed
value that is Null. For some reason it's counting all the
rows in the table. Any thoughts would be much appreciated.
Thanks!