<?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: Some questions in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Some-questions/m-p/975341#M643754</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I've never found breakpoints to be useful because there isn't much you can see in the debugger.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;// and /* comments don't show up in the Document log. REM comments do. So if you want your comments to show up in the log to aid debugging, use REM.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Another debugging trick is to use the TRACE statement to write data to the log.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I also use a couple of Qlikview Component routines in my debugging.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Qvc.InspectTable&amp;nbsp; -- pauses the script and lets you browse a table.&lt;/P&gt;&lt;P&gt;Qvc.TableStats -- logs row and field counts. Useful for seeing row counts before and after JOIN.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;When testing for different potential date formats, I use Alt()..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;-Rob&lt;/P&gt;&lt;P&gt;&lt;A class="jive-link-external-small" href="http://masterssummit.com/" rel="nofollow"&gt;http://masterssummit.com&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;A class="jive-link-external-small" href="http://qlikviewcookbook.com/" rel="nofollow"&gt;http://qlikviewcookbook.com&lt;/A&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 22 Dec 2015 20:09:04 GMT</pubDate>
    <dc:creator>rwunderlich</dc:creator>
    <dc:date>2015-12-22T20:09:04Z</dc:date>
    <item>
      <title>Some questions</title>
      <link>https://community.qlik.com/t5/QlikView/Some-questions/m-p/975340#M643753</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Got some questions:&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;Is there any way to script in the script editor so this shows where to put a breaking point in the debugger? Or a more favorable way of of commenting so that this helps out when debugging and where to put breaking points?&lt;/LI&gt;&lt;LI&gt;Can you nest Date# functions? Like Date(Date#(Date# 'DD-MM-YYYY'), D/MM/YYYY)) if you have different formats? Or do you use ALT for this?&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;Two questions that can't seem to to find an answer for.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks for all help!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 22 Dec 2015 18:11:28 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Some-questions/m-p/975340#M643753</guid>
      <dc:creator>bwisealiahmad</dc:creator>
      <dc:date>2015-12-22T18:11:28Z</dc:date>
    </item>
    <item>
      <title>Re: Some questions</title>
      <link>https://community.qlik.com/t5/QlikView/Some-questions/m-p/975341#M643754</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I've never found breakpoints to be useful because there isn't much you can see in the debugger.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;// and /* comments don't show up in the Document log. REM comments do. So if you want your comments to show up in the log to aid debugging, use REM.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Another debugging trick is to use the TRACE statement to write data to the log.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I also use a couple of Qlikview Component routines in my debugging.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Qvc.InspectTable&amp;nbsp; -- pauses the script and lets you browse a table.&lt;/P&gt;&lt;P&gt;Qvc.TableStats -- logs row and field counts. Useful for seeing row counts before and after JOIN.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;When testing for different potential date formats, I use Alt()..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;-Rob&lt;/P&gt;&lt;P&gt;&lt;A class="jive-link-external-small" href="http://masterssummit.com/" rel="nofollow"&gt;http://masterssummit.com&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;A class="jive-link-external-small" href="http://qlikviewcookbook.com/" rel="nofollow"&gt;http://qlikviewcookbook.com&lt;/A&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 22 Dec 2015 20:09:04 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Some-questions/m-p/975341#M643754</guid>
      <dc:creator>rwunderlich</dc:creator>
      <dc:date>2015-12-22T20:09:04Z</dc:date>
    </item>
    <item>
      <title>Re: Some questions</title>
      <link>https://community.qlik.com/t5/QlikView/Some-questions/m-p/975342#M643755</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks for responding regarding the scripting / breakpoint.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Reason I am asking is I remember these from the latest qv certification and got quite confused. Regarding the &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Date(Date#(Date# related question I am wonder if it is possible or not? Or to do Date#(Date(Date(&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Never seen it in practice, but really confused me.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 22 Dec 2015 20:13:08 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Some-questions/m-p/975342#M643755</guid>
      <dc:creator>bwisealiahmad</dc:creator>
      <dc:date>2015-12-22T20:13:08Z</dc:date>
    </item>
    <item>
      <title>Re: Some questions</title>
      <link>https://community.qlik.com/t5/QlikView/Some-questions/m-p/975343#M643756</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I don't know about the nested Date#(). Give it a try and let us know what you find out. As I said, I've always used Alt() which works for my needs. Guessing at dates is always a challenge. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;1/12/2015&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Is that MM/DD/YYYY or DD/MM/YYYY?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;-Rob&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 23 Dec 2015 00:32:16 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Some-questions/m-p/975343#M643756</guid>
      <dc:creator>rwunderlich</dc:creator>
      <dc:date>2015-12-23T00:32:16Z</dc:date>
    </item>
    <item>
      <title>Re: Some questions</title>
      <link>https://community.qlik.com/t5/QlikView/Some-questions/m-p/975344#M643757</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Ali,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Where you able to get the correct answer of the first question?&lt;/P&gt;&lt;P&gt;Also, Can you let me know more about the exam, I am thinking of taking it soon&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 21 Apr 2016 09:45:23 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Some-questions/m-p/975344#M643757</guid>
      <dc:creator />
      <dc:date>2016-04-21T09:45:23Z</dc:date>
    </item>
    <item>
      <title>Re: Some questions</title>
      <link>https://community.qlik.com/t5/QlikView/Some-questions/m-p/975345#M643758</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I don't think that the REM statement appears in the log file. Only Trace does. REM can just have working breakpoint on it.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I included these 2 statements in my script&lt;/P&gt;&lt;P&gt;&lt;IMG alt="SCRIPT.JPG" class="jive-image image-1" src="https://community.qlik.com/legacyfs/online/163709_SCRIPT.JPG" style="height: auto;" /&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;and here is the snapshot from&amp;nbsp; log where only Trace statement can be seen, not the REM.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG alt="TEST.JPG" class="jive-image image-2" src="https://community.qlik.com/legacyfs/online/163710_TEST.JPG" style="height: 309px; width: 620px;" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 17 May 2017 11:56:44 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Some-questions/m-p/975345#M643758</guid>
      <dc:creator>d44973694</dc:creator>
      <dc:date>2017-05-17T11:56:44Z</dc:date>
    </item>
    <item>
      <title>Re: Some questions</title>
      <link>https://community.qlik.com/t5/QlikView/Some-questions/m-p/975346#M643759</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I think that's a bug. The text appears in QV11.20, but not in QV12.10.&amp;nbsp; Also, apparently from your screenshot it is asterisks in QS as well. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;-Rob&lt;/P&gt;&lt;P&gt;&lt;A class="jive-link-external-small" href="http://masterssummit.com" rel="nofollow" target="_blank"&gt;http://masterssummit.com&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;A class="jive-link-external-small" href="http://qlikviewcookbook.com" rel="nofollow" target="_blank"&gt;http://qlikviewcookbook.com&lt;/A&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 18 May 2017 18:26:53 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Some-questions/m-p/975346#M643759</guid>
      <dc:creator>rwunderlich</dc:creator>
      <dc:date>2017-05-18T18:26:53Z</dc:date>
    </item>
  </channel>
</rss>

