Link to home
Start Free TrialLog in
Avatar of imjamesw
imjamesw

asked on

Help with dates in a view selection

Hi guys

This is a current form formula for a view. It is used by an scheduled agent which runs at 1:00 am

SELECT Form="WebRegistration"
"Registration" & SStatus="Enrolled" & @TextToTime(SessionDateDT)=@Tomorrow

What I would like to do is have the view show the documents that are 2 days before the meeting, not one day as shown.

I understand the logic involves subtraction, I have had no luck with trying to get a date 2 days prior to SessionDateDT

Any help appreciated

ASKER CERTIFIED SOLUTION
Avatar of qwaletee
qwaletee

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
SOLUTION
Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
Avatar of imjamesw
imjamesw

ASKER

Thanx a bunch guys


I am working within an existing db and have been asked to manipulate some of the views. I am trying to stick within their framework

MY solution was to add a field to the form and do the calculation there and then pull it into the view

I think that satisfies allrequirements as wellas any concerns

Thanx again

James