I am using Crystal reports v7.
I am writing a report and would like to allow the user to specify one ticket # or using a wildcard, get all of the tickets. Ticket ticket field is a string field.
Ex.. User selects the start date, and then the ticket #. Assuming that he does not want to select a specific ticket #, how can I set the parameter using somelike * or %, which will give back all of the ticket #'s from the start date?
I have tried using the % or * as the default in the parameter, but it did not work.
Thanks..
I am writing a report and would like to allow the user to specify one ticket # or using a wildcard, get all of the tickets. Ticket ticket field is a string field.
Ex.. User selects the start date, and then the ticket #. Assuming that he does not want to select a specific ticket #, how can I set the parameter using somelike * or %, which will give back all of the ticket #'s from the start date?
I have tried using the % or * as the default in the parameter, but it did not work.
Thanks..