Hi,
It seems like sort on the gantt does not work in my solution “'jerouville”, can someone have a look?
Thanks
Hi,
It seems like sort on the gantt does not work in my solution “'jerouville”, can someone have a look?
Thanks
Hi @lequeuxa I set up the same case and it did not work. Forwarded to the dev team, so if this turns out to be a bug, we will register a challenge on it!
Hello again @lequeuxa
I have found out that sorting a data source, when you also have Grouping set up based on a parent of that data source, is not possible on the Gantt chart directly, since you are trying to sort items of a child object that you have grouped under a parent, and the parent object is not sorted itself. So, in such cases, you need to sort the parent object (Grouping Data Source) first, either in an action using “Sort objects” (if it is a runtime-only data source) or directly on the object in App Data (DB connected), and then your main(child) data source items will be sorted.
This is now fixed in your solution for the view shown up here.
Working now, thanks a lot!