Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hi, I have a box that I put a trigger and when the user clik on it, will call a new tab.
The problem is that I wanna put in this trigger a date selection and I am not getting doing it.
Please which is the correct syntax?
I neee some like this:
>=$(vDateBegin) and <=$(vDateEnd)
Please try this:
='>=' &date(vDateBegin)& '<=' & date(vDateEnd)
Dear,
can you try the below syntax.
='>=' & Date(vDateBegin, 'M/D/YYYY') & '<=' & Date(vDateEnd, 'M/D/YYYY')
Thanks,
Mukram.
thank you very much