Sorting Issue

I am having a problem sorting the table linked to my Data Collection.

I would like to have an automated sort. I am using the site as an order portal for my employees to submit orders and general requests. Upon completion I have set up a check box that connects to a “complete” boolean. Inside my Data Collection I am sorting from “Order Date–> Newest to oldest”, and “Complete–> False to True”. Inside my Data collection its working exactly how I want it to, however its not translating to my table at all (Its sorting by the latest request submitted)…

Any Ideas?

Hi,

The sorting feature in the Collection Manager is for viewing purposes. It has no affect on the way live data is retrieved.

If you’re using a Dataset , check out this page to learn how to set up sorting.
If you’re using code, see here

Thank you!