<?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: Creating a summary table from a straight table in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Creating-a-summary-table-from-a-straight-table/m-p/1607712#M736952</link>
    <description>&lt;P&gt;Thanks it worked.&lt;/P&gt;&lt;P&gt;Can you help me with another column.&lt;/P&gt;&lt;P&gt;In same table I have another column as :&lt;/P&gt;&lt;P&gt;Available&lt;/P&gt;&lt;P&gt;yes&lt;/P&gt;&lt;P&gt;no&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I want to put the count of yes only in the summary table like&lt;/P&gt;&lt;P&gt;Count of Available&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;have tried below as expression: no results were returned:&lt;/P&gt;&lt;P&gt;if(Available='Yes', count(project))&lt;/P&gt;</description>
    <pubDate>Tue, 30 Jul 2019 19:29:01 GMT</pubDate>
    <dc:creator>sayadutt</dc:creator>
    <dc:date>2019-07-30T19:29:01Z</dc:date>
    <item>
      <title>Creating a summary table from a straight table</title>
      <link>https://community.qlik.com/t5/QlikView/Creating-a-summary-table-from-a-straight-table/m-p/1607687#M736946</link>
      <description>&lt;P&gt;Hi All,&lt;/P&gt;&lt;P&gt;I have a straight table&amp;nbsp; and looking for a summary table as shown below:&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Capture.PNG" style="width: 899px;"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/16247i9CB2792313D183EB/image-size/large?v=v2&amp;amp;px=999" role="button" title="Capture.PNG" alt="Capture.PNG" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Now I am looking for a summary table which will group the projects and show the all the issues comma separated.&lt;/P&gt;&lt;P&gt;Also, status column should be based on :&lt;/P&gt;&lt;P&gt;Complete - once ALL the individual status for that project move to "complete".&lt;/P&gt;&lt;P&gt;In progress - when ANY of the&amp;nbsp; individual status for that project is still under to "in progress".&lt;/P&gt;&lt;P&gt;Not Started - when All status are Not started&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 25 Nov 2020 16:16:04 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Creating-a-summary-table-from-a-straight-table/m-p/1607687#M736946</guid>
      <dc:creator>sayadutt</dc:creator>
      <dc:date>2020-11-25T16:16:04Z</dc:date>
    </item>
    <item>
      <title>Re: Creating a summary table from a straight table</title>
      <link>https://community.qlik.com/t5/QlikView/Creating-a-summary-table-from-a-straight-table/m-p/1607693#M736947</link>
      <description>&lt;P&gt;Try to create a straight table with the field&amp;nbsp;&lt;STRONG&gt;Project&lt;/STRONG&gt; as a dimension and the following two expressions.&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Status:&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;If (IsNull(Only(Status)), 'In progress', only(Status))&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Issues:&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;Concat(Distinct Issues, ', ')&lt;/P&gt;</description>
      <pubDate>Tue, 30 Jul 2019 18:45:40 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Creating-a-summary-table-from-a-straight-table/m-p/1607693#M736947</guid>
      <dc:creator>Vegar</dc:creator>
      <dc:date>2019-07-30T18:45:40Z</dc:date>
    </item>
    <item>
      <title>Re: Creating a summary table from a straight table</title>
      <link>https://community.qlik.com/t5/QlikView/Creating-a-summary-table-from-a-straight-table/m-p/1607695#M736948</link>
      <description>&lt;P&gt;Hi Vegar,&lt;/P&gt;&lt;P&gt;Thanks for your reply.&lt;/P&gt;&lt;P&gt;For:&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Issues:&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;Concat(Distinct Issues, ', ')&lt;/P&gt;&lt;P&gt;only commas comes when there are blank values under Status. Can you please guide how I can hide the commas when Status is blank.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 30 Jul 2019 18:56:22 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Creating-a-summary-table-from-a-straight-table/m-p/1607695#M736948</guid>
      <dc:creator>sayadutt</dc:creator>
      <dc:date>2019-07-30T18:56:22Z</dc:date>
    </item>
    <item>
      <title>Re: Creating a summary table from a straight table</title>
      <link>https://community.qlik.com/t5/QlikView/Creating-a-summary-table-from-a-straight-table/m-p/1607698#M736949</link>
      <description>&lt;P&gt;May be this&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="image.png" style="width: 797px;"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/16249iF2BF6B90720F8552/image-size/large?v=v2&amp;amp;px=999" role="button" title="image.png" alt="image.png" /&gt;&lt;/span&gt;&lt;/P&gt;</description>
      <pubDate>Tue, 30 Jul 2019 19:00:46 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Creating-a-summary-table-from-a-straight-table/m-p/1607698#M736949</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2019-07-30T19:00:46Z</dc:date>
    </item>
    <item>
      <title>Re: Creating a summary table from a straight table</title>
      <link>https://community.qlik.com/t5/QlikView/Creating-a-summary-table-from-a-straight-table/m-p/1607699#M736950</link>
      <description>&lt;P&gt;You can try this&lt;/P&gt;&lt;LI-CODE lang="markup"&gt;Concat(DISTINCT {&amp;lt;Issues = {"=Len(Trim(Issues)) &amp;gt; 0"}&amp;gt;} Issues, ', ')&lt;/LI-CODE&gt;</description>
      <pubDate>Tue, 30 Jul 2019 19:02:57 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Creating-a-summary-table-from-a-straight-table/m-p/1607699#M736950</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2019-07-30T19:02:57Z</dc:date>
    </item>
    <item>
      <title>Re: Creating a summary table from a straight table</title>
      <link>https://community.qlik.com/t5/QlikView/Creating-a-summary-table-from-a-straight-table/m-p/1607707#M736951</link>
      <description>&lt;P&gt;I believe that &lt;a href="https://community.qlik.com/t5/user/viewprofilepage/user-id/46628"&gt;@sunny_talwar&lt;/a&gt;&amp;nbsp;suggested adjustment should work.&lt;/P&gt;</description>
      <pubDate>Tue, 30 Jul 2019 19:11:03 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Creating-a-summary-table-from-a-straight-table/m-p/1607707#M736951</guid>
      <dc:creator>Vegar</dc:creator>
      <dc:date>2019-07-30T19:11:03Z</dc:date>
    </item>
    <item>
      <title>Re: Creating a summary table from a straight table</title>
      <link>https://community.qlik.com/t5/QlikView/Creating-a-summary-table-from-a-straight-table/m-p/1607712#M736952</link>
      <description>&lt;P&gt;Thanks it worked.&lt;/P&gt;&lt;P&gt;Can you help me with another column.&lt;/P&gt;&lt;P&gt;In same table I have another column as :&lt;/P&gt;&lt;P&gt;Available&lt;/P&gt;&lt;P&gt;yes&lt;/P&gt;&lt;P&gt;no&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I want to put the count of yes only in the summary table like&lt;/P&gt;&lt;P&gt;Count of Available&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;have tried below as expression: no results were returned:&lt;/P&gt;&lt;P&gt;if(Available='Yes', count(project))&lt;/P&gt;</description>
      <pubDate>Tue, 30 Jul 2019 19:29:01 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Creating-a-summary-table-from-a-straight-table/m-p/1607712#M736952</guid>
      <dc:creator>sayadutt</dc:creator>
      <dc:date>2019-07-30T19:29:01Z</dc:date>
    </item>
    <item>
      <title>Re: Creating a summary table from a straight table</title>
      <link>https://community.qlik.com/t5/QlikView/Creating-a-summary-table-from-a-straight-table/m-p/1607714#M736953</link>
      <description>&lt;P&gt;Thanks it worked.&lt;/P&gt;&lt;P&gt;Can you help me with another column.&lt;/P&gt;&lt;P&gt;In same table I have another column as :&lt;/P&gt;&lt;P&gt;Available&lt;/P&gt;&lt;P&gt;yes&lt;/P&gt;&lt;P&gt;no&lt;/P&gt;&lt;P&gt;I want to put the count of yes only in the summary table like&lt;/P&gt;&lt;P&gt;Count of Available&lt;/P&gt;&lt;P&gt;have tried below as expression: no results were returned:&lt;/P&gt;&lt;P&gt;if(Available='Yes', count(project))&lt;/P&gt;</description>
      <pubDate>Tue, 30 Jul 2019 19:32:57 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Creating-a-summary-table-from-a-straight-table/m-p/1607714#M736953</guid>
      <dc:creator>sayadutt</dc:creator>
      <dc:date>2019-07-30T19:32:57Z</dc:date>
    </item>
    <item>
      <title>Re: Creating a summary table from a straight table</title>
      <link>https://community.qlik.com/t5/QlikView/Creating-a-summary-table-from-a-straight-table/m-p/1607715#M736954</link>
      <description>&lt;P&gt;May be this&lt;/P&gt;&lt;LI-CODE lang="markup"&gt;Count({&amp;lt;Available = {'Yes'}&amp;gt;} project)&lt;/LI-CODE&gt;</description>
      <pubDate>Tue, 30 Jul 2019 19:35:38 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Creating-a-summary-table-from-a-straight-table/m-p/1607715#M736954</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2019-07-30T19:35:38Z</dc:date>
    </item>
    <item>
      <title>Re: Creating a summary table from a straight table</title>
      <link>https://community.qlik.com/t5/QlikView/Creating-a-summary-table-from-a-straight-table/m-p/1607722#M736955</link>
      <description>&lt;P&gt;Wonderful Sunny.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;last question: similar column I need to add on a date field.&lt;/P&gt;&lt;P&gt;Need is to display the largest date from the table.&lt;/P&gt;&lt;P&gt;7/30/19&lt;/P&gt;&lt;P&gt;7/31/19&lt;/P&gt;&lt;P&gt;7/29/19&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;In this case, only 7/31 should be displayed as thats the greatest from the list.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 30 Jul 2019 19:46:32 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Creating-a-summary-table-from-a-straight-table/m-p/1607722#M736955</guid>
      <dc:creator>sayadutt</dc:creator>
      <dc:date>2019-07-30T19:46:32Z</dc:date>
    </item>
    <item>
      <title>Re: Creating a summary table from a straight table</title>
      <link>https://community.qlik.com/t5/QlikView/Creating-a-summary-table-from-a-straight-table/m-p/1608003#M736956</link>
      <description>&lt;P&gt;May be just Max(Date)&lt;/P&gt;</description>
      <pubDate>Wed, 31 Jul 2019 11:26:46 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Creating-a-summary-table-from-a-straight-table/m-p/1608003#M736956</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2019-07-31T11:26:46Z</dc:date>
    </item>
  </channel>
</rss>

