var fDesc=new Array(); fDesc[0] = "QlikView is the world’s first associative, in-memory Business Discovery platform. It enables business users to assemble data from multiple sources, explore it, make discoveries, and uncover insights that enable them to solve business problems in new ways. QlikView works the way the mind works. Users conduct searches and interact with dynamic dashboards and analytics from any device. They ask and answer streams of questions on their own and in
groups and teams. They forge new paths to insight and decision.

QlikView is a single product that has multiple components for use by people in various roles: business users, business analysts / BI application developers, and IT professionals."; 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 = ''; } }