How to Define Out-of-Range Numeric Dimension Alerts In Non-English Installations
When setting alerts that include a condition for a value that is outside the defined numeric range dimension on non-English installations, you must manually modify the BAM definition with the localized version of the string out of range.
The following table lists examples of localized out-of-range values.
Language code | Localized string |
---|---|
CN | 超出范围 |
DE | Außerhalb des gültigen Bereichs |
ES | Fuera de rango |
FR | hors limites |
IT | Fuori intervallo |
JA | 範囲外 |
KO | 범위를 벗어남 |
TW | 超過範圍 |
To define out-of-range alerts in non-English installations
Navigate to the folder containing your BAM definition xml file.
Using a text editor or an XML editor, open the BAM definition file.
Locate the slicer dimension for the numeric dimension. For example, if your slicer dimension is named Alerts_NumDim, you would locate the following node:
<SlicerDimension Name="Alerts_NumDim"> <Level Name="(Out of Range)" /> </SlicerDimension>
Change the Out of Range string value to the appropriate localized string.
Save the file and deploy the definition.
See Also
What Is a BAM Definition Schema?
How to Deploy BAM Definitions