Jump to content
  • 0

Return 5 most recent entries


jeffs88keys

Question

I would like to present a report that returns the 5 most recent sales entries for any user.

Each sales entry is assigned an autonumber field "booking_number".  For an authenticated user, I'd like the report to return the 5 most recent "booking_number" records and some of the associated fields to the report.

Not catching on to JS very well, so any help is appreciated.

Link to comment
Share on other sites

3 answers to this question

Recommended Posts

  • 0
On 3/23/2017 at 5:11 PM, jeffs88keys said:

I would like to present a report that returns the 5 most recent sales entries for any user.

Each sales entry is assigned an autonumber field "booking_number".  For an authenticated user, I'd like the report to return the 5 most recent "booking_number" records and some of the associated fields to the report.

Not catching on to JS very well, so any help is appreciated.

You may sort fields on a date field in the descending order and return only 5 records for report. You can find this setting on the Advanced tab of the results page options screen of wizard.

Hope that helps

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.

Guest
Answer this question...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

Loading...
×
×
  • Create New...