Skip to main content

The mpmX Master Item and Language Tables

The mpmX Master Item and Language Tables are created from the csv files of the mpmX Template App.

⚠️ Warning: No fields should be removed from the tables, nor should any key fields be changed, so as not to impair the function of the app.

 

Languages

Language Table
Language Table
LanguageTablePreview
LanguageTablePreview

Field NameExplanation
LanguagesContains the available languages for the mpmX Template App.

 

MasterItems

Master Items originating from the MasterItems.csv-files.

MasterItems Table
MasterItems Table
MasterItems Table Preview 1
MasterItems Table Preview 1
MasterItems Table Preview 2
MasterItems Table Preview 2
MasterItems Table Preview 3
MasterItems Table Preview 3
MasterItems Table Preview 4
MasterItems Table Preview 4

Field NameExplanation
_MasterItemIDA unique ID for the master item which is used to connect the master items between the front end and back end, to perform updates and to change the properties of a master item.
_MasterItemLabelThe label expression which is used by the mpmX Template App to be displayed on the chart axis when using the master item (Qlik Sense® September 2017 or later).
_MasterItemTypeEither "Measure" for numbers or "Dimension" for categories.
_MasterItemNameThe name of the master item, which is displayed in the master items panel.
_MasterItemExpression1The formula expression for the measure or dimension used by the mpmX Template App.
_MasterItemTagsA list of terms that are used to tag the master item. See Names & Tags - here.
_MasterItemColorThe HEX code to define the color of the master elements, which is in the format "#000000" or null().
_MasterItemExpression2-5Additional fields, when required for a drill-down dimension should be added as extra columns using a sequential number in the field title.
ScenarioFlagThe scenario-file from which the data was created.
SourceSystemThe data source from which the data was created.
FlagCustomA flag, if the master item is created by customization or as default by the mpmX Template App.
_MasterItemSegmentColorsThe colors assigned to specific segments.
_MasterItemSegmentLimitsThe limits of the segment that a master item has.
_MasterItemSegmentLimitTypeThe type of limit of the segment that a master item has.
_MasterItemSegmentLimitGradientThe gradient of a limit of the segment that a master item has.
_MasterItemFormatTypeThe format type of a master item.
_MasterItemFormatPatternThe pattern that is used for the master item.
_MasterItemDecSeparatorThe symbol used to separate the integer part from the fractional part of a number written in decimal form.
_MasterItemThouSeparatorThe character that describes the thousand section of a number.
_MasterItemDescriptionThe content of the description field of a master item.

 

MasterItemImport

MasterItemsImport Table
MasterItemsImport Table
MasterItemsImport Table Preview
MasterItemsImport Table Preview

Master Items originating from the mpmX Template App inline table. These master items are automatically replacing the placeholding master items in every chart of the mpmX Template App.

Field NameExplanation
MasterItemNameThe name of the master item, which is displayed in the master items panel.
MasterItemLabel_ENThe label expression in English which is used by the mpmX Template App to be displayed on the chart axis.
LevelThe level to which the master item belongs, either Event, GeoField, or Case.
MasterItem_Label_ENThe label expression in English which is used by the mpmX Template App to be displayed on the chart axis.
MasterItemLabel_DEThe German label expression which is used by the mpmX Template App to be displayed on the chart axis.
MasterItemDescription_DEThe content of the description field of a master item in German.
MasterItemLabel_ESThe Spanish label expression which is used by the mpmX Template App to be displayed on the chart axis.
MasterItemDescription_ESThe content of the description field of a master item in Spanish.

 

Translations

TranslationTables Example
TranslationTables Example
Field NameExplanation
TextObjectThe unique identifier of a text object, that is used in the label-function.
ENThe translations (one column per translation) into English, so the language in the front end can be switched with a button.
DEThe translations (one column per translation) into German, so the language in the front end can be switched with a button.
ESThe translations (one column per translation) into Spanish, so the language in the front end can be switched with a button.