Application Development and Automation Discussions
Join the discussions or start your own on all things application development, including tools and APIs, programming models, and keeping your skills sharp.
cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

Select option vs parameters performance

Former Member
0 Likes
595

Select option is bad as per performance when compare to parameters?

Thanks

Ashwath

1 ACCEPTED SOLUTION
Read only

PeterJonker
Active Contributor
0 Likes
497

Where did you get that from ? It all depends what kind of select options VALUES are set compared to which VALUES are set in parameters.

I never heard of a difference in performance just because of the type of selection screen input.

A select-options with only one value (select-option-low) will not have any difference in performance I think then a parameter set with one value.

If you construct a select option with many lines including and excluding values, then you might get a performance delay (millisecs) but then this kind of selects cannot be created with a parameter input option so there is no choice

1 REPLY 1
Read only

PeterJonker
Active Contributor
0 Likes
498

Where did you get that from ? It all depends what kind of select options VALUES are set compared to which VALUES are set in parameters.

I never heard of a difference in performance just because of the type of selection screen input.

A select-options with only one value (select-option-low) will not have any difference in performance I think then a parameter set with one value.

If you construct a select option with many lines including and excluding values, then you might get a performance delay (millisecs) but then this kind of selects cannot be created with a parameter input option so there is no choice