Hello all,
I’m trying to Sort a Table based on the number of points (Column PTS).
Here’s my setup :

Is there a way to do that please ?
Many thanks,
Armand
Hello all,
I’m trying to Sort a Table based on the number of points (Column PTS).
Here’s my setup :
Is there a way to do that please ?
Many thanks,
Armand
Use the Sort By Column in the constraints to select the PTS column. Then set the order by to DESC.
Job done.
You need to do it at the point you are getting and displaying the data. So you will need to set the sort order for each element where you display the data.
In the screenshot (left hand dialog) you have in this latest post you can select the Sort By. That will relate to the datasource in the right hand dialog.
Play with it and see what works best. You will find the way that best suits your app.
Humm, I guess I’m close…
Tryinng to edit the Text in Column PTS - I select Sort by Change which Field and then try to select the correct Column “Table Test_Poules_Table’s” Column C.
Is that something like that please ?
Thank you again…
No. Much simpler than that. Sort the data you are retreiving for display in the Table element.
See an example from my app. In my app auction_end _date is a column in the auction table. I display by Ascending date order.
In your example, select PTS from the Sort By drop down, and then selected your order DESC or ASC. (yes/no).
This topic was automatically closed after 70 days. New replies are no longer allowed.