<?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>Convert datasubset data to CDT</title><link>https://community.appian.com/discussions/f/general/4978/convert-datasubset-data-to-cdt</link><description>Is there an easy way to convert the datasubset data into a cdt? The datasubset is like: [startIndex=1, batchSize=100, sort=, totalCount=4, data=[cells=[value=CAtest: Main Contract Review, drilldown=268455346]; [value=CAtest: Main Contract Review, drilldown</description><dc:language>en-US</dc:language><generator>Telligent Community 12</generator><item><title>RE: Convert datasubset data to CDT</title><link>https://community.appian.com/thread/68277?ContentTypeID=1</link><pubDate>Fri, 19 Jul 2019 02:52:17 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:5247ad9d-fe03-4f70-bb27-7a7191170af8</guid><dc:creator>vetrivelk</dc:creator><description>&lt;p&gt;What if I want to change the type of one CDT field during my creation of my datasubset ? &lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Convert datasubset data to CDT</title><link>https://community.appian.com/thread/18923?ContentTypeID=1</link><pubDate>Wed, 10 Jun 2015 18:28:36 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:f3a594fd-92d4-44b2-808e-cc950d902992</guid><dc:creator>Sharmila Nagaraj</dc:creator><description>Thanks Conor.. &lt;br /&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Convert datasubset data to CDT</title><link>https://community.appian.com/thread/18921?ContentTypeID=1</link><pubDate>Wed, 10 Jun 2015 17:46:20 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:437caa2b-49ad-4edc-a030-15e50dca5f1c</guid><dc:creator>Conor Cahill</dc:creator><description>Inside the expression rule for creating the CDT you&amp;#39;ll want to pull out the c0 field from the data object you passed in.&lt;br /&gt;&lt;br /&gt;Index(ri!data, &amp;quot;c0&amp;quot;, null)&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Convert datasubset data to CDT</title><link>https://community.appian.com/thread/18918?ContentTypeID=1</link><pubDate>Wed, 10 Jun 2015 17:41:43 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:f9f92fdf-6cc0-4d81-a4c2-8dec3c0ca4e2</guid><dc:creator>Sharmila Nagaraj</dc:creator><description>&lt;br /&gt;I am having the same requirement. Below is my task report details:&lt;br /&gt;&lt;br /&gt;getWorkflowCustomerList: [startIndex=1, batchSize=25, sort=[field=c0, ascending=true], totalCount=2, data=[c0:4201297521487792,dp0:]; [c0:8061297521487288,dp0:], identifiers=57347; 56887, name=Get Workflow Customers, description=, columnConfigs=[label:CustomerReference,field:c0,drilldownField:dp0,configuredFormatting:NORMAL_TEXT,configuredDrilldown:], errorMessage=]&lt;br /&gt;&lt;br /&gt;When i used type constructor, i got results like below:&lt;br /&gt;&lt;br /&gt;[c0:4201297521487792,dp0:],&lt;br /&gt;[c0:8061297521487288,dp0:]&lt;br /&gt;&lt;br /&gt;But i need the results like, &lt;br /&gt;&lt;br /&gt;4201297521487792,&lt;br /&gt;8061297521487288&lt;br /&gt;&lt;br /&gt;Any idea how this can be achieved?&lt;br /&gt;&lt;br /&gt;My expression rule was, &lt;br /&gt;apply(rule!populateCustomerCDT,rule!getWorkflowCustomerList().data)&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Convert datasubset data to CDT</title><link>https://community.appian.com/thread/18915?ContentTypeID=1</link><pubDate>Wed, 10 Jun 2015 17:06:06 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:f603b84e-a807-4071-83cd-6ea8be7a2eab</guid><dc:creator>shaoyongw</dc:creator><description>I use conorc&amp;#39;s method mentioned previously&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Convert datasubset data to CDT</title><link>https://community.appian.com/thread/18913?ContentTypeID=1</link><pubDate>Wed, 10 Jun 2015 15:16:35 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:f089f576-954f-4fa8-ada7-38b5987eca79</guid><dc:creator>Sharmila Nagaraj</dc:creator><description>Hi Shaoyong, is this issue resolved?&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Convert datasubset data to CDT</title><link>https://community.appian.com/thread/18240?ContentTypeID=1</link><pubDate>Mon, 25 May 2015 17:56:34 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:0753c7ea-0807-4c5e-848e-71e982fefbd5</guid><dc:creator>Josh</dc:creator><description>IA will update the rule so that it&amp;#39;s using the most recent version of the cdt, but you&amp;#39;ll have to update the rule definition, specifically the type! portion. For example, if we add col1 to a cdt, the cdt version in the rule will be updated after running IA but we would have to add col1 to the type! portion of the rule.&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Convert datasubset data to CDT</title><link>https://community.appian.com/thread/18239?ContentTypeID=1</link><pubDate>Mon, 25 May 2015 17:06:03 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:0848ffd2-4fd1-4817-aaea-357e2274d427</guid><dc:creator>sikhivahans</dc:creator><description>Added to the ongoing conversation I would like to say that the impact analysis not updating the rules that make use of type constructors may not be completely correct. For instance, we use rules that make use of type constructors (we are on 7.8), and as long as the rules are in application, impact analysis updates these rules. Might be we can say think of this behavior as version dependent.&lt;br /&gt;&lt;br /&gt;Probably label value pairs (used in many SAIL recipes) can also be considered as an alternative to combination of CDT and type constructors if there isn&amp;#39;t a possibility of using the same data structure in process.&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Convert datasubset data to CDT</title><link>https://community.appian.com/thread/18237?ContentTypeID=1</link><pubDate>Mon, 25 May 2015 16:47:11 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:8d36330b-a732-4d08-9280-ff996e44e500</guid><dc:creator>Conor Cahill</dc:creator><description>It looks like you&amp;#39;re getting this from a task report? The .data field will hold your fields for the CDT. I would apply over a type constructor of the CDT and use merge() to set your looping variables. This rule will need to be updated if you change the report or the CDT structure.&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Convert datasubset data to CDT</title><link>https://community.appian.com/thread/18236?ContentTypeID=1</link><pubDate>Mon, 25 May 2015 16:29:21 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:86b47856-c016-40db-bfea-8530c37d8e08</guid><dc:creator>sainadhn</dc:creator><description>datasubsets are commonly used for configuring paging grids, data of subset is an array type. it is independent of the CDT&amp;#39;s so AFAIK there is no direct approach to directly set a cdt from datasubset. general approach will be to create a rule with type constructor and map independently these values to each field of CDT. But 1 disadvantege with type constructor is that we cannot update this rule directly by impact analysis. Whenever CDT changes we need to update the rule manually.&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Convert datasubset data to CDT</title><link>https://community.appian.com/thread/18235?ContentTypeID=1</link><pubDate>Mon, 25 May 2015 15:15:55 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:de6b547e-a2b6-4900-9d32-1a78d994be86</guid><dc:creator>shaoyongw</dc:creator><description>...value=0, drilldown=]; [value=0, drilldown=]]; [cells=[value=, drilldown=]; [value=, drilldown=]; [value=, drilldown=]; [value=, drilldown=]], identifiers=268455346; 268455355; 268455332; 268455340, report=[name=Main Contract Review, description=Tasks for User.], columns=[label=Task Name, field=0, alignment=LEFT]; [label=Task Assignee(s)/Owner, field=11, alignment=LEFT]; [label=Task Assigned Time, field=25, alignment=LEFT]; [label=Task Finished Time, field=5, alignment=LEFT]; [label=Duration, field=24, alignment=LEFT]; [label=Status, field=2, alignment=LEFT]; [label=Review Decision, field=26, alignment=LEFT]]&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item></channel></rss>