<?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: Qlikview chart Expression help in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Qlikview-chart-Expression-help/m-p/746844#M266513</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Use set analysis and count in it. like count({&amp;lt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;SAP/NONSAP='&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;NON SAP&lt;/SPAN&gt;'&amp;gt;}[&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;COMPANY_CODE]).&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;The above set expression will count number of companies with 'NON SAP', similarly for SAP also.&lt;/P&gt;&lt;P&gt;I think it will help you some how. &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 19 Mar 2015 04:08:24 GMT</pubDate>
    <dc:creator>hariprasadqv</dc:creator>
    <dc:date>2015-03-19T04:08:24Z</dc:date>
    <item>
      <title>Qlikview chart Expression help</title>
      <link>https://community.qlik.com/t5/QlikView/Qlikview-chart-Expression-help/m-p/746843#M266512</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;I need to build a straight table showing SAP/NON SAP submissions and non submissions for all companies.&lt;/P&gt;&lt;P&gt;Tables ledger, purchase and sales both contain sap and non sap data and SAP_Flag as identification for it. Company table holds all company details (There are 6 companies which are purely non sap, 2 companies submit both sap and non sap data and rest others are sap companies. ).&lt;/P&gt;&lt;P&gt;So matrix for this requirement is as below. My issue is how to calculate total number of companies which has done submission and non submission for SAP and NON SAP.&lt;/P&gt;&lt;P&gt;Thank you for your help in advance.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;TABLE border="0" cellpadding="0" cellspacing="0" style="width: 320px;"&gt;&lt;TBODY&gt;&lt;TR style="height: 15.0pt;"&gt;&lt;TD class="xl63" height="20" style="height: 15.0pt; width: 48pt;" width="64"&gt;COMPANY_CODE&lt;/TD&gt;&lt;TD class="xl63" style="border-left: none; width: 48pt;" width="64"&gt;SAP/NONSAP&lt;/TD&gt;&lt;TD class="xl63" style="border-left: none; width: 48pt;" width="64"&gt;LEDGER&lt;/TD&gt;&lt;TD class="xl63" style="border-left: none; width: 48pt;" width="64"&gt;PURCHASE&lt;/TD&gt;&lt;TD class="xl63" style="border-left: none; width: 48pt;" width="64"&gt;SALES&lt;/TD&gt;&lt;/TR&gt;&lt;TR style="height: 15.0pt;"&gt;&lt;TD class="xl64" height="20" style="height: 15.0pt; border-top: none;"&gt;0001&lt;/TD&gt;&lt;TD class="xl64" style="border-top: none; border-left: none;"&gt;NON SAP&lt;/TD&gt;&lt;TD class="xl64" style="border-top: none; border-left: none;"&gt;X&lt;/TD&gt;&lt;TD class="xl64" style="border-top: none; border-left: none;"&gt;X&lt;/TD&gt;&lt;TD class="xl64" style="border-top: none; border-left: none;"&gt; &lt;/TD&gt;&lt;/TR&gt;&lt;TR style="height: 15.0pt;"&gt;&lt;TD class="xl64" height="20" style="height: 15.0pt; border-top: none;"&gt;0002&lt;/TD&gt;&lt;TD class="xl64" style="border-top: none; border-left: none;"&gt;NON SAP&lt;/TD&gt;&lt;TD class="xl64" style="border-top: none; border-left: none;"&gt; &lt;/TD&gt;&lt;TD class="xl64" style="border-top: none; border-left: none;"&gt;X&lt;/TD&gt;&lt;TD class="xl64" style="border-top: none; border-left: none;"&gt; &lt;/TD&gt;&lt;/TR&gt;&lt;TR style="height: 15.0pt;"&gt;&lt;TD class="xl64" height="20" style="height: 15.0pt; border-top: none;"&gt;0003&lt;/TD&gt;&lt;TD class="xl64" style="border-top: none; border-left: none;"&gt;BOTH&lt;/TD&gt;&lt;TD class="xl64" style="border-top: none; border-left: none;"&gt;X&lt;/TD&gt;&lt;TD class="xl64" style="border-top: none; border-left: none;"&gt; &lt;/TD&gt;&lt;TD class="xl64" style="border-top: none; border-left: none;"&gt;X&lt;/TD&gt;&lt;/TR&gt;&lt;TR style="height: 15.0pt;"&gt;&lt;TD class="xl64" height="20" style="height: 15.0pt; border-top: none;"&gt;0004&lt;/TD&gt;&lt;TD class="xl64" style="border-top: none; border-left: none;"&gt;NON SAP&lt;/TD&gt;&lt;TD class="xl64" style="border-top: none; border-left: none;"&gt; &lt;/TD&gt;&lt;TD class="xl64" style="border-top: none; border-left: none;"&gt; &lt;/TD&gt;&lt;TD class="xl64" style="border-top: none; border-left: none;"&gt; &lt;/TD&gt;&lt;/TR&gt;&lt;TR style="height: 15.0pt;"&gt;&lt;TD class="xl64" height="20" style="height: 15.0pt; border-top: none;"&gt;0005&lt;/TD&gt;&lt;TD class="xl64" style="border-top: none; border-left: none;"&gt;BOTH&lt;/TD&gt;&lt;TD class="xl64" style="border-top: none; border-left: none;"&gt;X&lt;/TD&gt;&lt;TD class="xl64" style="border-top: none; border-left: none;"&gt;X&lt;/TD&gt;&lt;TD class="xl64" style="border-top: none; border-left: none;"&gt;X&lt;/TD&gt;&lt;/TR&gt;&lt;TR style="height: 15.0pt;"&gt;&lt;TD class="xl64" height="20" style="height: 15.0pt; border-top: none;"&gt;0006&lt;/TD&gt;&lt;TD class="xl64" style="border-top: none; border-left: none;"&gt;NON SAP&lt;/TD&gt;&lt;TD class="xl64" style="border-top: none; border-left: none;"&gt; &lt;/TD&gt;&lt;TD class="xl64" style="border-top: none; border-left: none;"&gt; &lt;/TD&gt;&lt;TD class="xl64" style="border-top: none; border-left: none;"&gt; &lt;/TD&gt;&lt;/TR&gt;&lt;TR style="height: 15.0pt;"&gt;&lt;TD class="xl64" height="20" style="height: 15.0pt; border-top: none;"&gt;0007&lt;/TD&gt;&lt;TD class="xl64" style="border-top: none; border-left: none;"&gt;SAP&lt;/TD&gt;&lt;TD class="xl64" style="border-top: none; border-left: none;"&gt;X&lt;/TD&gt;&lt;TD class="xl64" style="border-top: none; border-left: none;"&gt;X&lt;/TD&gt;&lt;TD class="xl64" style="border-top: none; border-left: none;"&gt;X&lt;/TD&gt;&lt;/TR&gt;&lt;TR style="height: 15.0pt;"&gt;&lt;TD class="xl64" height="20" style="height: 15.0pt; border-top: none;"&gt;0008&lt;/TD&gt;&lt;TD class="xl64" style="border-top: none; border-left: none;"&gt;SAP&lt;/TD&gt;&lt;TD class="xl64" style="border-top: none; border-left: none;"&gt;X&lt;/TD&gt;&lt;TD class="xl64" style="border-top: none; border-left: none;"&gt;X&lt;/TD&gt;&lt;TD class="xl64" style="border-top: none; border-left: none;"&gt;X&lt;/TD&gt;&lt;/TR&gt;&lt;TR style="height: 15.0pt;"&gt;&lt;TD class="xl64" height="20" style="height: 15.0pt; border-top: none;"&gt;0009&lt;/TD&gt;&lt;TD class="xl64" style="border-top: none; border-left: none;"&gt;SAP&lt;/TD&gt;&lt;TD class="xl64" style="border-top: none; border-left: none;"&gt; &lt;/TD&gt;&lt;TD class="xl64" style="border-top: none; border-left: none;"&gt; &lt;/TD&gt;&lt;TD class="xl64" style="border-top: none; border-left: none;"&gt; &lt;/TD&gt;&lt;/TR&gt;&lt;TR style="height: 15.0pt;"&gt;&lt;TD class="xl64" height="20" style="height: 15.0pt; border-top: none;"&gt;0010&lt;/TD&gt;&lt;TD class="xl64" style="border-top: none; border-left: none;"&gt;SAP&lt;/TD&gt;&lt;TD class="xl64" style="border-top: none; border-left: none;"&gt; &lt;/TD&gt;&lt;TD class="xl64" style="border-top: none; border-left: none;"&gt; &lt;/TD&gt;&lt;TD class="xl64" style="border-top: none; border-left: none;"&gt; &lt;/TD&gt;&lt;/TR&gt;&lt;TR style="height: 15.0pt;"&gt;&lt;TD class="xl64" height="20" style="height: 15.0pt; border-top: none;"&gt;0011&lt;/TD&gt;&lt;TD class="xl64" style="border-top: none; border-left: none;"&gt;NON SAP&lt;/TD&gt;&lt;TD class="xl64" style="border-top: none; border-left: none;"&gt; &lt;/TD&gt;&lt;TD class="xl64" style="border-top: none; border-left: none;"&gt; &lt;/TD&gt;&lt;TD class="xl64" style="border-top: none; border-left: none;"&gt; &lt;/TD&gt;&lt;/TR&gt;&lt;TR style="height: 15.0pt;"&gt;&lt;TD class="xl64" height="20" style="height: 15.0pt; border-top: none;"&gt;0012&lt;/TD&gt;&lt;TD class="xl64" style="border-top: none; border-left: none;"&gt;SAP&lt;/TD&gt;&lt;TD class="xl64" style="border-top: none; border-left: none;"&gt;X&lt;/TD&gt;&lt;TD class="xl64" style="border-top: none; border-left: none;"&gt;X&lt;/TD&gt;&lt;TD class="xl64" style="border-top: none; border-left: none;"&gt; &lt;/TD&gt;&lt;/TR&gt;&lt;TR style="height: 15.0pt;"&gt;&lt;TD class="xl64" height="20" style="height: 15.0pt; border-top: none;"&gt;0013&lt;/TD&gt;&lt;TD class="xl64" style="border-top: none; border-left: none;"&gt;SAP&lt;/TD&gt;&lt;TD class="xl64" style="border-top: none; border-left: none;"&gt;X&lt;/TD&gt;&lt;TD class="xl64" style="border-top: none; border-left: none;"&gt;X&lt;/TD&gt;&lt;TD class="xl64" style="border-top: none; border-left: none;"&gt; &lt;/TD&gt;&lt;/TR&gt;&lt;TR style="height: 15.0pt;"&gt;&lt;TD class="xl64" height="20" style="height: 15.0pt; border-top: none;"&gt;0014&lt;/TD&gt;&lt;TD class="xl64" style="border-top: none; border-left: none;"&gt;NON SAP&lt;/TD&gt;&lt;TD class="xl64" style="border-top: none; border-left: none;"&gt;X&lt;/TD&gt;&lt;TD class="xl64" style="border-top: none; border-left: none;"&gt; &lt;/TD&gt;&lt;TD class="xl64" style="border-top: none; border-left: none;"&gt;X&lt;/TD&gt;&lt;/TR&gt;&lt;TR style="height: 15.0pt;"&gt;&lt;TD class="xl64" height="20" style="height: 15.0pt; border-top: none;"&gt;0015&lt;/TD&gt;&lt;TD class="xl64" style="border-top: none; border-left: none;"&gt;SAP&lt;/TD&gt;&lt;TD class="xl64" style="border-top: none; border-left: none;"&gt;X&lt;/TD&gt;&lt;TD class="xl64" style="border-top: none; border-left: none;"&gt;X&lt;/TD&gt;&lt;TD class="xl64" style="border-top: none; border-left: none;"&gt;X&lt;/TD&gt;&lt;/TR&gt;&lt;TR style="height: 15.0pt;"&gt;&lt;TD class="xl64" height="20" style="height: 15.0pt; border-top: none;"&gt;0016&lt;/TD&gt;&lt;TD class="xl64" style="border-top: none; border-left: none;"&gt;SAP&lt;/TD&gt;&lt;TD class="xl64" style="border-top: none; border-left: none;"&gt; &lt;/TD&gt;&lt;TD class="xl64" style="border-top: none; border-left: none;"&gt; &lt;/TD&gt;&lt;TD class="xl64" style="border-top: none; border-left: none;"&gt; &lt;/TD&gt;&lt;/TR&gt;&lt;TR style="height: 15.0pt;"&gt;&lt;TD class="xl64" height="20" style="height: 15.0pt; border-top: none;"&gt;0017&lt;/TD&gt;&lt;TD class="xl64" style="border-top: none; border-left: none;"&gt;SAP&lt;/TD&gt;&lt;TD class="xl64" style="border-top: none; border-left: none;"&gt; &lt;/TD&gt;&lt;TD class="xl64" style="border-top: none; border-left: none;"&gt; &lt;/TD&gt;&lt;TD class="xl64" style="border-top: none; border-left: none;"&gt; &lt;/TD&gt;&lt;/TR&gt;&lt;TR style="height: 15.0pt;"&gt;&lt;TD class="xl64" height="20" style="height: 15.0pt; border-top: none;"&gt;0018&lt;/TD&gt;&lt;TD class="xl64" style="border-top: none; border-left: none;"&gt;SAP&lt;/TD&gt;&lt;TD class="xl64" style="border-top: none; border-left: none;"&gt;X&lt;/TD&gt;&lt;TD class="xl64" style="border-top: none; border-left: none;"&gt;X&lt;/TD&gt;&lt;TD class="xl64" style="border-top: none; border-left: none;"&gt; &lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;&lt;P&gt;&lt;IMG class="image-1 jive-image" height="32" src="https://community.qlik.com/legacyfs/online/81217_pastedImage_10.png" style="width: 27px; height: 32.0467289719626px;" width="27" /&gt;&lt;/P&gt;&lt;P&gt;Chart should show below figures.&lt;/P&gt;&lt;TABLE border="0" cellpadding="0" cellspacing="0" style="width: 96pt;" width="128"&gt;&lt;TBODY&gt;&lt;TR style="height: 15.0pt;"&gt;&lt;TD height="20" style="height: 15.0pt; width: 48pt;" width="64"&gt;For SAP&lt;/TD&gt;&lt;TD style="width: 48pt;" width="64"&gt;&lt;/TD&gt;&lt;/TR&gt;&lt;TR style="height: 15.0pt;"&gt;&lt;TD class="xl65" height="20" style="height: 15.0pt;"&gt;Total submission&lt;/TD&gt;&lt;TD class="xl65" style="border-left: none;"&gt;Non submissions&lt;/TD&gt;&lt;/TR&gt;&lt;TR style="height: 15.0pt;"&gt;&lt;TD class="xl66" height="20" style="height: 15.0pt; border-top: none;"&gt;xxx&lt;/TD&gt;&lt;TD class="xl66" style="border-top: none; border-left: none;"&gt;xxx&lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;&lt;P&gt;&lt;IMG class="jive-image image-2" height="10" src="https://community.qlik.com/legacyfs/online/81221_pastedImage_40.png" style="width: 21px; height: 9.93023255813954px;" width="21" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 19 Mar 2015 04:03:14 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Qlikview-chart-Expression-help/m-p/746843#M266512</guid>
      <dc:creator>miranrai</dc:creator>
      <dc:date>2015-03-19T04:03:14Z</dc:date>
    </item>
    <item>
      <title>Re: Qlikview chart Expression help</title>
      <link>https://community.qlik.com/t5/QlikView/Qlikview-chart-Expression-help/m-p/746844#M266513</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Use set analysis and count in it. like count({&amp;lt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;SAP/NONSAP='&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;NON SAP&lt;/SPAN&gt;'&amp;gt;}[&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;COMPANY_CODE]).&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;The above set expression will count number of companies with 'NON SAP', similarly for SAP also.&lt;/P&gt;&lt;P&gt;I think it will help you some how. &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 19 Mar 2015 04:08:24 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Qlikview-chart-Expression-help/m-p/746844#M266513</guid>
      <dc:creator>hariprasadqv</dc:creator>
      <dc:date>2015-03-19T04:08:24Z</dc:date>
    </item>
    <item>
      <title>Re: Qlikview chart Expression help</title>
      <link>https://community.qlik.com/t5/QlikView/Qlikview-chart-Expression-help/m-p/746845#M266514</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Not Clear what exactly you need.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 19 Mar 2015 04:22:02 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Qlikview-chart-Expression-help/m-p/746845#M266514</guid>
      <dc:creator>sujeetsingh</dc:creator>
      <dc:date>2015-03-19T04:22:02Z</dc:date>
    </item>
  </channel>
</rss>

