cancel
Showing results for 
Search instead for 
Did you mean: 

What's the string for a single parameter

Former Member
0 Kudos

When i want to buld a url string in Xcelsius to open a webi report or another flash file, what is the single parameter tag?

I am using "&IsSPARAMETERNAME=" for a report that has 3 multiple parameters. Can I use the same "&IsS" with the upper S when i want to write a one-parameter string that uses only 1 parameter and not more than 1?

Accepted Solutions (0)

Answers (1)

Answers (1)

Former Member
0 Kudos

Yes, &lsS is only used for single values. &lsM for multiple values prompt and &lsR for range prompts.

For example, if you have two single prompts, then you would write:

&lsSprompt1=value1&lsSprompt2=value2

If you have one single prompt and one multiple values prompt, you would write:

&lsSname1=value1&lsMname2=value2,value3,value4

Regards

Victor