How apply condition for expendable row of table having all source table rows

Hi everyone,

My requirement is visible only one expending row in a table with respect to the source table row.

check Below Images source table Image is Nominee Details Table, below next 3 images are my output images without applying any conditions and last image real output image.

Please help me any one

@NagarjunaS16644648 can you once show me the source of the master details section? Seems like you have refered only 1 source and that’s the reason it is displaying all the 3 rows for all the Dependents. You are refering a table layout in the master details section. There you need to apply row visibility based on relationshiptype/if you are using Data page list then you need to pass relationship type as the parameter to it.

@NagarjunaS16644648 I can see you already have Relation property in all of your Nominee pages. You need to make your data page list which is the source of the master details section table layout a parameterized one and pass this Relation to the to Data pagelist and fetch results. So that for wife, results corresponding to wife will be only displayed. For father, only father’s records.

@Anoop Krishna: I’m not understand. How to parameterized?

@NagarjunaS16644648 open ur dpagelist, add relation parameter in the parameter tab. Then pass relation to dpage from the section

@Anoop Krishna Problem Solved