<?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>Hello all,  Suppose i get a data from a query rule let&amp;#39;s call it l</title><link>https://community.appian.com/discussions/f/general/2076/hello-all-suppose-i-get-a-data-from-a-query-rule-let-s-call-it-l</link><description>Hello all, Suppose i get a data from a query rule let&amp;#39;s call it local!datasubset1, again i get a different data from query rule say local!datasubset2. now the question, is there any way i can merge these two local datasubsets to get a one local datasubset</description><dc:language>en-US</dc:language><generator>Telligent Community 12</generator><item><title>RE: Hello all,&lt;br /&gt;&lt;br /&gt;Suppose i get a data from a query rule let's call it l</title><link>https://community.appian.com/thread/7896?ContentTypeID=1</link><pubDate>Thu, 06 Mar 2014 00:14:02 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:d0e9f1ae-533a-48ad-9dbe-1e87259a2d8c</guid><dc:creator>Dan</dc:creator><description>I have a similar use case. I would like to merge the results of 2 separate reports executed in Appian to display in a single grid.&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Hello all,&lt;br /&gt;&lt;br /&gt;Suppose i get a data from a query rule let's call it l</title><link>https://community.appian.com/thread/7388?ContentTypeID=1</link><pubDate>Mon, 10 Feb 2014 09:33:24 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:a816f6f4-73e8-4593-9281-f23be36cf150</guid><dc:creator>satyasheel</dc:creator><description>sorry i forgot to mention that i am getting datasubset by quarrying portal report i.e i am retrieving all the data from portal report, with same method i am getting second datasubset from second portal report, now taking these two datasubset how i merge them to a single datasubset. &lt;br /&gt;Tim that previous method you suggested is not working, i.e for given datasubset &amp;quot;.data&amp;quot; is empty so here merge works fine, but i want to merge is &amp;quot;.report&amp;quot; subpart of datasubset.&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Hello all,&lt;br /&gt;&lt;br /&gt;Suppose i get a data from a query rule let's call it l</title><link>https://community.appian.com/thread/7362?ContentTypeID=1</link><pubDate>Fri, 07 Feb 2014 16:23:51 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:f733b53e-8a8e-4343-bf21-a7708c784db4</guid><dc:creator>Tim</dc:creator><description>This works for me:&lt;br /&gt;= load(&lt;br /&gt;  data1: rule!qGetIncidentNested(4863991),&lt;br /&gt;  data2: rule!qGetIncidentNested(4863660),&lt;br /&gt;  data3: {data1,data2},&lt;br /&gt;  todatasubset(data3)&lt;br /&gt;)&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Hello all,&lt;br /&gt;&lt;br /&gt;Suppose i get a data from a query rule let's call it l</title><link>https://community.appian.com/thread/7360?ContentTypeID=1</link><pubDate>Fri, 07 Feb 2014 15:37:02 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:770a9bd2-3a70-4a78-80b1-bf171c9f94ac</guid><dc:creator>satyasheel</dc:creator><description>it worked!! thanks,&lt;br /&gt;but again how do i change local!dataArray to DataSubset. Tried todatasubset() but it&amp;#39;s not working.&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Hello all,&lt;br /&gt;&lt;br /&gt;Suppose i get a data from a query rule let's call it l</title><link>https://community.appian.com/thread/7358?ContentTypeID=1</link><pubDate>Fri, 07 Feb 2014 14:55:19 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:3e32fc3b-7785-4e82-8321-1843a5657952</guid><dc:creator>Tim</dc:creator><description>Try: local!dataArray: {local!datasubset1.data, local!datasubset2.data}&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Hello all,&lt;br /&gt;&lt;br /&gt;Suppose i get a data from a query rule let's call it l</title><link>https://community.appian.com/thread/7357?ContentTypeID=1</link><pubDate>Fri, 07 Feb 2014 14:29:46 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:203aa15d-097a-44ce-b20e-a724ad716e49</guid><dc:creator>satyasheel</dc:creator><description>hello Tim,&lt;br /&gt;it&amp;#39;s not working&lt;br /&gt;i am getting data which is a DataSubset from two different protal report(these two reports only differ in number of data they contain)&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Hello all,&lt;br /&gt;&lt;br /&gt;Suppose i get a data from a query rule let's call it l</title><link>https://community.appian.com/thread/7354?ContentTypeID=1</link><pubDate>Fri, 07 Feb 2014 13:37:34 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:0c5c4620-1e09-4c2b-a4dc-7f027bec07ec</guid><dc:creator>Tim</dc:creator><description>If they are of the same type then you can just use &amp;quot;local!dataArray: {local!datasubset1, local!datasubset2}&amp;quot; and so access them as a data array.&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item></channel></rss>