Tile statements

Gewijzigd op Do, 4 Dec, 2025 om 4:52 PM

Tile statements

All these statements get information of the current tile. The get-statements have the following form:

{get: <what>; <parameters>}

Functions

The value of what specifies what function is requested. For single indicator tiles this simply retrieves the data of the current indicator. For multi indicators the results will be returned in a list, grouped by unique values. The following functions can be requested:

tile-additional-info

{get: tile-additional-info;}

Retrieves the additional information based on the current period and region selection.

tile-datatype

{get: tile-datatype;}

Retrieves the datatype (numeric, percentage, mean).

tile-description

{get: tile-description;}

Retrieves the description.

tile-dimensionitems

{get: tile-dimensionitems; option: name;}

Retrieves the name of the dimension item(s).

tile-dimensionitems

{get: tile-dimensionitems; option: code;}

Retrieves the code of the dimension item(s).

tile-dimensionlevels

{get: tile-dimensionlevels; option: name;}

Retrieves the name of the dimension level(s).

tile-dimensionlevels

{get: tile-dimensionlevels; option: code;}

Retrieves the code of the dimension level(s).

tile-dimensions

{get: tile-dimensions; option: name;}

Retrieves the name of the dimension(s).

tile-dimensions

{get: tile-dimensions; option: code;}

Retrieves the code of the dimension(s).

tile-footnote

{get: tile-footnote;}

Retrieves the footnote.

tile-freetextfield1

{get: tile-freetextfield1;}

Retrieves the the first free text field of an indicator.

tile-freetextfield2

{get: tile-freetextfield2;}

Retrieves the the second free text field of an indicator.

tile-freetextfield3

{get: tile-freetextfield3;}

Retrieves the the third free text field of an indicator.

tile-geotype

{get: tile-geotype;}

Retrieves the geotype (single, stream ,etc).

tile-lastupdate

{get: tile-lastupdate;}

Retrieves the last update date of the data.

tile-lastperiod

{get: tile-lastperiod;}

Retrieves the last period of the tile.

tile-period

{get: tile-period;}

Retrieves the current period of the tile.

tile-periodrange

{get: tile-periodrange;}

Retrieves the period range of the indicator.

tile-periodtype

{get: tile-periodtype;}

Retrieves the periodtype (stock, pending, etc.).

tile-rating

{get: tile-rating;}

Retrieves the rating of the tile (positive/negative/neutral/unknown).

tile-roundoff

{get: tile-roundoff;}

Retrieves the roundoff value.

tile-source

{get: tile-source;}

Retrieves the source of the tile.

tile-sourceshortname

{get: tile-sourceshortname;}

Retrieves the short name of the source.

tile-sourceactuality

{get: tile-sourceactuality;}

Retrieves the actuality of the source.

tile-sourcecontactdetails

{get: tile-sourcecontactdetails;}

Retrieves the contact details of the source.

tile-sourcedatafiles

{get: tile-sourcedatafiles;}

Retrieves the datafiles of the source.

tile-sourcedatakeeper

{get: tile-sourcedatakeeper;}

Retrieves the datakeeper of the source.

tile-sourcedataowner

{get: tile-sourcedataowner;}

Retrieves the dataowner of the source.

tile-sourcedataprocessingmethod

{get: tile-sourcedataprocessingmethod;}

Retrieves the data processing method of the source.

tile-sourcedatasourcetype

{get: tile-sourcedatasourcetype;}

Retrieves the type of source.

tile-sourcedescription

{get: tile-sourcedescription;}

Retrieves the description of the source.

tile-sourcefreetext1

{get: tile-sourcefreetext1;}

Retrieves the first free text field of the source.

tile-sourcefreetext2

{get: tile-sourcefreetext2;}

Retrieves the second free text field of the source.

tile-sourcefreetext3

{get: tile-sourcefreetext3;}

Retrieves the third free text field of the source.

tile-sourcefootnote

{get: tile-sourcefootnote;}

Retrieves the footnote of the source.

tile-sourcefrequency

{get: tile-sourcefrequency;}

Retrieves the frequency of the source.

tile-sourceinfourl

{get: tile-sourceinfourl;}

Retrieves the url to the information file of the source.

tile-sourcereferencedate

{get: tile-sourcereferencedate;}

Retrieves the reference date of the source.

tile-sourcescalelevel

{get: tile-sourcescalelevel;}

Retrieves the scale level of the source.

tile-sourcekeywords

{get: tile-sourcekeywords;}

Retrieves the search tags of the source.

tile-sourcelastupdate

{get: tile-sourcelastupdate;}

Retrieves the last update date of the source.

tile-sourcemetadatamodified

{get: tile-sourcemetadatamodified;}

Retrieves the modify metadata of the source.

tile-sourceremarks

{get: tile-sourceremarks;}

Retrieves the remarks of the source.

tile-sourcetermsofuse

{get: tile-sourcetermsofuse;}

Retrieves the terms of use of the source.

tile-sourcetimecomparability

{get: tile-sourcetimecomparability;}

Retrieves the time comparability of the source.

tile-sourcesummary

{get: tile-sourcesummary;}

Retrieves the summary of the source.

tile-sourcedatalimitations

{get: tile-sourcedatalimitations;}

Retrieves the data limitations of the source.

tile-startperiod

{get: tile-startperiod;}

Retrieves the start-period of the tile.

tile-provisionalperiod

{get: tile-provisionalperiod;}

Retrieves the provisional period of the tile.

tile-forecastperiod

{get: tile-forecastperiod;}

Retrieves the forecast period of the tile.

tile-threshold

{get: tile-threshold;}

Retrieves the threshold of the tile.

tile-unit

{get: tile-unit;}

Retrieves the unit of the tile.

Parameters:

The value of parameters specifies how the output should be formatted. Multiple parameters must be separated by ;. The following parameters can be used:

  • html: defines the HTML element to be returned, e.g. … {get: tile-description; html: li;} will return a list of descriptions
  • css: defines the class of the html element(s) returned, e.g. {get: tile-description; html: li; css: class="customstyle"} will return a list of descriptions, with the class "customstyle".

Was dit artikel nuttig?

Dat is fantastisch!

Hartelijk dank voor uw beoordeling

Sorry dat we u niet konden helpen

Hartelijk dank voor uw beoordeling

Laat ons weten hoe we dit artikel kunnen verbeteren!

Selecteer tenminste een van de redenen

Feedback verzonden

We stellen uw moeite op prijs en zullen proberen het artikel te verbeteren