Need to join two text results in my group. The following represents what I want to do with these two texts and leave the other text results alone.
if GroupName ({AR_InvoiceHistoryHeader.ShipVia})="UPS GRD"
then GroupName ({AR_InvoiceHistoryHeader.ShipVia})="UPS GROUND"
else GroupName ({AR_InvoiceHistoryHeader.ShipVia})= GroupName ({AR_InvoiceHistoryHeader.ShipVia})
Your help is much appreciated.
Thanks.
if GroupName ({AR_InvoiceHistoryHeader.ShipVia})="UPS GRD"
then GroupName ({AR_InvoiceHistoryHeader.ShipVia})="UPS GROUND"
else GroupName ({AR_InvoiceHistoryHeader.ShipVia})= GroupName ({AR_InvoiceHistoryHeader.ShipVia})
Your help is much appreciated.
Thanks.