record produce data hide

kack l
Tera Expert

I have referenced a table A in the record producer list collector. The contents of table A are displayed on the record producer portal screen. Now the requirement is that a certain record of table A should not be displayed on the portal screen. This function can be achieved without deleting the data of Atable.

 

Atable

b.png

record produce

kackl_0-1715934255776.png

portal

B1.png

5 REPLIES 5

karthiknagaramu
Kilo Sage

Hi,

 

Through 'Reference Qualifier' in list collector variable you can filter out the records you do not wish to show in portal.

For e.g. you can use the condition 'name!=A' to hide the record 'A' from being displayed.

 

PS: Use the exact field names in the reference qualifier.

 

Regards,

Karthik Nagaramu