2.4.12.a. How to Create a New Report?
1. Creating table for Report
Manage > Reports > Reports > Add Report
[Table Name:1 ,1, 2]
>Column1 Name|Column2 Name|Column3 Name
Cell 1 | Cell 2 | Cell 3
Cell 4 | Cell 5 | Cell 6
Forming the Tables
Examples:
[Table Name: 2,1]
It will create 2 columns.
For first column 2/3 (66% ) and for second column 1/3 (33% )
[Table Name: 2,1,2]
It will create 3 columns.
For first column 2/5 (40%), for second column 1/5 (20%) and for third column 2/5(40%)
Forming the Lines
Line values are limited by |(pipe) char. Each line’s pipe count and column count of table should match -1.
[Table 1: 1,1]
>> Creates Two Columns
Cell 1 | Cell 2
>> Two values | Char.
Sprawling Lines
Cell counts should match with column counts.
Examples
[Table 1: 1,1]
Cell 1 | Cell 2
Cell 3 |
>> This line is displayed as single cell.
Cell 4 | Cell 5
[Table 1: 1,1,1] >>>> Three Columns
Cell 1 | Cell 2 | Cell 3
Cell 3 || Cell 4
>> Two pipes for matching the columns
Cell 5 | Cell 6 | Cell 7
Multiple Tables
[Table 1: 1,1]
Value 1 | Value2
[Table 2: 1,1]
Value 3 | Value4
Column Alignment
All columns are aligned as default. If you put a space before column size, it aligns to right.
[Table 1: 1, 1]
>> Second 1 starts with space character.
Value 1 | Value2
>> Aligns right the Value2 column.