Difference between revisions of "Table"

From TaticView
Jump to: navigation, search
Line 1: Line 1:
Implements a table like object, a collection of columns and rows, that displays data.
+
A table like object, a collection of columns and rows, that displays data.
  
 
You can add to a table object any number of [[Date]], [[Text]] and [[Value]] columns needed.
 
You can add to a table object any number of [[Date]], [[Text]] and [[Value]] columns needed.
  
By default, the data displayed in the table will be grouped by the Data and Text columns and Value columns will be Sum.
+
By default, the data displayed in the table will be grouped by the Data and Text columns and Value columns will be summarized.  
  
  
Line 13: Line 13:
  
  
[[File:table_ex.png]]
+
[[File:table_ex.png|link=]]
  
The above example, shows a table grouped by the ''Year'' and ''State'' columns (two first columns) and the summarized ammount of ''Gross Sales'' and ''Net Revenue'' for these groups.
+
The above example, shows a table grouped by the ''Year'' and ''State'' columns (two first columns) and the summarized amount of ''Gross Sales'' and ''Net Revenue'' for these groups.
  
  

Revision as of 17:57, 9 May 2013

A table like object, a collection of columns and rows, that displays data.

You can add to a table object any number of Date, Text and Value columns needed.

By default, the data displayed in the table will be grouped by the Data and Text columns and Value columns will be summarized.


For crossed data features in tables, see Cross Table.


Example


Table ex.png

The above example, shows a table grouped by the Year and State columns (two first columns) and the summarized amount of Gross Sales and Net Revenue for these groups.


Data Properties


Title Bar Properties


Layout Properties


Object Columns Properties