<?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: Creating Conditional Flags in Script in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Creating-Conditional-Flags-in-Script/m-p/847825#M1010264</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;I think you can achieve it by using Apply Map concept.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 29 Apr 2015 08:22:23 GMT</pubDate>
    <dc:creator>krishna20</dc:creator>
    <dc:date>2015-04-29T08:22:23Z</dc:date>
    <item>
      <title>Creating Conditional Flags in Script</title>
      <link>https://community.qlik.com/t5/QlikView/Creating-Conditional-Flags-in-Script/m-p/847819#M1010258</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 trying to create a conditional flag/statement in a QV script on a QVD that needs some streamlining&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The data is pulled in via ODBC and contains mainly SQL and Excel connections.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I am trying to write a statement using fields from multiple locations to create a flag to make analysis a lot easier.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;So far I am at&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 14pt;"&gt;if(&lt;/SPAN&gt;&lt;SPAN style="font-size: 14pt;"&gt;&lt;SPAN style="color: #800000;"&gt;ValueID&lt;/SPAN&gt;='*24*' &lt;SPAN style="color: #0000ff;"&gt;and&lt;/SPAN&gt; &lt;SPAN style="color: #800000;"&gt;IncidentType&lt;/SPAN&gt;='*Accident*')&lt;SPAN style="color: #0000ff;"&gt;and&lt;/SPAN&gt; (&lt;SPAN style="color: #800000;"&gt;[ListTitle]&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;SPAN style="font-size: 14pt;"&gt;='*Employee*',0,1,) as 7DayFlag &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt; &lt;/P&gt;&lt;P&gt; &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt;"&gt;I know this is probably wrong but can anyone point me in the right direction as to how to make this a flag&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt; &lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt;"&gt;Thank you in advance &lt;IMG src="https://community.qlik.com/legacyfs/online/emoticons/happy.png" /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;BR /&gt; &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 29 Apr 2015 07:53:05 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Creating-Conditional-Flags-in-Script/m-p/847819#M1010258</guid>
      <dc:creator />
      <dc:date>2015-04-29T07:53:05Z</dc:date>
    </item>
    <item>
      <title>Re: Creating Conditional Flags in Script</title>
      <link>https://community.qlik.com/t5/QlikView/Creating-Conditional-Flags-in-Script/m-p/847820#M1010259</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;SPAN style="font-size: 14pt; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;if(&lt;/SPAN&gt;&lt;SPAN style="font-size: 14pt; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;SPAN style="font-weight: inherit; font-style: inherit; font-size: 18.6666660308838px; font-family: inherit; color: #800000;"&gt;ValueID&lt;/SPAN&gt;='*24*' &lt;SPAN style="font-weight: inherit; font-style: inherit; font-size: 18.6666660308838px; font-family: inherit; color: #0000ff;"&gt;and&lt;/SPAN&gt; &lt;SPAN style="font-weight: inherit; font-style: inherit; font-size: 18.6666660308838px; font-family: inherit; color: #800000;"&gt;IncidentType&lt;/SPAN&gt;='*Accident*')&lt;SPAN style="font-weight: inherit; font-style: inherit; font-size: 18.6666660308838px; font-family: inherit; color: #0000ff;"&gt;and&lt;/SPAN&gt;(&lt;SPAN style="font-weight: inherit; font-style: inherit; font-size: 18.6666660308838px; font-family: inherit; color: #800000;"&gt;[ListTitle]&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;SPAN style="font-size: 14pt; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;='*Employee*',0,1,) as 7DayFlag&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Is above are from same table?&lt;/P&gt;&lt;P&gt;If yes add this expression in preceding load and proceed.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 29 Apr 2015 08:02:04 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Creating-Conditional-Flags-in-Script/m-p/847820#M1010259</guid>
      <dc:creator>krishna20</dc:creator>
      <dc:date>2015-04-29T08:02:04Z</dc:date>
    </item>
    <item>
      <title>Re: Creating Conditional Flags in Script</title>
      <link>https://community.qlik.com/t5/QlikView/Creating-Conditional-Flags-in-Script/m-p/847821#M1010260</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks for the reply Krishna, but no the fields are loaded in separate tables&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 29 Apr 2015 08:04:06 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Creating-Conditional-Flags-in-Script/m-p/847821#M1010260</guid>
      <dc:creator />
      <dc:date>2015-04-29T08:04:06Z</dc:date>
    </item>
    <item>
      <title>Re: Creating Conditional Flags in Script</title>
      <link>https://community.qlik.com/t5/QlikView/Creating-Conditional-Flags-in-Script/m-p/847822#M1010261</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;use this,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;IF(wildmatch(ValueID,'*24*') and wildmatch(IncidentType,'*Accident*') and wildmatch(ListTitle,'*Employee*'),'0','1' ) as Flag&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 29 Apr 2015 08:11:50 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Creating-Conditional-Flags-in-Script/m-p/847822#M1010261</guid>
      <dc:creator>buzzy996</dc:creator>
      <dc:date>2015-04-29T08:11:50Z</dc:date>
    </item>
    <item>
      <title>Re: Creating Conditional Flags in Script</title>
      <link>https://community.qlik.com/t5/QlikView/Creating-Conditional-Flags-in-Script/m-p/847823#M1010262</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 18.6666660308838px;"&gt;Try like below,&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 18.6666660308838px;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 18.6666660308838px;"&gt;if(wildmatch(&lt;SPAN style="color: #800000; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 18.6666660308838px;"&gt;ValueID&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;SPAN style="font-weight: inherit; font-style: inherit; font-size: 18.6666660308838px; font-family: inherit; color: #800000;"&gt;,&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 18.6666660308838px;"&gt;'*24*'&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 18.6666660308838px;"&gt;)&amp;nbsp; and &lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 18.6666660308838px;"&gt;wildmatch(&lt;/SPAN&gt;&lt;SPAN style="font-weight: inherit; font-style: inherit; font-size: 18.6666660308838px; font-family: inherit; color: #800000;"&gt;IncidentType,&lt;/SPAN&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 18.6666660308838px;"&gt;'*Accident*') and &lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 18.6666660308838px;"&gt;wildmatch(&lt;SPAN style="color: #800000; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 18.6666660308838px;"&gt;[ListTitle]&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;SPAN style="font-weight: inherit; font-style: inherit; font-size: 18.6666660308838px; font-family: inherit; color: #800000;"&gt;,&lt;/SPAN&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 18.6666660308838px;"&gt;'&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 18.6666660308838px;"&gt;'*Employee*'&lt;/SPAN&gt;),0,1) as Flag&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 29 Apr 2015 08:12:30 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Creating-Conditional-Flags-in-Script/m-p/847823#M1010262</guid>
      <dc:creator />
      <dc:date>2015-04-29T08:12:30Z</dc:date>
    </item>
    <item>
      <title>Re: Creating Conditional Flags in Script</title>
      <link>https://community.qlik.com/t5/QlikView/Creating-Conditional-Flags-in-Script/m-p/847824#M1010263</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks for the answers &lt;IMG src="https://community.qlik.com/legacyfs/online/emoticons/happy.png" /&gt; &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;It still does not seem to work and I get an error.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Being a complete newbie can this go on a separate line on a new tab or does it need more syntax or to be in the same tab as the load?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 29 Apr 2015 08:16:41 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Creating-Conditional-Flags-in-Script/m-p/847824#M1010263</guid>
      <dc:creator />
      <dc:date>2015-04-29T08:16:41Z</dc:date>
    </item>
    <item>
      <title>Re: Creating Conditional Flags in Script</title>
      <link>https://community.qlik.com/t5/QlikView/Creating-Conditional-Flags-in-Script/m-p/847825#M1010264</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;I think you can achieve it by using Apply Map concept.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 29 Apr 2015 08:22:23 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Creating-Conditional-Flags-in-Script/m-p/847825#M1010264</guid>
      <dc:creator>krishna20</dc:creator>
      <dc:date>2015-04-29T08:22:23Z</dc:date>
    </item>
    <item>
      <title>Re: Creating Conditional Flags in Script</title>
      <link>https://community.qlik.com/t5/QlikView/Creating-Conditional-Flags-in-Script/m-p/847826#M1010265</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;the above sytanx tested and it's working..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;if possible share ur .qvw?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 29 Apr 2015 08:23:41 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Creating-Conditional-Flags-in-Script/m-p/847826#M1010265</guid>
      <dc:creator>buzzy996</dc:creator>
      <dc:date>2015-04-29T08:23:41Z</dc:date>
    </item>
    <item>
      <title>Re: Creating Conditional Flags in Script</title>
      <link>https://community.qlik.com/t5/QlikView/Creating-Conditional-Flags-in-Script/m-p/847827#M1010266</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I have attached the QVW it is very much a work in progress.&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;Datasource has caused a predecessor a lot of headaches and I am trying to go through and streamline it&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 29 Apr 2015 08:29:38 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Creating-Conditional-Flags-in-Script/m-p/847827#M1010266</guid>
      <dc:creator />
      <dc:date>2015-04-29T08:29:38Z</dc:date>
    </item>
    <item>
      <title>Re: Creating Conditional Flags in Script</title>
      <link>https://community.qlik.com/t5/QlikView/Creating-Conditional-Flags-in-Script/m-p/847828#M1010267</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;In Data modeling you need to try like below ,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;GeneralData:&lt;/P&gt;&lt;P&gt;//data load;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;left join(GeneralData)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;mel_InjuryAccidents:&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333330154419px;"&gt;//data load;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333330154419px;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;left join(GeneralData)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;search_Incident_StatusFlags:&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333330154419px;"&gt;//data load;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333330154419px;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333330154419px;"&gt;Noconcatenate&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;New_GeneralData:&lt;/P&gt;&lt;P&gt;LOAD&lt;/P&gt;&lt;P&gt;*,&lt;/P&gt;&lt;P&gt;if(wildmatch(ValueID,'*24*')&amp;nbsp; and wildmatch(IncidentType,'*Accident*') and wildmatch([ListTitle],'*Employee*'),0,1) as flag&lt;/P&gt;&lt;P&gt;Resident GeneralData;&lt;/P&gt;&lt;P&gt;drop table GeneralData;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 29 Apr 2015 09:07:32 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Creating-Conditional-Flags-in-Script/m-p/847828#M1010267</guid>
      <dc:creator />
      <dc:date>2015-04-29T09:07:32Z</dc:date>
    </item>
    <item>
      <title>Re: Creating Conditional Flags in Script</title>
      <link>https://community.qlik.com/t5/QlikView/Creating-Conditional-Flags-in-Script/m-p/847829#M1010268</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks Harshal for the reply&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;My noob status however means I am not sure what you mean and where to put in the syntax/script you mentioned.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;As before this file is something I have taken over and aside from some excel based reports my script knowledge is low&lt;/P&gt;&lt;P&gt;&lt;BR /&gt; &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 29 Apr 2015 09:15:21 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Creating-Conditional-Flags-in-Script/m-p/847829#M1010268</guid>
      <dc:creator />
      <dc:date>2015-04-29T09:15:21Z</dc:date>
    </item>
    <item>
      <title>Re: Creating Conditional Flags in Script</title>
      <link>https://community.qlik.com/t5/QlikView/Creating-Conditional-Flags-in-Script/m-p/847830#M1010269</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You have to perform above in script level only...&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 29 Apr 2015 09:17:44 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Creating-Conditional-Flags-in-Script/m-p/847830#M1010269</guid>
      <dc:creator />
      <dc:date>2015-04-29T09:17:44Z</dc:date>
    </item>
    <item>
      <title>Re: Creating Conditional Flags in Script</title>
      <link>https://community.qlik.com/t5/QlikView/Creating-Conditional-Flags-in-Script/m-p/847831#M1010270</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks Harshal, but as mentioned above where in the script does this go?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 29 Apr 2015 09:24:55 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Creating-Conditional-Flags-in-Script/m-p/847831#M1010270</guid>
      <dc:creator />
      <dc:date>2015-04-29T09:24:55Z</dc:date>
    </item>
    <item>
      <title>Re: Creating Conditional Flags in Script</title>
      <link>https://community.qlik.com/t5/QlikView/Creating-Conditional-Flags-in-Script/m-p/847832#M1010271</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;PFA,&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 29 Apr 2015 09:27:07 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Creating-Conditional-Flags-in-Script/m-p/847832#M1010271</guid>
      <dc:creator />
      <dc:date>2015-04-29T09:27:07Z</dc:date>
    </item>
    <item>
      <title>Re: Creating Conditional Flags in Script</title>
      <link>https://community.qlik.com/t5/QlikView/Creating-Conditional-Flags-in-Script/m-p/847833#M1010272</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks Harshall&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Unfortunately this does not work and I get an error saying "Field ValueID not Found"&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 29 Apr 2015 09:37:51 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Creating-Conditional-Flags-in-Script/m-p/847833#M1010272</guid>
      <dc:creator />
      <dc:date>2015-04-29T09:37:51Z</dc:date>
    </item>
    <item>
      <title>Re: Creating Conditional Flags in Script</title>
      <link>https://community.qlik.com/t5/QlikView/Creating-Conditional-Flags-in-Script/m-p/847834#M1010273</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;PFA,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;load script &amp;amp; see whether flag is created or not..&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 29 Apr 2015 09:39:03 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Creating-Conditional-Flags-in-Script/m-p/847834#M1010273</guid>
      <dc:creator />
      <dc:date>2015-04-29T09:39:03Z</dc:date>
    </item>
    <item>
      <title>Re: Creating Conditional Flags in Script</title>
      <link>https://community.qlik.com/t5/QlikView/Creating-Conditional-Flags-in-Script/m-p/847835#M1010274</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks Harshall&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Flag was created but not without&amp;nbsp; ODBC and other drop table errors (about 10)&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 29 Apr 2015 09:45:27 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Creating-Conditional-Flags-in-Script/m-p/847835#M1010274</guid>
      <dc:creator />
      <dc:date>2015-04-29T09:45:27Z</dc:date>
    </item>
    <item>
      <title>Re: Creating Conditional Flags in Script</title>
      <link>https://community.qlik.com/t5/QlikView/Creating-Conditional-Flags-in-Script/m-p/847836#M1010275</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;Looking at sample file, these fields are coming from different tables. I'll suggest just have extra flag in each tables and flagging wherever the fields are coming from. i.e.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;=If(ValueID = '*24*',0,1)&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; as 7DayFlag //This will be in the table that have ValueID&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;=IF(IncidentType = '*Accident*',0,1) as 7DayFlag&amp;nbsp;&amp;nbsp; //This will be in the table that have IncidentType&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;=IF([ListTitle] = ''*Employee*'),0,1) as 7DayFlag&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; //This will be in the table that have ListTitle&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The other idea is to bring these fields together into 1 table (concatenate), meaning having 3 table for each field and concatenating then loading this single table as Mapping load.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Anyway try the above ideal and let us know what the result is. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 29 Apr 2015 09:45:32 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Creating-Conditional-Flags-in-Script/m-p/847836#M1010275</guid>
      <dc:creator>Gabriel</dc:creator>
      <dc:date>2015-04-29T09:45:32Z</dc:date>
    </item>
    <item>
      <title>Re: Creating Conditional Flags in Script</title>
      <link>https://community.qlik.com/t5/QlikView/Creating-Conditional-Flags-in-Script/m-p/847837#M1010276</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks Gabriel&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Would this then create 3 different flags? as I want one flag to mark all 3 criteria so it is easier to use in graphs etc&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Toby&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 29 Apr 2015 09:50:18 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Creating-Conditional-Flags-in-Script/m-p/847837#M1010276</guid>
      <dc:creator />
      <dc:date>2015-04-29T09:50:18Z</dc:date>
    </item>
    <item>
      <title>Re: Creating Conditional Flags in Script</title>
      <link>https://community.qlik.com/t5/QlikView/Creating-Conditional-Flags-in-Script/m-p/847838#M1010277</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;It also causes issues with Master Calendar script which looks to the General Data table&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 29 Apr 2015 09:53:44 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Creating-Conditional-Flags-in-Script/m-p/847838#M1010277</guid>
      <dc:creator />
      <dc:date>2015-04-29T09:53:44Z</dc:date>
    </item>
  </channel>
</rss>

