<h2>Descending order sorting not working for Number column in the RITM table.</h2><br/><div style="overflow-x:auto"><article><div ><h3 >Issue </h3><section><ul style="list-style-type: square;"><li>In RITM table while sorting the number column with descending order, 7 digits numbers won't display on top of the column. However, same 7 digits would displaying if sorting other columns like Created Date, etc.</li><li>We can see 7 digits number on sorting with other columns.</li></ul></section></div><div ><h3 >Release</h3><section><ul style="list-style-position: inside; list-style-type: square;"><li>NY Patch 4 HF1.</li></ul></section></div><div ><h3 >Cause</h3><section><ul style="list-style-position: inside; list-style-type: square;"><li>It is a string field.</li></ul></section></div><div ><h3 >Resolution</h3><section><ul style="list-style-position: inside;"><li>999999 > 1000000 ==> false</li><li>"999999" > "1000000" ==> true</li><li>So since that is sorted as a string, the 7 digit RITMs will show at the bottom if sorted descending, and the top if sorted ascending.</li><li>Since the field is a string field. It is 999999 > 1000000.<br /><br /><br /></li></ul></section></div><div ><h3 >Related Links</h3><section><ul style="list-style-type: square;"><li>If you need more information, you may contact CS - User Experience team.</li></ul></section></div></article></div>