5mn Demo - tMap Essential Features
In the Expression Builder:You can change the last names of the customers to uppercase. Select row2.lastname and cut it via Ctrl+X in the Expression area.In the Category list, click StringHandling and in the Functions list, double-click UPCASE.StringHandling.UPCASE("Hello") will display in the Expression area.Paste your selection between the brackets instead of "Hello" to obtain StringHandling.UPCASE(row2.lastname).Click OK.
15
|