How to print the contents of an account?
StuSharpe
Quicken Windows Subscription Member ✭✭
I just want to print the contents as it appears on the screen. I cannot find a report that does that.
Tagged:
0
Best Answers
-
The Transaction report would work if there were a column for "Balance" .0
-
StuSharpe said:Thank you very much for your replies!
The image below is the way my screen appears for an Account I have highlighted in the All Transactions: Banking column. I was thinking of a report with columns and rows that look like that.
By the way, Mr. Squirrels suggestions work for a report to print. When I paste this report into an Excel spreadsheet, all of the columns become squashed into a single column.
It seems like what I need is this "report" that can be copied to the Clipboard or exported to an Excel file, similar to what you can do with Quicken reports.0 -
When you print a register using Ctrl-P or File > Print, one of the options is Export.
The secret for getting a usable version in Excel is to choose the ".PRN (123-Compatible)" option, which actually produces a CSV format file.
If you then give the exported file a .CSV extension, you should be able to open the file in Excel without going through Excel's text file import wizard and the columns will line up properly.QWin Premier subscription1
Answers
-
By "contents" do you mean the securities held in an investing account or the transactions or the market value or what?QWin Premier subscription0
-
CTRL-P generally prints what you are looking at. It works in banking and investing registers as well as reports. You can also find the Print command in the File menu and in each register's "Actions" gear menu.
Quicken user since version 2 for DOS, now using QWin Biz & Personal Subscription (US) on Win10 Pro.
1 -
Thank you very much for your replies!
The image below is the way my screen appears for an Account I have highlighted in the All Transactions: Banking column. I was thinking of a report with columns and rows that look like that.
By the way, Mr. Squirrels suggestions work for a report to print. When I paste this report into an Excel spreadsheet, all of the columns become squashed into a single column.
It seems like what I need is this "report" that can be copied to the Clipboard or exported to an Excel file, similar to what you can do with Quicken reports.0 -
The Transaction report would work if there were a column for "Balance" .0
-
StuSharpe said:Thank you very much for your replies!
The image below is the way my screen appears for an Account I have highlighted in the All Transactions: Banking column. I was thinking of a report with columns and rows that look like that.
By the way, Mr. Squirrels suggestions work for a report to print. When I paste this report into an Excel spreadsheet, all of the columns become squashed into a single column.
It seems like what I need is this "report" that can be copied to the Clipboard or exported to an Excel file, similar to what you can do with Quicken reports.0 -
When you print a register using Ctrl-P or File > Print, one of the options is Export.
The secret for getting a usable version in Excel is to choose the ".PRN (123-Compatible)" option, which actually produces a CSV format file.
If you then give the exported file a .CSV extension, you should be able to open the file in Excel without going through Excel's text file import wizard and the columns will line up properly.QWin Premier subscription1 -
Thank you Jim Harman! That worked perfectly! So much appreciated!0
-
Jim_Harman said:When you print a register using Ctrl-P or File > Print, one of the options is Export.
The secret for getting a usable version in Excel is to choose the ".PRN (123-Compatible)" option, which actually produces a CSV format file.
If you then give the exported file a .CSV extension, you should be able to open the file in Excel without going through Excel's text file import wizard and the columns will line up properly.Signature:
This is my website: http://www.quicknperlwiz.com/0 -
Chris_QPW said:Jim_Harman said:When you print a register using Ctrl-P or File > Print, one of the options is Export.
The secret for getting a usable version in Excel is to choose the ".PRN (123-Compatible)" option, which actually produces a CSV format file.
If you then give the exported file a .CSV extension, you should be able to open the file in Excel without going through Excel's text file import wizard and the columns will line up properly.
I find the tab-separated file works well as tabs are not embeddable in the data.
I've wondered about the appropriate handling of embedded commas in the PRN format perhaps not being escaped consistent with CSV format.0 -
CSV files do not have a standardized format but normally the way to embed commas in the data is to enclose the field in double quotes:
123 Main St.,"Your Town, State"
is the two fields 123 Main St. and Your Town, State
see
https://en.wikipedia.org/wiki/Comma-separated_values
QWin Premier subscription0 -
Sherlock said:
I happen to know that this would be a really simple code change, but...Signature:
This is my website: http://www.quicknperlwiz.com/0 -
Sherlock said:
I've wondered about the appropriate handling of embedded commas in the PRN format perhaps not being escaped consistent with CSV format.
Signature:
This is my website: http://www.quicknperlwiz.com/0 -
Chris_QPW said:Sherlock said:
I happen to know that this would be a really simple code change, but...Signature:
This is my website: http://www.quicknperlwiz.com/0 -
Jim_Harman said:CSV files do not have a standardized format but normally the way to embed commas in the data is to enclose the field in double quotes:
123 Main St.,"Your Town, State"
is the two fields 123 Main St. and Your Town, State
see
https://en.wikipedia.org/wiki/Comma-separated_values
Again, tab-delimiters are safer simply because tabs are never in the Quicken data.0 -
Chris_QPW said:Chris_QPW said:Sherlock said:
I happen to know that this would be a really simple code change, but...
0 -
Microsoft didn't create the .PRN format this is referring to. It is from Lotus, as in Lotus 1-2-3. Even though they didn't call it CSV, that is in fact what it is. And since that program no longer exist there is zero chance it will change. And in fact it shouldn't even be in Quicken with that suffix/name since no one uses Lotus 1-2-3 any more.Signature:
This is my website: http://www.quicknperlwiz.com/0 -
This leaves the problem of escaping quotes, which Quicken apparently doesn't do when generating the .PRN file. From top to bottom: the generated .PRN file, a piece of my Quicken register, and the Excel result after importing the .PRN file renamed as .CSV.
Quicken user since version 2 for DOS, now using QWin Biz & Personal Subscription (US) on Win10 Pro.
0 -
Chris_QPW said:Microsoft didn't create the .PRN format this is referring to. It is from Lotus, as in Lotus 1-2-3. Even though they didn't call it CSV, that is in fact what it is. And since that program no longer exist there is zero chance it will change. And in fact it shouldn't even be in Quicken with that suffix/name since no one uses Lotus 1-2-3 any more.
As I said, it's possible Quicken's implementation of PRN is CSV compliant but it's also possible it's not. I haven't been able to find any documentation on the PRN (123) format other than Microsoft's statement that they expect the PRN file type to be a space-delimited format which possibly explains why you must change Quicken's exported PRN format file type (.PRN) to the CSV file format file (.CSV) to be able to import the file into Excel spreadsheets.
0 -
I have been confused by this usage of .PRN since the dawn of Quicken. I have always thought .PRN files contain raw, device-dependent instructions for printing any arbitrary type of file. As if the bytes sent to the printer were captured into a file.A PRN file is a file created using the Print to File checkbox that appears within some Print dialog boxes on Windows. It contains a set of device-specific instructions that a printer, fax machine, or other device uses to print a document. PRN files may contain text or binary content, depending on the device the file was created for.
Quicken user since version 2 for DOS, now using QWin Biz & Personal Subscription (US) on Win10 Pro.
0 -
Sherlock said:As I said, it's possible Quicken's implementation of PRN is CSV compliant but it's also possible it's not.
So the "simple change" isn't as simple as I thought.Signature:
This is my website: http://www.quicknperlwiz.com/0
This discussion has been closed.