Solved

Display multiple attributes in one field - Report Designer


Userlevel 2
Badge

Hello. Im trying to display multiple attributes (values) in one field on the report. Cant seem to make it work. Any idea?

=[POLine.ProjectID] & [PMProject.AttributeProjectID]

icon

Best answer by Robert Sternberg 9 May 2023, 20:18

View original

4 replies

Badge +18

Hello, Did you try + or comma ,  instead of & sign?

Userlevel 7
Badge +8

I like to use the Concat function as it is more clear when viewing in the value property moving forward.  The + sign will also work.  

 

Here is a full function for the results. 

=Concat([POLine.ProjectID], [PMProject.AttributeProjectID])

You can also modify this by using different values in the arguments of concat. 

=Concat([POLine.ProjectID], ‘-’, [PMProject.AttributeProjectID])

=Concat([POLine.ProjectID], ‘ ‘, [PMProject.AttributeProjectID])

=Concat(‘PROJECT: ‘, [POLine.ProjectID], ‘PROJECT ATTRIBUTE: ‘, [PMProject.AttributeProjectID])

 

Userlevel 2
Badge

I like to use the Concat function as it is more clear when viewing in the value property moving forward.  The + sign will also work.  

 

Here is a full function for the results. 

=Concat([POLine.ProjectID], [PMProject.AttributeProjectID])

You can also modify this by using different values in the arguments of concat. 

=Concat([POLine.ProjectID], ‘-’, [PMProject.AttributeProjectID])

=Concat([POLine.ProjectID], ‘ ‘, [PMProject.AttributeProjectID])

=Concat(‘PROJECT: ‘, [POLine.ProjectID], ‘PROJECT ATTRIBUTE: ‘, [PMProject.AttributeProjectID])

 

Great! That worked!

Userlevel 7
Badge +8

@dpruckus Great news!

Reply


About Acumatica ERP system
Acumatica Cloud ERP provides the best business management solution for transforming your company to thrive in the new digital economy. Built on a future-proof platform with open architecture for rapid integrations, scalability, and ease of use, Acumatica delivers unparalleled value to small and midmarket organizations. Connected Business. Delivered.
© 2008 — 2024  Acumatica, Inc. All rights reserved