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

Announcements
Share your agentic AI experience, learn from others, and earn a new badge: Put Agentic AI to Work
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

Labels (1)
1 Solution

Accepted Solutions
swuehl
Champion III
Champion III

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
Champion III
Champion III

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.