miltont Posted April 21, 2011 Share Posted April 21, 2011 Hi everyone, I have a report based on job data, but sometimes we have more than 1 invoice for a particular job. Is there a calculation I could use that would add the invoice numbers together with a comma and a space between, knowing that the information is coming from seperate rows in a portal? Any help would be appreciated. Milton. Link to comment Share on other sites More sharing options...
Raybaudi Posted April 21, 2011 Share Posted April 21, 2011 Try this calculation in the Job table: Substitute ( List ( related::invoice number ) ; ¶ ; ", " ) Link to comment Share on other sites More sharing options...
comment Posted April 21, 2011 Share Posted April 21, 2011 See: http://fmforums.com/forum/topic/77200-getting-to-print-the-portal-along-the-horizontal/page__p__362458#entry362458 Link to comment Share on other sites More sharing options...
miltont Posted April 23, 2011 Author Share Posted April 23, 2011 Try this calculation in the Job table: Substitute ( List ( related::invoice number ) ; ¶ ; ", " ) Hi Daniele, I tried your suggestion but it will not recognise List I have attached a screenshot of what I typed. Thanks again. Milton Link to comment Share on other sites More sharing options...
Raybaudi Posted April 25, 2011 Share Posted April 25, 2011 I tried your suggestion but it will not recognise List The new calculation field must be created into the Jobs table, not the Invoices table. FileMaker recognises List( ) ONLY if you write that function correctly. Substitute ( List ( Invoices::_id_Invoices ) ; ¶ ; ", " ) isn't the same thing of: Substitute ( List ; _id_Invoices ; ¶ ; ", " ) Link to comment Share on other sites More sharing options...
Recommended Posts
This topic is 4306 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