If you set the following Custom Format for you date column, the Local Data Filter will drop the .0
txnelson_0-1644354169797.png
Char( Format( :value, "m/d/y" ) ) || " " || Char( Hour( :value ) ) || ":" || Char( Minute( :value ) ) || ":" || Char( Round( Second( :value ) ) );
Jim