Do not input private or sensitive data. View Qlik Privacy & Cookie Policy.
Skip to main content

Announcements
April 13–15 - Dare to Unleash a New Professional You at Qlik Connect 2026: Register Now!
cancel
Showing results for 
Search instead for 
Did you mean: 
Not applicable

Sorting Numbers

Anyone know how to make a table box sort with number with multiple decimal points?

For Example:

1

1.1

1.1.1

1.1.2

2

2.1

2.2

2.2.1

2.2.2

2.2.3

3

3.1

4

5

5.1

1 Solution

Accepted Solutions
swuehl
MVP
MVP

Use a straight table chart instead of the table box and use a calculated dimension:

=Text(YourFieldName)

(add all other fields needed as dimensions and disable 'Suppress zero value' on presentation tab).

Or create your field as Text(FieldName) as FieldName in your load script.

View solution in original post

1 Reply
swuehl
MVP
MVP

Use a straight table chart instead of the table box and use a calculated dimension:

=Text(YourFieldName)

(add all other fields needed as dimensions and disable 'Suppress zero value' on presentation tab).

Or create your field as Text(FieldName) as FieldName in your load script.