Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hi All,
I have a table which has say two columns Date & Day number (this has no relation to normal day numbers). How can I write an expression say in a text box that tells me what day number today is using pick and match functions or any other alternative.
Thank you
H
You don't need pick and/or match. Try something like this:
=only({<Date={'$(=today())'}>} DayNumber)
If your Data field doesn't contain dates but strings you may need something like:
=only({<Date={'$(=date(today(),'MM/DD/YYYY'))'}>} DayNumber)
Thanks Gysbert,
Unfortunately, I can't quite get it to work. I have attached some dummy data.
Thanks
See attached qvw.
Many thanks Gysbert,
Its working perfectly, much appreciated
H