lesleycampbell
Technical User
In my report, I am grouping on a Purchase Order field. Not all Orders require Purchase Orders. Even if the purchase order field is null, I still want the order to show.
I tried the following formula to group on:
IF (ISNULL({OrderMaster.PurchaseOrder}) OR {OrderMaster.PurchaseOrder} = " ") THEN "Purchase Order: NONE" ELSE "Purchase Order: " & {OrderMaster.PurchaseOrder}
I have tried several variations of this formula and none work. It only returns the orders that have purchase orders attached to them.
Help?
I tried the following formula to group on:
IF (ISNULL({OrderMaster.PurchaseOrder}) OR {OrderMaster.PurchaseOrder} = " ") THEN "Purchase Order: NONE" ELSE "Purchase Order: " & {OrderMaster.PurchaseOrder}
I have tried several variations of this formula and none work. It only returns the orders that have purchase orders attached to them.
Help?