<?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>After putting index() in grid text column , the data is not getting displayed wh</title><link>https://community.appian.com/discussions/f/data/2689/after-putting-index-in-grid-text-column-the-data-is-not-getting-displayed-wh</link><description>After putting index() in grid text column , the data is not getting displayed whereas if i remove index() from my gridTextColumn it shows error &amp;quot;Cannot index property &amp;#39;abc&amp;#39; of type Text into type List of Variant&amp;quot;. My code after i have applied index()</description><dc:language>en-US</dc:language><generator>Telligent Community 12</generator><item><title>RE: After putting index() in grid text column , the data is not getting displayed wh</title><link>https://community.appian.com/thread/9363?ContentTypeID=1</link><pubDate>Thu, 15 May 2014 22:43:32 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:c2ca159c-10e2-4e8f-8f99-ebd751fc9b4f</guid><dc:creator>Aleksi White</dc:creator><description>It looks like your local!datasubset is not being formatted as a data subset, since you are giving it the value of rule!getabc.  I would recommend you create a separate local!paginginfo as such:&lt;br /&gt;local!pagingInfo: a!pagingInfo(&lt;br /&gt;    startIndex: 1,&lt;br /&gt;    batchSize: 5,&lt;br /&gt;    sort: a!sortInfo(field: &amp;quot;date&amp;quot;, ascending: true)&lt;br /&gt;  )&lt;br /&gt;Then create your local!datasubset as such:&lt;br /&gt;local!datasubset: todatasubset(&lt;br /&gt;      &amp;lt;data&amp;gt;, &lt;br /&gt;      local!pagingInfo&lt;br /&gt;    )&lt;br /&gt;&lt;br /&gt;Take a look at our grid tutorial for more information:&lt;br /&gt;&lt;a href="https://forum.appian.com/suite/wiki/75/Grid_Tutorial"&gt;forum.appian.com/.../Grid_Tutorial&lt;/a&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: After putting index() in grid text column , the data is not getting displayed wh</title><link>https://community.appian.com/thread/9351?ContentTypeID=1</link><pubDate>Thu, 15 May 2014 15:53:04 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:da87b4ee-ca9e-4236-9a3d-3f1b3aefbc02</guid><dc:creator>swatis552</dc:creator><description>...         data:index(&lt;br /&gt;                      local!datasubset.data,&lt;br /&gt;                      &amp;quot;XXX&amp;quot;,&lt;br /&gt;                      {}&lt;br /&gt;                    )&lt;br /&gt;                  )   &lt;br /&gt;                                    },&lt;br /&gt;                value: a!pagingInfo(&lt;br /&gt;                  startIndex: local!datasubset.startIndex,&lt;br /&gt;                  batchSize: local!datasubset.batchSize&lt;br /&gt;                )&lt;br /&gt;              )&lt;br /&gt;            }&lt;br /&gt;          )&lt;br /&gt;        }&lt;br /&gt;      )&lt;br /&gt;    )&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item></channel></rss>