Skip to Main Content

Overview

This report template is useful for displaying attribute value / key value pairs and works well with both Row or Column based queries.

Row Based

Instructions

  1. In Page Designer, select a region
  2. Go to the Property Editor
  3. Under the Region tab
    1. Find Identification → Type, use Classic Report
  4. Under the Attributes tab
    1. Find Appearance → Template, use Value Attribute Pairs - Row

Demo

Arrange for vacation coverage
On-Hold
Check software licenses
Closed
Check software licenses
Closed
Collect mission-critical spreadsheets
Open
Complete plan
Closed
Complete questionnaire
On-Hold

Template Options

Sample SQL Query

select task_name, status from eba_ut_chart_tasks

Column Based

Instructions

  1. In Page Designer, select a region
  2. Go to the Property Editor
  3. Under the Region tab
    1. Find Identification → Type, use Classic Report
  4. Under the Attributes tab
    1. Find Appearance → Template, use Value Attribute Pairs - Column

Demo

Project
Maintain Support Systems
Created
5 weeks ago
Created by
ADMIN
Updated
5 weeks ago
Updated by
ADMIN

Template Options

Sample SQL Query

select 
  id,
  project, 
  created, 
  created_by, 
  updated, 
  updated_by
from eba_ut_chart_projects