{=
include("docs.util");
start_docs_page(docs.technical_manual.page_titles.reportfieldsnodes);
=}
| category |
| Type: | string |
| Values: | ""(empty) date_time day_of_week hour_of_day day_of_year week_of_year ... Categories are defined in LogAnalysisInfo/field_categories.cfg. |
| Default value: | ""(empty) |
| Relevant: | Only if the report field is based on an expression or if it overrides the database field category. If a report field is baed on a database field and the category node exists, then it overrides the database field category, also in case that the value is empty. I.e.,category="" will set the category to "", regardless of which category is defined in the source database field. |
| Notes: | The report field category overrides any database field category. A category is usually given in the database field, though a report field with an expression is not based on a database field, hence we allow the definition of a category in report fields as well. |