[IMPLEMENTED v8.8] - Tree Views

On this forum you can see a list of new features requested by users and you can also cast your own vote (you need to login to vote).
Post Reply
PointsWell
Posts: 1457
Joined: Tue Jan 24, 2017 5:51 am
Location: 'Stralya

[IMPLEMENTED v8.8] - Tree Views

Post by PointsWell »

I am fighting with trees at the moment. What I really need is a Query which recursively loops through its child objects.

There is a Kendo element for it (https://demos.telerik.com/kendo-ui/treelist/index), but it isn't implemented in AIM and I think that is a shame and its a feature I'd like to see added

I can fake it with expand functionality BUT there are two major flaws with that:
  1. It doesn't work very well on the last record of that hierarchy and tries to expand further (ugly and misleading)
  2. I can't search on the whole hierarchy only the top level
I can fake it with a form BUT there are a lot of deficiencies.

It would also be really cool to be able to do proper aggregates on this tree.
https://demos.telerik.com/kendo-ui/treelist/aggregates

This has also been requested here https://www.awareim.com/forum/viewtopic.php?f=3&t=9954
Last edited by PointsWell on Wed Jan 25, 2023 3:17 am, edited 3 times in total.
PointsWell
Posts: 1457
Joined: Tue Jan 24, 2017 5:51 am
Location: 'Stralya

Re: FR - Tree Views

Post by PointsWell »

I desperately need hierarchical queries.

You can fake it in a query at the moment but it is ugly as hell and doesn't cope with the last child, showing you a No Records Query Result (and I haven't been able to put operations on child records and display a form in the default output adequately - the sub queries are in their own layout inside the main query layout.)
Faked Hierarchy
Faked Hierarchy
Screen Shot 2021-05-21 at 15.58.24.png (30.48 KiB) Viewed 16726 times
Or you can fake it in a form, but you can't get the root BO into the hierarchy (if you include OB and OM attributes into the one tree you get an infinite recursive loop), and the tree in the form cannot be set to full screen - it must have a defined height.
Form Hierarchy
Form Hierarchy
Screen Shot 2021-05-21 at 16.00.00.png (39.31 KiB) Viewed 16726 times
Attachments
Hierarchical Views.bsv.zip
(44.11 KiB) Downloaded 852 times
PointsWell
Posts: 1457
Joined: Tue Jan 24, 2017 5:51 am
Location: 'Stralya

Re: FR - Tree Views

Post by PointsWell »

Implemented in Build 3123 v8.8
Post Reply