Skip to main content Skip to complementary content

MoneyThousandSep

The thousands separator defined replaces the digit grouping symbol for currency set by your regional settings.

Tip note

By default, Qlik Sense displays numbers and text differently in table charts. Numbers are right-aligned, and text is left-aligned. This makes it easy to find text-to-number conversion issues. Any tables on this page that show Qlik Sense results will use this formatting.

Syntax:  

MoneyThousandSep

Qlik Sense applications will interpret text fields that conform to this formatting as monetary values. The text field must contain the currency symbol that is defined in the MoneyFormat system variable. MoneyThousandSep is particularly helpful when handling data sources received from multiple different regional settings.

The following example shows a possible use of the MoneyThousandSep system variable:

Set MoneyDecimalSep=',';

This function is often used together with the following functions:

Related functions
Function Interaction
MoneyFormat In instances of text field interpretation, the MoneyFormat symbol will be used as part of the interpretation. For Number Formatting, the MoneyFormat formatting will be used by Qlik Sense in chart objects.
MoneyDecimalSep In instances of text field interpretation, the MoneyDecimalSep function must also be adhered to.

Regional settings

Unless otherwise specified, the examples in this topic use the following date format: MM/DD/YYYY. The date format is specified in the SET DateFormat statement in your data load script. The default date formatting may be different in your system, due to your regional settings and other factors. You can change the formats in the examples below to suit your requirements. Or you can change the formats in your load script to match these examples. For more information, see Modifying regional settings for apps and scripts.

Default regional settings in apps are based on the user profile. These regional format settings are not related to the language displayed in the Qlik Cloud user interface. Qlik Cloud will be displayed in the same language as the browser you are using.

If you are an app creator, you can set the default region for apps you create. For more information, see Setting your preferred regional settings for creating apps and scripts in Qlik Cloud Analytics.

Example 1 - MoneyThousandSep comma (,) notation

Example 2 - MoneyThousandSep dot (.) notation

Did this page help you?

If you find any issues with this page or its content – a typo, a missing step, or a technical error – let us know how we can improve!