Dchall_San_Antonio Posted February 5, 2010 Posted February 5, 2010 In the table view can I copy a column of values and paste them into Excel? ...or do I have to export the entire table to Excel and copy/paste columns from spreadsheet to spreadsheet?
Wim Decorte Posted February 6, 2010 Posted February 6, 2010 you can't select just a column on a FM layout that has multiple columns. You can create a layout with just the column you want and then do a "copy all records" and paste it where you want. Or you can do a "send records to excel" to export all of your colunns on the current FM layout and do the rest of the work in excel. Or you can drop excel and try to recreate the same reporting directly from your FM file?
bruceR Posted February 6, 2010 Posted February 6, 2010 In the table view can I copy a column of values and paste them into Excel? ...or do I have to export the entire table to Excel and copy/paste columns from spreadsheet to spreadsheet? Sorry, you're on Windows. But for Mac users, this works: Perform applescript set applescript's text item delimiters to return get data field "First Name" set the clipboard to (result as text as text)
Dchall_San_Antonio Posted February 8, 2010 Author Posted February 8, 2010 Thank you for your replies. you can't select just a column on a FM layout that has multiple columns.That's what I feared. You can create a layout with just the column you want and then do a "copy all records" and paste it where you want.Didn't know about that. I'll try that with the columns I need and see what happens. Part of the problem is about every other month the client changes what she wants us to send. Or you can do a "send records to excel" to export all of your colunns on the current FM layout and do the rest of the work in excel.Which I have done many times. I was hoping to shortcut that process. Or you can drop excel and try to recreate the same reporting directly from your FM file?The requirement is to send an Excel spreadsheet. Prior to this a .pdf file was acceptable. This spreadsheet requirement is a trade off. We only send in one form and they create four forms. Before we were creating all four forms. We like this idea but I will not compromise on keeping my raw data in a database. I'll try the method above and report back next week.
bruceR Posted February 8, 2010 Posted February 8, 2010 (edited) Try this very basic example using conditional formatting and script triggers. ColumnSelect.fp7.zip Edited February 8, 2010 by Guest
Wim Decorte Posted February 9, 2010 Posted February 9, 2010 or do I have to export the entire table to Excel and copy/paste columns from spreadsheet to spreadsheet? This may call for some Excel automation which can be driven from inside FM using VBscript. But it will require that the desired output in excel is somewhat fixed otherwise you'll be forever tweaking the export and the VBscript. If they unsure of how they want the end result to be then just send the whole table to excel and let them sort it out.
Dchall_San_Antonio Posted February 9, 2010 Author Posted February 9, 2010 This task has been overcome by events. The boss came in today and told my my services were no longer needed.
Recommended Posts
This topic is 5400 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