cancel
Showing results for 
Search instead for 
Did you mean: 

prompt values

Former Member
0 Kudos

Hi,

We have  Material hierarchy variable (MAT_VAR) in BEx query I want to display selected material key value in report.

Below is the material data

MatKey
MatAXYMatA
MatBXYMatB

I am using below formula to display its key values and it is working fine if user selects single value

="XY"+Userresponse("MAT_VAR")

When user selects multiple values then it is displaying like below:

XYMatA;MatB

But I am expecting XYMatA;XYMatB (in single cell)

Thank you,

suri

Accepted Solutions (1)

Accepted Solutions (1)

amitrathi239
Active Contributor
0 Kudos

Hi,

use this.

=Replace("XY"+UserResponse("MAT_VAR");";";";XY")

Amit

Answers (0)