So Simple...concatenate a custom data field (string) and another string field from the same table into a new custom data field.

All I really want to do is be able to create a filter on a read-only grid but it appears to only work on a filter associated with the record type.

  Discussion posts and replies are publicly visible

Parents Reply
  • Yep the key thing to note is that as long as all your fields are on the same record type, you can use any function you want to - however, if you're using related fields, then you must use one of the custom field functions. In 22.4 the custom field functions support mathematical functions like Sum and Difference and logical functions, but like the other poster said we'll soon support concat in real-time custom fields too!

Children