What could be the reason for a treeview not displaying correctly in Universal GUI while the tree structure is displayed correctly in the Windows GUI?
Windows GUI
Universal GUI
What could be the reason for a treeview not displaying correctly in Universal GUI while the tree structure is displayed correctly in the Windows GUI?
Windows GUI
Universal GUI
Hi Harm,
This may have to do with the page size or casing issues, but I don’t find it likely.
Can you please share more about the scenario, for instance the tree configuration from the Software Factory under Subjects > Components > Tree?
Hi Anne,
I hope this gives you enough information
Tree setup
Colum definitions
Relation
Hi Harm,
Thanks for the detailed info. It looks like there is an issue where the tree may not initialize properly when there are multiple columns with a parent column.
Please create a ticket so we can keep you updated on progress.
You can work around this by creating two expression columns:
concatenated_id: concat(t1.dxm_id, '/', t1.edi_line_num, '/', t1.edi_segment_num)
parent_concatenated_id: concat(t1.dxm_id, '/', t1.edi_parent_line_num, '/', t1.edi_parent_segment_num)
Subsequently, set concatenated_id as the sole parent_column for parent_concatenated_id in the tree configuration.
Anne,
Thank you, I thought so. I will try this workaround and create a ticket in TCP.
By the way,
Sorry to say this, but this way of working in both the community portal en TCP is very annoying.
I would expect you to create in a ticket in cases like this.
Regarding the ticket creation - I agree. Currently, I’m not able to do this - probably due to data protection-related settings. I’ve put in a ticket internally to be able to create tickets on behalf of community users.
Anne,
Thanks, and I also had made a ticket for this already (#7115S).
Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.