Download GGIG Graphical Interface Generator Programming Guide

Transcript
GGIG Graphical Interface Generator - Documentation
Filters for the elements in the different dimensions
Without filters, all elements found on a logical dimension will be shown to the user in any
table. The exemptions are the items either defined for the product or the activity dimension,
see above. In order to restrict the selection in the other logical dimensions, a selection list can
be defined in the table definition. Take as an example the following XML tag:
<regionSel>MS<regionSel>
It means that the table will only show elements with the tag <region> (see below) which
comprise MS in their <sel> field. The example would refer to the Member States. There is a
specific selection list:
<regionSel>FromDataCube<regionSel>
Which will neglect the elements under <region> as defined in the file, but rather takes any
one found in the data cube. The option was introduced to avoid the necessity to define all
180.000 HSMU codes in the file.
Alternatively, a regex string can be used, e.g.
<dim5Sel>red[0-9]+_regex</dim5Sel>
Wolfgang Britz, Version July 2014
62