cancel
Showing results for 
Search instead for 
Did you mean: 

Business Graphic not Refreshing

Former Member
0 Kudos

Hello

I have two tabs and two graphs inside each tab. Graphs will be selected based on a drop-down selection and displaying it based on the visibility property.

In the second tab, the graph is not refreshing properly. Sometimes its showing the old graph, even though the data in the table is refreshing. Sometimes, its refreshing properly. The Data passed to these graphs is from a Table, which has a tree (Master Column) inside it.

I investigated a lot on this issue, I am not able to find a single clue to on how to overcome this. Do I need to write Dynamic Programming for this?.

If anybody has an idea, please share it. Appreciate your help.

Thanks,

Sunita.

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

hi

are you facing the problem because of tabs or dropdown??

if you have problem with tabs to display different graphs based on table data try this code.

if(wdContext.currentContextElement().getSeltab()=="Tab")

{

//write functionality to display the firstgraph.

}

if(wdContext.currentContextElement().getSeltab()=="Tab1")

{

//write functionality

}

Regards

sowmya.

Former Member
0 Kudos

Sowmya,

Thanks for your response. Actually the problem is not due to tabs. I think the problem is because of Master column in the table.

Answers (0)