<?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>How to remove the total count data in interface?</title><link>https://community.appian.com/discussions/f/user-interface/21745/how-to-remove-the-total-count-data-in-interface</link><description>Hi Guys, 
 
 I am using the data subset to fetch the data to interface but the total count of rows are automatically showing in the interface. It might be identifier as well not sure why the count is showing ? Please suggest how to remove the items from</description><dc:language>en-US</dc:language><generator>Telligent Community 12</generator><item><title>RE: How to remove the total count data in interface?</title><link>https://community.appian.com/thread/85140?ContentTypeID=1</link><pubDate>Mon, 30 Aug 2021 12:30:53 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:a0f09217-c7df-40fe-87f0-6132b4313697</guid><dc:creator>gayathris876948</dc:creator><description>&lt;p&gt;As Mike said you can use editable grid and make all as read-only and set total count as null or zero&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: How to remove the total count data in interface?</title><link>https://community.appian.com/thread/85139?ContentTypeID=1</link><pubDate>Mon, 30 Aug 2021 12:27:15 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:770cc7e1-bc13-4be3-b635-303ae2ead474</guid><dc:creator>surendrareddy</dc:creator><description>&lt;p&gt;Yes. It&amp;#39;s showing default , So how to hide the default value ?&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: How to remove the total count data in interface?</title><link>https://community.appian.com/thread/85072?ContentTypeID=1</link><pubDate>Fri, 27 Aug 2021 15:06:55 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:07eb9446-30dd-4628-b56e-4976542eaa0f</guid><dc:creator>Mike Schmitt</dc:creator><description>&lt;p&gt;If your grid is static in nature, with no intention to use paging / sorting functionality, you would probably be better off using an Editable Grid (and just... not having any fields be editable).&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: How to remove the total count data in interface?</title><link>https://community.appian.com/thread/85063?ContentTypeID=1</link><pubDate>Fri, 27 Aug 2021 13:41:00 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:e1d85d89-3cc0-4784-8133-648782604917</guid><dc:creator>gayathris876948</dc:creator><description>&lt;p&gt;Got it. Yes its by default showing.&amp;nbsp;&lt;br /&gt;&lt;br /&gt;I tried with page Size, instead of total count it shows paging.&amp;nbsp;&lt;/p&gt;
&lt;p&gt;&lt;img src="/resized-image/__size/320x240/__key/communityserver-discussions-components-files/13/pastedimage1630071629681v1.png" alt=" " /&gt;&lt;/p&gt;
&lt;p&gt;&lt;pre class="ui-code" data-mode="text"&gt;a!localVariables(
 
  local!employees: {
    a!map( id: 1, firstName: &amp;quot;John&amp;quot; , lastName: &amp;quot;Smith&amp;quot; , department: &amp;quot;Engineering&amp;quot; , title: &amp;quot;Director&amp;quot; , phoneNumber: &amp;quot;555-123-4567&amp;quot; , startDate: today()-360 ),
    a!map( id: 2, firstName: &amp;quot;Michael&amp;quot; , lastName: &amp;quot;Johnson&amp;quot; , department: &amp;quot;Finance&amp;quot; , title: &amp;quot;Analyst&amp;quot; , phoneNumber: &amp;quot;555-987-6543&amp;quot; , startDate: today()-360 ),
    a!map( id: 3, firstName: &amp;quot;Mary&amp;quot;, lastName: &amp;quot;Reed&amp;quot; , department: &amp;quot;Engineering&amp;quot; , title: &amp;quot;Software Engineer&amp;quot; , phoneNumber: &amp;quot;555-456-0123&amp;quot; , startDate: today()-240 ),
    a!map( id: 1, firstName: &amp;quot;John&amp;quot; , lastName: &amp;quot;Smith&amp;quot; , department: &amp;quot;Engineering&amp;quot; , title: &amp;quot;Director&amp;quot; , phoneNumber: &amp;quot;555-123-4567&amp;quot; , startDate: today()-360 ),
    a!map( id: 2, firstName: &amp;quot;Michael&amp;quot; , lastName: &amp;quot;Johnson&amp;quot; , department: &amp;quot;Finance&amp;quot; , title: &amp;quot;Analyst&amp;quot; , phoneNumber: &amp;quot;555-987-6543&amp;quot; , startDate: today()-360 ),
    a!map( id: 3, firstName: &amp;quot;Mary&amp;quot;, lastName: &amp;quot;Reed&amp;quot; , department: &amp;quot;Engineering&amp;quot; , title: &amp;quot;Software Engineer&amp;quot; , phoneNumber: &amp;quot;555-456-0123&amp;quot; , startDate: today()-240 ),
    a!map( id: 1, firstName: &amp;quot;John&amp;quot; , lastName: &amp;quot;Smith&amp;quot; , department: &amp;quot;Engineering&amp;quot; , title: &amp;quot;Director&amp;quot; , phoneNumber: &amp;quot;555-123-4567&amp;quot; , startDate: today()-360 ),
    a!map( id: 2, firstName: &amp;quot;Michael&amp;quot; , lastName: &amp;quot;Johnson&amp;quot; , department: &amp;quot;Finance&amp;quot; , title: &amp;quot;Analyst&amp;quot; , phoneNumber: &amp;quot;555-987-6543&amp;quot; , startDate: today()-360 ),
    a!map( id: 3, firstName: &amp;quot;Mary&amp;quot;, lastName: &amp;quot;Reed&amp;quot; , department: &amp;quot;Engineering&amp;quot; , title: &amp;quot;Software Engineer&amp;quot; , phoneNumber: &amp;quot;555-456-0123&amp;quot; , startDate: today()-240 ),
  },

      a!gridField(
        pageSize:7,
        data:todatasubset(
          local!employees,
          fv!pagingInfo
        ),
        columns:a!gridColumn(
       
          value:fv!row.id
        )
        
      )
   
)&lt;/pre&gt;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: How to remove the total count data in interface?</title><link>https://community.appian.com/thread/85060?ContentTypeID=1</link><pubDate>Fri, 27 Aug 2021 13:24:43 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:bdf7d802-ef08-40cf-8192-c1fb67f4816c</guid><dc:creator>surendrareddy</dc:creator><description>&lt;p&gt;Thanks for quick response, But I am not using&amp;nbsp;gridlayout.&amp;nbsp; Please refer below screenshot&amp;nbsp;&lt;/p&gt;
&lt;p&gt;&lt;img src="/resized-image/__size/320x240/__key/communityserver-discussions-components-files/13/pastedimage1630070681679v1.png" alt=" " /&gt;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: How to remove the total count data in interface?</title><link>https://community.appian.com/thread/85058?ContentTypeID=1</link><pubDate>Fri, 27 Aug 2021 13:20:22 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:073b4069-5cda-4354-8716-f4c35a2da190</guid><dc:creator>gayathris876948</dc:creator><description>&lt;p&gt;There is the parameter called totalCount in&amp;nbsp;a!gridLayout() if you are not giving it will not show.&lt;/p&gt;
&lt;p&gt;&lt;img src="/resized-image/__size/320x240/__key/communityserver-discussions-components-files/13/pastedimage1630070386915v1.png" alt=" " /&gt;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item></channel></rss>