A way to only show a specific data object based upon a value?

I have a collection of data objects that we call “Fields”. Usually we just print them all out but for this one case I need to only show a specific one (Customer Reference)

These objects belong to a “parent” data object so on the design I have a report container containing a table for the parent data and then in the cell next to the Customer Reference cell, I have a linked table to the “Fields”. In there I have:
if(ICombitSampleDataFields.Value == “Customer Reference”, ICombitSampleDataFields.Value)

Thanks

This can be closed. I changed my structure around a little and it works as expected now

1 Like