1

I am using Business Objects WEBi to build a new report.

In a cell I want to show the UserResponse to the G/Ls that have been excluded in a list, but when I use the formula =UserResponse["G/Ls to Exclude:"] I get a blank cell

enter image description here

How do I get around this issue?

Sandra Rossi
  • 11,934
  • 5
  • 22
  • 48
Honeyloco
  • 11
  • 3

3 Answers3

1

Check whether the string has any blank spaces trailing at the back or front of the string . This may sometime does not bring the value available in the user response.

Riya
  • 21
  • 5
0

Check whether the "G/Ls to Exclude:" is holding the exact string what you have give in the prompt display.

lordhog
  • 3,427
  • 5
  • 32
  • 43
Riya
  • 21
  • 5
0

Can you try without double quotes?

=UserResponse[G/Ls to Exclude:]
Joe Mayo
  • 7,501
  • 7
  • 41
  • 60