Hello Tec-Tip experts,
I need some Formula Magic for a very simple report. Running CR 8.5 working a FoxPro Database. Report parts and fields follow:
GH1 Order No.
Details ItemDes.(string) ShipQty(Number) Location(string)
Challenge: there are many cases were there is no Location data (Inventory Shortcoming). No Location data leads to that particular line of data not showing up on report, and the item not getting shipped. Not good. I have gone through all of the IsNull threads with out success. Following {?Location} is one that I tried from synapsevampire to help with the discussion.
If isnull({Location.field}) or trim({Location.field}) = “” then
“No Location Data” else {Location.field}
Seems like it should work...but no such luck. Thinking this is a database quirk that needs another approach for a blank field and a corresponding not return of associated data fields in CR. All ideas and suggestions appreciated. Thanks Byron
I need some Formula Magic for a very simple report. Running CR 8.5 working a FoxPro Database. Report parts and fields follow:
GH1 Order No.
Details ItemDes.(string) ShipQty(Number) Location(string)
Challenge: there are many cases were there is no Location data (Inventory Shortcoming). No Location data leads to that particular line of data not showing up on report, and the item not getting shipped. Not good. I have gone through all of the IsNull threads with out success. Following {?Location} is one that I tried from synapsevampire to help with the discussion.
If isnull({Location.field}) or trim({Location.field}) = “” then
“No Location Data” else {Location.field}
Seems like it should work...but no such luck. Thinking this is a database quirk that needs another approach for a blank field and a corresponding not return of associated data fields in CR. All ideas and suggestions appreciated. Thanks Byron