|
|
|
Forum Newbie
      
Group: Forum Members
Last Login: 7/2/2008 2:28:37 PM
Posts: 6,
Visits: 17
|
|
suppose I have the following table in my database
id data value
1 janWk1 34
2 janWk2 23
3 janWk3 43
I managed to connect to a database, but I have another problem.
lets suppose I enter the value of janWk1 wrong
and I want to repeat the entry replacing that wrong value on the chart through a form.
it will display duplicate of janWj1 with two bars on the chart
and I want when re-enter the value to replace the old wrong value on the chart
Best Regards
|
|
|
|
|
Supreme Being
      
Group: Moderators
Last Login: Today @ 4:23:50 AM
Posts: 738,
Visits: 1,187
|
|
| hi, Can you please check whether the newly modified data is actually updating your database and not appending as a new record. I fear its creating a new record, hence, a new chart dataplot.
Regards,
Sudipto Choudhury FusionCharts Team
|
|
|
|
|
Forum Newbie
      
Group: Forum Members
Last Login: 7/2/2008 2:28:37 PM
Posts: 6,
Visits: 17
|
|
Hi,
yes it is creating a new record.
what can I do in this condition?
Thanks
|
|
|
|
|
FusionCharts Team
      
Group: Administrators
Last Login: 7/29/2008 12:15:49 PM
Posts: 2,001,
Visits: 474
|
|
So do you actually want to display 2 records or just 1?
Thanks, Pallav Nadhani FusionCharts Team
|
|
|
|
|
Forum Newbie
      
Group: Forum Members
Last Login: 7/2/2008 2:28:37 PM
Posts: 6,
Visits: 17
|
|
only one record
I want to display the updated record only
Thanks
|
|
|
|