Application Development 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: 

How to get "0.000" as the default value in Select-Option

Former Member
0 Kudos

Hi,

In one of my requirement, I have to give 0.000 as the default value to the amount field in select-option.

1. If I give 0.000 as the default value for both the ranges -> It's throwing an error message as "Specify the Valid Range".

2. If I give 0.000 as the default value for the lower limit alone.In that case it is displaying the value in the multiple selection instead of displaying it in the text box.

Please help me in that.

Regards,

Yuga

4 REPLIES 4

Former Member
0 Kudos

Hi,

If you give '0.00' as a default value for a amount value in a select-option, it will set its 'OPTION' field value as 'EQ'. But no value will be displayed. Merely '=' symbol will be there.

Whenever you give multiple selection including '0.00', just assign with 'OPTION' as 'EQ'. But no value will be displayed. Merely '=' symbol will be there.

Regards,

R.Nagarajan.

0 Kudos

Hi Nagarajan,

Ya I'm getting EQ symbol. Is there is any work around to get 0.000 in the text box.

Thanks & Regards,

Yuga

0 Kudos

Hi,

That's it.

If '=' symbol is there, then it cares about '0.00'.

I tested like this :

1. SELECT-OPTION declared for currency field.

2. Default value set as '0.00'.

3. In START-OF-SELCTION, i just looped the SELECT-OPTION and WRITE.

4. I executed with HIGH value as 100.

5. The output is

'0.00 100.00'

Regard,

R.Nagarajan.

0 Kudos

In My case I need to set both low and high value as 0.000