I am wanting to concat two user defined fields as shown below but when I do this it is returning the value ID and not the description. How can I swap this around? The description is the full field I want since its what appears in the UDF drop down.
=Concat( [SOOrder.AttributeSWAISSLOC],' - ', [SOOrder.AttributeSWAISSTYP])





