hcl-bot
December 20, 2007, 12:24pm
1
I am trying to create a view that only brings back forms (named DefTicket) created after a certain date field (DateCreated) located on the form.
SELECT Form = “DefTicket” & ParentType!=“Converted to Child” & DateCreated >= 06/01/2007
I am using the code from above, but I am not getting any results back in the view. Any help would be appreciated!
hcl-bot
December 20, 2007, 12:35pm
2
Subject: Help…Using a >= date to determine data for view column
Hi Kelli,Try putting.
SELECT Form = “DefTicket” & ParentType!=“Converted to Child” & DateCreated >= [06/01/2007]
hcl-bot
December 20, 2007, 12:37pm
3
Subject: put date value within square brackets
SELECT Form = “DefTicket” & ParentType!=“Converted to Child” & DateCreated >= [06/01/2007]
Regards
Byju Joy
hcl-bot
December 20, 2007, 12:43pm
4
Subject: RE: put date value within square brackets
Thank you all so much, that seemed to do the trick!
hcl-bot
December 20, 2007, 1:08pm
5
Subject: RE: put date value within square brackets
Hi Kelly,try to use the simple action for creating complex view selection and once you create , change it to formula, so all the code is ready in the formula without any possible error.