<?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: When should a developer make a new tab in edit script in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/When-should-a-developer-make-a-new-tab-in-edit-script/m-p/476023#M552589</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Number 3.&amp;nbsp; The best use of tabs in the edit script is to logically divide the sections of the script. Then you can put a nice big header of comments explaining what this section of script will do (plus of course more commenting on lines that need it, which will be many of them).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Jason&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 04 Nov 2013 10:35:53 GMT</pubDate>
    <dc:creator>Jason_Michaelides</dc:creator>
    <dc:date>2013-11-04T10:35:53Z</dc:date>
    <item>
      <title>When should a developer make a new tab in edit script</title>
      <link>https://community.qlik.com/t5/QlikView/When-should-a-developer-make-a-new-tab-in-edit-script/m-p/476022#M552588</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;When should a developer make a new tab in edit script&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;1: when code exceeds 255 lines&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;2: When he first time access edit script&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;3: when the script is no more logically related&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 04 Nov 2013 10:33:06 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/When-should-a-developer-make-a-new-tab-in-edit-script/m-p/476022#M552588</guid>
      <dc:creator />
      <dc:date>2013-11-04T10:33:06Z</dc:date>
    </item>
    <item>
      <title>Re: When should a developer make a new tab in edit script</title>
      <link>https://community.qlik.com/t5/QlikView/When-should-a-developer-make-a-new-tab-in-edit-script/m-p/476023#M552589</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Number 3.&amp;nbsp; The best use of tabs in the edit script is to logically divide the sections of the script. Then you can put a nice big header of comments explaining what this section of script will do (plus of course more commenting on lines that need it, which will be many of them).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Jason&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 04 Nov 2013 10:35:53 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/When-should-a-developer-make-a-new-tab-in-edit-script/m-p/476023#M552589</guid>
      <dc:creator>Jason_Michaelides</dc:creator>
      <dc:date>2013-11-04T10:35:53Z</dc:date>
    </item>
    <item>
      <title>Re: When should a developer make a new tab in edit script</title>
      <link>https://community.qlik.com/t5/QlikView/When-should-a-developer-make-a-new-tab-in-edit-script/m-p/476024#M552590</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;This is really help full, &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;what if entire script is related with only one section?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 04 Nov 2013 10:39:41 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/When-should-a-developer-make-a-new-tab-in-edit-script/m-p/476024#M552590</guid>
      <dc:creator />
      <dc:date>2013-11-04T10:39:41Z</dc:date>
    </item>
    <item>
      <title>Re: When should a developer make a new tab in edit script</title>
      <link>https://community.qlik.com/t5/QlikView/When-should-a-developer-make-a-new-tab-in-edit-script/m-p/476025#M552591</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Whenever it improves maintainability of the application.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 04 Nov 2013 10:40:24 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/When-should-a-developer-make-a-new-tab-in-edit-script/m-p/476025#M552591</guid>
      <dc:creator>Gysbert_Wassenaar</dc:creator>
      <dc:date>2013-11-04T10:40:24Z</dc:date>
    </item>
    <item>
      <title>Re: When should a developer make a new tab in edit script</title>
      <link>https://community.qlik.com/t5/QlikView/When-should-a-developer-make-a-new-tab-in-edit-script/m-p/476026#M552592</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi, Sreeharsha.&lt;/P&gt;&lt;P&gt;Jason is absolutely correct.&lt;/P&gt;&lt;P&gt;Remember, the person coding the edit script may not be the same person who has to amend or maintain it.&lt;/P&gt;&lt;P&gt;So it is important to break it down into logical sections so that the code can be easily followed. By having clearly named tabs you can resolve issues much quicker.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Neil&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 04 Nov 2013 10:40:28 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/When-should-a-developer-make-a-new-tab-in-edit-script/m-p/476026#M552592</guid>
      <dc:creator>ngulliver</dc:creator>
      <dc:date>2013-11-04T10:40:28Z</dc:date>
    </item>
    <item>
      <title>Re: When should a developer make a new tab in edit script</title>
      <link>https://community.qlik.com/t5/QlikView/When-should-a-developer-make-a-new-tab-in-edit-script/m-p/476027#M552593</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;BLOCKQUOTE&gt;&lt;TABLE border="1"&gt;&lt;TBODY&gt;&lt;TR&gt;&lt;TD&gt;
&lt;P&gt;"&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;what if entire script is related with only one section?&lt;/SPAN&gt;"&lt;/P&gt;
&lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;&lt;/BLOCKQUOTE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Then try to break it down further. But if it is a small script only performing one logical function that one tab is fine (although the settings is usually best in a tab of its own for tidiness)&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 04 Nov 2013 10:46:35 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/When-should-a-developer-make-a-new-tab-in-edit-script/m-p/476027#M552593</guid>
      <dc:creator>Jason_Michaelides</dc:creator>
      <dc:date>2013-11-04T10:46:35Z</dc:date>
    </item>
    <item>
      <title>Re: When should a developer make a new tab in edit script</title>
      <link>https://community.qlik.com/t5/QlikView/When-should-a-developer-make-a-new-tab-in-edit-script/m-p/476028#M552594</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Some developers put every load in a sub routine and put groups of related sub routines on their own tab. On a 'main' tab all those subs are called in the order they should be executed. This makes it easy to follow the flow of the script at a high level and dive into details in the subs.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 04 Nov 2013 10:51:48 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/When-should-a-developer-make-a-new-tab-in-edit-script/m-p/476028#M552594</guid>
      <dc:creator>Gysbert_Wassenaar</dc:creator>
      <dc:date>2013-11-04T10:51:48Z</dc:date>
    </item>
  </channel>
</rss>

