<?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 App closes when with this expression in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/App-closes-when-with-this-expression/m-p/206848#M62811</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hi,&lt;/P&gt;&lt;P&gt;this probably occurs because you might have not used the group by clause in your load statement as suggested by Rob&lt;/P&gt;&lt;P&gt;since sum is an aggregation function it is required to use group by clause in your load statement&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;thanks&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 08 Apr 2010 06:46:38 GMT</pubDate>
    <dc:creator />
    <dc:date>2010-04-08T06:46:38Z</dc:date>
    <item>
      <title>App closes when with this expression</title>
      <link>https://community.qlik.com/t5/QlikView/App-closes-when-with-this-expression/m-p/206844#M62807</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;When i test this expression in a text object it works fine. However, when i load it within theload script, my script automatically closes and asks to reopen old data. Any idea's what is going on?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;sum(if(Week = WEEK(TODAY(0)), if(DayOfWeek &amp;lt;= num(WEEKDAY(TODAY(0))), [Sales Amount]))) as WeekSalesAMount,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 07 Apr 2010 21:14:36 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/App-closes-when-with-this-expression/m-p/206844#M62807</guid>
      <dc:creator />
      <dc:date>2010-04-07T21:14:36Z</dc:date>
    </item>
    <item>
      <title>App closes when with this expression</title>
      <link>https://community.qlik.com/t5/QlikView/App-closes-when-with-this-expression/m-p/206845#M62808</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Do you have a GROUP clause in your load statement? GROUP would be required because of the sum() function. I've seen this "no error message" failure when I've forgotten the GROUP.&lt;/P&gt;&lt;P&gt;-Rob&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 08 Apr 2010 02:11:42 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/App-closes-when-with-this-expression/m-p/206845#M62808</guid>
      <dc:creator>rwunderlich</dc:creator>
      <dc:date>2010-04-08T02:11:42Z</dc:date>
    </item>
    <item>
      <title>App closes when with this expression</title>
      <link>https://community.qlik.com/t5/QlikView/App-closes-when-with-this-expression/m-p/206846#M62809</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Yes, I do have a group clause in the statement.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 08 Apr 2010 02:57:59 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/App-closes-when-with-this-expression/m-p/206846#M62809</guid>
      <dc:creator />
      <dc:date>2010-04-08T02:57:59Z</dc:date>
    </item>
    <item>
      <title>App closes when with this expression</title>
      <link>https://community.qlik.com/t5/QlikView/App-closes-when-with-this-expression/m-p/206847#M62810</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;There are two typical reasons for the reload collapse without error message:&lt;/P&gt;&lt;P&gt;1. GROUP BY is missing or it doesn't include all fields that should be there. In this case the reload collapses at this point in the script - easy to see in the log file.&lt;/P&gt;&lt;P&gt;2. Script creates logical loops. In this case script runs to the end, and then collapses. Also, easy to see in the log file. Often hard to find what fields cause the loop. If I suspect this reason, I reload application in QV 7.5 which doesn't collapse but shows the loops instead by making a table or a few loosely coupled.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 08 Apr 2010 03:51:47 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/App-closes-when-with-this-expression/m-p/206847#M62810</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2010-04-08T03:51:47Z</dc:date>
    </item>
    <item>
      <title>App closes when with this expression</title>
      <link>https://community.qlik.com/t5/QlikView/App-closes-when-with-this-expression/m-p/206848#M62811</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hi,&lt;/P&gt;&lt;P&gt;this probably occurs because you might have not used the group by clause in your load statement as suggested by Rob&lt;/P&gt;&lt;P&gt;since sum is an aggregation function it is required to use group by clause in your load statement&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;thanks&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 08 Apr 2010 06:46:38 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/App-closes-when-with-this-expression/m-p/206848#M62811</guid>
      <dc:creator />
      <dc:date>2010-04-08T06:46:38Z</dc:date>
    </item>
    <item>
      <title>App closes when with this expression</title>
      <link>https://community.qlik.com/t5/QlikView/App-closes-when-with-this-expression/m-p/206849#M62812</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;/P&gt;&lt;PRE class="jive_text_macro jive_macro_quote" jivemacro="quote"&gt;&lt;BR /&gt;Anthony wrote:Yes, I do have a group clause in the statement. &amp;lt;div&amp;gt;&amp;lt;/div&amp;gt;&lt;/PRE&gt;&lt;BR /&gt;&lt;BR /&gt; &lt;P&gt;Anthony, Can you post the failing load statement?&lt;/P&gt;&lt;P&gt;-Rob&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 08 Apr 2010 09:09:42 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/App-closes-when-with-this-expression/m-p/206849#M62812</guid>
      <dc:creator>rwunderlich</dc:creator>
      <dc:date>2010-04-08T09:09:42Z</dc:date>
    </item>
    <item>
      <title>App closes when with this expression</title>
      <link>https://community.qlik.com/t5/QlikView/App-closes-when-with-this-expression/m-p/206850#M62813</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hello,&lt;/P&gt;&lt;P&gt;your aliasname is "WeekSalesA&lt;STRONG&gt;M&lt;/STRONG&gt;ount". Is this correct? I think it schould be "WeekSalesA&lt;STRONG&gt;m&lt;/STRONG&gt;ount". You wrote the "m" as a capital letter.&lt;/P&gt;&lt;P&gt;I had the same Problem before and for me it turned out that i wrote a letter in capitals.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 08 Apr 2010 09:43:32 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/App-closes-when-with-this-expression/m-p/206850#M62813</guid>
      <dc:creator>poli</dc:creator>
      <dc:date>2010-04-08T09:43:32Z</dc:date>
    </item>
  </channel>
</rss>

