This forum is closed to new posts and
responses. The content has been migrated to the Digital Solutions Community. Please join us there for new content as well as this content. For customer support, please visit the official HCL customer support channels below:
~Dana ReagenyndsDelores Zenfanatexflar 3.Nov.09 06:40 PM a Web browser Domino Designer7.0.2All Platforms
I have a view that displays sessions on the web based on the following:
SELECT Form = "Training" & Web = "Yes" & @Date(Date) >= @Date(@Today)
They now do not want them to show if they are with today's date and already started. I have a field on the form STime (start time) that captures the start time, but tried to add code saying
& @Time(STime) >= @Time(@Now), but that is making forms disappear if their date is tomorrow but the start time is 1:30 (say for today). How do I properly code this so only sessions that have not yet taken place today + all future show? Thank you in advance.