Difference between revisions of "QPR UI - 06/2022 Deprecated"

From Mea Wiki
Jump to navigation Jump to search
(Created page with "Welcome to QPR MobileDashboard Wiki!")
 
 
(574 intermediate revisions by 3 users not shown)
Line 1: Line 1:
Welcome to QPR MobileDashboard Wiki!
+
== Designing Dashboards ==
 +
User interface designed using QPR UI consists of views, panels and presentation objects. View is the topmost level canvas that spans the entire screen, and panels in the view are used to group presentation objects visually together. Presentation objects are smallest building blocks of the user interface, and they are for example charts, tables, buttons and labels.
 +
 
 +
<div style="display: flex;flex-wrap: wrap;">
 +
 
 +
<div style="flex: 10 0 230px;border:1px solid #dfdfdf;padding:0 1em 1em 1.5em;background-color:#F7FAFC;margin:10px 0px 0px 10px;">
 +
=== Visualizations ===
 +
* [[Data Grid Properties|Data Grid]]
 +
* [[Editable Data Grid|Editable Data Grid]]
 +
* [[HTML Properties|HTML and JavaScript Content]]
 +
* [[SVG Properties|SVG Content]]
 +
* [[External Content Properties|External Content Viewer]] (iframe)
 +
* [[Repeater_Properties|Content Repeater]]
 +
</div>
 +
 
 +
<div style="flex: 10 0 200px;border:1px solid #dfdfdf;padding:0 1em 1em 1.5em;background-color:#F7FAFC;margin:10px 0px 0px 10px;">
 +
 
 +
=== Designing Dashboards ===
 +
* [[View and Panel Designer in QPR UI|View Designer]]
 +
* [[QPR_UI_Folders|Folders]]
 +
* [[Permissions (QPR UI)|Permissions]]
 +
* [[Tutorial: Creating View in QPR UI|Tutorial for Creating Views]]
 +
</div>
 +
 
 +
<div style="flex: 10 5 250px;border:1px solid #dfdfdf;padding:0 1em 1em 1.5em;background-color:#F7FAFC;margin:10px 0px 0px 10px;">
 +
=== Querying Data ===
 +
* [[Datasets in QPR UI|Queries and Datasets]]
 +
* [[QPR Suite Web Service Datasource|QPR Suite Web Service Datasource]]
 +
* [[QPR Reporting Expression|QPR Reporting Expression Datasource]]
 +
</div>
 +
 
 +
<div style="flex: 10 0 200px;border:1px solid #dfdfdf;padding:0 1em 1em 1.5em;background-color:#F7FAFC;margin:10px 0px 0px 10px;">
 +
=== Variables and Tags===
 +
* [[Variables in QPR UI|Variables]]
 +
* [[Dynamic Tags in QPR UI|Dynamic Tags]]
 +
** [[Variable Tag in QPR UI|Variable Tag]]
 +
** [[Expression Tag in QPR UI|Expression Tag]]
 +
** [[Dataset Tag in QPR UI|Dataset Tag]]
 +
</div>
 +
 
 +
</div>
 +
 
 +
== Installation and Administration ==
 +
 
 +
<div style="display: flex;flex-wrap: wrap;">
 +
<div style="flex: 1 0 260px;border:1px solid #dfdfdf;padding:0 1em 1em 1.5em;background-color:#F7FAFC;margin:10px 0px 0px 10px;">
 +
=== Planning Installation ===
 +
* [[QPR UI Installation Checklist|Installation and Configuration Checklist]]
 +
* [[QPR UI System Requirements|System Requirements for QPR UI]]
 +
* [[QPR UI Release Notes|QPR UI Release Notes]]
 +
</div>
 +
 
 +
<div style="flex: 1 0 260px;border:1px solid #dfdfdf;padding:0 1em 1em 1.5em;background-color:#F7FAFC;margin:10px 0px 0px 10px;">
 +
 
 +
=== Installing ===
 +
* [[SQL Server Configuration in QPR UI|SQL Server Configuration for QPR UI]]
 +
* [[QPR UI Windows Installer|QPR UI Windows Installer]]
 +
* [[Setting up IIS as Reverse Proxy for QPR UI|IIS as Reverse Proxy for QPR UI]]
 +
* [[QPR UI Data Grid Export Service|Data Grid Export Service Installation]]
 +
* [[Enable Detailed Error Messages in IIS]]
 +
* [[Silent Installation in QPR UI|Automated Installation]]
 +
</div>
 +
 
 +
<div style="flex: 1 0 260px;border:1px solid #dfdfdf;padding:0 1em 1em 1.5em;background-color:#F7FAFC;margin:10px 0px 0px 10px;">
 +
=== Configuring ===
 +
* [[QPR UI System Settings|QPR UI System Settings]]
 +
* [[Federated Authentication in QPR UI|Federated Authentication (SAML 2.0)]]
 +
* [[Common QPR Authentication]]
 +
* [[Payara Configuration in QPR UI|Payara Settings]]
 +
* [[QPR UI Security Hardening]]
 +
* [[QPR UI Audit Logging|Audit Logging in QPR UI]]
 +
</div>
 +
</div>
 +
 
 +
__NOTOC__
 +
 
 +
[[Category: QPR UI]]

Latest revision as of 09:29, 8 July 2022

Designing Dashboards

User interface designed using QPR UI consists of views, panels and presentation objects. View is the topmost level canvas that spans the entire screen, and panels in the view are used to group presentation objects visually together. Presentation objects are smallest building blocks of the user interface, and they are for example charts, tables, buttons and labels.

Installation and Administration