I have a formula :
IF Sum ({p21_sales_history_view.qty_shipped}, {p21_sales_history_view.item_id}) > {inv_loc.qty_on_hand} THEN Sum ({p21_sales_history_view.qty_shipped}, {p21_sales_history_view.item_id}) - {inv_loc.qty_on_hand}
But it does not show as a report field when I am trying to create a group. I want to have the option to sort by this field.
This is in Crystal Reports 9.2
Can anyone help me?
IF Sum ({p21_sales_history_view.qty_shipped}, {p21_sales_history_view.item_id}) > {inv_loc.qty_on_hand} THEN Sum ({p21_sales_history_view.qty_shipped}, {p21_sales_history_view.item_id}) - {inv_loc.qty_on_hand}
But it does not show as a report field when I am trying to create a group. I want to have the option to sort by this field.
This is in Crystal Reports 9.2
Can anyone help me?