Newbies ayed Posted July 21, 2004 Newbies Posted July 21, 2004 I'm a newbie using trial version to see if I can replace Paradox. I'm creating a complex directory which includes several fields which are empty for some records. If the field is empty, I want to hide the field name (which seems to end up as just text on the layout, rather than attached to the field itself). I thought "slide" would work but it just controls what is in the field boundry. Anybody know how to do this? an example would be "Business Tel" followed by the Btel field. I don't want to see the label if they have no busness tel. Thanks, Ed
Kevin Wertz Posted July 21, 2004 Posted July 21, 2004 Welcome to Filemaker. I hope you find it the ideal technology replacement for your Paradox system. The way you would do that is to create a separate calculation field out of the label. Basically the field's calculation would be: if (isempty(btel)=0, "Business Tel",""). Translated literally, "if business telephone number field is not empty, then show the label "Business Tel", otherwise show nothing." Now this would not be ideal if you had a lot of fields that you wanted to do this with, you'd have a heck of a lot of fields after a while. Hope this answers your question.
Newbies ayed Posted July 21, 2004 Author Newbies Posted July 21, 2004 Kevin, Thanks, I'll give it a try Ed
Ano Nimus Posted July 22, 2004 Posted July 22, 2004 I'm just thinking out loud and not to deeply at that, so I could make a score of thinking errors here , but could one maybe create one 'field label' field in a 'masterdata' table, where the calc to fill these labels is done centrally, by having these labels all consult that 'masterdata label field'? The calc would be something like Case field X on layout X is not empty, then fill it with 'label x' otherwise fill it with "" same for field Y on layout Y same for field Z on layout Z add fields/labels as appropriate
Recommended Posts
This topic is 7691 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