<?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 do we convert as column count from by row data using Chart-Straight table in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/How-do-we-convert-as-column-count-from-by-row-data-using-Chart/m-p/1554174#M745176</link>
    <description>&lt;P&gt;sample script? I am not sure I understand? Do you have an app where you are trying this? May be share that and we can update it to show how this can be done&lt;/P&gt;</description>
    <pubDate>Fri, 08 Mar 2019 11:56:29 GMT</pubDate>
    <dc:creator>sunny_talwar</dc:creator>
    <dc:date>2019-03-08T11:56:29Z</dc:date>
    <item>
      <title>How do we convert as column count from by row data using Chart-Straight table</title>
      <link>https://community.qlik.com/t5/QlikView/How-do-we-convert-as-column-count-from-by-row-data-using-Chart/m-p/1553906#M745173</link>
      <description>&lt;P&gt;I have SQL table and it contains millions of records. I just want to get count of every gropy by values dynamically..&lt;/P&gt;&lt;P&gt;This i want using Chart-Straight Table.&lt;/P&gt;&lt;P&gt;For example, let us consider below is my table example.&lt;/P&gt;&lt;P&gt;&lt;U&gt;&lt;STRONG&gt;Material.No&amp;nbsp; &amp;nbsp;&lt;/STRONG&gt;&lt;/U&gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;&lt;U&gt;&lt;STRONG&gt;Grade&lt;/STRONG&gt;&lt;/U&gt;&lt;/P&gt;&lt;P&gt;101&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; A&lt;/P&gt;&lt;P&gt;102&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;B&lt;/P&gt;&lt;P&gt;103&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;C&lt;/P&gt;&lt;P&gt;101&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;C&lt;/P&gt;&lt;P&gt;101&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;A&lt;/P&gt;&lt;P&gt;110&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; D&lt;/P&gt;&lt;P&gt;110&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;A&lt;/P&gt;&lt;P&gt;104&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; F&lt;/P&gt;&lt;P&gt;103&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; M&lt;/P&gt;&lt;P&gt;etc.....&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; .....&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Final output would be and group by grade. so the count as below&lt;/P&gt;&lt;P&gt;&lt;U&gt;&lt;STRONG&gt;A&amp;nbsp;&lt;/STRONG&gt;&lt;/U&gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &lt;U&gt;&lt;STRONG&gt;B&lt;/STRONG&gt;&lt;/U&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;&lt;U&gt;&lt;STRONG&gt; C&lt;/STRONG&gt;&lt;/U&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &lt;U&gt;&lt;STRONG&gt;D&lt;/STRONG&gt;&lt;/U&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &lt;U&gt;&lt;STRONG&gt;F&lt;/STRONG&gt;&lt;/U&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;&lt;U&gt;&lt;STRONG&gt;M&lt;/STRONG&gt;&lt;/U&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;3&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; 1&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;2&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; 1&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;1&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; 1&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Note : The output will be always dynamic. some times it may add some more values. so want to get that count also.&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;pls. guide us how to get the count in Chart - Staright Table. This is important in my module and reply asap.&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Sat, 16 Nov 2024 04:14:19 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-do-we-convert-as-column-count-from-by-row-data-using-Chart/m-p/1553906#M745173</guid>
      <dc:creator>saivina2920</dc:creator>
      <dc:date>2024-11-16T04:14:19Z</dc:date>
    </item>
    <item>
      <title>Re: How do we convert as column count from by row data using Chart-Straight table</title>
      <link>https://community.qlik.com/t5/QlikView/How-do-we-convert-as-column-count-from-by-row-data-using-Chart/m-p/1553914#M745174</link>
      <description>&lt;P&gt;May be this&lt;/P&gt;&lt;P&gt;Dimension&lt;/P&gt;&lt;PRE&gt;Grade&lt;/PRE&gt;&lt;P&gt;Expression&lt;/P&gt;&lt;PRE&gt;Count([Material.No])&lt;/PRE&gt;</description>
      <pubDate>Fri, 08 Mar 2019 01:57:16 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-do-we-convert-as-column-count-from-by-row-data-using-Chart/m-p/1553914#M745174</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2019-03-08T01:57:16Z</dc:date>
    </item>
    <item>
      <title>Re: How do we convert as column count from by row data using Chart-Straight table</title>
      <link>https://community.qlik.com/t5/QlikView/How-do-we-convert-as-column-count-from-by-row-data-using-Chart/m-p/1553938#M745175</link>
      <description>&lt;P&gt;can i have sample page with example complete Scripts...&lt;/P&gt;</description>
      <pubDate>Fri, 08 Mar 2019 04:26:20 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-do-we-convert-as-column-count-from-by-row-data-using-Chart/m-p/1553938#M745175</guid>
      <dc:creator>saivina2920</dc:creator>
      <dc:date>2019-03-08T04:26:20Z</dc:date>
    </item>
    <item>
      <title>Re: How do we convert as column count from by row data using Chart-Straight table</title>
      <link>https://community.qlik.com/t5/QlikView/How-do-we-convert-as-column-count-from-by-row-data-using-Chart/m-p/1554174#M745176</link>
      <description>&lt;P&gt;sample script? I am not sure I understand? Do you have an app where you are trying this? May be share that and we can update it to show how this can be done&lt;/P&gt;</description>
      <pubDate>Fri, 08 Mar 2019 11:56:29 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-do-we-convert-as-column-count-from-by-row-data-using-Chart/m-p/1554174#M745176</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2019-03-08T11:56:29Z</dc:date>
    </item>
    <item>
      <title>Re: How do we convert as column count from by row data using Chart-Straight table</title>
      <link>https://community.qlik.com/t5/QlikView/How-do-we-convert-as-column-count-from-by-row-data-using-Chart/m-p/1554187#M745177</link>
      <description>Thanks for your help..&lt;BR /&gt;shall i directly call the below as you mentioned.&lt;BR /&gt;Dimension : Grade&lt;BR /&gt;Expression : Count([Material.No])&lt;BR /&gt;if i set the above expression, can i get the below report.&lt;BR /&gt;A B C D F M&lt;BR /&gt;&lt;BR /&gt;3 1 2 1 1 1</description>
      <pubDate>Fri, 08 Mar 2019 12:01:38 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-do-we-convert-as-column-count-from-by-row-data-using-Chart/m-p/1554187#M745177</guid>
      <dc:creator>saivina2920</dc:creator>
      <dc:date>2019-03-08T12:01:38Z</dc:date>
    </item>
    <item>
      <title>Re: How do we convert as column count from by row data using Chart-Straight table</title>
      <link>https://community.qlik.com/t5/QlikView/How-do-we-convert-as-column-count-from-by-row-data-using-Chart/m-p/1554190#M745178</link>
      <description>&lt;BLOCKQUOTE&gt;&lt;HR /&gt;&lt;a href="https://community.qlik.com/t5/user/viewprofilepage/user-id/23246"&gt;@saivina2920&lt;/a&gt;&amp;nbsp;wrote:&lt;BR /&gt;Thanks for your help..&lt;BR /&gt;shall i directly call the below as you mentioned.&lt;BR /&gt;Dimension : Grade&lt;BR /&gt;Expression : Count([Material.No])&lt;BR /&gt;if i set the above expression, can i get the below report.&lt;BR /&gt;A B C D F M&lt;BR /&gt;&lt;BR /&gt;3 1 2 1 1 1&lt;HR /&gt;&lt;/BLOCKQUOTE&gt;&lt;P&gt;I believe so&lt;/P&gt;</description>
      <pubDate>Fri, 08 Mar 2019 12:03:02 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-do-we-convert-as-column-count-from-by-row-data-using-Chart/m-p/1554190#M745178</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2019-03-08T12:03:02Z</dc:date>
    </item>
    <item>
      <title>Re: How do we convert as column count from by row data using Chart-Straight table</title>
      <link>https://community.qlik.com/t5/QlikView/How-do-we-convert-as-column-count-from-by-row-data-using-Chart/m-p/1554217#M745179</link>
      <description>I tried. but, i will show as row wise..like below.&lt;BR /&gt;A : 3&lt;BR /&gt;B : 1&lt;BR /&gt;C : 2&lt;BR /&gt;&lt;span class="lia-unicode-emoji" title=":anguished_face:"&gt;😧&lt;/span&gt; 1&lt;BR /&gt;&lt;BR /&gt;etc....&lt;BR /&gt;&lt;BR /&gt;But, i want horizontal wise not vertical wise..</description>
      <pubDate>Fri, 08 Mar 2019 12:34:17 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-do-we-convert-as-column-count-from-by-row-data-using-Chart/m-p/1554217#M745179</guid>
      <dc:creator>saivina2920</dc:creator>
      <dc:date>2019-03-08T12:34:17Z</dc:date>
    </item>
    <item>
      <title>Re: How do we convert as column count from by row data using Chart-Straight table</title>
      <link>https://community.qlik.com/t5/QlikView/How-do-we-convert-as-column-count-from-by-row-data-using-Chart/m-p/1554222#M745180</link>
      <description>&lt;P&gt;On the presentation tab, check 'Horizontal' to make it horizontal &lt;span class="lia-unicode-emoji" title=":slightly_smiling_face:"&gt;🙂&lt;/span&gt;&lt;/P&gt;</description>
      <pubDate>Fri, 08 Mar 2019 12:37:09 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-do-we-convert-as-column-count-from-by-row-data-using-Chart/m-p/1554222#M745180</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2019-03-08T12:37:09Z</dc:date>
    </item>
    <item>
      <title>Re: How do we convert as column count from by row data using Chart-Straight table</title>
      <link>https://community.qlik.com/t5/QlikView/How-do-we-convert-as-column-count-from-by-row-data-using-Chart/m-p/1554227#M745181</link>
      <description>Thanks., i already found..even though great help...kudos...&lt;BR /&gt;My grade some values are blank and should not consider the value.&lt;BR /&gt;How to exclude the blank value in the grade (dimensions)...</description>
      <pubDate>Fri, 08 Mar 2019 12:50:08 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-do-we-convert-as-column-count-from-by-row-data-using-Chart/m-p/1554227#M745181</guid>
      <dc:creator>saivina2920</dc:creator>
      <dc:date>2019-03-08T12:50:08Z</dc:date>
    </item>
    <item>
      <title>Re: How do we convert as column count from by row data using Chart-Straight table</title>
      <link>https://community.qlik.com/t5/QlikView/How-do-we-convert-as-column-count-from-by-row-data-using-Chart/m-p/1554231#M745182</link>
      <description>&lt;P&gt;Not sure I understand your question? Can you elaborate using an image?&lt;/P&gt;</description>
      <pubDate>Fri, 08 Mar 2019 12:52:15 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-do-we-convert-as-column-count-from-by-row-data-using-Chart/m-p/1554231#M745182</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2019-03-08T12:52:15Z</dc:date>
    </item>
    <item>
      <title>Re: How do we convert as column count from by row data using Chart-Straight table</title>
      <link>https://community.qlik.com/t5/QlikView/How-do-we-convert-as-column-count-from-by-row-data-using-Chart/m-p/1554249#M745183</link>
      <description>pls. find below sample data.&lt;BR /&gt;&lt;BR /&gt;MATERIAL NO STATUS&lt;BR /&gt;101 A Grade&lt;BR /&gt;101&lt;BR /&gt;101 A Grade&lt;BR /&gt;102 B Grade&lt;BR /&gt;102 A Grade&lt;BR /&gt;102 A Grade&lt;BR /&gt;102&lt;BR /&gt;102&lt;BR /&gt;103 A Grade&lt;BR /&gt;103 C Grade&lt;BR /&gt;103 D Grade&lt;BR /&gt;103&lt;BR /&gt;103 E Grade&lt;BR /&gt;</description>
      <pubDate>Fri, 08 Mar 2019 13:12:58 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-do-we-convert-as-column-count-from-by-row-data-using-Chart/m-p/1554249#M745183</guid>
      <dc:creator>saivina2920</dc:creator>
      <dc:date>2019-03-08T13:12:58Z</dc:date>
    </item>
    <item>
      <title>Re: How do we convert as column count from by row data using Chart-Straight table</title>
      <link>https://community.qlik.com/t5/QlikView/How-do-we-convert-as-column-count-from-by-row-data-using-Chart/m-p/1554250#M745184</link>
      <description>Pls. find sample data...&lt;BR /&gt;&lt;BR /&gt;MATERIAL NO STATUS&lt;BR /&gt;101 A Grade&lt;BR /&gt;101 NULL&lt;BR /&gt;101 A Grade&lt;BR /&gt;102 B Grade&lt;BR /&gt;102 A Grade&lt;BR /&gt;102 A Grade&lt;BR /&gt;102 NULL&lt;BR /&gt;102 NULL&lt;BR /&gt;103 A Grade&lt;BR /&gt;103 C Grade&lt;BR /&gt;103 D Grade&lt;BR /&gt;103 NULL&lt;BR /&gt;103 E Grade&lt;BR /&gt;</description>
      <pubDate>Fri, 08 Mar 2019 13:15:54 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-do-we-convert-as-column-count-from-by-row-data-using-Chart/m-p/1554250#M745184</guid>
      <dc:creator>saivina2920</dc:creator>
      <dc:date>2019-03-08T13:15:54Z</dc:date>
    </item>
    <item>
      <title>Re: How do we convert as column count from by row data using Chart-Straight table</title>
      <link>https://community.qlik.com/t5/QlikView/How-do-we-convert-as-column-count-from-by-row-data-using-Chart/m-p/1554259#M745185</link>
      <description>&lt;P&gt;What do you want the output to look like?&lt;/P&gt;</description>
      <pubDate>Fri, 08 Mar 2019 13:37:22 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-do-we-convert-as-column-count-from-by-row-data-using-Chart/m-p/1554259#M745185</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2019-03-08T13:37:22Z</dc:date>
    </item>
    <item>
      <title>Re: How do we convert as column count from by row data using Chart-Straight table</title>
      <link>https://community.qlik.com/t5/QlikView/How-do-we-convert-as-column-count-from-by-row-data-using-Chart/m-p/1555875#M745186</link>
      <description>Excellent Ji......</description>
      <pubDate>Wed, 13 Mar 2019 10:42:19 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-do-we-convert-as-column-count-from-by-row-data-using-Chart/m-p/1555875#M745186</guid>
      <dc:creator>saivina2920</dc:creator>
      <dc:date>2019-03-13T10:42:19Z</dc:date>
    </item>
  </channel>
</rss>

