var fDesc=new Array(); fDesc[0] = "SAP Dashboard Design gives users the capability to easily visualize complex data modeled in Excel. The Component SDK is the result of demands for new and custom visual and non-visual components, and enables Flex developers to add new components to their dashboards. Flex developers can convert any Flex widget or component and add it to the designer. Transform complex company data into engaging, interactive dashboards

Get a holistic, actionable view of your business with SAP Crystal Dashboard Design, our powerful data visualization software. Create interactive dashboards from any data source with ‘point-and-click’ ease – and gain insights that can help you confidently plan for the future. Monitor performance across your organization with key performance indicators. Visualize emerging trends and instantly understand the impact of business changes."; function tShowHide(id, show) { var s = document.getElementById("desc"); if ((s.innerHTML.length<=212 || show==1) && show!=2) { s.innerHTML = fDesc[id]; if (document.getElementById('m1')) document.getElementById('m1').style.display='none'; if (document.getElementById('m2')) document.getElementById('m2').style.display='none'; if (document.getElementById('more_txt')) document.getElementById('more_txt').style.display='inline'; } else { s.innerHTML = ''; } }