<?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 dashboard is not coming properly in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/dashboard-is-not-coming-properly/m-p/308720#M1192419</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt; If you go into the script and alter the SQL load to only get the fields you want, the size of your data will be smaller and probably help you with the problem.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Instead of:&lt;/P&gt;&lt;P&gt;Load &lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; FIRMANR, &lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; ARTNR,&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;SQL SELECT * &lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;FROM PUB.ARTI;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Try:&lt;/P&gt;&lt;P&gt;Load &lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; FIRMANR, &lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; ARTNR,&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;SQL SELECT &lt;EM&gt;FIRMANR, ARTNR &lt;/EM&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;FROM PUB.ARTI;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Here you choose only the fields necessary for you, so you don't stack up your file with unwanted and unused data that only slows things down.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 22 Jun 2011 13:00:31 GMT</pubDate>
    <dc:creator>kim_rormark</dc:creator>
    <dc:date>2011-06-22T13:00:31Z</dc:date>
    <item>
      <title>dashboard is not coming properly</title>
      <link>https://community.qlik.com/t5/QlikView/dashboard-is-not-coming-properly/m-p/308715#M1192414</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi, Friends I am stuck with a problem. I am working on a application, I have created the application.But each time when I open the application ,suppose xyz.qvw than the all the object in the front page or main are not coming properly on the first reload.&lt;/P&gt;&lt;P&gt;After I go to the second dashboard and return back to the previous one, than all the things are working properly ie all the objects are working right.&lt;/P&gt;&lt;P&gt;Can anyone suggest the reason for this.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks in advance&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 22 Jun 2011 05:34:31 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/dashboard-is-not-coming-properly/m-p/308715#M1192414</guid>
      <dc:creator />
      <dc:date>2011-06-22T05:34:31Z</dc:date>
    </item>
    <item>
      <title>dashboard is not coming properly</title>
      <link>https://community.qlik.com/t5/QlikView/dashboard-is-not-coming-properly/m-p/308716#M1192415</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;That sounds strange. Do you have any macros or triggers/actions for dynamically showing and hiding objects?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 22 Jun 2011 05:53:16 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/dashboard-is-not-coming-properly/m-p/308716#M1192415</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2011-06-22T05:53:16Z</dc:date>
    </item>
    <item>
      <title>dashboard is not coming properly</title>
      <link>https://community.qlik.com/t5/QlikView/dashboard-is-not-coming-properly/m-p/308717#M1192416</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt; No Johannes I am not having any triggers and actions for dynamically showing.also the size of qvw is about 1 gb.I think it is to large.This may be the reason too. What should I do to come out of this problem&lt;/P&gt;&lt;P&gt;Thanks in advance&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 22 Jun 2011 06:00:42 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/dashboard-is-not-coming-properly/m-p/308717#M1192416</guid>
      <dc:creator />
      <dc:date>2011-06-22T06:00:42Z</dc:date>
    </item>
    <item>
      <title>dashboard is not coming properly</title>
      <link>https://community.qlik.com/t5/QlikView/dashboard-is-not-coming-properly/m-p/308718#M1192417</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;&amp;nbsp;&amp;nbsp;&amp;nbsp; Yes the size of qvw is very large.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; The reason why it happens like this is, it takes time to evaluate the expression which you have used in different charts when you have hugh amount of data. It also depends on the data model which you have created.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; Try to minimise the size of application by removing unwanted fields from the table, which you are not using.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Kaushik Solanki&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 22 Jun 2011 07:23:06 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/dashboard-is-not-coming-properly/m-p/308718#M1192417</guid>
      <dc:creator>kaushiknsolanki</dc:creator>
      <dc:date>2011-06-22T07:23:06Z</dc:date>
    </item>
    <item>
      <title>dashboard is not coming properly</title>
      <link>https://community.qlik.com/t5/QlikView/dashboard-is-not-coming-properly/m-p/308719#M1192418</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt; yes Kaushik I think you are right, as the sizo of data is too large and we are using lot of expressions in charts.&lt;/P&gt;&lt;P&gt;So I should use this expression in the scripting side. I am right or not.Please make a little more clear to me.&lt;/P&gt;&lt;P&gt;Thanks for the help&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 22 Jun 2011 08:39:53 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/dashboard-is-not-coming-properly/m-p/308719#M1192418</guid>
      <dc:creator />
      <dc:date>2011-06-22T08:39:53Z</dc:date>
    </item>
    <item>
      <title>dashboard is not coming properly</title>
      <link>https://community.qlik.com/t5/QlikView/dashboard-is-not-coming-properly/m-p/308720#M1192419</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt; If you go into the script and alter the SQL load to only get the fields you want, the size of your data will be smaller and probably help you with the problem.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Instead of:&lt;/P&gt;&lt;P&gt;Load &lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; FIRMANR, &lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; ARTNR,&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;SQL SELECT * &lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;FROM PUB.ARTI;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Try:&lt;/P&gt;&lt;P&gt;Load &lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; FIRMANR, &lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; ARTNR,&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;SQL SELECT &lt;EM&gt;FIRMANR, ARTNR &lt;/EM&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;FROM PUB.ARTI;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Here you choose only the fields necessary for you, so you don't stack up your file with unwanted and unused data that only slows things down.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 22 Jun 2011 13:00:31 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/dashboard-is-not-coming-properly/m-p/308720#M1192419</guid>
      <dc:creator>kim_rormark</dc:creator>
      <dc:date>2011-06-22T13:00:31Z</dc:date>
    </item>
  </channel>
</rss>

