<?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: Dashboard does not show all data in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Dashboard-does-not-show-all-data/m-p/619986#M681684</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You try sum({1&amp;lt;..........&lt;/P&gt;&lt;P&gt;1 means all the data, or $ means only selections&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 10 Apr 2014 09:46:39 GMT</pubDate>
    <dc:creator>antoniotiman</dc:creator>
    <dc:date>2014-04-10T09:46:39Z</dc:date>
    <item>
      <title>Dashboard does not show all data</title>
      <link>https://community.qlik.com/t5/QlikView/Dashboard-does-not-show-all-data/m-p/619979#M681677</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;See attachment of issue.&lt;/P&gt;&lt;P&gt;My issue is for bPeriod 8 and 12, the information for newGP, newRevenue and newLoads does not show on the DashBoard when anGP, anLoads, and anRevenue are null. Not sure what you need to resolve this issue.&amp;nbsp; If you need more information, please let me know. tks&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 09 Apr 2014 13:45:29 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Dashboard-does-not-show-all-data/m-p/619979#M681677</guid>
      <dc:creator />
      <dc:date>2014-04-09T13:45:29Z</dc:date>
    </item>
    <item>
      <title>Re: Dashboard does not show all data</title>
      <link>https://community.qlik.com/t5/QlikView/Dashboard-does-not-show-all-data/m-p/619980#M681678</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Can you share the dashboard you are using for these data?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 09 Apr 2014 13:49:58 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Dashboard-does-not-show-all-data/m-p/619980#M681678</guid>
      <dc:creator>MK_QSL</dc:creator>
      <dc:date>2014-04-09T13:49:58Z</dc:date>
    </item>
    <item>
      <title>Re: Dashboard does not show all data</title>
      <link>https://community.qlik.com/t5/QlikView/Dashboard-does-not-show-all-data/m-p/619981#M681679</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;which is your expression ?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 09 Apr 2014 13:50:21 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Dashboard-does-not-show-all-data/m-p/619981#M681679</guid>
      <dc:creator>antoniotiman</dc:creator>
      <dc:date>2014-04-09T13:50:21Z</dc:date>
    </item>
    <item>
      <title>Re: Dashboard does not show all data</title>
      <link>https://community.qlik.com/t5/QlikView/Dashboard-does-not-show-all-data/m-p/619982#M681680</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;can you attach you qvw please.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 09 Apr 2014 13:54:53 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Dashboard-does-not-show-all-data/m-p/619982#M681680</guid>
      <dc:creator />
      <dc:date>2014-04-09T13:54:53Z</dc:date>
    </item>
    <item>
      <title>Re: Dashboard does not show all data</title>
      <link>https://community.qlik.com/t5/QlikView/Dashboard-does-not-show-all-data/m-p/619983#M681681</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Essentially it will depend on what your expression is.&amp;nbsp; If you want to show all the fields and the full table, then your expression must have a value on every row.&amp;nbsp; It's not clear exactly what you want to do with the data, but assume you don't want to summarize it, you could try this (expression is the period) if you want to use a straight table, or just put it all in a table box.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 09 Apr 2014 13:55:03 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Dashboard-does-not-show-all-data/m-p/619983#M681681</guid>
      <dc:creator>Greg_Hood</dc:creator>
      <dc:date>2014-04-09T13:55:03Z</dc:date>
    </item>
    <item>
      <title>Re: Dashboard does not show all data</title>
      <link>https://community.qlik.com/t5/QlikView/Dashboard-does-not-show-all-data/m-p/619984#M681682</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;This is the expression.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;=sum({&amp;lt;bPeriod={"&amp;lt;=$(vCurrPeriod)"},bYear={$(vMaxSelectedYear)}&lt;/P&gt;&lt;P&gt;,bMon={$(vSelectedMonth)},bFQtrS={$(vSelectedQtr)},[Parent Alias Name]=&amp;gt;} newLoads)&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 09 Apr 2014 17:33:01 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Dashboard-does-not-show-all-data/m-p/619984#M681682</guid>
      <dc:creator />
      <dc:date>2014-04-09T17:33:01Z</dc:date>
    </item>
    <item>
      <title>Re: Re: Dashboard does not show all data</title>
      <link>https://community.qlik.com/t5/QlikView/Dashboard-does-not-show-all-data/m-p/619985#M681683</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;What is happening is newGP, newLoads, and newRevenue are not showing up on the DashBoard for bPeriod 8 and 12.&lt;/P&gt;&lt;P&gt;My expressions for these three columns are:&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 09 Apr 2014 18:38:51 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Dashboard-does-not-show-all-data/m-p/619985#M681683</guid>
      <dc:creator />
      <dc:date>2014-04-09T18:38:51Z</dc:date>
    </item>
    <item>
      <title>Re: Dashboard does not show all data</title>
      <link>https://community.qlik.com/t5/QlikView/Dashboard-does-not-show-all-data/m-p/619986#M681684</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You try sum({1&amp;lt;..........&lt;/P&gt;&lt;P&gt;1 means all the data, or $ means only selections&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 10 Apr 2014 09:46:39 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Dashboard-does-not-show-all-data/m-p/619986#M681684</guid>
      <dc:creator>antoniotiman</dc:creator>
      <dc:date>2014-04-10T09:46:39Z</dc:date>
    </item>
    <item>
      <title>Re: Dashboard does not show all data</title>
      <link>https://community.qlik.com/t5/QlikView/Dashboard-does-not-show-all-data/m-p/619987#M681685</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;This works if I want all (example) sales persons. However, if I only want John Doe to appear when he is selected, I still get everyone.&lt;/P&gt;&lt;P&gt;If in Nov. and Mar. he has zero actuals, but he does have a budget for these months, the budget amounts should appear even though&lt;/P&gt;&lt;P&gt;the actuals are zero. (as per my attachment).tks&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 10 Apr 2014 12:49:59 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Dashboard-does-not-show-all-data/m-p/619987#M681685</guid>
      <dc:creator />
      <dc:date>2014-04-10T12:49:59Z</dc:date>
    </item>
    <item>
      <title>Re: Dashboard does not show all data</title>
      <link>https://community.qlik.com/t5/QlikView/Dashboard-does-not-show-all-data/m-p/619988#M681686</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;If John Doe is [Parent Alias Name] try :&lt;/P&gt;&lt;P&gt;....,[Parent Alias Name]=$::[Parent Alias Name]&amp;gt;} ...&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 10 Apr 2014 13:54:23 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Dashboard-does-not-show-all-data/m-p/619988#M681686</guid>
      <dc:creator>antoniotiman</dc:creator>
      <dc:date>2014-04-10T13:54:23Z</dc:date>
    </item>
  </channel>
</rss>

