I need some help with a groupBy query.
I am calculating the number of days it takes to bill a document. the docs have line items on it. not all line items will be ready for billing at the same time. Is there a way in the criteria of the query to grab the last date that line item was released?? see there could be line 1 entered 3 times all with different release dates. in order for me to calculate truly I need to show only the last date.
so if line 1 had three entries:
20 released on 09/01
10 released on 09/04
15 released on 09/20
i would want to group that line item and only show 09/20. that way my calculation would be correct..
thanks in advance
DVannoy
A+,Network+,CNA
dvannoy@onyxes.com
I am calculating the number of days it takes to bill a document. the docs have line items on it. not all line items will be ready for billing at the same time. Is there a way in the criteria of the query to grab the last date that line item was released?? see there could be line 1 entered 3 times all with different release dates. in order for me to calculate truly I need to show only the last date.
so if line 1 had three entries:
20 released on 09/01
10 released on 09/04
15 released on 09/20
i would want to group that line item and only show 09/20. that way my calculation would be correct..
thanks in advance
DVannoy
A+,Network+,CNA
dvannoy@onyxes.com