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

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

Recommended Posts

Posted

Can anyone point in me in the right direction - I have a task.fp5 db - in a defined field "status" a value list of "Yes", "No", "In Progress" is linked to it - when "Yes" is selected for the record I want to instantly omit the record from the list view

How do I go about this

Posted

If your field is formatted as a pop-up menu, then you can attach a script to it.

Go to Field ["Status"]

Pause/Resume Script [0:00:00]

If ["Status" = "Yes"]

Omit Record/Request

End If

Go to Field[]

This is a little trick that works with pop-up menus. Be careful, though, because more than one option can be selected simultaneously from a menu. So you'll probably want to validate it so only one option can be selected at a time.

Posted

Queue

Thanks for your response, - my field is actually called "Completion" and is defined as a pop up value list with the values already mentioned.

When I attach the script to the "Completion" field and change the value to "Yes" - the record still remains in list view!

What am I doing wrong?

Script is:

Go to Field [ Completion ]

Pause/Resume Script [

Posted

The trick won't work with lists, only menus. Change your field format to pop-up menu, and you should be fine.

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