Documentations
  • Welcome to PHPRad Documentations
  • Getting Started
    • System Requirements
    • Installation
    • Creating New Project
    • Creating New Database
  • Gallery
    • Component Gallery
  • Connecting to a database
    • Creating Database View
    • Creating Custom View
    • Syncing Database
    • Modifying Database
  • PHPRad Pages
    • Pages
      • Page Fields
      • Page Properties
        • List Page Properties
        • View Page Properties
        • Add Page Properties
        • Edit Page Properties
        • Delete Page Properties
      • Page Field Properties
        • List Page Field Properties
        • View Page Field Properties
        • Add Page Field Properties
        • Edit Page Field Properties
      • Modifying User Page
  • PHPRad Page Design
    • Layout Components
      • Row Components
      • Column Components
    • View Components
      • Accordion
      • Tab Page
        • Tab
      • Form Wizard
        • Step
          • CustomView
      • Modal Component
      • Header Component
      • Custom View Component
    • Page Filter Components
      • Button
      • Search Field
      • Range Field
      • Date Field
      • Multi-Choice List Field
      • Single Choice List Field
      • Select Field
      • Dropdown Menu
      • Nav Filter Menu
    • Menu Component
      • Static Menu
      • Dynamic Menu
    • Record Count Component
    • Chart Component
    • SubPage Component
      • List SubPage
      • View SubPage
      • Add SubPage
      • Edit SubPage
  • Security
    • Authentication
    • Adding Roles and Permissions
    • Adding User Record Management
    • Adding Audit Trail Log
  • Project Theme
    • Applying Project Theme
  • Settings
    • Project Settings
      • Project Configuration
      • Email Configuration
    • Menu Configuration
    • Global Settings
  • Publishing Application
    • Preview Application
    • Publish to Production
  • Project Explorer
    • Editing Project File Manually
    • Editing App Custom Css
Powered by GitBook
On this page
  • 01. Component
  • Title
  • Sql
  • ValuePrefix
  • ValueSuffix
  • AnimateClass
  • DisplayStyleClass
  • Link
  • Icon
  • Short Description
  • 01. Progress
  • ProgressBar
  • ProgressMaxValue
  • ProgressBarClass

Was this helpful?

  1. PHPRad Page Design

Record Count Component

PreviousDynamic MenuNextChart Component

Last updated 5 years ago

Was this helpful?

01. Component

Title

Allows user to name the record count

Sql

  • Sql Query Editor

    • Query Builder

      • Designer: Allows user to select tables, fields, sort, sort order, group, aggregate, operand, comparator and value that will be used to build queries

      • Code: This is where you view generated queries

      • Result: Allows user to observe query results and apply changes in the designer section if needed

    • Execute: When clicked, displays query result of the current Sql statement in the Sql query editor

  • Edit Query Params (Separated by commas): Allows user to specify fields to be fetched

ValuePrefix

Allows user to set the name or identification value that will be displayed Before the record count value or result

ValueSuffix

Allows user to set the name or identification value that will be displayed After the record count value or result

AnimateClass

Allows user to select animation style for record/ data display

DisplayStyleClass

Allows user to select design style for record/ data display

Link

This is the link that will be navigated to when the end-user clicks on the record count

Icon

Allows user select an icon for the Record Count

Short Description

Allows user to set a brief description of the Record Count

01. Progress

ProgressBar

If set to True, displays a progress bar for Record Count

ProgressMaxValue

Allows user to set the max value for the progress bar

ProgressBarClass

Allows user to set the custom class for the progress bar