Retrieve Distinct records from an entity

0
Hi Reader,   I want an entity in which duplicate records can be created but I want to retrieve the list of distinct records from the database entity. How can I do that?   Thanks and Regards, Harshraj Singh
asked
1 answers
0

In Mendix you will need to retrieve a selection getting YourList, then use the activity ListOperation and select Union and twice YourList:

answered