<?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: Script to avoid specific tabs in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Script-to-avoid-specific-tabs/m-p/502861#M688928</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;ok... mark a answered...please&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 11 Nov 2013 14:29:32 GMT</pubDate>
    <dc:creator>jolivares</dc:creator>
    <dc:date>2013-11-11T14:29:32Z</dc:date>
    <item>
      <title>Script to avoid specific tabs</title>
      <link>https://community.qlik.com/t5/QlikView/Script-to-avoid-specific-tabs/m-p/502856#M688920</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Is there a way to automated within a script to skip a tab. I have script that doesn't have to be run each time and want to put in something so when the script is run it can skip over a tab(s)?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 10 Nov 2013 21:52:15 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Script-to-avoid-specific-tabs/m-p/502856#M688920</guid>
      <dc:creator>zagzebski</dc:creator>
      <dc:date>2013-11-10T21:52:15Z</dc:date>
    </item>
    <item>
      <title>Re: Script to avoid specific tabs</title>
      <link>https://community.qlik.com/t5/QlikView/Script-to-avoid-specific-tabs/m-p/502857#M688921</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;the best way i found is to declare every tab as a subroutine, in this case I control the call for each one.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Sub Tab1&lt;/P&gt;&lt;P&gt;...&lt;/P&gt;&lt;P&gt;EndSub&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Call Tab1&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 10 Nov 2013 22:29:16 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Script-to-avoid-specific-tabs/m-p/502857#M688921</guid>
      <dc:creator>jolivares</dc:creator>
      <dc:date>2013-11-10T22:29:16Z</dc:date>
    </item>
    <item>
      <title>Re: Script to avoid specific tabs</title>
      <link>https://community.qlik.com/t5/QlikView/Script-to-avoid-specific-tabs/m-p/502858#M688922</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;I use the 'If..then..elseif..else..end if'statement.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Example form the reference manual:&lt;/P&gt;&lt;P&gt;Examples:&lt;/P&gt;&lt;P&gt;if a=1 then&lt;/P&gt;&lt;P&gt;load * from abc.csv;&lt;/P&gt;&lt;P&gt;sql select e, f, g from tab1;&lt;/P&gt;&lt;P&gt;end if&lt;/P&gt;&lt;P&gt;if a=1 then; drop table xyz; end if;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Gerrit&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 10 Nov 2013 22:51:57 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Script-to-avoid-specific-tabs/m-p/502858#M688922</guid>
      <dc:creator />
      <dc:date>2013-11-10T22:51:57Z</dc:date>
    </item>
    <item>
      <title>Re: Script to avoid specific tabs</title>
      <link>https://community.qlik.com/t5/QlikView/Script-to-avoid-specific-tabs/m-p/502859#M688924</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;So just wrap all the script around the if statement (on the tabs I may want to skip).&amp;nbsp; Set A = 0 or 1? Then if A =1 it skips and if 0 if runs the script?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 11 Nov 2013 12:55:12 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Script-to-avoid-specific-tabs/m-p/502859#M688924</guid>
      <dc:creator>zagzebski</dc:creator>
      <dc:date>2013-11-11T12:55:12Z</dc:date>
    </item>
    <item>
      <title>Re: Script to avoid specific tabs</title>
      <link>https://community.qlik.com/t5/QlikView/Script-to-avoid-specific-tabs/m-p/502860#M688926</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Yep.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 11 Nov 2013 12:58:05 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Script-to-avoid-specific-tabs/m-p/502860#M688926</guid>
      <dc:creator />
      <dc:date>2013-11-11T12:58:05Z</dc:date>
    </item>
    <item>
      <title>Re: Script to avoid specific tabs</title>
      <link>https://community.qlik.com/t5/QlikView/Script-to-avoid-specific-tabs/m-p/502861#M688928</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;ok... mark a answered...please&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 11 Nov 2013 14:29:32 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Script-to-avoid-specific-tabs/m-p/502861#M688928</guid>
      <dc:creator>jolivares</dc:creator>
      <dc:date>2013-11-11T14:29:32Z</dc:date>
    </item>
    <item>
      <title>Re: Script to avoid specific tabs</title>
      <link>https://community.qlik.com/t5/QlikView/Script-to-avoid-specific-tabs/m-p/502862#M688930</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You can move the tabs(that need to skipped) to the end and use Exit Script; before the scripts to be skipped.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 11 Nov 2013 14:39:00 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Script-to-avoid-specific-tabs/m-p/502862#M688930</guid>
      <dc:creator>CELAMBARASAN</dc:creator>
      <dc:date>2013-11-11T14:39:00Z</dc:date>
    </item>
    <item>
      <title>Re: Script to avoid specific tabs</title>
      <link>https://community.qlik.com/t5/QlikView/Script-to-avoid-specific-tabs/m-p/502863#M688931</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;STRONG style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;&lt;EM&gt;ok... mark a answered...please&lt;/EM&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;That's up to you. Only you may do that.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 11 Nov 2013 14:44:35 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Script-to-avoid-specific-tabs/m-p/502863#M688931</guid>
      <dc:creator />
      <dc:date>2013-11-11T14:44:35Z</dc:date>
    </item>
  </channel>
</rss>

