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

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

Recommended Posts

Posted

I'm trying to use this calculation to find out if we are on the last record in found set or not. But somehow it doesn't work. I can't figure out why. The field is dynamically generated so it can be reused on other tables.

Let(



$field = Get ( LayoutTableName ) & "::ID";



If (



GetNthRecord ( $field; Get ( RecordNumber ) + 1) = "?";

1;0)



)

Thanks in advance for your help!

Posted

Try with this calculation ( the $field isn't needed if the field name is always "ID" ) :P

not IsValid ( GetNthRecord ( ID ; Get ( RecordNumber ) + 1 ) )

This topic is 5120 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.