<?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: flag in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/flag/m-p/1282353#M845667</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello John&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Grüsse Gerold&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 27 Mar 2017 04:57:58 GMT</pubDate>
    <dc:creator>gerry_hdm</dc:creator>
    <dc:date>2017-03-27T04:57:58Z</dc:date>
    <item>
      <title>flag</title>
      <link>https://community.qlik.com/t5/QlikView/flag/m-p/1282349#M845663</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;Please find the attachment of the sample excel and qvw file , &lt;/P&gt;&lt;P&gt;I want to have a field in the script level which will have only those teams names which has "iperformance"&lt;/P&gt;&lt;P&gt;and also a flag which is 1 if team is iperformance . &lt;/P&gt;&lt;P&gt;Thanks &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 25 Nov 2020 16:16:04 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/flag/m-p/1282349#M845663</guid>
      <dc:creator>smilingjohn</dc:creator>
      <dc:date>2020-11-25T16:16:04Z</dc:date>
    </item>
    <item>
      <title>Re: flag</title>
      <link>https://community.qlik.com/t5/QlikView/flag/m-p/1282350#M845664</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;May be you can try below script&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;LOAD Team, &lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; ID, &lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; loc,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; if(WildMatch(Team,'*iPerformance*'),1,0) as flag_isIperf&lt;/P&gt;&lt;P&gt;FROM&lt;/P&gt;&lt;P&gt;&lt;D&gt;&lt;/D&gt;&lt;/P&gt;&lt;P&gt;(ooxml, embedded labels, table is Iper);&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 27 Mar 2017 04:30:32 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/flag/m-p/1282350#M845664</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2017-03-27T04:30:32Z</dc:date>
    </item>
    <item>
      <title>Re: flag</title>
      <link>https://community.qlik.com/t5/QlikView/flag/m-p/1282351#M845665</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thakns Shiva &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;this will give me a filter , but i want to have a seprate field from the team field which will have only ieprformace in it . &lt;/P&gt;&lt;P&gt;Regards &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 27 Mar 2017 04:39:44 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/flag/m-p/1282351#M845665</guid>
      <dc:creator>smilingjohn</dc:creator>
      <dc:date>2017-03-27T04:39:44Z</dc:date>
    </item>
    <item>
      <title>Re: flag</title>
      <link>https://community.qlik.com/t5/QlikView/flag/m-p/1282352#M845666</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Didn't get you exactly. Do you want a field like column2 with value **** iperformance as value for those records which has the word in the team name&amp;nbsp; and empty for other records. If yes, Please try something like below,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;LOAD Team,&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; ID,&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; loc,&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; if(WildMatch(Team,'*iPerformance*'),1,0) as flag_isIperf,&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; if(WildMatch(Team,'*iPerformance*'),&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;Team&lt;/SPAN&gt;,'') as NewTeam_Field&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;FROM&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;D&gt;&lt;/D&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;(ooxml, embedded labels, table is Iper);&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 27 Mar 2017 04:45:05 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/flag/m-p/1282352#M845666</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2017-03-27T04:45:05Z</dc:date>
    </item>
    <item>
      <title>Re: flag</title>
      <link>https://community.qlik.com/t5/QlikView/flag/m-p/1282353#M845667</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello John&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Grüsse Gerold&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 27 Mar 2017 04:57:58 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/flag/m-p/1282353#M845667</guid>
      <dc:creator>gerry_hdm</dc:creator>
      <dc:date>2017-03-27T04:57:58Z</dc:date>
    </item>
    <item>
      <title>Re: flag</title>
      <link>https://community.qlik.com/t5/QlikView/flag/m-p/1282354#M845668</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Here is a example &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Gerold&amp;nbsp; &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 27 Mar 2017 04:59:28 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/flag/m-p/1282354#M845668</guid>
      <dc:creator>gerry_hdm</dc:creator>
      <dc:date>2017-03-27T04:59:28Z</dc:date>
    </item>
    <item>
      <title>Re: flag</title>
      <link>https://community.qlik.com/t5/QlikView/flag/m-p/1282355#M845669</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks shiva this is what i wanted , &lt;/P&gt;&lt;P&gt;and one more thing shiva , when i creat the filter for iPerformance , i have to show it like thi in the frnt end , as shwon in the screenshot. &lt;IMG alt="perf.PNG" class="jive-image image-1" src="https://community.qlik.com/legacyfs/online/157632_perf.PNG" style="height: auto;" /&gt;&lt;/P&gt;&lt;P&gt;Wheni click in the check box it should show me all the value re;ated to iperformance , &lt;/P&gt;&lt;P&gt;I tried to that but when i take filet i have 0 and 1 , 'where&amp;nbsp; as the requirement is to show a check box filter , if we click on the check box it is like selecting 1 . &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 27 Mar 2017 05:06:54 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/flag/m-p/1282355#M845669</guid>
      <dc:creator>smilingjohn</dc:creator>
      <dc:date>2017-03-27T05:06:54Z</dc:date>
    </item>
    <item>
      <title>Re: flag</title>
      <link>https://community.qlik.com/t5/QlikView/flag/m-p/1282356#M845670</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;May be like this&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 27 Mar 2017 05:33:54 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/flag/m-p/1282356#M845670</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2017-03-27T05:33:54Z</dc:date>
    </item>
  </channel>
</rss>

