<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Re: How to count straight table count function in Backend in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/How-to-count-straight-table-count-function-in-Backend/m-p/38848#M6536</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You have already calculated a field to check count(Delivery)&amp;gt;=30 or not.&lt;/P&gt;&lt;P&gt;simply use that field again to populate 'yes' or 'no' in other field.&lt;/P&gt;&lt;P&gt;see below&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG alt="1.PNG" class="jive-image image-1" src="https://community.qlik.com/legacyfs/online/201185_1.PNG" style="height: auto;" /&gt;&lt;/P&gt;&lt;P&gt;Load *,&lt;/P&gt;&lt;P&gt;[Field1='controlled','Yes', 'No')] as Field1;&lt;/P&gt;&lt;P&gt;LOAD MnsTrnspID,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; [=if(count(Delivery)&amp;gt;=30, 'controlled', 'Noncontrolled')] as Field1&lt;/P&gt;&lt;P&gt;FROM&lt;/P&gt;&lt;P&gt;&lt;C&gt;&lt;/C&gt;&lt;/P&gt;&lt;P&gt;(ooxml, embedded labels, table is Sheet1);&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 01 May 2018 14:22:22 GMT</pubDate>
    <dc:creator>Qrishna</dc:creator>
    <dc:date>2018-05-01T14:22:22Z</dc:date>
    <item>
      <title>How to count straight table count function in Backend</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-count-straight-table-count-function-in-Backend/m-p/38847#M6535</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Qlik,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Can you explain how to write this expression in backend.&lt;/P&gt;&lt;P&gt;"=if(count(Delivery)&amp;gt;=30, 'Yes', 'No')"&lt;/P&gt;&lt;P&gt;Attached file exported from Straight table.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 01 May 2018 14:01:46 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-count-straight-table-count-function-in-Backend/m-p/38847#M6535</guid>
      <dc:creator>rkpatelqlikview</dc:creator>
      <dc:date>2018-05-01T14:01:46Z</dc:date>
    </item>
    <item>
      <title>Re: How to count straight table count function in Backend</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-count-straight-table-count-function-in-Backend/m-p/38848#M6536</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You have already calculated a field to check count(Delivery)&amp;gt;=30 or not.&lt;/P&gt;&lt;P&gt;simply use that field again to populate 'yes' or 'no' in other field.&lt;/P&gt;&lt;P&gt;see below&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG alt="1.PNG" class="jive-image image-1" src="https://community.qlik.com/legacyfs/online/201185_1.PNG" style="height: auto;" /&gt;&lt;/P&gt;&lt;P&gt;Load *,&lt;/P&gt;&lt;P&gt;[Field1='controlled','Yes', 'No')] as Field1;&lt;/P&gt;&lt;P&gt;LOAD MnsTrnspID,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; [=if(count(Delivery)&amp;gt;=30, 'controlled', 'Noncontrolled')] as Field1&lt;/P&gt;&lt;P&gt;FROM&lt;/P&gt;&lt;P&gt;&lt;C&gt;&lt;/C&gt;&lt;/P&gt;&lt;P&gt;(ooxml, embedded labels, table is Sheet1);&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 01 May 2018 14:22:22 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-count-straight-table-count-function-in-Backend/m-p/38848#M6536</guid>
      <dc:creator>Qrishna</dc:creator>
      <dc:date>2018-05-01T14:22:22Z</dc:date>
    </item>
    <item>
      <title>Re: How to count straight table count function in Backend</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-count-straight-table-count-function-in-Backend/m-p/38849#M6537</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Kumar,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;As per my understanding, you want t implement the logic as straight table in your backend. You have to use group by while loading the data. I am attaching the example for your reference.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Let me know for any further clarification.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Akshaya&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;PS - If you find this solution correct, then mark it as Correct or helpful.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 01 May 2018 14:32:44 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-count-straight-table-count-function-in-Backend/m-p/38849#M6537</guid>
      <dc:creator>adityaakshaya</dc:creator>
      <dc:date>2018-05-01T14:32:44Z</dc:date>
    </item>
  </channel>
</rss>

