August 14, 20232 yr Hi I have two same list view layouts , named "DashBoard" and "Ready to Bill" , both have Field "status" with dropdown list with two values , "working" and "Complete". I want when I change statue from "working" to "Complete" it shows in "Ready to Bill" layout only, and when I change value "Complete" to "working" back. records show back to "DashBoard""Layout. how I do that , please please any one help
August 14, 20232 yr Well, you could use the OnLayoutEnter script trigger to perform a find every time you switch to one of these layouts. But it would probably be much simpler to use a single layout and a button bar with 2 buttons.
August 14, 20232 yr Author Ok great , please also write which script steps is for that propose. I am new In FileMaker , i take omit multiple record script step but it don't work .
August 14, 20232 yr It's simply Perform Find. If you also want to omit a record immediately after changing its status, you will need another script that does Omit Record and trigger it on modification (or save or exit) of the Status field.
August 14, 20232 yr Author so perfom Find and there ommit that record but it don't show on 2nd layout when i change on first and also it don't come back to ifrst layout when i change .
August 14, 20232 yr I am afraid you have lost me at this point. I suggested using a single layout and you said "Ok great". Now you talk about 2 layouts again.
August 14, 20232 yr Author Sorry , I write at start is is two same layouts , mean I have two layouts with same records (i Copy same layout ) and want to show in records with value complete r and 2nd with records . that is my post starts "I have two same list view layouts"
Create an account or sign in to comment