cancel
Showing results for 
Search instead for 
Did you mean: 

Can we customized the Webi Selection screen?

Former Member
0 Kudos

Does anyone know if we can customized the webi selection screen? Specifically, can we set the order of the variables that show up on the selection screen? Can we increase the size of the variable window up at the top? If so, where would this configuration need to take place?

Thanks,

Nyrvole

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

can we set the order of the variables that show up on the selection screen?

Yes it is possible.

The order of the prompts is determined by the prompt defn. Eg.

@Prompt('String','A','Class\LoV Obj,mono,free)

The 1st parameter is the above definiton here "String" determines the order. To define a specific order to the variables

write the defn. as:

@Prompt('01.XYZ',....)

@Prompt('02.ABC',....)

You can also use alphabets i.e. a,b,..instead of 01, 02

Regards,

Rohit

Former Member
0 Kudos

rohit....thx for the reply. This works fine and I think it will do even if I have to prefix the '01' in front of the variable name. the users might not like to have the '01' there but I think they will have to accept it if they want to order the selection screen. Lastly, is there any way in the @prompt sytax to control the hoverover text that is displayed when I "mouse" over the characteristic in the selection screen?

@Prompt('String','A','Class\LoV Obj,mono,free)

Points awarded!!

Answers (0)