<?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: Rows count in Bar chart in App Development</title>
    <link>https://community.qlik.com/t5/App-Development/Rows-count-in-Bar-chart/m-p/1202202#M22845</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Create a Dimension with Valuelist() as&lt;/P&gt;&lt;P&gt;Valuelist('Source System 1','Source System 2','Source System 3','Source System 4','Source System 5')&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;in Measure&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;USe&lt;/P&gt;&lt;P&gt;Pick(wildmatch(Valuelist('Source System 1','Source System 2','Source System 3','Source System 4','Source System 5'),'Source System 1','Source System 2','Source System 3','Source System 4','Source System 5'),&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Count([Field from Source System 1]),&lt;/P&gt;&lt;P&gt;Count([Field from Source System 2]),&lt;/P&gt;&lt;P&gt;Count([Field from Source System 3]),&lt;/P&gt;&lt;P&gt;Count([Field from Source System 4]),&lt;/P&gt;&lt;P&gt;Count([Field from Source System 5])&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;)&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 04 Nov 2016 03:52:32 GMT</pubDate>
    <dc:creator>shraddha_g</dc:creator>
    <dc:date>2016-11-04T03:52:32Z</dc:date>
    <item>
      <title>Rows count in Bar chart</title>
      <link>https://community.qlik.com/t5/App-Development/Rows-count-in-Bar-chart/m-p/1202198#M22841</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I have spreadsheets with data, how can I represent row count in each spreadsheet in bar chart&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 31 Oct 2016 19:34:32 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Rows-count-in-Bar-chart/m-p/1202198#M22841</guid>
      <dc:creator>nsetty</dc:creator>
      <dc:date>2016-10-31T19:34:32Z</dc:date>
    </item>
    <item>
      <title>Re: Rows count in Bar chart</title>
      <link>https://community.qlik.com/t5/App-Development/Rows-count-in-Bar-chart/m-p/1202199#M22842</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;can you elaborate with sample data n sample output?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 01 Nov 2016 08:42:40 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Rows-count-in-Bar-chart/m-p/1202199#M22842</guid>
      <dc:creator>shraddha_g</dc:creator>
      <dc:date>2016-11-01T08:42:40Z</dc:date>
    </item>
    <item>
      <title>Re: Rows count in Bar chart</title>
      <link>https://community.qlik.com/t5/App-Development/Rows-count-in-Bar-chart/m-p/1202200#M22843</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Nagesh&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;First load your excel data and add this script &lt;STRONG&gt;rowno() as row &lt;/STRONG&gt;this script automatically generate number of row that you have.&lt;/P&gt;&lt;P&gt;Then in your layout, you can use max(row) or count(row).&lt;/P&gt;&lt;P&gt;You can learn more about functions in Qlik Sense.&lt;/P&gt;&lt;P&gt;&lt;A class="jive-link-external-small" href="https://help.qlik.com/en-US/sense/3.1/Subsystems/Hub/Content/Scripting/functions-in-scripts-chart-expressions.htm" rel="nofollow" style="font-family: inherit; font-size: 13px; font-weight: inherit; font-style: inherit; color: #3778c7;" target="_blank"&gt;https://help.qlik.com/en-US/sense/3.1/Subsystems/Hub/Content/Scripting/functions-in-scripts-chart-expressions.htm&lt;/A&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;A class="jive-link-external-small" href="https://help.qlik.com/en-us/sense/1.1/pdf/Script%20Syntax%20and%20Chart%20Functions%20Guide.pdf" rel="nofollow" style="font-weight: inherit; font-style: inherit; font-family: inherit; color: #3778c7;" target="_blank"&gt;https://help.qlik.com/en-us/sense/1.1/pdf/Script%20Syntax%20and%20Chart%20Functions%20Guide.pdf&lt;/A&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Marco&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 02 Nov 2016 07:49:11 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Rows-count-in-Bar-chart/m-p/1202200#M22843</guid>
      <dc:creator>marcohadiyanto</dc:creator>
      <dc:date>2016-11-02T07:49:11Z</dc:date>
    </item>
    <item>
      <title>Re: Rows count in Bar chart</title>
      <link>https://community.qlik.com/t5/App-Development/Rows-count-in-Bar-chart/m-p/1202201#M22844</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;Newbie to QlikSense community - Very trivial question&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;Spreadsheet 1 - Source System 1 -&amp;nbsp; Row count&amp;nbsp; - 20k&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;Spreadsheet 2 - Source System 2 - &lt;SPAN style="font-size: 13.3333px;"&gt;Row count&amp;nbsp; - 12k&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;Spreadsheet 3 - Source System 3 - &lt;SPAN style="font-size: 13.3333px;"&gt;Row count&amp;nbsp; - 10k&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;Spreadsheet 4 - Source System 4 - &lt;SPAN style="font-size: 13.3333px;"&gt;Row count&amp;nbsp; - 120k&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;Spreadsheet 5 - Source System 5 - &lt;SPAN style="font-size: 13.3333px;"&gt;Row count&amp;nbsp; - 25k&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;Data load varies each day.. Have to represent row counts of various spreadsheets in a chart.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;Thanks &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;Nagesh&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333px;"&gt; &lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 03 Nov 2016 14:53:30 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Rows-count-in-Bar-chart/m-p/1202201#M22844</guid>
      <dc:creator>nsetty</dc:creator>
      <dc:date>2016-11-03T14:53:30Z</dc:date>
    </item>
    <item>
      <title>Re: Rows count in Bar chart</title>
      <link>https://community.qlik.com/t5/App-Development/Rows-count-in-Bar-chart/m-p/1202202#M22845</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Create a Dimension with Valuelist() as&lt;/P&gt;&lt;P&gt;Valuelist('Source System 1','Source System 2','Source System 3','Source System 4','Source System 5')&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;in Measure&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;USe&lt;/P&gt;&lt;P&gt;Pick(wildmatch(Valuelist('Source System 1','Source System 2','Source System 3','Source System 4','Source System 5'),'Source System 1','Source System 2','Source System 3','Source System 4','Source System 5'),&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Count([Field from Source System 1]),&lt;/P&gt;&lt;P&gt;Count([Field from Source System 2]),&lt;/P&gt;&lt;P&gt;Count([Field from Source System 3]),&lt;/P&gt;&lt;P&gt;Count([Field from Source System 4]),&lt;/P&gt;&lt;P&gt;Count([Field from Source System 5])&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;)&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 04 Nov 2016 03:52:32 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Rows-count-in-Bar-chart/m-p/1202202#M22845</guid>
      <dc:creator>shraddha_g</dc:creator>
      <dc:date>2016-11-04T03:52:32Z</dc:date>
    </item>
    <item>
      <title>Re: Rows count in Bar chart</title>
      <link>https://community.qlik.com/t5/App-Development/Rows-count-in-Bar-chart/m-p/1202203#M22846</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;Better you concatenate and create flag and use flag in expression you will get seperate count for each spread sheet&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;spread sheet1&lt;/P&gt;&lt;P&gt;filename() as flag&lt;/P&gt;&lt;P&gt;concatenate&lt;/P&gt;&lt;P&gt;spread sheet 2&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;filename() as flag&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;concatenate&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;filename() as flag&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;spread sheet 3&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 04 Nov 2016 05:25:18 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Rows-count-in-Bar-chart/m-p/1202203#M22846</guid>
      <dc:creator>krishna20</dc:creator>
      <dc:date>2016-11-04T05:25:18Z</dc:date>
    </item>
    <item>
      <title>Re: Rows count in Bar chart</title>
      <link>https://community.qlik.com/t5/App-Development/Rows-count-in-Bar-chart/m-p/1202204#M22847</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Edit the LOAD statement to something like:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;LOAD ...&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;&amp;nbsp; &amp;lt;load fields from spreadsheets&amp;gt;&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;&amp;nbsp; ...&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;&amp;nbsp; 1 as RowCount,&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;&amp;nbsp; RowNo() as rowID,&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;&amp;nbsp; FileBaseName() as Source&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;FROM &lt;C&gt;;&lt;/C&gt;&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Then you can use Source as a dimension and Sum(RowCount) as a metric to show the loaded data stats.&lt;/P&gt;&lt;P&gt;(adjust the script to match your exact requirements)&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 04 Nov 2016 06:00:14 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Rows-count-in-Bar-chart/m-p/1202204#M22847</guid>
      <dc:creator>jonathandienst</dc:creator>
      <dc:date>2016-11-04T06:00:14Z</dc:date>
    </item>
    <item>
      <title>Re: Rows count in Bar chart</title>
      <link>https://community.qlik.com/t5/App-Development/Rows-count-in-Bar-chart/m-p/1202205#M22848</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Tried with adding measure -&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Pick(WildMatch(ValueList('Source System 1'), Count[field in source system 1] ));&amp;nbsp; &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;When pulled into Bar chart getting &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;"An error occurred"&lt;/P&gt;&lt;P&gt;"Internal engine error"&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Tried hardcoding the values - Pick(WildMatch(ValueList('&lt;SPAN style="font-size: 13.3333px;"&gt;Source System 1'&lt;/SPAN&gt;'), 100 ))&lt;/P&gt;&lt;P&gt;Even then received error.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks &lt;/P&gt;&lt;P&gt;Nagesh&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 04 Nov 2016 14:35:10 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Rows-count-in-Bar-chart/m-p/1202205#M22848</guid>
      <dc:creator>nsetty</dc:creator>
      <dc:date>2016-11-04T14:35:10Z</dc:date>
    </item>
    <item>
      <title>Re: Rows count in Bar chart</title>
      <link>https://community.qlik.com/t5/App-Development/Rows-count-in-Bar-chart/m-p/1202206#M22849</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;what is the dimension you used before adding the measure?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 07 Nov 2016 07:01:37 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Rows-count-in-Bar-chart/m-p/1202206#M22849</guid>
      <dc:creator>shraddha_g</dc:creator>
      <dc:date>2016-11-07T07:01:37Z</dc:date>
    </item>
    <item>
      <title>Re: Rows count in Bar chart</title>
      <link>https://community.qlik.com/t5/App-Development/Rows-count-in-Bar-chart/m-p/1202207#M22850</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P style="font-size: 12px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d; background-color: #f2f2f2;"&gt;Created Dimension using valuelist function&lt;/P&gt;&lt;P style="font-size: 12px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d; background-color: #f2f2f2;"&gt;&lt;/P&gt;&lt;P style="font-size: 12px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d; background-color: #f2f2f2;"&gt;Create a Dimension with Valuelist() as&lt;/P&gt;&lt;P style="font-size: 12px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d; background-color: #f2f2f2;"&gt;Valuelist('Source System 1','Source System 2','Source System 3','Source System 4','Source System 5')&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 07 Nov 2016 13:55:04 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Rows-count-in-Bar-chart/m-p/1202207#M22850</guid>
      <dc:creator>nsetty</dc:creator>
      <dc:date>2016-11-07T13:55:04Z</dc:date>
    </item>
    <item>
      <title>Re: Rows count in Bar chart</title>
      <link>https://community.qlik.com/t5/App-Development/Rows-count-in-Bar-chart/m-p/1202208#M22851</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;BLOCKQUOTE&gt;&lt;TABLE border="1"&gt;&lt;TBODY&gt;&lt;TR&gt;&lt;TD&gt;
&lt;P&gt;Tried hardcoding the values - Pick(WildMatch(ValueList('&lt;SPAN style="font-size: 13.33px;"&gt;Source System 1'&lt;/SPAN&gt;'), 100 ))&lt;/P&gt;
&lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;&lt;/BLOCKQUOTE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;use Pick(wildmatch(Valuelist('Source System 1','Source System 2','Source System 3','Source System 4','Source System 5'),'Source System 1'), 100 )&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 08 Nov 2016 11:50:39 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Rows-count-in-Bar-chart/m-p/1202208#M22851</guid>
      <dc:creator>shraddha_g</dc:creator>
      <dc:date>2016-11-08T11:50:39Z</dc:date>
    </item>
  </channel>
</rss>

