cancel
Showing results for 
Search instead for 
Did you mean: 

Variable with Prompts WebI

Former Member
0 Kudos
284

Is there any possibility to create a variable which shows all prompts from the report?

I know there is PromptSummary() function available.

However, I would like to have a variable which shows each prompt in a separate cell.

So I can create a table which shows all prompts available (which changes dynamically depends on the report).

I would really appreciate your help!

Accepted Solutions (0)

Answers (1)

Answers (1)

amitrathi239
Active Contributor
0 Kudos

you need to create individual variables for each prompt condition.

Var1=userresponse("First prompt text")

Similarly you can create for other pormpts.