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

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

Recommended Posts

Posted

Hello,

I have a field called "Final OK". It is just a checkbox with one option: Yes

I would like when that check box is selected that the record omits from the found total set, so it doesn't show up in my live jobs print summary. I assume it is an IF command with the omit record step, but I am having trouble figuring it out...any help is great;y appreciated.

thanks

barbara

Posted

Another Barbara!

How do you create your found set of jobs for the summary? If you find all jobs where FinalOK is empty, then you have your live jobs. Or, if the find is more complex, you could constrain the found set by omitting recs where FinalOK=Yes.

hth,

Barbara

Posted

Hi and welcome to the forum.

You could set the field as a button that runs a script or you could simply have an 'Omit Record' button attached to a script. That's your preference. To set the field as a script right click on the filed and click on 'Button Setup.'

If you choose a simple 'Omit' button then when you click on the 'Button Setup' highlight 'Omit Record' under found sets. If you want your field to show the check mark Set the button to the field and make a script:

Set Field(Final OK;"Yes")

Omit Record

hth

Posted

hi Barbara,

I see where you are going with this....rather than try to have a script to do it, just make my found set on the print / view list button, to find all records with that button not checked.... My found set it pretty lame, just all the record in a different view, but I will try to do your find method....I like it....I think I can figure this out ;-)

thanks!!

barbara

Posted (edited)

Barbara's method is much simpler if you are not actually working with each record. If the user needs to make changes, updates or whatever and then eliminate those records then an omit button will work. It's a matter of what your needs really are.

Edited by Guest
Posted

Hello,

I went with altering a find that would show only my unchecked boxes and it seems to be working.

It looks like this:

Perform Find [ Specified Find Requests: Find Records; Criteria: PDF approval::final OK Omit: “==” ]

[ Restore ]

Go to Layout [ “live jobs” ]

Sort Records [ Specified Sort Order: PDF approval::name; ascending ]

[ Restore; No dialog ]

Enter Preview Mode

[ Pause ]

Enter Browse Mode

Go to Layout [ original layout ]

Thanks for all the help...

I am going to play with that other script option as well...trying to learn ;-)

barbara

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