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

Parameter value selected is not getting into paramater variable.

Former Member
0 Likes
450

Hi,

I have a parameter variable in which there is a list of values(2007,2006,2005,2004).

By default, parameter value is 2007. But when I select any other value form the list, variable doesnot show that selected value at all. Someday back variable was showing me value , but now its not showing. Please give me some suggestion.

Thankyou,

Poonam

3 REPLIES 3
Read only

Former Member
0 Likes
429

Hi,

While declaring the Parameter do not assign directly, i mean Declare the paramter and do not use the DEFAULT option with the parameter, instead of this assign the 2007 value in INITILIZATION event, then ones you select it then the value will come into this parameter

Regards

Sudheer

Read only

0 Likes
429

But I have declared and defined other parameter lists in same fashion, they are showing values properly in variables. (default)

Read only

Former Member
0 Likes
429

Can I debug this situation?

I mean selection of value from parameter list and then transferring of that value into the variable.