Analytics Annotated TOC

column Defines a column and can be used within a stdtable or simpletable module.
columnheader Defines complex column headers, such as rowspan and colspan.
count Defines if a sql statement is countable.
defaultvalue Deprecated. Use <param name="defaultvalue"> instead.
display Describes how to represent the data for the given output mode (HTML, PDF, CSV, etc).
dynamicOrderBy Creates an "order by" SQL statement.
equals Ignores the inner content of the XML node if the given variable does not match the given value.
filter Defines a filter for the report data. If there is an embedded <param> tag in the context, then to display the filter, the <param> tag must not be null.
globalparam Imports a parameter definition specified within the globalparams tag in the global.xml file.
globalparams Specifies the parameter which can be imported into a report by using the globalparam tag. The globalparams tag can be used only within the global.xml file.
header Defines a header row for a simpletable module.
listvalue Defines a list value of a quantile chart (such as the chart in the "Sessions" report).
loadresource Loads a java resource for localization once, at the beginning of a session.
module Defines a module for the report.
mouseovervalue Deprecated. Use <param name="mouseovervalue"> instead.
notEquals Ignores the inner content of the XML node if the given variable does not match the given value.
notNull Ignores the inner content of the XML node if the given variable is null.
param Defines a parameter in the given context.
paramprocessing Defines processing of the parameter. Processing can be used to perform checks or modifications and simple mathematical calculations.
query Defines a sql query used to fetch data for a report.
report Defines the basic top level report definition.
restriction Defines restriction checks for parameter values.
restrictionvalue For a restriction of type list, this tag defines a valid value for the parameter.
row Defines a data row for a simpletable module.
sql Defines the sql of a tag.
subheader Adds a sub header to the module.
submodule Adds a module to a container module.
sumline Adds a summary line to a table.
value Defines a value which is displayed at the given section. Depending on where the value tag is placed, this can be a column value, sub header, or summary line.
valueparam Supports additions of type specific attributes to the value tag.
where Renders a where statement on the SQL statement.