Matthew R White Posted October 1, 2015 Posted October 1, 2015 I'm trying to hide a certain field when the table is Sorted by - field Is this at all possible?
Raybaudi Posted October 1, 2015 Posted October 1, 2015 You could evaluate the sort state of the record with Get ( SortState ).
Kris M Posted October 1, 2015 Posted October 1, 2015 Only way i can think of is to reconstruct a scripted version of the filemaker sort functionality and set a flag that the field/object hide condition could evaluate.
comment Posted October 1, 2015 Posted October 1, 2015 I'm trying to hide a certain field when the table is Sorted by - field Is this at all possible? If you mean hide it when records are sorted by a specific field, no. But you could place it in a sub-summary part; a sub-summary part is shown only when records are sorted by the breakfield associated with the part.
Aussie John Posted October 2, 2015 Posted October 2, 2015 If you make your sort part of a script also create a $$variable and use the hide option based on the variable.
comment Posted October 2, 2015 Posted October 2, 2015 If you make your sort part of a script also create a $$variable and use the hide option based on the variable. That would work in one direction, but not the other.
Recommended Posts
This topic is 3339 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 accountSign in
Already have an account? Sign in here.
Sign In Now