Embedded QPR Portal examples

From Mea Wiki
Jump to navigation Jump to search

Embedded QPR Portal examples

06.11.2018 - 12:20

Here you can find examples how content from QPR Portal can be shown part of other sites. Instead of showing the whole portal with all the tabs and buttons, these examples show only some parts of the content. These examples have been embedded from [node/https://demo.qpr.com demo.qpr.com].

Implementation is based on html iframe elements that are part of this QPR Community page. Source urls for the iframes are QPR Portal Bookmark links, which are adjusted for the embedding. Embedded QPR Portal accelerator needs to be installed for urls containing following parameters: embedded, hierarchyvisible or showgraphonly.

EA/PD Flowchart

Parameters &embedded=true&hierarchyvisible=false are added in the end of the url. Embedded QPR Portal accelerator is needed.

Metrics Dashboard

Parameters &embedded=true&hierarchyvisible=false are added in the end of the url. Embedded QPR Portal accelerator is needed.

Metrics Measure Hierarchy

Parameters &embedded=true&hierarchyvisible=true are added in the end of the url. Embedded QPR Portal accelerator is needed.

Metrics Measure Graph

Parameter &showgraphonly=true is added in the end of the url. Embedded QPR Portal accelerator is needed.

Metrics Dashboard (without details pane)

Parameter pmain is removed. In addition, detailspane must be hidden with dpmode parameter: add &dpmode=0 in the end of the url. Embedded QPR Portal accelerator is NOT needed.

setTimeout(function() { document.getElementById("demoiframe2").src = "https://demo.qpr.com/qpr/Portal/QPR.Isapi.dll?SCPLUGIN&*xlink&VTN=STRATEGYMAP&SID=iOC060r0pNg-LlOtvUvBPgzCpNF.LY8tsFmb5Z&PMAIN=scorecards&PSUB=SCPLUGIN_strategymaps&PPRM=MOD%3d811934799%3f1_0_811934799_1725394083&UIP=kPb1TguiqNNfMlzwvFLk5WONh0MVC4PSlvXeGLPSej&embedded=true&hierarchyvisible=false"; }, 2000); setTimeout(function() { document.getElementById("demoiframe3").src = "https://demo.qpr.com/qpr/Portal/QPR.Isapi.dll?SCPLUGIN&*xlink&VTN=TABLE&skin=portal&TPL=measurehierarchyview.tpl&H=measures&R=1_0_9_975125661&FE=HI:1:0:1%2cPVP:0:0:1:d.d.0%2cRC:0:1:20:d.d.0%2cTI:0:1:20:d.d.0&FL=0&S=default&MOD=9&PMAIN=scorecards&PSUB=SCPLUGIN_navigator&PPRM=MOD%3d9%26SCNA_TVSID%3d%26SCNA_TVSID%3d%26SCNA_TVSID%3d%26SCNA_TVSID%3d%3f1_0_9_975125661&UIP=kPb1TguiqNNfMlzwvFLk5WONh0MVC4PSlvXeGLPSej&embedded=true&hierarchyvisible=true"; }, 4000); setTimeout(function() { document.getElementById("demoiframe4").src = "https://demo.qpr.com/qpr/Portal/QPR.Isapi.dll?SCPLUGIN&*xlink&VTN=ELEMENT&SID=iOC060r0pNg-LlOtvUvBPgzCpwJcKY4zsFXb7J&SVS=1&PSUB=SCPLUGIN_navigator&PPRM=MOD%3d811934799%26SCNA_FE%3dHI:1:0:1%2cPVP:0:0:1:d.d.0%2cRC:0:1:20:d.d.0%2cTI:0:1:20:d.d.0%26SCNA_FL%3d0%26SCNA_S%3ddefault%26SCNA_RECURSIVE%3d%26SCNA_MODVERSIONS%3d%26SCNA_TVSID%3d%26SCNA_RECURSIVE%3d%26SCNA_MODVERSIONS%3d%26SCNA_TVSID%3d%26SCNA_RECURSIVE%3d%26SCNA_MODVERSIONS%3d%26SCNA_TVSID%3d%26SCNA_RECURSIVE%3d%26SCNA_MODVERSIONS%3d%26SCNA_TVSID%3d%3f1_0_811934799_1725394083&UIP=kPb1TguiqNNfMlzwvFLk5WONh0MVC4PSlvXeGLPSej&showgraphonly=true"; }, 6000); setTimeout(function() { document.getElementById("demoiframe5").src = "https://demo.qpr.com/qpr/Portal/QPR.Isapi.dll?SCPLUGIN&*xlink&VTN=STRATEGYMAP&SID=iOC060O0r7VjL2CxsEvBPgzCpNk.MYWst-ej5k&PSUB=SCPLUGIN_strategymaps&PPRM=MOD%3d518387254%3f1_0_518387254_1829983202&UIP=kPb1TguiqNNfMlzwvFLk5WONh0MVC4PSlvXeGLPSej&dpmode=0"; }, 8000);