Deletion log
Jump to navigation
Jump to search
Below is a list of the most recent deletions.
- 14:46, 10 December 2021 Ollvihe talk contribs deleted page QPR Print Diagram (content was: "==QPR Portal Print Diagram Add-On== This is an add-on for QPR Suite, compatible with QPR Suite 2017.1.0 and later. The following improvements are contained in this package: A Printable Image button for diagrams for obtaining the diagram...")
- 14:46, 10 December 2021 Ollvihe talk contribs deleted page Repeater Properties (content was: "The Repeater is a container UI element, which loops through rows in its defined dataset ('''repeat data''') and it dynamically draws presentation object(s) ('''instances''') for each row in the repeat data. The repeated content is define...")
- 14:46, 10 December 2021 Ollvihe talk contribs deleted page QPR UI Workspace (content was: "QPR UI contains two types of workspaces, one '''Public Workspace''' and multiple '''Private Workspaces'''. There is only one Public Wo...", and the only contributor was "TeeHiet" (talk))
- 14:46, 10 December 2021 Ollvihe talk contribs deleted page QPR UI Windows Installer (content was: "Windows installer for QPR UI can be downloaded from the downloads page. If there is an earlier version alrea...", and the only contributor was "TeeHiet" (talk))
- 14:46, 10 December 2021 Ollvihe talk contribs deleted page QPR UI Wiki (content was: "<div class="downloadButton" style="width:240px;float:right;margin:3px 12px 0px 20px;">Download QPR UI</div> == Designing Dashboards == User interface designed using QPR UI consists of views, panels and presenta...")
- 14:46, 10 December 2021 Ollvihe talk contribs deleted page QPR UI System Settings (content was: "This page describes all QPR UI system settings stored in QPR UI database in the '''CONFIGURATIONENTITY''' table. Some of the settings...", and the only contributor was "Ollvihe" (talk))
- 14:46, 10 December 2021 Ollvihe talk contribs deleted page QPR UI System Requirements (content was: "This page contains all QPR UI system requirements for both the server environment and client devices running web browsers. ==Client Devices== The following client devices and web browsers are supported: * Windows desktop ** Google Chrom...")
- 14:45, 10 December 2021 Ollvihe talk contribs deleted page QPR UI Security Hardening (content was: "Follow these instructions to harden QPR UI security. Also steps for QPR ProcessAnalyzer Security Hardening are valid for QPR UI....", and the only contributor was "Ollvihe" (talk))
- 14:45, 10 December 2021 Ollvihe talk contribs deleted page QPR UI Release Notes (content was: "This page contains new features and fixed issues for each QPR UI release. == Latest Release: QPR UI 2020.2.1 (Release date 2020-06-25...", and the only contributor was "TeeHiet" (talk))
- 14:45, 10 December 2021 Ollvihe talk contribs deleted page QPR UI Installation Checklist (content was: "This checklist for QPR UI installation and configuration contains all the needed steps to complete a QPR UI installation. The steps ne...", and the only contributor was "Ollvihe" (talk))
- 14:45, 10 December 2021 Ollvihe talk contribs deleted page QPR UI Folders (content was: "In QPR UI, each view and panel is stored to a folder in a hierarchy of folders. The hierarchy has a root folder named '''Workspace''', which cannot be renamed, moved or deleted. All versions of a view/panel are located in the same folder...")
- 14:45, 10 December 2021 Ollvihe talk contribs deleted page QPR UI Audit Logging (content was: "Several user actions in QPR UI are logged into the GlassFish log located by default in C:\Program Files\QPR Software Plc\QPR UI\Glassfish\glassfish\domains\domain1\logs\server.log. The logged actions are: * Successful logins (using all...")
- 14:44, 10 December 2021 Ollvihe talk contribs deleted page HTML Presentation Object: Show Measure Values (content was: "This is an example is a simple customized presentation object which shows a value from a context variable '''measureValue'''. If the c...", and the only contributor was "Ollvihe" (talk))
- 14:44, 10 December 2021 Ollvihe talk contribs deleted page HTML Presentation Object: Search Textbox (content was: "This example code is a textbox with the following features: * Textbox contents can be bound to a definable context variable (line '''v...", and the only contributor was "Ollvihe" (talk))
- 14:44, 10 December 2021 Ollvihe talk contribs deleted page HTML Presentation Object: Redirect to URL (content was: "Follow the steps in this page to create a QPR UI view, which redirects user to another webpage when opened, for example to QPR Suite Portal. This QPR UI view can be used if QPR UI is used just for authenticating user. # Create a new vi...")
- 14:44, 10 December 2021 Ollvihe talk contribs deleted page HTML Presentation Object: PivotGrid (content was: "In addition to the PivotGrid presentation object, pivot can be implemented more custom and flexible way usin...", and the only contributor was "Ollvihe" (talk))
- 14:44, 10 December 2021 Ollvihe talk contribs deleted page HTML Presentation Object: Multiselect dropdown list (content was: "This is an example of a multiselect dropdown list implemented using the HTML Presentation Object. The list gets its options from a D...", and the only contributor was "Ollvihe" (talk))
- 14:44, 10 December 2021 Ollvihe talk contribs deleted page HTML Presentation Object: Hierarchy Browser (content was: "This is an example how to present hierarchical data in QPR UI using HTML presentation object and a TreeView component (https://js.syncfusion.com/demos/web/#!/bootstrap/treeview/defaultfunctionalities). When selecting nodes in the hierarc...")
- 14:44, 10 December 2021 Ollvihe talk contribs deleted page HTML Presentation Object: Get cell value from dataset (content was: "The following example shows how to get a single cell value from a dataset and present it in an HTML presentation object. The functiona...", and the only contributor was "Ollvihe" (talk))
- 14:44, 10 December 2021 Ollvihe talk contribs deleted page HTML Presentation Object: Gantt chart (content was: "The following query contains example data for the gantt chart. Add it to a HTML presentation object's dataset with name "exampleData"....", and the only contributor was "Ollvihe" (talk))
- 14:44, 10 December 2021 Ollvihe talk contribs deleted page HTML Presentation Object: Button to Change Variables (content was: "Following code creates a button. When clicking it, the defined context variables are set to session context. You can change for example the button text, changed context variables, and graphical layout of the button. <pre> <input value="...")
- 14:44, 10 December 2021 Ollvihe talk contribs deleted page HTML Presentation Object: Bubble chart (content was: "Following query contains example data for the bubble chart. Add it to a dataset with name "exampleData". Note that this example needs QPR Reporting Expression datasource installed. <pre> data=CreateDataset(Array('Risk', 'Value', 'C...")
- 14:44, 10 December 2021 Ollvihe talk contribs deleted page HTML Presentation Object: BPMN Diagram (content was: "This is an example on how to use the available [http://bpmn.io/ BPMN.io] library in an HTML presentation object: To use the library, do as follows: # Create a view and a panel. # Add an HTML presentation object to the panel. Use the bel...")
- 14:40, 10 December 2021 Ollvihe talk contribs deleted page File:Pic iis detailed errors.png
- 14:38, 10 December 2021 Ollvihe talk contribs deleted page File:Pic installation completed.png
- 14:38, 10 December 2021 Ollvihe talk contribs deleted page File:Pic installation destinationfolder.png
- 14:38, 10 December 2021 Ollvihe talk contribs deleted page File:Pic installation federated authentication.png
- 14:38, 10 December 2021 Ollvihe talk contribs deleted page File:Pic installation glassfish ports.png
- 14:38, 10 December 2021 Ollvihe talk contribs deleted page File:Pic installation licenseagreement.png
- 14:38, 10 December 2021 Ollvihe talk contribs deleted page File:Pic installation readytoinstall.png
- 14:38, 10 December 2021 Ollvihe talk contribs deleted page File:Pic installation serverlocations.png
- 14:38, 10 December 2021 Ollvihe talk contribs deleted page File:Pic installation sso.png
- 14:38, 10 December 2021 Ollvihe talk contribs deleted page File:Pic installation suite credentials.png
- 14:38, 10 December 2021 Ollvihe talk contribs deleted page File:Pic installation welcome.png
- 14:38, 10 December 2021 Ollvihe talk contribs deleted page File:Roles-Business Systems.PNG
- 14:38, 10 December 2021 Ollvihe talk contribs deleted page File:Odbc 6.png
- 14:38, 10 December 2021 Ollvihe talk contribs deleted page File:Odbc 5.png
- 14:37, 10 December 2021 Ollvihe talk contribs deleted page File:Odbc 4.png
- 14:37, 10 December 2021 Ollvihe talk contribs deleted page File:Odbc 3.png
- 14:37, 10 December 2021 Ollvihe talk contribs deleted page File:Odbc 2.png
- 14:37, 10 December 2021 Ollvihe talk contribs deleted page File:Installation test.jpg
- 14:37, 10 December 2021 Ollvihe talk contribs deleted page File:Installation.PNG
- 14:37, 10 December 2021 Ollvihe talk contribs deleted page File:Figure 3.PNG
- 14:37, 10 December 2021 Ollvihe talk contribs deleted page File:Figure 1. Impact analysis report concepts visualized.PNG
- 14:36, 10 December 2021 Ollvihe talk contribs deleted page File:Executeinclient2.png
- 14:36, 10 December 2021 Ollvihe talk contribs deleted page File:Executeinclient1.png
- 14:36, 10 December 2021 Ollvihe talk contribs deleted page File:Example.jpg
- 14:36, 10 December 2021 Ollvihe talk contribs deleted page File:Edit custom report.PNG
- 14:36, 10 December 2021 Ollvihe talk contribs deleted page File:DurationBetweenEventTypesCalculation.png
- 14:36, 10 December 2021 Ollvihe talk contribs deleted page File:Custom Reports.PNG