Page 1 of 1

display applications in numberic sequence

Posted: Mon Oct 13, 2014 8:59 am
by wang_chris
I am creating a number of applications in below format.

1.1 task 1.1
1.2 task 1.2
1.3 task 1.3
1.4 task 1.4
1.5 task 1.5
1.6 task 1.6
1.7 task 1.7
1.8 task 1.8
1.9 task 1.9
1.10 task 1.10
1.11 task 1.11
......

TM1 displays task 1.10 and task 1.11 right below task 1.1 , and above task 1.2, how can I have TM1 display these tasks in numberic sequrence as above?

Regards
Chris

Re: display applications in numberic sequence

Posted: Mon Oct 13, 2014 9:07 am
by declanr
It is just displaying them in alpha order.

Just use 1.01 instead of 1.1 (or however many characters your maximum will be.)

Re: display applications in numberic sequence

Posted: Mon Oct 13, 2014 10:36 am
by wang_chris
Great idea, thanks.