Crystal Reports 2013
Oracle - using Command in Crystal to retrieve dataset
1. In a dynamic parameter, when we choose to filter on the available values, is there a way to use a wildcard?
I've tested in the Record Selection Criteria where
table.field = {?parameter}
table.field like {?parameter} + "*"
table.field startswith {?parameter}
Should I, instead, use a wildcard at the level of the dynamic parameter filter, and if so, how is this done?
2. Results are always the same, whether I use "=", "like [...] + '*'", or "startswith". Therefore, is the dynamic parameter itself and/or its filter processing the results during a different "Pass" of the data?
I have not found any documentation online about this.
Thank you.
Oracle - using Command in Crystal to retrieve dataset
1. In a dynamic parameter, when we choose to filter on the available values, is there a way to use a wildcard?
I've tested in the Record Selection Criteria where
table.field = {?parameter}
table.field like {?parameter} + "*"
table.field startswith {?parameter}
Should I, instead, use a wildcard at the level of the dynamic parameter filter, and if so, how is this done?
2. Results are always the same, whether I use "=", "like [...] + '*'", or "startswith". Therefore, is the dynamic parameter itself and/or its filter processing the results during a different "Pass" of the data?
I have not found any documentation online about this.
Thank you.