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

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

Recommended Posts

Posted (edited)

Hi all

I would like not to dispalyed the records that are marked "Updated" for a chosen date range. This what I have ritten so far

Enter Browse mode

go to layout name

enter find mode

set field (expiration date; get(currentdate)&".."&get(currentdate)+30)

perform find[]

go to layout list view

go to record/request/page [first]

loop

If[welder: update = "Update"]

omit record

end if

Go to Record/request/page [next; exit after last]

end loop

The problem is, once a record is omitted than the "Go to record/request/next" skips a record.

I tried repositioning the steps but it only check every other record.

Any help will be greatly appreciated.

Lionel

expiration.zip

Edited by Guest
Posted

A better approach is to specify two find requests. The first is your date range, then New Request and select Updated and click Omit. Perform Find.

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