bool(false) How do you make label thematic map for multiple fields? - FAQ - SuperMap

Q: How do you make label thematic map for multiple fields?

A: Make the field expressions for the label thematic map are joined together with "+". If it is not a text field, you can use str() to convert it and then you can get the multifields label thematic map. Suppose that the text field is Text1 and the numeric field name is Num1, then the SQL expression can be: Text1 + str(Num1).

03 Jul,2019

More iDesktop FAQ