AJ
2007-07-12 20:21:42 UTC
I'm trying to extract data from a Quattro Pro 5.0 spreadsheet using
a criteria formula that looks like this:
OrderDate
+OrderDate > @DATE('07,6,04') #AND# +OrderDate < @DATE('07,6,31')
Syntactically I see no reason why this shouldn't work. I have also
tried
OrderDate > @today-31 #AND# +OrderDate < @today-1, and innumerable
other variations and I just can't seem to get it to work the way I need it.
It would appear that everything is setup properly. If I type in a
single date number it will locate the matching records. I also created
field names from the headings though I am not 100% certain this
was done properly as it references only the heading row and nothing
below it - Borland didn't put a lot of effort into explaining this in
any detail.
I'd like to ultimately be able to have these criteria fields reference
a start date cell and an end date cell for lookups so I don't have to
muck around in the formula to change anything.
Anyone know what I am doing wrong here?
I can provide more clarification if need be but I think this pretty
well describes it.
Any help will be greatly appreciated.
Thanks
AJ
a criteria formula that looks like this:
OrderDate
+OrderDate > @DATE('07,6,04') #AND# +OrderDate < @DATE('07,6,31')
Syntactically I see no reason why this shouldn't work. I have also
tried
OrderDate > @today-31 #AND# +OrderDate < @today-1, and innumerable
other variations and I just can't seem to get it to work the way I need it.
It would appear that everything is setup properly. If I type in a
single date number it will locate the matching records. I also created
field names from the headings though I am not 100% certain this
was done properly as it references only the heading row and nothing
below it - Borland didn't put a lot of effort into explaining this in
any detail.
I'd like to ultimately be able to have these criteria fields reference
a start date cell and an end date cell for lookups so I don't have to
muck around in the formula to change anything.
Anyone know what I am doing wrong here?
I can provide more clarification if need be but I think this pretty
well describes it.
Any help will be greatly appreciated.
Thanks
AJ