Hi all,
I am fairly new to Crystal, and I have some reports to write that have to be done in Crystal 6.0. (I've really only used Crytal 8.5)
My selection formula is this:
{STHISTORY.STHISTORYKEY} > "22000900" and
{STHISTORY.STATUS} in ["D","A"]
When I run it looking at just they key (for testing only) it runs perfectly. When I run it using just the status, that works too (although with millions of records I don't let it run for long).
When I use the above formula, only the status part is followed and it's ignoring the status history key entirely and pulling ALL D's and A's.
Can anyone tell me what I've done wrong here?
Thanks in advance.
I am fairly new to Crystal, and I have some reports to write that have to be done in Crystal 6.0. (I've really only used Crytal 8.5)
My selection formula is this:
{STHISTORY.STHISTORYKEY} > "22000900" and
{STHISTORY.STATUS} in ["D","A"]
When I run it looking at just they key (for testing only) it runs perfectly. When I run it using just the status, that works too (although with millions of records I don't let it run for long).
When I use the above formula, only the status part is followed and it's ignoring the status history key entirely and pulling ALL D's and A's.
Can anyone tell me what I've done wrong here?
Thanks in advance.