Filtering Reports Based on Currently Logged-in User With Smart Report Engine
By using the filter_is_current_active_user, it is possible to guarantee that when multiple users access the same report, each logged-in user can only view their respective records. This tutorial demonstrates how …
Continue Reading
Creating Reports With Subtotals and Grand totals Using Smart Report Engine
Before we begin, if you haven’t already done so, you might want to read the primary usage example. This post will help you understand how to start using Smart Report Engine. …
Continue Reading
Creating Reports With Calculated Columns using Smart Report Engine
Calculated columns are virtual columns that are not physically stored in your database table Instead, their values are calculated from one or more other columns. The below image shows a …
Continue Reading
Integrating Smart Report Engine With A Session-Based Login System
Before we begin, if you haven’t already done so, you might want to read Basic usage example. This post will help you understand how to start using Smart Report Engine. Using …
Continue Reading
Creating Reports With Data Filters Using Smart Report Engine
Before we begin, if you haven’t already done so, you might want to read the primary usage example. This post will help you understand how to start using Smart Report Engine. …
Continue Reading
Converting Your SQL Queries To Reports Using Smart Report Engine
In this tutorial, we will show how to convert your SQL queries to reports! So, for the sake of this example, let’s assume that the SQL query we want to …
Continue Reading
Conditional Formatting
Smart Report Engine supports conditional formatting, which allows changing the appearance of a cell-based on its value. In this tutorial, we will create a report based on a single table …
Continue Reading
Column Customization Options Supported In Smart Report Engine
Before we begin, if you haven’t already done so, you might want to read The Primary Usage Example. This post will help you understand how to start using Smart Report Engine. …
Continue Reading
Primary Usage of Smart Report Engine The most effective PHP reporting framework for generating intelligent reports.
To create a report using Smart Report Engine, regardless of the report type, you need to follow these steps: In this tutorial, we will demonstrate how to build a PHP …
Continue Reading