Reputation: 1
I am using crystal report add-on on my visual studio 2015. I have a problem, I have access database with table looks like in images:
I want to sort my database with field tanggal_pembayaran as parameters, using group selection in selection formula on crystal report but here is what the formula looks like:
I don't know which formula to use to make it like that parameter becomes the initial limit for the report date to display data with date above the entered date which i don't know how.
Upvotes: 0
Views: 1790
Reputation: 736
To Filter and Sort by a Parameter field in crystal report
to filter data using parameter field
Go to Reports>>Selection Formula>>Records and provide formula here it will be like {Customers.CreationDate}<{?Creationdate} save and close
to Sort data using parameter
Go to Report >> Record Sort Expert>>From report field add the Parameter field.If not visiable add the field first to the report then it will be visibale
Upvotes: 0