March 2018
Beginner to intermediate
514 pages
13h 11m
English
If you open the same application that we used in the Data Manager section, you will see two tabs. The first tab, Main, is a default section with all system variables used to configure our environment. These come out of the box but can be edited by changing the values to the right of the equal (=) sign. For example, you can change the thousand separator depending on the region we are in. We take the following variable:
SET ThousandSep=',';
Then you change it to the following:
SET ThousandSep='.';
Read now
Unlock full access