Hello,
Looks like a formula may be the only way to get the value I'm looking for. Have a cross tab report that lists the produced items for the past fiscal year in the rows and the average of the cost in the sum fields. However, we don't want the average, we want the "Last" produced cost.
example:
Oct-07 Nov-07 Dec-07 etc..
clam chowder 9.28 9.05 9.14
The results are queried from a table last lists the produced items on a daily basis.
i.e.
Date Name Qty Price
9/18/2008 Rec-Prod 1 9.18
9/17/2008 Rec-Prod 3 9.15
9/16/2008 Rec-Prod 6 9.22
The cost on 9/18 would be the most recent produced cost and is the cost that should display on the report. The average would be 9.1833 and is not what is required. (Qty is not important for this report)
How can I get the last cost on the cross tab. Maybe a cross tab isn't the best choice either since the field I'm trying to populate is a "summarized" field. Not really looking to summarize.
Any thoughts?
Thanks,
Bill V
Looks like a formula may be the only way to get the value I'm looking for. Have a cross tab report that lists the produced items for the past fiscal year in the rows and the average of the cost in the sum fields. However, we don't want the average, we want the "Last" produced cost.
example:
Oct-07 Nov-07 Dec-07 etc..
clam chowder 9.28 9.05 9.14
The results are queried from a table last lists the produced items on a daily basis.
i.e.
Date Name Qty Price
9/18/2008 Rec-Prod 1 9.18
9/17/2008 Rec-Prod 3 9.15
9/16/2008 Rec-Prod 6 9.22
The cost on 9/18 would be the most recent produced cost and is the cost that should display on the report. The average would be 9.1833 and is not what is required. (Qty is not important for this report)
How can I get the last cost on the cross tab. Maybe a cross tab isn't the best choice either since the field I'm trying to populate is a "summarized" field. Not really looking to summarize.
Any thoughts?
Thanks,
Bill V