Jump to content

More than 1 invoice


This topic is 4740 days old. Please don't post here. Open a new topic instead.

Recommended Posts

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

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

Substitute.jpg

Link to comment
Share on other sites

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

This topic is 4740 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 account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...

Important Information

By using this site, you agree to our Terms of Use.