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

From Mea Wiki
Jump to navigation Jump to search
 
(515 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.
  
== Getting started ==
+
<div style="display: flex;flex-wrap: wrap;">
* [[QPR MobileDashboard Features Overview]]
 
* Basic concepts
 
  
== [[Designing_QPR_MobileDashboard_Views|Designing dashboards]] ==
+
<div style="flex: 10 0 230px;border:1px solid #dfdfdf;padding:0 1em 1em 1.5em;background-color:#F7FAFC;margin:10px 0px 0px 10px;">
* [[Chart Properties|Chart]]
+
=== 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>
  
* [[Data Field Properties|Data Field]]
+
<div style="flex: 10 5 250px;border:1px solid #dfdfdf;padding:0 1em 1em 1.5em;background-color:#F7FAFC;margin:10px 0px 0px 10px;">
* [[Data Grid Properties|Data Grid]]
+
=== Querying Data ===
* [[External Content Properties|External Content]]
+
* [[Datasets in QPR UI|Queries and Datasets]]
* [[Gauge Properties|Gauge]]
+
* [[QPR Suite Web Service Datasource|QPR Suite Web Service Datasource]]
* [[Panel Properties|Panel]]
+
* [[QPR Reporting Expression|QPR Reporting Expression Datasource]]
* [[Pick List Properties|Pick List]]
+
</div>
* [[Pivot Grid Properties|Pivot Grid]]
+
 
* [[ProcessAnalyzer Content Properties|ProcessAnalyzer Content]]
+
<div style="flex: 10 0 200px;border:1px solid #dfdfdf;padding:0 1em 1em 1.5em;background-color:#F7FAFC;margin:10px 0px 0px 10px;">
* [[Pushbutton Properties|Pushbutton]]
+
=== Variables and Tags===
* [[Table Properties|Table]]
+
* [[Variables in QPR UI|Variables]]
* [[View Properties|View]]
+
* [[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 ==
  
* Editing views
+
<div style="display: flex;flex-wrap: wrap;">
* Defining queries
+
<div style="flex: 1 0 260px;border:1px solid #dfdfdf;padding:0 1em 1em 1.5em;background-color:#F7FAFC;margin:10px 0px 0px 10px;">
* Presentation objects
+
=== Planning Installation ===
* Bookmarking
+
* [[QPR UI Installation Checklist|Installation and Configuration Checklist]]
* Version management
+
* [[QPR UI System Requirements|System Requirements for QPR UI]]
* Workspaces
+
* [[QPR UI Release Notes|QPR UI Release Notes]]
* Export and Import Views
+
</div>
  
== [[Installing And Configuring QPR MobileDashboard|Installing And Configuring]] ==
+
<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 And Configuring QPR MobileDashboard|Install and configure QPR MobileDashboard]]
 
* [[QPR MobileDashboard System Requirements|System requirements]]
 
* Authentication and Access Control
 
* Federated authentication
 
* SSL configuration
 
  
== Resources ==
+
=== Installing ===
* QPR MobileDashboard Demo Site: https://demo.qpr.com/mobiledash/ (username: qpr, password: demo)
+
* [[SQL Server Configuration in QPR UI|SQL Server Configuration for QPR UI]]
* Installer package: https://files.qpr.com/releases/QPR_MobileDashboard_2016.6.0/QPRMobileDashboard.exe
+
* [[QPR UI Windows Installer|QPR UI Windows Installer]]
* Sales material: https://community.qpr.com/node/2036 (available only for QPR partners)
+
* [[Setting up IIS as Reverse Proxy for QPR UI|IIS as Reverse Proxy for QPR UI]]
* Demo cases: http://community.qpr.com/node/2061 (available only for QPR partners)
+
* [[QPR UI Data Grid Export Service|Data Grid Export Service Installation]]
* Sales training webinar: https://community.qpr.com/node/2116 (available only for QPR partners)
+
* [[Enable Detailed Error Messages in IIS]]
 +
* [[Silent Installation in QPR UI|Automated Installation]]
 +
</div>
  
== Other ==
+
<div style="flex: 1 0 260px;border:1px solid #dfdfdf;padding:0 1em 1em 1.5em;background-color:#F7FAFC;margin:10px 0px 0px 10px;">
* Frequently asked questions (FAQ)
+
=== Configuring ===
* Known Issues
+
* [[QPR UI System Settings|QPR UI System Settings]]
* Release History
+
* [[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__
 
__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