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

Fields/text that shows found and total records


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

Recommended Posts

Posted

Hi

How can i make a Field/text in a layout that always shows the number of found and total records. depending on the search the user are doing ?

Posted

Get(RecordNumber) & " of " & Get(FoundCount)

Be sure to Unstore the calculation (it's and option for the field in Define Fields).

HTH

Lee

Posted

Hi

How can i make a Field/text in a layout that always shows the number of found and total records. depending on the search the user are doing ?

Hi bens,

An unstored calculation field (with result type set to text) will enable you to do this. The formula will be along the lines of:

"Viewing " & Get(FoundCount) & " records of " & Get(TotalRecordCount) & " total."

You can then place the calc field onto the layout as a conventional field box or as merge text (via the Insert>MergeField... command). :wink2:

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