Skip to Main Content

Overview

Cards are useful for presenting a variety of information in small blocks and can be heavily customized. They can be displayed in three styles, with icons or initials, and you can control the layout. With Universal Theme, you can style both Lists or Classic Reports regions to appear as cards by setting the appropriate template.

Cards as a Report Template

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 Cards

Demo

Template Options

Sample SQL Query

select
  id,
  project card_title,
  upper(substr(project,0,2)) card_initials,
  null card_text,
  null card_subtext,
  'fa-cloud' card_icon, 
  lower(created_by) created_by,
  created,
  lower(updated_by) updated_by,
  updated
from eba_UT_chart_projects
order by 2

Column Aliases

#CARD_MODIFIERS#
Card CSS Class
#CARD_COLOR#
Card Color Class
#CARD_ICON#
Icon
#CARD_INITIALS#
Initials
#CARD_TITLE#
Title
#CARD_LINK#
Link
#CARD_SUBTITLE#
Subtitle
#CARD_TEXT#
Description text
#CARD_SUBTEXT#
Secondary description text