Forum Discussion
QuickBaseCoachD
8 years agoQrew Captain
If you make a Report Link field you may be able to get this to somewhat work.
You will need to create a concatenated field of the two company names on the orders record.
List(" ", [Company 1],[Company 2])
But the important thing is to set the Report link field to NOT require an exact match. But I'm never sure without texting which field needs to "contain" the other field. ie the left needs to contain the right or vice versa, so I'm not sure if that will work.
You will need to create a concatenated field of the two company names on the orders record.
List(" ", [Company 1],[Company 2])
But the important thing is to set the Report link field to NOT require an exact match. But I'm never sure without texting which field needs to "contain" the other field. ie the left needs to contain the right or vice versa, so I'm not sure if that will work.