emaven Posted February 5, 2011 Posted February 5, 2011 I created a full name field by calculating First & " " & Last. All are text. It works on the layouts. It works when printing to PDf and preview. I actually see the full name. I then export the fields to a basic file. This gives me plain text, with each field surrounded by quotes. The fields all are what they should be, except for the full name field. It is "0" in every single instance. Why does it not produce text instead of 0? Is there any other way to output the fields as plain text. I don't really need the quotes, but I do need text in a file (not pdf)
comment Posted February 5, 2011 Posted February 5, 2011 Are you sure the result of the calculation is Text?
Vaughan Posted February 5, 2011 Posted February 5, 2011 Check that the Full Name field calculation is set to return "text" and not "number". Its default is to return a number. While viewing the field on a layout FMP is being forgiving and displaying the contents of the field as entered (which is non-numeric). However when exporting it appears that FMP is stricter and is evaluating the field contents as a number or boolean (which if the field only contains text is being evaluated as zero).
Recommended Posts
This topic is 5096 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