Categories
- Business Objects (3)
- Best Practices (2)
- Fusion Charts (5)
- Main (3)
- SQL Server (1)
- SSIS (1)
- Uncategorized (1)
- Universe Design (3)
- Web Intelligence (4)
- Xcelsius (7)
- Design Practices (1)
- Excel (1)
- Tips and Tricks (2)
- Workarounds (1)
Archives
- February 2010
- January 2010
- October 2009
- August 2009
- April 2009
- March 2009
- January 2009
- December 2008
- November 2008
- October 2008
Tag Cloud
auto increment
best practices
bonavista
bulletgraph
Business Objects
charting
charting package
conditional formatting
content management
dashboard
datatable
dianne sawyer
dom
Excel
expand
fannie mae
fix
flash charts
fred carter
frederick carter
free
Fusion Charts
grid component
imt slider
inovista
java
javascript
Java Wrapper
microcharts
pathway technologies
populate dimension table
ripoff
scam
sorting
sparkline
SQL Server
SSIS
table
tree grid
universe
User Access
User Management
Web Intelligence
wrapper
Xcelsius
Latest Tweets
-
Guide on Business Objects access levels posted http://davidlai101.com/blog/2010/02/19/understanding-business-objects-access-levels/ - posted on Feb 19, 2010
-
FusionCharts wrapper 1.0 online guide now available - posted on Feb 03, 2010
-
FusionCharts Java Wrapper 1.0 released
Go to http://davidlai101.com/blog/2010/02/02/fusion-charts-java-wrapper-updated/ to check it out! - posted on Feb 02, 2010
-
The future is in sixth sense technology http://www.youtube.com/watch?v=mzKmGTVmqJs&feature=youtube_gdata - posted on Jan 26, 2010
-
Blog has been upgraded to Wordpress. Enjoy! Http://www.davidlai101.com/blog - posted on Jan 24, 2010


Xcelsius 2008 Refresh on Load
One of the major issues I’ve encountered with Xcelsius 2008 was refreshing too many Live Office components on load from the Data Manager. This would cause the browser to crash when loading the swf.
I’m not sure if it’s a bug but a workaround I discovered was to use a Reporting Services Button to perform the refresh on load. You can find the button in the Web Connectivity components category.
When dealing with a lot of live office objects here are some simple rules to follow.
1. Only use the Refresh on Load from the Data Manager to refresh cells that contain data for objects such as dropdown selectors.
2. Chart data for example that needs to be refreshed on load should be done through the Reporting Services Button
I’ve also attached a Whitepaper from Business Objects that talks about the Refresh on Load from Xcelsius 2008.
Download White Paper
In short, when refreshing on load from the data manager, data is refreshed while the objects are rendering which may cause an overload on the flash player. Whereas refresh on load from the Reporting Services button will occur after all the components have been rendered.