Wikisnoodle Posted August 5, 2011 Posted August 5, 2011 I'm trying to move data from several portal rows of 4 fields into a printable invoice layout. Using the portal in the invoice layout doesn't work, because Print Sliding is too limited. So I thought why not collect the data in one large field using tabs. But Is it possible to place a tab command in a calculation? Collecting data from 4 fields and placing a space or a line-end twixt each is easy, but I'd really like to have the collected data on one line at specified distances apart. (I can set up the tab positions.) I have tried typing opt+tab between quote marks in the calc field, but all I get is highlightable blocks of nothing. If I can't do this, I'll just have to transfer the data into multiple rows of 4 fields (with print sliding). It'll just take a more complex calc to set this up. Any thoughts gratefully received.
RodSierra Posted August 5, 2011 Posted August 5, 2011 You can use the Char function, for a tab it would be Char ( 9 ). But I would recommend you take a look at some examples of invoice solutions here. It sounds to me like your trying to print the invoice from the header table, and it is normally printed from the line items table.
LaRetta Posted August 5, 2011 Posted August 5, 2011 I'm trying to move data from several portal rows of 4 fields into a printable invoice layout. Using the portal in the invoice layout doesn't work, because Print Sliding is too limited. As Rod suggests, it is better to print from your LineItems table. You have a LineItems table, right? Printing from LineItems as Report layout will allow for unlimited numbers of items and allows grouping and sub-summaries (so you can even print several invoices at a time). It is sure easier than combining 4 fields of several items into concatenated calculation in the Invoices table. :^)
Wikisnoodle Posted August 5, 2011 Author Posted August 5, 2011 OK - yet another learning curve here then - many thanks to both for the swift advice.
Recommended Posts
This topic is 4858 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