<?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: set filter in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/set-filter/m-p/1328627#M826280</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;thanks all for clear explanations &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;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;P&gt;Sonica !!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 19 Jul 2017 09:24:51 GMT</pubDate>
    <dc:creator>soniasweety</dc:creator>
    <dc:date>2017-07-19T09:24:51Z</dc:date>
    <item>
      <title>set filter</title>
      <link>https://community.qlik.com/t5/QlikView/set-filter/m-p/1328622#M826275</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 have below expression in my table ,,so I want to include the some filter value within it how can I do this?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;.if(Time&amp;gt;=Normal and Time&amp;lt;=Urgent,number,0)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;in above&amp;nbsp; Type={'VM','SO'}&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; how to include this in above expression?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;P&gt;Sonica&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/set-filter/m-p/1328622#M826275</guid>
      <dc:creator>soniasweety</dc:creator>
      <dc:date>2020-11-25T16:16:04Z</dc:date>
    </item>
    <item>
      <title>Re: set filter</title>
      <link>https://community.qlik.com/t5/QlikView/set-filter/m-p/1328623#M826276</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;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Only({&amp;lt;Type={'VM','SO'}&amp;gt;} If(Time &amp;gt;= Normal and Time&amp;lt;= Urgent, number, 0))&lt;/STRONG&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 18 Jul 2017 14:01:48 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/set-filter/m-p/1328623#M826276</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2017-07-18T14:01:48Z</dc:date>
    </item>
    <item>
      <title>Re: set filter</title>
      <link>https://community.qlik.com/t5/QlikView/set-filter/m-p/1328624#M826277</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;tq sunny,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;if I want to write that with setanalysis&amp;nbsp; total exp without if?&amp;nbsp;&amp;nbsp; how can I write?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 19 Jul 2017 03:37:00 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/set-filter/m-p/1328624#M826277</guid>
      <dc:creator>soniasweety</dc:creator>
      <dc:date>2017-07-19T03:37:00Z</dc:date>
    </item>
    <item>
      <title>Re: set filter</title>
      <link>https://community.qlik.com/t5/QlikView/set-filter/m-p/1328625#M826278</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You can create one field in script for if condition&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;LOAD ..&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;if(Time&amp;gt;=Normal and Time&amp;lt;=Urgent,number,0) as &lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;number_final&lt;/SPAN&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: 13px;"&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: 13px;"&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: 13px;"&gt;Now you can write the expression as &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: 13px;"&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: 13px;"&gt;&lt;EM&gt;=sum({&amp;lt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;Type={'VM','SO'} &lt;/SPAN&gt;&amp;gt;} &lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;number_final&lt;/SPAN&gt;)&lt;/EM&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 19 Jul 2017 07:09:59 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/set-filter/m-p/1328625#M826278</guid>
      <dc:creator>Kushal_Chawda</dc:creator>
      <dc:date>2017-07-19T07:09:59Z</dc:date>
    </item>
    <item>
      <title>Re: set filter</title>
      <link>https://community.qlik.com/t5/QlikView/set-filter/m-p/1328626#M826279</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;If Time,Normal and Urgent all three field coming from one table then create flag in script &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;like &lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;if(Time&amp;gt;=Normal and Time&amp;lt;=Urgent,'1','0') as flag&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: 13px;"&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: 13px;"&gt;then your set expression try like&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;only({&amp;lt;flag={"1"},&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;Type={'VM','SO'}&lt;/SPAN&gt;&amp;gt;}number)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 19 Jul 2017 07:18:06 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/set-filter/m-p/1328626#M826279</guid>
      <dc:creator>PrashantSangle</dc:creator>
      <dc:date>2017-07-19T07:18:06Z</dc:date>
    </item>
    <item>
      <title>Re: set filter</title>
      <link>https://community.qlik.com/t5/QlikView/set-filter/m-p/1328627#M826280</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;thanks all for clear explanations &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;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;P&gt;Sonica !!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 19 Jul 2017 09:24:51 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/set-filter/m-p/1328627#M826280</guid>
      <dc:creator>soniasweety</dc:creator>
      <dc:date>2017-07-19T09:24:51Z</dc:date>
    </item>
  </channel>
</rss>

