PC SOFT

PROFESSIONAL NEWSGROUPS
WINDEVWEBDEV and WINDEV Mobile

Home → WINDEV 2024 → View sort order
View sort order
Started by John Marrone, Aug., 17 2004 5:33 PM - 1 reply
Posted on August, 17 2004 - 5:33 PM
Hi
I have created a number of views with the wizard. When I choose an integer field to sort by it works fine.
But when I choose a decimal number type field it does not give me the view in sorted order, it looks like it
just ignors it. I need to create a view and have the sort order based on a decimal type field. Can anybody please help.
Thanks
John Marrone
Posted on August, 18 2004 - 6:36 PM
Hi
I have created a number of views with the wizard. When I choose an integer field to sort by it works fine.
But when I choose a decimal number type field it does not give me the view in sorted order, it looks like it
just ignors it. I need to create a view and have the sort order based on a decimal type field. Can anybody please help.

Sorry, no real solution regarding the decimals, but a workaround may be to convert the decimals to ints, put them in another field, then sort on the ints.
Art