Skip to main content
madhusudant8411
June 18, 2025
Question

I want to have a custom record field, get data from related record field with out any aggregation it is a text field(like we have group_concat and group by in SQL)

  • June 18, 2025
  • 8 replies
  • 0 views

I want to have a custom record field, get data from related record field with out any aggregation it is a text field(like  we have group_concat and group by in SQL). I want to have this field as I want to apply sorting in read only grid on this column

    8 replies

    madhusudant8411
    June 18, 2025

    This relationship is one to may

    stefanhelzle0001
    June 18, 2025

    Do you have a specific question beyond what is covered in the documentation?

    docs.appian.com/.../custom-record-fields.html

    madhusudant8411
    June 18, 2025

    Thanks for response. Yes, Actually I am not able to access the related record in "Write your own expression" section. And in "Aggregate Related Records" section I am getting only count. I want values comma separated or semicolon separated