Hello,
I'm not all that experienced with Crystal formulas, and have a parameter issue I can't figure out. I have the report working perfectly, and this parameter is the last step. I have a field in the report called "Terminal" that has almost a hundred different values, but here are examples of some values: [expr, wcash, offline, hqoff, lbay, lback, loff] etc.
I need to add a parameter in the report that has a drop down list for users with the following values: ALL, Wash, and Lube.
ALL - If a user selects this from the drop down list, it will pull up ALL values in the report
Wash - This will pull up the values in the report where TERMINAL not like "l*" - I basically need the report to pull all values that do not start with the letter "L"
Lube - This will pull up all of the values in the report where TERMINAL like "L*" - so just the opposite of wash. I need this to pull up only the records where terminal begins with an "L"
I have no idea where to start when coming up with a formula to make this happen. Any help will be appreciated.
Thank you in advance!
I'm not all that experienced with Crystal formulas, and have a parameter issue I can't figure out. I have the report working perfectly, and this parameter is the last step. I have a field in the report called "Terminal" that has almost a hundred different values, but here are examples of some values: [expr, wcash, offline, hqoff, lbay, lback, loff] etc.
I need to add a parameter in the report that has a drop down list for users with the following values: ALL, Wash, and Lube.
ALL - If a user selects this from the drop down list, it will pull up ALL values in the report
Wash - This will pull up the values in the report where TERMINAL not like "l*" - I basically need the report to pull all values that do not start with the letter "L"
Lube - This will pull up all of the values in the report where TERMINAL like "L*" - so just the opposite of wash. I need this to pull up only the records where terminal begins with an "L"
I have no idea where to start when coming up with a formula to make this happen. Any help will be appreciated.
Thank you in advance!