crogers111
Technical User
CRXI
SQL 2005
I have 6 paramaters that prompt users to enter Y/N to determine if the data is included in the record selection. I'm trying to develop the formula to place in the report footer thats shows which parameters were chosen.
HERE ARE EXAMPLES OF THE PARAMETERS
?Include A
?Include B
?Incluce C
?Include D
?Include E
?Include F
The parameters are STRING and users are instructed to enter Y or N. The record selection is working correctly to determine if the data is included in the report but I assume there's a better way to write a formula to show the choices in a single row other than an IF/THEN for every iteration.
If users enter the following for the above parameters: Y, Y, N, Y, N, Y
HERE IS THE DESIRED OUTPUT:
"The types selected are: A, B, D, F"
Thanks
SQL 2005
I have 6 paramaters that prompt users to enter Y/N to determine if the data is included in the record selection. I'm trying to develop the formula to place in the report footer thats shows which parameters were chosen.
HERE ARE EXAMPLES OF THE PARAMETERS
?Include A
?Include B
?Incluce C
?Include D
?Include E
?Include F
The parameters are STRING and users are instructed to enter Y or N. The record selection is working correctly to determine if the data is included in the report but I assume there's a better way to write a formula to show the choices in a single row other than an IF/THEN for every iteration.
If users enter the following for the above parameters: Y, Y, N, Y, N, Y
HERE IS THE DESIRED OUTPUT:
"The types selected are: A, B, D, F"
Thanks