Configuring GHO Crosstable URLs


Options for configuring the GHO Crosstable displays - these parameters are added onto the URL line, for the profile/format combination &profile=xtab&x-filter=html

An example table specification for life expectancy:
     http://apps.who.int/gho/athena/data/GHO/WHOSIS_000001?format=html&profile=xtab&x-topaxis=GHO;SEX&x-sideaxis=COUNTRY;YEAR&filter=COUNTRY:*
    
Option Description
x-sideaxis Specify the dimensions, in order from left to right, that make up the table's vertical axis, on the left side of the table. Dimension codes are separated by semicolons. If a dimension code is not present in the source data used to create the table, it will be ignored.

Example:
            &x-sideaxis=COUNTRY;YEAR
          
x-topaxis Specify the dimensions, in order from top to bottom, that make up the table's horizontal axis, present at the top of the table. Dimension codes are separated by semicolons. If a dimension code is not present in the data used to create the table, it will be ignored.

Example:
            &x-topaxis=GHO;SEX
          
x-collapse Collapse rows together in the Horizontal axis starting from the specified row index. The first row in the header is 1. If this is set to less than 1 or equal to or higher than the number of rows in the header, this setting has no effect. Note that this setting controls the display of the data only and does not alter the underlying metadata. This means that the filters work in a potentially non-intuitive way when this parameter is used.
Example:
            &x-collapse=2