From 0a4960fd54bfdacde0e933119b6464b4ee44f512 Mon Sep 17 00:00:00 2001 From: Angela Kilsdonk Date: Mon, 14 Aug 2017 16:21:34 -0700 Subject: [PATCH] Docs: Asciidoc fix Asciidoc fix for report data type icons. Signed-off-by: Angela Kilsdonk --- .../reports/reporter_template_terminology.adoc | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) diff --git a/docs/reports/reporter_template_terminology.adoc b/docs/reports/reporter_template_terminology.adoc index d12b2aa9a2..b1998b5edb 100644 --- a/docs/reports/reporter_template_terminology.adoc +++ b/docs/reports/reporter_template_terminology.adoc @@ -11,15 +11,15 @@ The information in Evergreen's database can be classified in nine data types, fo [options="header,footer"] |======================== |Webby Icon|Data Type |Description |Notes -|image::media/datatypes_timestamp.png[] |timestamp |An exact date and time (year, month, day, hour, minutes, and seconds) |Select appropriate date/time transform. Raw Data includes second and timezone information, usually more than is required for a report. -|image::media/datatypes_link.png[] |link |A link to another database table |Link outputs a number that is a meaningful reference for the database but not of much use to a human user. You will usually want to drill further down the tree in the Sources pane and select fields from the linked table. However, in some instances you might want to use a link field. For example, to count the number of patrons who borrowed items you could do a count on the Patron link data. -|image::media/datatypes_text.png[] |text |A field of text |Usually uses the Raw Data transform. -|image::media/datatypes_bool.png[] |bool |True or False |Commonly used to filter out deleted item or patron records. -|image::media/datatypes_orgunit.png[] |org_unit |Organizational Unit - a number representing a library, library system, or federation |When you want to filter on a library, make sure that the field name is on an org_unit or id data type. -|image::media/datatypes_id.png[] |id |A unique number assigned by the database to identify each record |A number that is a meaningful reference for the database but not of much use to a human user. Use in displayed fields when counting records or in filters. -|image::media/datatypes_money.png[] |money |A monetary amount -|image::media/datatypes_int.png[] |int |Integer (a number) -|image::media/datatypes_interval.png[] |interval |A period of time +a|image::media/datatypes_timestamp.png[] |timestamp |An exact date and time (year, month, day, hour, minutes, and seconds) |Select appropriate date/time transform. Raw Data includes second and timezone information, usually more than is required for a report. +a|image::media/datatypes_link.png[] |link |A link to another database table |Link outputs a number that is a meaningful reference for the database but not of much use to a human user. You will usually want to drill further down the tree in the Sources pane and select fields from the linked table. However, in some instances you might want to use a link field. For example, to count the number of patrons who borrowed items you could do a count on the Patron link data. +a|image::media/datatypes_text.png[] |text |A field of text |Usually uses the Raw Data transform. +a|image::media/datatypes_bool.png[] |bool |True or False |Commonly used to filter out deleted item or patron records. +a|image::media/datatypes_orgunit.png[] |org_unit |Organizational Unit - a number representing a library, library system, or federation |When you want to filter on a library, make sure that the field name is on an org_unit or id data type. +a|image::media/datatypes_id.png[] |id |A unique number assigned by the database to identify each record |A number that is a meaningful reference for the database but not of much use to a human user. Use in displayed fields when counting records or in filters. +a|image::media/datatypes_money.png[] |money |A monetary amount | +a|image::media/datatypes_int.png[] |int |Integer (a number) | +a|image::media/datatypes_interval.png[] |interval |A period of time | | | | | |======================= -- 2.43.2