<?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 Editor - transition between tabs in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Editor-transition-between-tabs/m-p/810169#M285978</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;BR /&gt;Hi,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I'm just trying to make the transition between the code on different script_tabs more apparent.&lt;/P&gt;&lt;P&gt;There is a line highlighting the beginning of each script_tab - but that can very easily be overlooked and I often find myself wondering, where in the script is the code being executed just now ...&lt;/P&gt;&lt;P&gt;I can include TRACE statements which will also appear in the log.&lt;/P&gt;&lt;P&gt;I would like to also change the font used in the Debugger to something bigger and fatter. What would be the point I'd have to change to achieve that? (=&amp;gt; What is that line? Is it a string_literal or what is it?)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks a lot!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Best regards,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;DataNibbler&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 16 Feb 2015 09:40:27 GMT</pubDate>
    <dc:creator>datanibbler</dc:creator>
    <dc:date>2015-02-16T09:40:27Z</dc:date>
    <item>
      <title>Editor - transition between tabs</title>
      <link>https://community.qlik.com/t5/QlikView/Editor-transition-between-tabs/m-p/810169#M285978</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;BR /&gt;Hi,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I'm just trying to make the transition between the code on different script_tabs more apparent.&lt;/P&gt;&lt;P&gt;There is a line highlighting the beginning of each script_tab - but that can very easily be overlooked and I often find myself wondering, where in the script is the code being executed just now ...&lt;/P&gt;&lt;P&gt;I can include TRACE statements which will also appear in the log.&lt;/P&gt;&lt;P&gt;I would like to also change the font used in the Debugger to something bigger and fatter. What would be the point I'd have to change to achieve that? (=&amp;gt; What is that line? Is it a string_literal or what is it?)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks a lot!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Best regards,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;DataNibbler&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 16 Feb 2015 09:40:27 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Editor-transition-between-tabs/m-p/810169#M285978</guid>
      <dc:creator>datanibbler</dc:creator>
      <dc:date>2015-02-16T09:40:27Z</dc:date>
    </item>
    <item>
      <title>Re: Editor - transition between tabs</title>
      <link>https://community.qlik.com/t5/QlikView/Editor-transition-between-tabs/m-p/810170#M285979</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi DataNibbler,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I think there is only trace to make the log more overseeable like:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;trace +++++++++++++++++++++++++++++++++++++++;&lt;/P&gt;&lt;P&gt;trace new tab;&lt;/P&gt;&lt;P&gt;trace +++++++++++++++++++++++++++++++++++++++;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;maybe stored in a variable (with parameter?) to keep the script clean.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Within the editor-window or the user-properties you could change various editor-settings like font-type, font-size, font-bold and this different to various statement-types. I'm not sure if this touched the debugger but if not I assume there wouldn't be further possibilties to change this.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;- Marcus&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 16 Feb 2015 09:59:53 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Editor-transition-between-tabs/m-p/810170#M285979</guid>
      <dc:creator>marcus_sommer</dc:creator>
      <dc:date>2015-02-16T09:59:53Z</dc:date>
    </item>
    <item>
      <title>Re: Editor - transition between tabs</title>
      <link>https://community.qlik.com/t5/QlikView/Editor-transition-between-tabs/m-p/810171#M285980</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Marcus,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;thanks! That works already. I have put that into a variable and I will put that into one of my qvd_files.&lt;/P&gt;&lt;P&gt;Just one thing: It looks somewhat funny in the log as the TRACE statement is always repeated - and then executed. That makes 3 lines into 6, it now reads&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;gt;&amp;gt; TRACE -----&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; -----&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; TRACE Start of new tab&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Start of new tab&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; TRACE ------------&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; ---------------&lt;/P&gt;&lt;P&gt;&amp;lt;&amp;lt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;That is good, just a bit over the top. Is there a way to reduce that so that the TRACE statements are executed (by showing the text or whatever), but not repeated beforehand?&lt;/P&gt;&lt;P&gt;Thanks a lot!&lt;/P&gt;&lt;P&gt;Best regards,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;DataNibbler&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 16 Feb 2015 10:54:33 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Editor-transition-between-tabs/m-p/810171#M285980</guid>
      <dc:creator>datanibbler</dc:creator>
      <dc:date>2015-02-16T10:54:33Z</dc:date>
    </item>
    <item>
      <title>Re: Editor - transition between tabs</title>
      <link>https://community.qlik.com/t5/QlikView/Editor-transition-between-tabs/m-p/810172#M285981</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi DataNibbler,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;the first part is typed trace-statement and the second one is the interpreted trace-statement. Most often both is the same but it must not. I think there is rather no possibility to change or customize this behaviour.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Maybe you could as alternatively use such a variable without a trace-statement.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;- Marcus&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 16 Feb 2015 11:06:51 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Editor-transition-between-tabs/m-p/810172#M285981</guid>
      <dc:creator>marcus_sommer</dc:creator>
      <dc:date>2015-02-16T11:06:51Z</dc:date>
    </item>
    <item>
      <title>Re: Editor - transition between tabs</title>
      <link>https://community.qlik.com/t5/QlikView/Editor-transition-between-tabs/m-p/810173#M285982</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks Marcus!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Well, I have the TRACE_statement within a variable, so I don't have to type 3 lines every time, but just the name of the variable (in $() ). Since that should, for logical reasons, appear in the debugger IN FRONT OF the automatic tab_name, it must now be entered at the very end of one tab although the variable reads "... start ..."&lt;/P&gt;&lt;P&gt;Best regards,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;DataNibbler&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 16 Feb 2015 11:12:05 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Editor-transition-between-tabs/m-p/810173#M285982</guid>
      <dc:creator>datanibbler</dc:creator>
      <dc:date>2015-02-16T11:12:05Z</dc:date>
    </item>
  </channel>
</rss>

