greengo204
Technical User
I am trying to perform a minimum summary on a 2nd pass formula and not entirely sure how to go about this.
Ive previously performed Grand Totals on 2nd pass formulas by using variables & subtotals, so assume it will be a similar process.
My formula looks like:
if previous ({po_srvc_prdct.prdct_cd}) = {po_srvc_prdct.prdct_cd}
and previous({po_order_line.order_line_amnt}) = 0
and {po_order_line.order_line_amnt} > 0
then {po_order.dspch_dt}
I am trying to return the minimum date of when prices changed from £0 to > £0
Any help or alternatives would be appreciated!!
I am using Crystal Reports 8.5, Crystal Syntax
Ive previously performed Grand Totals on 2nd pass formulas by using variables & subtotals, so assume it will be a similar process.
My formula looks like:
if previous ({po_srvc_prdct.prdct_cd}) = {po_srvc_prdct.prdct_cd}
and previous({po_order_line.order_line_amnt}) = 0
and {po_order_line.order_line_amnt} > 0
then {po_order.dspch_dt}
I am trying to return the minimum date of when prices changed from £0 to > £0
Any help or alternatives would be appreciated!!
I am using Crystal Reports 8.5, Crystal Syntax