<?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 Row Count Macro for Charts in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Row-Count-Macro-for-Charts/m-p/201699#M59685</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Unfortunately, my charts are too complex for that. Multiple dimensions, set analysis, conditionally hide nulls, etc......&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 06 Apr 2011 22:45:08 GMT</pubDate>
    <dc:creator>Anonymous</dc:creator>
    <dc:date>2011-04-06T22:45:08Z</dc:date>
    <item>
      <title>Row Count Macro for Charts</title>
      <link>https://community.qlik.com/t5/QlikView/Row-Count-Macro-for-Charts/m-p/201697#M59683</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I currently run the following macro whenever a selection takes place so that the number of rows can be included in each Chart's caption bar via a variable. This works fine...until the amount of data in the application gets larger. Then it runs really slow. Does anyone know how the same funtionality can be achieved using Actions rather than a macro?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Sub NoOfRows&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;ActiveDocument.Variables("vNumOfRowsCHWeight1").SetContent chart1.GetRowCount-1, true&lt;/P&gt;&lt;P&gt;ActiveDocument.Variables("vNumOfRowsCHWeight2").SetContent chart2.GetRowCount-1, true&lt;/P&gt;&lt;P&gt;ActiveDocument.Variables("vNumOfRowsCHWeight3").SetContent chart3.GetRowCount-1, true&lt;/P&gt;&lt;P&gt;ActiveDocument.Variables("vNumOfRowsCHCollect1").SetContent chart4.GetRowCount-1, true&lt;/P&gt;&lt;P&gt;ActiveDocument.Variables("vNumOfRowsCHCredit1").SetContent chart5.GetRowCount-1, true&lt;/P&gt;&lt;P&gt;ActiveDocument.Variables("vNumOfRowsCHAll1").SetContent chart6.GetRowCount-1, true&lt;/P&gt;&lt;P&gt;ActiveDocument.Variables("vNumOfRowsCHLead1").SetContent chart7.GetRowCount-1, true&lt;/P&gt;&lt;P&gt;ActiveDocument.Variables("vNumOfRowsCHHold1").SetContent chart8.GetRowCount-1, true&lt;/P&gt;&lt;P&gt;ActiveDocument.Variables("vNumOfRowsCHLead2").SetContent chart9.GetRowCount-1, true&lt;/P&gt;&lt;P&gt;ActiveDocument.Variables("vNumOfRowsCHLate1").SetContent chart10.GetRowCount-1, true&lt;/P&gt;&lt;P&gt;ActiveDocument.Variables("vNumOfRowsCHSamples1").SetContent chart11.GetRowCount-1, true&lt;/P&gt;&lt;P&gt;ActiveDocument.Variables("vNumOfRowsCHComm1").SetContent chart12.GetRowCount-1, true&lt;/P&gt;&lt;P&gt;ActiveDocument.Variables("vNumOfRowsCHLate2").SetContent chart13.GetRowCount-1, true&lt;/P&gt;&lt;P&gt;ActiveDocument.Variables("vNumOfRowsCHFOB1").SetContent chart14.GetRowCount-1, true&lt;/P&gt;&lt;P&gt;ActiveDocument.Variables("vNumOfRowsCHHold2").SetContent chart15.GetRowCount-1, true&lt;/P&gt;&lt;P&gt;ActiveDocument.Variables("vNumOfRowsCHAlloc1").SetContent chart16.GetRowCount-1, true&lt;/P&gt;&lt;P&gt;ActiveDocument.Variables("vNumOfRowsCHCut1").SetContent chart17.GetRowCount-1, true&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;end Sub&lt;/P&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 06 Apr 2011 19:19:36 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Row-Count-Macro-for-Charts/m-p/201697#M59683</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2011-04-06T19:19:36Z</dc:date>
    </item>
    <item>
      <title>Row Count Macro for Charts</title>
      <link>https://community.qlik.com/t5/QlikView/Row-Count-Macro-for-Charts/m-p/201698#M59684</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;For a chart with a simple dimension you can include the count of dimension values in the chart title. Make the chart title a text expression by using an equal sign as the first character. For example, for a chart where the dimension is CUSTNO the title can include row count something like this:&lt;/P&gt;&lt;P&gt;='Sales by Customer Chart - ' &amp;amp; num(count(distinct CUSTNO), '###,###') &amp;amp; ' rows'&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 06 Apr 2011 20:54:19 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Row-Count-Macro-for-Charts/m-p/201698#M59684</guid>
      <dc:creator />
      <dc:date>2011-04-06T20:54:19Z</dc:date>
    </item>
    <item>
      <title>Row Count Macro for Charts</title>
      <link>https://community.qlik.com/t5/QlikView/Row-Count-Macro-for-Charts/m-p/201699#M59685</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Unfortunately, my charts are too complex for that. Multiple dimensions, set analysis, conditionally hide nulls, etc......&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 06 Apr 2011 22:45:08 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Row-Count-Macro-for-Charts/m-p/201699#M59685</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2011-04-06T22:45:08Z</dc:date>
    </item>
    <item>
      <title>Row Count Macro for Charts</title>
      <link>https://community.qlik.com/t5/QlikView/Row-Count-Macro-for-Charts/m-p/201700#M59686</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I'm about ready to give up on this. But what about this.....&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Is there any way to give an icon (a minimized chart) a visual indicator if the chart contains no data (due to selections or set analysis constraints)?&lt;/P&gt;&lt;P&gt;I'm trying to find some way to let users know which charts they need to look at which ones they don't so that they don't have to restore each one to check..&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 07 Apr 2011 21:23:48 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Row-Count-Macro-for-Charts/m-p/201700#M59686</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2011-04-07T21:23:48Z</dc:date>
    </item>
    <item>
      <title>Row Count Macro for Charts</title>
      <link>https://community.qlik.com/t5/QlikView/Row-Count-Macro-for-Charts/m-p/201701#M59687</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt; bgarland,&lt;/P&gt;&lt;P&gt;I can't answer your question, but I appreciate your sharing the GetRowCount.. It answered my question of related to dynamically formating an Excel file (data exports from QlikView) via QlikView module. Very nice.&lt;/P&gt;&lt;P&gt;Thanks!&lt;/P&gt;&lt;P&gt;Tyler&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 23 Jun 2011 16:02:11 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Row-Count-Macro-for-Charts/m-p/201701#M59687</guid>
      <dc:creator />
      <dc:date>2011-06-23T16:02:11Z</dc:date>
    </item>
  </channel>
</rss>

