I created a Crystal Report and it prompts the user to choose the date they want to start from. Ex. Show me when someone changed this field on or after the date they select. I cannot seem to have it filter for the date range. It is returning every time the field was ever changed (not >= the date the user selected.
How would I filter the results based on the user input
Crystal Reports
Last Comment
dougvarga
8/22/2022 - Mon
dougvarga
Paste your record selection formula
dougvarga
That should have read:
POST your record selection formula!
radersolutions
ASKER
I have a parameter named @AsOfDate
I tried going to Report>Select Expert and tried making a formula {Audit.AuditDateTime} => @AsOfDate, but it does not like that. I want the results of the report to filter all changes made on or after hte date selected by the user.
This worked! It looks like i was forgetting the part Date(...). Also, I am getting a 9 duplicates of each result. Is there a way to not filter for duplicates?