walterk123
IS-IT--Management
I have a report that is showing all open orders in our system. For each customer, it tells us when the order was planned to ship, and when it actually shipped. [planshipdate, actshipdate]
(If it shipped, it should be closed and not appear. If it does, that is an issue for our folks to address.)
I also want to show all the orders with no ActShipDate yet, but I do not want to see the value of that field - since an empty (aka default/null?) smalldatetime field appears as 1/1/1900.
Is there a way to format the field in CR6.0 to suppress appearance if ActShipDate = 1/1/1900? I looked at the functions, and I must be missing something. The 1/1/1900 values always appear, and I don't know if I have to translate the data to String or Value to make my comparison.
Thanks,
- Walter
(If it shipped, it should be closed and not appear. If it does, that is an issue for our folks to address.)
I also want to show all the orders with no ActShipDate yet, but I do not want to see the value of that field - since an empty (aka default/null?) smalldatetime field appears as 1/1/1900.
Is there a way to format the field in CR6.0 to suppress appearance if ActShipDate = 1/1/1900? I looked at the functions, and I must be missing something. The 1/1/1900 values always appear, and I don't know if I have to translate the data to String or Value to make my comparison.
Thanks,
- Walter