Filtering Of Data

0
Hi Experts,   Supposed I have this setup in domain model: Main <-(1-*)- entity <-(1-*)- entity1 <-(1-*)- entity2.   1 main object with 3 sets of data for entity, entity1, entity2: Main: [0]entity, [0]entity1, [0]entity2 & [1]entity, [1]entity1, [1]entity2 & [2]entity, [2]entity1, [2]entity2     How can I use each set of data separately to generate different pages using document tempate using Microflow?   Is it possible to generate only the data of [1]entity, [1]entity1, [1]entity2 under the Main object?   Thank you in advance.
asked
3 answers
0

Hi Gil , 

Sorry , I am not able to understand your questions. Can you explain your question more clearly.

answered
0

Hello Gil Laurence Aranco,

 

You can put for example list views in list views in list views so yes it is possible, if it is feasible maybe not. 

 

Hope this helps,

 

Good luck!

answered
0

Hi Experts,

 

I already have the solution I've been asking you for.

 

In the document template, each data view and list view have selected an entity (not using the association) and a data source microflow (filtering each set of data using the range in the list operation).

 

Thank you for your answers!

answered