Skip to main content
Answer

Generic Inquiry Concatenate Field Values in Group By

  • September 26, 2023
  • 3 replies
  • 287 views

Forum|alt.badge.img

Hi! Is it possible to concatenate these values after group by?

 I want the output to be “Order Fulfillment, Customer Experience” since they just belong to a single activity.

Best answer by dcomerford

I dont believe you can do ths using the Standard GI functionality as there is not an Aggreate Option for Concat on a string value. Your other option would be to create a SQL view to do this and then use this as a DAC for your Generic Inquiry.

https://www.acumatica.com/blog/technical-tuesday-report-from-sql-view/

3 replies

Forum|alt.badge.img
  • Author
  • Jr Varsity II
  • September 26, 2023

Here’s my GI:


dcomerford
Captain II
Forum|alt.badge.img+15
  • Captain II
  • Answer
  • September 26, 2023

I dont believe you can do ths using the Standard GI functionality as there is not an Aggreate Option for Concat on a string value. Your other option would be to create a SQL view to do this and then use this as a DAC for your Generic Inquiry.

https://www.acumatica.com/blog/technical-tuesday-report-from-sql-view/


Forum|alt.badge.img
  • Author
  • Jr Varsity II
  • October 2, 2023

I dont believe you can do ths using the Standard GI functionality as there is not an Aggreate Option for Concat on a string value. Your other option would be to create a SQL view to do this and then use this as a DAC for your Generic Inquiry.

https://www.acumatica.com/blog/technical-tuesday-report-from-sql-view/

Thank you so much!