<?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 how to show Invoice count in App Development</title>
    <link>https://community.qlik.com/t5/App-Development/how-to-show-Invoice-count/m-p/1203#M71</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I am working on a sales table which has monthly summary till 2016 and have detail transactions for 2017 and 2018.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;For the summary table I have&amp;nbsp; a column 'Invoice Count' which is the total number of sales invoices made during the month whereas the detail transaction have Sales Invoice No so her we put a count function to count the total. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;How can I show the count of Sales Invoices in one single column? till 2016 it should show sum(Invoice Count) and after that it should show count(Invoice No). &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 16 Jan 2018 09:40:18 GMT</pubDate>
    <dc:creator>madnanansari</dc:creator>
    <dc:date>2018-01-16T09:40:18Z</dc:date>
    <item>
      <title>how to show Invoice count</title>
      <link>https://community.qlik.com/t5/App-Development/how-to-show-Invoice-count/m-p/1203#M71</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I am working on a sales table which has monthly summary till 2016 and have detail transactions for 2017 and 2018.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;For the summary table I have&amp;nbsp; a column 'Invoice Count' which is the total number of sales invoices made during the month whereas the detail transaction have Sales Invoice No so her we put a count function to count the total. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;How can I show the count of Sales Invoices in one single column? till 2016 it should show sum(Invoice Count) and after that it should show count(Invoice No). &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 16 Jan 2018 09:40:18 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/how-to-show-Invoice-count/m-p/1203#M71</guid>
      <dc:creator>madnanansari</dc:creator>
      <dc:date>2018-01-16T09:40:18Z</dc:date>
    </item>
    <item>
      <title>Re: how to show Invoice count</title>
      <link>https://community.qlik.com/t5/App-Development/how-to-show-Invoice-count/m-p/1204#M72</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;If one will be null when other have value, you can try this&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Count(Alt([Invoice Count], [Invoice No]))&lt;/STRONG&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 16 Jan 2018 09:43:57 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/how-to-show-Invoice-count/m-p/1204#M72</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2018-01-16T09:43:57Z</dc:date>
    </item>
    <item>
      <title>Re: how to show Invoice count</title>
      <link>https://community.qlik.com/t5/App-Development/how-to-show-Invoice-count/m-p/1205#M73</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Or just a simple if statement&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;If(Year = 2016, Count(&lt;/STRONG&gt;&lt;STRONG style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;[Invoice Count]), Count(&lt;STRONG style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;[Invoice No]))&lt;/STRONG&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 16 Jan 2018 09:44:36 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/how-to-show-Invoice-count/m-p/1205#M73</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2018-01-16T09:44:36Z</dc:date>
    </item>
  </channel>
</rss>

