<?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 write expression to Count([Job ID]) by another dimension in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/How-to-write-expression-to-Count-Job-ID-by-another-dimension/m-p/129181#M759576</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thank you. Do you feel like taking it a step farther for me? I also then want to be able to create another column that measures the completion percentage. So this would simply be the Completed column we just created, divided by the total column that I already had that is just Count([Job ID]).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Do you know how I can write this and display it as a percentage?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 10 Aug 2018 14:20:10 GMT</pubDate>
    <dc:creator>Anonymous</dc:creator>
    <dc:date>2018-08-10T14:20:10Z</dc:date>
    <item>
      <title>How to write expression to Count([Job ID]) by another dimension</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-write-expression-to-Count-Job-ID-by-another-dimension/m-p/129178#M759573</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi all,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Here's what i'm trying to achieve.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have a list of jobs. I can count the number of jobs by using Count([Job ID]) as the expression. I'm creating a table that shows those counts as the expression with a dimension of Zone Name. But of those jobs, some were completed, some were cancelled and some were lost. I want to create a table with columns for each of those, so like a column with Count([Job ID]) for completed, another column with Count([Job ID]) for cancelled and another column with Count([Job ID]) for closed. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I know this is probably incredibly simple, but i'm just not sure about the syntax for how to write the expression. Can someone help me?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thank you!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Chris&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 25 Nov 2020 16:16:04 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-write-expression-to-Count-Job-ID-by-another-dimension/m-p/129178#M759573</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2020-11-25T16:16:04Z</dc:date>
    </item>
    <item>
      <title>Re: How to write expression to Count([Job ID]) by another dimension</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-write-expression-to-Count-Job-ID-by-another-dimension/m-p/129179#M759574</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;I don't know what your field is called so lets say Status can be completed or closed.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;Count({&amp;lt;Status = {'completed'}&amp;gt;}[Job ID])&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;Count({&amp;lt;Status = {'closed'}&amp;gt;}[Job ID])&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 10 Aug 2018 14:07:45 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-write-expression-to-Count-Job-ID-by-another-dimension/m-p/129179#M759574</guid>
      <dc:creator>groveliam</dc:creator>
      <dc:date>2018-08-10T14:07:45Z</dc:date>
    </item>
    <item>
      <title>Re: How to write expression to Count([Job ID]) by another dimension</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-write-expression-to-Count-Job-ID-by-another-dimension/m-p/129180#M759575</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You can use &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;Count({&amp;lt;Status = {'completed'}&amp;gt;}distinct [Job ID]) to count only one for each ID.&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 10 Aug 2018 14:09:02 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-write-expression-to-Count-Job-ID-by-another-dimension/m-p/129180#M759575</guid>
      <dc:creator>PabloTrevisan</dc:creator>
      <dc:date>2018-08-10T14:09:02Z</dc:date>
    </item>
    <item>
      <title>Re: How to write expression to Count([Job ID]) by another dimension</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-write-expression-to-Count-Job-ID-by-another-dimension/m-p/129181#M759576</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thank you. Do you feel like taking it a step farther for me? I also then want to be able to create another column that measures the completion percentage. So this would simply be the Completed column we just created, divided by the total column that I already had that is just Count([Job ID]).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Do you know how I can write this and display it as a percentage?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 10 Aug 2018 14:20:10 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-write-expression-to-Count-Job-ID-by-another-dimension/m-p/129181#M759576</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2018-08-10T14:20:10Z</dc:date>
    </item>
    <item>
      <title>Re: How to write expression to Count([Job ID]) by another dimension</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-write-expression-to-Count-Job-ID-by-another-dimension/m-p/129182#M759577</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;Gotcha&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;Count({&amp;lt;Status = {'completed'}&amp;gt;}[Job ID]) / &lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;Count([Job ID])&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 10 Aug 2018 14:22:27 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-write-expression-to-Count-Job-ID-by-another-dimension/m-p/129182#M759577</guid>
      <dc:creator>groveliam</dc:creator>
      <dc:date>2018-08-10T14:22:27Z</dc:date>
    </item>
  </channel>
</rss>

