‎2007 Aug 02 8:01 AM
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
‎2007 Aug 02 8:04 AM
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
‎2007 Aug 02 8:09 AM
But I have declared and defined other parameter lists in same fashion, they are showing values properly in variables. (default)
‎2007 Aug 02 8:06 AM
Can I debug this situation?
I mean selection of value from parameter list and then transferring of that value into the variable.