<?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: problem when debug in script in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/problem-when-debug-in-script/m-p/1083954#M941560</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I am using Qlikview 11.20 SR 9 version&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 27 Jan 2016 13:54:04 GMT</pubDate>
    <dc:creator>Anonymous</dc:creator>
    <dc:date>2016-01-27T13:54:04Z</dc:date>
    <item>
      <title>problem when debug in script</title>
      <link>https://community.qlik.com/t5/QlikView/problem-when-debug-in-script/m-p/1083949#M941555</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi all,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I am debugging my script and not able to continue for further step. It got struck when I am doing max(date). Though it is silly, but I couldn't figure ot&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have written like below&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Load max(date) &lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;from facte_table.QVD&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;if I do without max it is working fine when limit records in debug mode. I mean&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Load date from &lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;fact_table.QVD&lt;/STRONG&gt;.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Can any one tell me what might be the cause.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks in advance.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Kumar&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 27 Jan 2016 13:33:49 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/problem-when-debug-in-script/m-p/1083949#M941555</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2016-01-27T13:33:49Z</dc:date>
    </item>
    <item>
      <title>Re: problem when debug in script</title>
      <link>https://community.qlik.com/t5/QlikView/problem-when-debug-in-script/m-p/1083950#M941556</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Could be there are many date and debug is taking time to find the Max(date)..&lt;/P&gt;&lt;P&gt;Also I hope this is only a typing mistake..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;STRONG style="font-style: inherit; font-family: inherit;"&gt;Load max(date)&lt;/STRONG&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;STRONG style="font-style: inherit; font-family: inherit;"&gt;from facte_table.QVD&lt;/STRONG&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;fact_table.qvd not facte_table.QVD&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 27 Jan 2016 13:40:02 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/problem-when-debug-in-script/m-p/1083950#M941556</guid>
      <dc:creator>MK_QSL</dc:creator>
      <dc:date>2016-01-27T13:40:02Z</dc:date>
    </item>
    <item>
      <title>Re: problem when debug in script</title>
      <link>https://community.qlik.com/t5/QlikView/problem-when-debug-in-script/m-p/1083951#M941557</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;max() is a grouping function, you need to group by like?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;STRONG style="font-style: inherit; font-family: inherit;"&gt;Load &lt;/STRONG&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;STRONG style="font-style: inherit; font-family: inherit;"&gt;ID,&lt;BR /&gt;max(date) as Date&lt;/STRONG&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;STRONG style="font-style: inherit; font-family: inherit;"&gt;from facte_table.QVD&lt;/STRONG&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;STRONG style="font-style: inherit; font-family: inherit;"&gt;group by ID, date;&lt;BR /&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 27 Jan 2016 13:42:18 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/problem-when-debug-in-script/m-p/1083951#M941557</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2016-01-27T13:42:18Z</dc:date>
    </item>
    <item>
      <title>Re: problem when debug in script</title>
      <link>https://community.qlik.com/t5/QlikView/problem-when-debug-in-script/m-p/1083952#M941558</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;which version of QlikView Desktop?&lt;/P&gt;&lt;P&gt;S.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 27 Jan 2016 13:43:30 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/problem-when-debug-in-script/m-p/1083952#M941558</guid>
      <dc:creator>simospa</dc:creator>
      <dc:date>2016-01-27T13:43:30Z</dc:date>
    </item>
    <item>
      <title>Re: problem when debug in script</title>
      <link>https://community.qlik.com/t5/QlikView/problem-when-debug-in-script/m-p/1083953#M941559</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;Thanks for your quick reply. In my fact table I have more than 50 columns are there.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;after group by id and date field also required.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Kumar&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 27 Jan 2016 13:53:11 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/problem-when-debug-in-script/m-p/1083953#M941559</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2016-01-27T13:53:11Z</dc:date>
    </item>
    <item>
      <title>Re: problem when debug in script</title>
      <link>https://community.qlik.com/t5/QlikView/problem-when-debug-in-script/m-p/1083954#M941560</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I am using Qlikview 11.20 SR 9 version&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 27 Jan 2016 13:54:04 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/problem-when-debug-in-script/m-p/1083954#M941560</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2016-01-27T13:54:04Z</dc:date>
    </item>
    <item>
      <title>Re: problem when debug in script</title>
      <link>https://community.qlik.com/t5/QlikView/problem-when-debug-in-script/m-p/1083955#M941561</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;actually I am doing by going to particular path and opening that particular QVD. It might be typo error when I am writing here. &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 27 Jan 2016 13:55:36 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/problem-when-debug-in-script/m-p/1083955#M941561</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2016-01-27T13:55:36Z</dc:date>
    </item>
    <item>
      <title>Re: problem when debug in script</title>
      <link>https://community.qlik.com/t5/QlikView/problem-when-debug-in-script/m-p/1083956#M941562</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;If you are using 50 fields in that table then you have to write all the fields in group by statement like...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;group by field1, field2, field3, field4 ...so on&lt;/STRONG&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 27 Jan 2016 13:56:31 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/problem-when-debug-in-script/m-p/1083956#M941562</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2016-01-27T13:56:31Z</dc:date>
    </item>
    <item>
      <title>Re: problem when debug in script</title>
      <link>https://community.qlik.com/t5/QlikView/problem-when-debug-in-script/m-p/1083957#M941563</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;But I loaded only one column and rest of columns not required. In that time also is it required.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 27 Jan 2016 14:01:11 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/problem-when-debug-in-script/m-p/1083957#M941563</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2016-01-27T14:01:11Z</dc:date>
    </item>
    <item>
      <title>Re: problem when debug in script</title>
      <link>https://community.qlik.com/t5/QlikView/problem-when-debug-in-script/m-p/1083958#M941564</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;Depends what you are trying to do with the max date?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If you just want the max date you could&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Load&lt;/P&gt;&lt;P&gt;MAX(Date)&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; as MaxDate&lt;/P&gt;&lt;P&gt;Resident FactTable;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If you want a max date per some other field then you the have to start looking at group by.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Mark&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 27 Jan 2016 14:01:58 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/problem-when-debug-in-script/m-p/1083958#M941564</guid>
      <dc:creator>Mark_Little</dc:creator>
      <dc:date>2016-01-27T14:01:58Z</dc:date>
    </item>
    <item>
      <title>Re: problem when debug in script</title>
      <link>https://community.qlik.com/t5/QlikView/problem-when-debug-in-script/m-p/1083959#M941565</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Resident table is required when we we do max(date) field. I need only one column, not more than that date column.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 27 Jan 2016 14:05:38 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/problem-when-debug-in-script/m-p/1083959#M941565</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2016-01-27T14:05:38Z</dc:date>
    </item>
    <item>
      <title>Re: problem when debug in script</title>
      <link>https://community.qlik.com/t5/QlikView/problem-when-debug-in-script/m-p/1083960#M941566</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;STRONG style="font-style: inherit; font-family: inherit;"&gt;Load max(date)&lt;/STRONG&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;STRONG style="font-style: inherit; font-family: inherit;"&gt;from facte_table.QVD&lt;/STRONG&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;If field and file name is correct, this should work, if date is a field showing numbers. Maybe it's just showing text values?&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;Then Max() won't work (on pure text values).&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;What error message do you get? Could you be more specific what the issue is you are encountering?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 27 Jan 2016 14:20:13 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/problem-when-debug-in-script/m-p/1083960#M941566</guid>
      <dc:creator>swuehl</dc:creator>
      <dc:date>2016-01-27T14:20:13Z</dc:date>
    </item>
    <item>
      <title>Re: problem when debug in script</title>
      <link>https://community.qlik.com/t5/QlikView/problem-when-debug-in-script/m-p/1083961#M941567</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;actually it is timestamp and i have given name exactly as database.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 27 Jan 2016 14:52:21 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/problem-when-debug-in-script/m-p/1083961#M941567</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2016-01-27T14:52:21Z</dc:date>
    </item>
  </channel>
</rss>

