<?xml version="1.0" encoding="UTF-8" ?>
<?xml-stylesheet type="text/xsl" href="https://community.appian.com/cfs-file/__key/system/syndication/rss.xsl" media="screen"?><rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:slash="http://purl.org/rss/1.0/modules/slash/" xmlns:wfw="http://wellformedweb.org/CommentAPI/"><channel><title>So Simple...concatenate a custom data field (string) and another string field from the same table into a new custom data field.</title><link>https://community.appian.com/discussions/f/new-to-appian/27819/so-simple-concatenate-a-custom-data-field-string-and-another-string-field-from-the-same-table-into-a-new-custom-data-field</link><description>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.</description><dc:language>en-US</dc:language><generator>Telligent Community 12</generator><item><title>RE: So Simple...concatenate a custom data field (string) and another string field from the same table into a new custom data field.</title><link>https://community.appian.com/thread/108411?ContentTypeID=1</link><pubDate>Fri, 24 Feb 2023 02:19:47 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:253d0326-b48b-49d5-88df-3b5029bb5e90</guid><dc:creator>stephenj0001</dc:creator><description>&lt;p&gt;As a follow up...I discovered I could actually accomplish this by setting up the concatenated column thru the grid configuration object itself using the fv!row[recordType!...] syntax. So I never had to do it thru the recordType after all! I LUV learning new stuff!&amp;nbsp; &lt;span class="emoticon" data-url="https://community.appian.com/cfs-file/__key/system/emoji/1f642.svg" title="Slight smile"&gt;&amp;#x1f642;&lt;/span&gt;&amp;nbsp; But it only comes with struggle!&amp;nbsp; Thanx again.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: So Simple...concatenate a custom data field (string) and another string field from the same table into a new custom data field.</title><link>https://community.appian.com/thread/108383?ContentTypeID=1</link><pubDate>Thu, 23 Feb 2023 13:09:31 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:4e50b82a-2f0b-4d07-bb8f-25597c0cbd3b</guid><dc:creator>Peter Lewis</dc:creator><description>&lt;p&gt;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&amp;#39;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&amp;#39;ll soon support concat in real-time custom fields too!&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: So Simple...concatenate a custom data field (string) and another string field from the same table into a new custom data field.</title><link>https://community.appian.com/thread/108352?ContentTypeID=1</link><pubDate>Thu, 23 Feb 2023 03:07:18 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:136b38dc-f7ed-4c80-b360-60e08d555a6a</guid><dc:creator>stephenj0001</dc:creator><description>&lt;p&gt;Good to know I wasn&amp;#39;t altogether wrong in my approach!&amp;nbsp; Thank you!&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: So Simple...concatenate a custom data field (string) and another string field from the same table into a new custom data field.</title><link>https://community.appian.com/thread/108345?ContentTypeID=1</link><pubDate>Wed, 22 Feb 2023 19:04:28 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:c476a341-1a17-48d0-9c8a-abbaefaa6732</guid><dc:creator>juergeng0002</dc:creator><description>&lt;p&gt;I guess the function a!customFieldConcat() will perform the action you are looking for.&lt;br /&gt;This will be available in the Appian 23.1 release coming up on March, 3rd&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: So Simple...concatenate a custom data field (string) and another string field from the same table into a new custom data field.</title><link>https://community.appian.com/thread/108325?ContentTypeID=1</link><pubDate>Wed, 22 Feb 2023 13:49:57 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:9c15b504-56a8-460f-9054-9d8848669bae</guid><dc:creator>stephenj0001</dc:creator><description>&lt;p&gt;Thank for getting back to me.&amp;nbsp; I&amp;#39;m trying to concatenate 2 fields into one custom data field.&amp;nbsp; I tried a bunch of different things. I&amp;#39;m creating my own expression because none of the other options do what I need.&amp;nbsp; The first data field is on a related record.&amp;nbsp; The data-sync option doesn&amp;#39;t allow me to get to a related record so I have to use the real-time methodology in order to reference the first field.&amp;nbsp; But then I&amp;#39;m limited to the CustomField functions and can&amp;#39;t use the concat() function that you suggest because that&amp;#39;s only available with data-sync.&amp;nbsp; If I attempt to use the &amp;quot;&amp;amp;&amp;quot; without the concat() function in real-time, Appian concatenates the field NAMES but not the data.&lt;/p&gt;
&lt;p&gt;Next I tried to create a CustomField with just the related related record field...again in real-time. That worked. I then thought I would be able to use the data-sync option to do the concatenation when both fields are on the&amp;nbsp;same record level. But when I attempt to use the format you suggested (rv!record...) the CustomField doesn&amp;#39;t show up as a field name so that doesn&amp;#39;t work either.&lt;/p&gt;
&lt;p&gt;I seem to be in a Catch 22 scenario.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: So Simple...concatenate a custom data field (string) and another string field from the same table into a new custom data field.</title><link>https://community.appian.com/thread/108286?ContentTypeID=1</link><pubDate>Tue, 21 Feb 2023 23:14:53 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:8eaf5c8b-3382-4247-9310-3cdca1c630b3</guid><dc:creator>Peter Lewis</dc:creator><description>&lt;p&gt;Can you describe more what you have tried? If the fields are on the same record type, you should be able to just use the concat function or the &amp;quot;&amp;amp;&amp;quot; operator to concatenate them together. For example:&lt;/p&gt;
&lt;p&gt;&lt;pre class="ui-code" data-mode="text"&gt;rv!record[recordType!Case.priorityName] &amp;amp; rv!record[recordType!Case.priorityRank]&lt;/pre&gt;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: So Simple...concatenate a custom data field (string) and another string field from the same table into a new custom data field.</title><link>https://community.appian.com/thread/108280?ContentTypeID=1</link><pubDate>Tue, 21 Feb 2023 20:10:20 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:309b2c66-1704-44cd-aeaa-97cfe09022af</guid><dc:creator>stephenj0001</dc:creator><description>&lt;p&gt;No...there have been no suggestions yet.&amp;nbsp; I spent all day Sunday trying to update my data model to concatenate the 2 fields into a single custom data field using the real-time and sync option methodologies.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: So Simple...concatenate a custom data field (string) and another string field from the same table into a new custom data field.</title><link>https://community.appian.com/thread/108279?ContentTypeID=1</link><pubDate>Tue, 21 Feb 2023 20:09:32 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:ce514382-d651-437b-aa0f-4d3fbedfd953</guid><dc:creator>stephenj0001</dc:creator><description>&lt;p&gt;No...there has been no suggestions yet.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: So Simple...concatenate a custom data field (string) and another string field from the same table into a new custom data field.</title><link>https://community.appian.com/thread/108215?ContentTypeID=1</link><pubDate>Tue, 21 Feb 2023 03:14:34 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:9f1de0aa-7339-4bcd-a282-2aed63abd190</guid><dc:creator>Abhay Dalsaniya</dc:creator><description>&lt;p&gt;Did you get the answer already ?&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item></channel></rss>