October 1, 201510 yr I'm trying to hide a certain field when the table is Sorted by - field Is this at all possible?
October 1, 201510 yr 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.
October 1, 201510 yr 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.
October 2, 201510 yr If you make your sort part of a script also create a $$variable and use the hide option based on the variable.
October 2, 201510 yr 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.
Create an account or sign in to comment