How to remove TreeNode duplicate, group by ?

1
How to group the paras under Identifiation under one Identification without duplicate
asked
5 answers
0

Hi Syrine, can you share the page model and the domain model that you have built for this in Studio Pro.

answered
0

 @abhishek

answered
0

Okay thanks, so based on your inputs there are two ways to go about this:
 

  1. Move the Clarification Enum attribute out of the entity module if that is something you can manage.
  2. Or if this is only for View purposes then create a Non Persistable Entity with Clarification Enum, create one NPE object per ENUM type and associate the Entity to this NPE.

Let me know if you have any questions.

answered
0

@abhishek

answered
0

Okay so I tried using a Entity just for generating the view and it is as follows:

answered