cancel
Showing results for 
Search instead for 
Did you mean: 

Refreshing Tables

Former Member
0 Kudos

Hi,

I' ll explain my scenario:-

I have a drop down box in my form. when i select an option in the drop down box and press the submit button, it displays two tables-> table1 and table2 .

The values displayed in table2 depends on the values in table1.

Problem :-

When i select an option in the drop down for the first time - Both table1 and table2 are displayed--- the amount figures in these tables are comma separated.

Eg: Table1

Profit Loss

10,000 12,000

Table2

Interest GrossAmount

4,20,000 32,000

BUT When i select the option in the drop down for the second time and click submit -- the amount figs in table1 are comma separated BUT not in table2.

Eg: Table1

Profit Loss

10,000 12,000

Table2

Interest GrossAmount

420000 32000

<b> these values are not comma separated</b>

Need help to solve this problem.

Message was edited by:

vaishali dhayalan

Message was edited by:

vaishali dhayalan

Accepted Solutions (0)

Answers (1)

Answers (1)

Former Member
0 Kudos

Hi,

I guess you use input fields on the table. Select the controls properties dialog box and go to format tab.

There is an option for thousands separator in different number formats.

If that does not work, please explain what options you are using in formatting tab

regards,

Sooraj