cancel
Showing results for 
Search instead for 
Did you mean: 

Capture UserResponse in a free-standing cell for Webi Mobile

Former Member
0 Kudos

Hi Guys,

I have a webi mobile report that shows the data selected by the user on a given prompt, at this point I'm able to add a title using the following syntax on a hyperlink content display with this syntax:

<a href="laction://cell?attachedto='block1'&valign='top'&halign='left'">Title</a>

Now I need to figure out how to add a UserReponse webi formula for a given prompt so the text 'Title' shows the selected value.

Accepted Solutions (1)

Accepted Solutions (1)

kohesco
Active Contributor
0 Kudos

Did you try :

=UserResponse("Promptname")

Former Member
0 Kudos

I tried the following

<a href="laction://cell?attachedto='block1'&valign='top'&halign='left'">=UserReponse("Title")</a>

after that I got the result attached on the image.

Answers (1)

Answers (1)

Former Member
0 Kudos

Hi Koen, I tried but it just print the given text on the title as you can see.

userresponse.jpg