burningice wrote:
If TreeDefinitions doesn't do what you want, you can always handcraft your own trees. Remember that TreeDefinitions is just one way of creating trees and while its super easy to quickly make some simple ones, it has its limitations which will in most cases be by-design since you can't anticipate all scenarios and use cases up front. An example is that you can't make a recursive tree and it can be hard to control labels on dataelement. Also almost all trees you see in the console are not built using TreeDefintions. Read more about handcrafting your own trees here.@burningice - You have helped me so many times with all your comments in various discussions. Thank you!