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

Announcements
ALERT: QlikView server communication interruptions following Microsoft Windows Domain Controller security updates
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.