Concatenate Formula in Sugar Logic using Relate Field Types

Does anyone know if it's possible to use the concatenate formula in Sugar Logic with Relate field types? It works with other field types, but when I try to use a relate field type, it says the field name is unknown. 

It looks like I will need a custom code solution, but is there anyone who has experienced otherwise? Thanks for any insight! 

Parents
  • Hi Casey Henry 

    Yes, it is possible to concatenate related fields.

    The formula may look like this one:

    concat(related($accounts,"name")," - ", $opportunity_type)

    In the example above I created a formula for the field "name" at the module "Opportunities".

    I hope this help you.

    Kind regards

    André Lopes
    Lampada Global
    Skype: andre.lampada
  • Hi, Thanks for the info above.

    Ref concatenating related fields - don't suppose you know if it is possible to break the fields up with a carriage return somehow?  I am using this for an address to pop it all into one field but I don't want it on one long line.

    I can get this:

    Lukes street Lukes City Lukes County Lukes Postcode Lukes Country  (using a space or comma seperated between each line)

    But would like this: (with a carriage return?)

    Lukes street

    Lukes City

    Lukes County

    Lukes Postcode

    Lukes Country

Reply
  • Hi, Thanks for the info above.

    Ref concatenating related fields - don't suppose you know if it is possible to break the fields up with a carriage return somehow?  I am using this for an address to pop it all into one field but I don't want it on one long line.

    I can get this:

    Lukes street Lukes City Lukes County Lukes Postcode Lukes Country  (using a space or comma seperated between each line)

    But would like this: (with a carriage return?)

    Lukes street

    Lukes City

    Lukes County

    Lukes Postcode

    Lukes Country

Children