Jump to content
Claris Engage 2025 - March 25-26 Austin Texas ×

This topic is 6857 days old. Please don't post here. Open a new topic instead.

Recommended Posts

Posted

I think I missed this somewhere, but how do you go to a table, find a particular record in it, but preserve the current found set?

Here's a particular scenario:

I use GTRR to go from Table B to Table A. The relationship takes me to just one record in A (I print a report from that).

Then I want to stay at Table A, but expand the found set (but not quite to "all" records in the table).

If I do a GTRR, via self join in Table A, I can get to the subset I want easily enough, but I am no longer "looking at" the same record.

How can I get back to it or stay at it without using "show all" (... for various reasons I don't really want to show ALL).

I guess I could do a find... but is there a way to get GTRR to do this?

Posted

Add a global field in table A and another self joing relationship from A to A matching the Global field to a serial number.

Script your GTRR as:-

Set field Global as serial number

GTRR your original self join ( show only related records )

GTRR the new self join ( do not check show only related records )

  • 3 weeks later...

This topic is 6857 days old. Please don't post here. Open a new topic instead.

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...

Important Information

By using this site, you agree to our Terms of Use.