var fDesc=new Array(); fDesc[0] = "SAP Crystal Interactive Analysis, is a simple – yet powerful – tool that delivers self-service ad hoc query and analysis capabilities for data-savvy business professionals.

Using an intuitive interface, you can combine other types of data from different sources into interactive documents – and uncover trusted, shareable answers to spontaneous and iterative business questions. Plus, flexible drill-down, charting, formatting capabilities let you slice and dice your data in an almost unlimited number of ways to gain deeper insights and communicate your findings effectively. The tool puts you back in control, enabling you to access and manipulate both personal and company data in a unified context using your own business terms.

Main Features :
- Use just one tool – and everyday business terms – to access and interact with company data.
- Uncover trusted, shareable answers to spontaneous and iterative business questions.
- Create ad hoc reports and manipulate data in an almost unlimited number of ways.
- Reduce your reporting backlog with self-service access to company data.
- Gain deeper insight into your data with a rich feature set for data formatting, custom calculations, formulas, charts, tracking data changes, and more."; 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 = ''; } }