Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
First of all, "Thank you Swuehl!" I'm having trouble 'replying' on these.
Your solution was Perfect! Thanks!
Now, how do I allow the User a button to ‘add’ Eastern records from the EXCLUDE OnOpen on the dashboard .
This means to add Eastern records to the current data/selections without changing what other filters are current.
I'm thinking I need a way/macro to ‘delete’ the bookmark for the Eastern records without changing the current view.
Currently, I have a bookmark set to 'OnOpen' to exclude EASTERN='Y'.
Can anyone help?
You can try a button action 'Select - Select in field'.
Enter the field name in the field entry box (with no equal signs, just the field name you want to manipulate).
EASTERN
Then as search string, add something like
='=sum({<EASTERN += {Y}>} 1)'
Hope this helps,
Stefan
P.S. What's your problem with replying to posts, do you get an error message?