<?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: need help in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/need-help/m-p/1312772#M842130</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Both Mayilvahanan's solution as well as using the build-in $Tables and $Rows functions will work. If you don't agree, then I think you'll have to be let us know what it is in our suggestions that doesn't work you.&lt;/P&gt;&lt;P&gt;Personally I don't think it's neccessary to make a seperate routine for this becuase it's already existing functions.&lt;/P&gt;&lt;P&gt;Where the build in $Tables and $Rows functions doesn't work though, is in the cases where you don't want to show all tables. In that case it might be neccessary with the solution like Mayilvahanan's - but I don't see that being your requirement.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Steen&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 26 Apr 2017 06:57:36 GMT</pubDate>
    <dc:creator>sspe</dc:creator>
    <dc:date>2017-04-26T06:57:36Z</dc:date>
    <item>
      <title>need help</title>
      <link>https://community.qlik.com/t5/QlikView/need-help/m-p/1312766#M842124</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Viewers,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have table contains empty records&lt;/P&gt;&lt;P&gt;temp1:&lt;BR /&gt;load&lt;BR /&gt;functionname, &lt;BR /&gt;functionid, &lt;BR /&gt;fun_details&lt;BR /&gt;from &amp;lt;path\.qvd&amp;gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;like this I have 5 tables(temp2,temp3,temp4,temp5)&lt;/P&gt;&lt;P&gt;am trying to showing count of records in front end&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have tried this but didn't work&lt;/P&gt;&lt;P&gt;tablename(dimension)---calculated dim---&amp;gt;valuelist('temp1','temp2','temp3','temp4','temp5')&lt;BR /&gt;num of records(expression) ---&amp;gt;Pick(Match(valuelist('temp1','temp2','temp3','temp4','temp5'),'temp1','temp2','temp3','temp4','temp5'),&lt;BR /&gt;count(functionid),count(),count(),count(),count()))&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Ultimately my desired output should be&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In straight table&lt;/P&gt;&lt;P&gt;dim&amp;gt;tablename&lt;BR /&gt;field values should be&lt;/P&gt;&lt;P&gt;temp1&lt;BR /&gt;temp2&lt;BR /&gt;temp3&lt;BR /&gt;temp4&lt;BR /&gt;temp5&lt;/P&gt;&lt;P&gt;exp&amp;gt;no of records&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;corresponding values should be &lt;BR /&gt;0&lt;BR /&gt;0&lt;BR /&gt;0&lt;BR /&gt;0&lt;BR /&gt;0&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Any ideas??&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/need-help/m-p/1312766#M842124</guid>
      <dc:creator />
      <dc:date>2020-11-25T16:16:04Z</dc:date>
    </item>
    <item>
      <title>Re: need help</title>
      <link>https://community.qlik.com/t5/QlikView/need-help/m-p/1312767#M842125</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;Maybe I don't quite understand your requirement, but if you just want to have a table showing the tablename and the rowcount, then you can add a table and using the systemfields $Table and $Rows as fields. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Steen&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 25 Apr 2017 12:35:40 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/need-help/m-p/1312767#M842125</guid>
      <dc:creator>sspe</dc:creator>
      <dc:date>2017-04-25T12:35:40Z</dc:date>
    </item>
    <item>
      <title>Re: need help</title>
      <link>https://community.qlik.com/t5/QlikView/need-help/m-p/1312768#M842126</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi thanks for your reply!!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;My desired output should be&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp; &lt;/P&gt;&lt;TABLE border="0" cellpadding="0" cellspacing="0" width="152"&gt;&lt;TBODY&gt;&lt;TR&gt;&lt;TD class="xl63" height="20" width="64"&gt;tablename&lt;/TD&gt;&lt;TD class="xl63" style="border-left: none;" width="88"&gt;no of records&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD class="xl63" height="20" style="border-top: none;"&gt;temp1&lt;/TD&gt;&lt;TD align="right" class="xl63" style="border-top: none; border-left: none;"&gt;0&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD class="xl63" height="20" style="border-top: none;"&gt;temp2&lt;/TD&gt;&lt;TD align="right" class="xl63" style="border-top: none; border-left: none;"&gt;0&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD class="xl63" height="20" style="border-top: none;"&gt;temp3&lt;/TD&gt;&lt;TD align="right" class="xl63" style="border-top: none; border-left: none;"&gt;0&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD class="xl63" height="20" style="border-top: none;"&gt;temp4&lt;/TD&gt;&lt;TD align="right" class="xl63" style="border-top: none; border-left: none;"&gt;0&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD class="xl63" height="20" style="border-top: none;"&gt;temp5&lt;/TD&gt;&lt;TD align="right" class="xl63" style="border-top: none; border-left: none;"&gt;0&lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 25 Apr 2017 15:05:07 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/need-help/m-p/1312768#M842126</guid>
      <dc:creator />
      <dc:date>2017-04-25T15:05:07Z</dc:date>
    </item>
    <item>
      <title>Re: need help</title>
      <link>https://community.qlik.com/t5/QlikView/need-help/m-p/1312769#M842127</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hi&lt;/P&gt;&lt;P&gt;try like this&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;temp1:&lt;/P&gt;&lt;P&gt;load * Inline&lt;/P&gt;&lt;P&gt;[&lt;/P&gt;&lt;P&gt;functionname,&amp;nbsp; functionid, fun_details&lt;/P&gt;&lt;P&gt;];&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;temp3:&lt;/P&gt;&lt;P&gt;load * Inline&lt;/P&gt;&lt;P&gt;[&lt;/P&gt;&lt;P&gt;functionname3,&amp;nbsp; functionid3, fun_details3&lt;/P&gt;&lt;P&gt;];&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;temp2:&lt;/P&gt;&lt;P&gt;load * Inline&lt;/P&gt;&lt;P&gt;[&lt;/P&gt;&lt;P&gt;functionname2,&amp;nbsp; functionid2, fun_details2&lt;/P&gt;&lt;P&gt;];&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;FOR i = 0 to NoOfTables()-1&lt;/P&gt;&lt;P&gt;let vTableName = TableName($(i));&lt;/P&gt;&lt;P&gt;LOAD NoOfRows('$(vTableName)') as Rows, '$(vTableName)' as TableName&amp;nbsp; AutoGenerate 1;&lt;/P&gt;&lt;P&gt;NEXT i;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;use tablename as dimension and Rows as expression and uncheck suppress zero values in presentation tab.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;TABLE bgcolor="#ffffff" border="1" cellpadding="2" cellspacing="0" style="font-size: 9pt;"&gt;&lt;TBODY&gt;&lt;TR bgcolor="#ffffff"&gt;&lt;TD bgcolor="#ffffff"&gt;&lt;SPAN style="color: #363636;"&gt;temp1&lt;/SPAN&gt;&lt;/TD&gt;&lt;TD bgcolor="#ffffff"&gt;&lt;SPAN style="color: #363636;"&gt;0&lt;/SPAN&gt; &lt;/TD&gt;&lt;/TR&gt;&lt;TR bgcolor="#ffffff"&gt;&lt;TD bgcolor="#ffffff"&gt;&lt;SPAN style="color: #363636;"&gt;temp2&lt;/SPAN&gt;&lt;/TD&gt;&lt;TD bgcolor="#ffffff"&gt;&lt;SPAN style="color: #363636;"&gt;0&lt;/SPAN&gt; &lt;/TD&gt;&lt;/TR&gt;&lt;TR bgcolor="#ffffff"&gt;&lt;TD bgcolor="#ffffff"&gt;&lt;SPAN style="color: #363636;"&gt;temp3&lt;/SPAN&gt;&lt;/TD&gt;&lt;TD bgcolor="#ffffff"&gt;&lt;SPAN style="color: #363636;"&gt;0&lt;/SPAN&gt;&lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 25 Apr 2017 15:47:14 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/need-help/m-p/1312769#M842127</guid>
      <dc:creator>MayilVahanan</dc:creator>
      <dc:date>2017-04-25T15:47:14Z</dc:date>
    </item>
    <item>
      <title>Re: need help</title>
      <link>https://community.qlik.com/t5/QlikView/need-help/m-p/1312770#M842128</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;H6 style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;STRONG style="font-style: inherit; font-family: inherit;"&gt;&lt;A _jive_internal="true" class="font-color-meta-light" href="https://community.qlik.com/message/1256676#1256676" style="font-weight: inherit; font-style: inherit; font-family: inherit; color: #a9a9a9;"&gt;Re: need help&lt;/A&gt;&lt;/STRONG&gt;&lt;/H6&gt;&lt;P class="j-post-avatar" style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN class="j-post-author" style="font-size: 0.9em; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;STRONG style="font-style: inherit; font-size: 11.7px; font-family: inherit;"&gt;Hi &lt;A href="https://community.qlik.com/people/mayilvahanan"&gt;mayilvahanan&lt;/A&gt;‌, Thanks for your suggestion.&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I want to show in dynamic.&lt;/P&gt;&lt;P&gt;Ie.,In future if there is any new are found we should display the count of records.&lt;SPAN style="font-size: 13.3333px;"&gt; &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;How to accomplish this scenario.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please help!!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 25 Apr 2017 16:18:46 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/need-help/m-p/1312770#M842128</guid>
      <dc:creator />
      <dc:date>2017-04-25T16:18:46Z</dc:date>
    </item>
    <item>
      <title>Re: need help</title>
      <link>https://community.qlik.com/t5/QlikView/need-help/m-p/1312771#M842129</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Mayilvahanan's solution will work for all tables you may load, whatever their name and whatever their field layout. If that's not enough, please tell us where you expect it to go wrong.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 25 Apr 2017 16:25:06 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/need-help/m-p/1312771#M842129</guid>
      <dc:creator>Peter_Cammaert</dc:creator>
      <dc:date>2017-04-25T16:25:06Z</dc:date>
    </item>
    <item>
      <title>Re: need help</title>
      <link>https://community.qlik.com/t5/QlikView/need-help/m-p/1312772#M842130</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Both Mayilvahanan's solution as well as using the build-in $Tables and $Rows functions will work. If you don't agree, then I think you'll have to be let us know what it is in our suggestions that doesn't work you.&lt;/P&gt;&lt;P&gt;Personally I don't think it's neccessary to make a seperate routine for this becuase it's already existing functions.&lt;/P&gt;&lt;P&gt;Where the build in $Tables and $Rows functions doesn't work though, is in the cases where you don't want to show all tables. In that case it might be neccessary with the solution like Mayilvahanan's - but I don't see that being your requirement.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Steen&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 26 Apr 2017 06:57:36 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/need-help/m-p/1312772#M842130</guid>
      <dc:creator>sspe</dc:creator>
      <dc:date>2017-04-26T06:57:36Z</dc:date>
    </item>
  </channel>
</rss>

