Don't know if this is possible, but....
I have a database field on my report called 'product_code' (string). This field is also a multiple-value report parameter. I need to create a formula field next to it calles, say, 'custom_code' that displays a different value (related to the 'product_code') that is assigned to it by the user.
For example, if the user chooses run the report using product_codes 500, 501 & 502 in the parameter prompt, the user could assign a value of 'ABC' to product_code 500, 'EFG' to 501 and 'HIJ' to 502. These values would populate the 'custom_code' field for all the matching records in the 'product_code' field.
I know how to use a parameter field to assign a variable to a formula field, but not for an array like the example above.
Any/all help with this would be GREATLY appreciated!
Thanks,
Tom
I have a database field on my report called 'product_code' (string). This field is also a multiple-value report parameter. I need to create a formula field next to it calles, say, 'custom_code' that displays a different value (related to the 'product_code') that is assigned to it by the user.
For example, if the user chooses run the report using product_codes 500, 501 & 502 in the parameter prompt, the user could assign a value of 'ABC' to product_code 500, 'EFG' to 501 and 'HIJ' to 502. These values would populate the 'custom_code' field for all the matching records in the 'product_code' field.
I know how to use a parameter field to assign a variable to a formula field, but not for an array like the example above.
Any/all help with this would be GREATLY appreciated!
Thanks,
Tom