Hi Kishorekv,
I’m not sure there is whether an blank spaces in your SQL . for example, SELECT NAME AS "FIRST NAME" FROM Test, if it contains the blank spaces, the sort will not work.
you can modify it to like the following .
<TypeDescriptor TypeName="System.String" Name="NAME">
<LocalizedDisplayNames>
<LocalizedDisplayName LCID="1033">FIRST NAME </LocalizedDisplayName>
</LocalizedDisplayNames>
</TypeDescriptor>
Thanks,
Jack