Alter foundset in portal

Hi,

I’m struggling to reduce the foundset in my portal (show only the records that match the relation where the status of the record is, for example, “Active”. Is it possible at all to reduce the foundset shown in a portal (and afterwards show all again with a different method)?

I thought of something that might work: Adding a couple of != equasions to the relation, with on the left side Global Variables, which content I alter through methods, but I’m wondering if it’s possible to do a find & Search somehow…

Paul

Only way to reduce your related set in a portal is through relations.

Other option is to use a tabpanel.
In a tabpanel you can do it both ways (find or relation).

tnx Maarten