Skip to main content
cancel
Showing results for 
Search instead for 
Did you mean: 
nareshthavidishetty
Creator III
Creator III

Sort order issue

Hi,

I have a issue with sort order.I have tried all sorting items but not working.

Please find the attached spreadsheet for detail and required output.

Thanks..

1 Solution

Accepted Solutions
jyothish8807
Master II
Master II

Hi,

Create a calculated dimension:

=if(Data ='NIL',text(Data),Data)

Then sort in Test -- A to Z

Br,

KC

Best Regards,
KC

View solution in original post

6 Replies
nareshthavidishetty
Creator III
Creator III
Author

Here is the attachment.

Thanks..

manoranjan_d
Specialist
Specialist

use dual function to solve

manoranjan_d
Specialist
Specialist

LOAD [Actual data],

RecNo() as num

FROM

xxx

create list box and in the sort tab select the expression and give

Dual([Actual data],num)

manoranjan_d
Specialist
Specialist

select descending or Asc as per your requirement also

jyothish8807
Master II
Master II

Hi,

Create a calculated dimension:

=if(Data ='NIL',text(Data),Data)

Then sort in Test -- A to Z

Br,

KC

Best Regards,
KC
jyothish8807
Master II
Master II

Br,

KC

Best Regards,
KC