Henk, thanks a million, I will try that. Someone showed me how to insert a prompt, and by selecting Interval date / time in the prompt, it runs the report as I need it as well. Its not the automated filter that I was hoping for, but it does the job.
I will surely try the CAST option as well to see if it eliminates the need for date selection from my prompt.
------------------------------
VICTOR CHITU
------------------------------
Original Message:
Sent: Wed October 11, 2023 09:34 AM
From: HENK CAZEMIER
Subject: Unexperience report builder requires help PLEASE !!!!
Hi Victor,
The <contains> operator is meant for character data, it is mapped to the <like> operator.
You could try something like:
cast ( <your ship timestamp> as date) = current_date
------------------------------
Kind regards,
Henk Cazemier
------------------------------