<?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: How to use between for Alphanumeric Values in if condition. in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/How-to-use-between-for-Alphanumeric-Values-in-if-condition/m-p/1530717#M438724</link>
    <description>&lt;P&gt;Anyone have any work around for this.&lt;/P&gt;&lt;P&gt;It will be helpful.&lt;/P&gt;</description>
    <pubDate>Wed, 16 Jan 2019 06:37:05 GMT</pubDate>
    <dc:creator>renuka_sasikumar</dc:creator>
    <dc:date>2019-01-16T06:37:05Z</dc:date>
    <item>
      <title>How to use between for Alphanumeric Values in if condition.</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-use-between-for-Alphanumeric-Values-in-if-condition/m-p/1529290#M438624</link>
      <description>&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;I have to build a logic in script end where I have to calculate value on the basis of some filtration.&lt;/P&gt;&lt;P&gt;for e.g.: I have a field named &lt;STRONG&gt;Value&lt;/STRONG&gt;, and to check is Record Type = F and Item in (ZABC,ZABD,ZALB, &lt;STRONG&gt;ZANC to ZAX2&lt;/STRONG&gt;).&lt;/P&gt;&lt;P&gt;So how should I go about it, I tried by doing this which is not correct, I will have problem in future if&amp;nbsp;there is any new ITEM added in Master.&amp;nbsp;&lt;/P&gt;&lt;P&gt;IF(REC_TYPE=F AND (MATCH(ITEM,&lt;SPAN&gt;ZABC,ZABD,ZALB,&amp;nbsp;&lt;/SPAN&gt;&lt;STRONG&gt;ZANC,ZAP1,ZALN,ZAX2&lt;/STRONG&gt;)),VALUE)&amp;nbsp; as Value1&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Can anyone help me with the solution which doesn't required manual entry in future.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Renuka Sasikumar&lt;/P&gt;</description>
      <pubDate>Sat, 16 Nov 2024 04:47:17 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-use-between-for-Alphanumeric-Values-in-if-condition/m-p/1529290#M438624</guid>
      <dc:creator>renuka_sasikumar</dc:creator>
      <dc:date>2024-11-16T04:47:17Z</dc:date>
    </item>
    <item>
      <title>Re: How to use between for Alphanumeric Values in if condition.</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-use-between-for-Alphanumeric-Values-in-if-condition/m-p/1529299#M438625</link>
      <description>&lt;P&gt;Hi Renuka,&lt;/P&gt;&lt;P&gt;Could you please elaborate along with a sample attachment.&lt;/P&gt;&lt;P&gt;It does 'nt seem to be very clear&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 11 Jan 2019 07:58:11 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-use-between-for-Alphanumeric-Values-in-if-condition/m-p/1529299#M438625</guid>
      <dc:creator>anushree1</dc:creator>
      <dc:date>2019-01-11T07:58:11Z</dc:date>
    </item>
    <item>
      <title>Re: How to use between for Alphanumeric Values in if condition.</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-use-between-for-Alphanumeric-Values-in-if-condition/m-p/1529369#M438627</link>
      <description>&lt;P&gt;Attached the App.&lt;/P&gt;</description>
      <pubDate>Fri, 11 Jan 2019 09:50:09 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-use-between-for-Alphanumeric-Values-in-if-condition/m-p/1529369#M438627</guid>
      <dc:creator>renuka_sasikumar</dc:creator>
      <dc:date>2019-01-11T09:50:09Z</dc:date>
    </item>
    <item>
      <title>Re: How to use between for Alphanumeric Values in if condition.</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-use-between-for-Alphanumeric-Values-in-if-condition/m-p/1529379#M438629</link>
      <description>&lt;P&gt;Hi Renuka,&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;I am not sure if I got the requirement right to make things easy i put a inline table which states what are the essential Items you would want to filter and have only those loaded to the Fact so that if the list of essential filters change you can update the Item_check Inline Table and get the required rows.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;Hope this helps, if not please explain what you have been actually looking for.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;Please check the attachment&amp;nbsp;&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Fri, 11 Jan 2019 10:10:18 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-use-between-for-Alphanumeric-Values-in-if-condition/m-p/1529379#M438629</guid>
      <dc:creator>anushree1</dc:creator>
      <dc:date>2019-01-11T10:10:18Z</dc:date>
    </item>
    <item>
      <title>Re: How to use between for Alphanumeric Values in if condition.</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-use-between-for-Alphanumeric-Values-in-if-condition/m-p/1529405#M438631</link>
      <description>&lt;P&gt;Thank You, But this is not what I required. U are defining it as what u required in Item, But there maybe such Item which we don't know but it appears in between&amp;nbsp;&lt;STRONG&gt;ZANC to ZAX2 (Item comes from Master Table)&lt;/STRONG&gt;.&lt;/P&gt;&lt;P&gt;Plus this is not the only logic which I have to apply, same like I have around 20-30. Currently I am hard coding it using IF condition.&lt;/P&gt;&lt;P&gt;Hope you got what I required it.&lt;/P&gt;</description>
      <pubDate>Fri, 11 Jan 2019 10:38:30 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-use-between-for-Alphanumeric-Values-in-if-condition/m-p/1529405#M438631</guid>
      <dc:creator>renuka_sasikumar</dc:creator>
      <dc:date>2019-01-11T10:38:30Z</dc:date>
    </item>
    <item>
      <title>Re: How to use between for Alphanumeric Values in if condition.</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-use-between-for-Alphanumeric-Values-in-if-condition/m-p/1530717#M438724</link>
      <description>&lt;P&gt;Anyone have any work around for this.&lt;/P&gt;&lt;P&gt;It will be helpful.&lt;/P&gt;</description>
      <pubDate>Wed, 16 Jan 2019 06:37:05 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-use-between-for-Alphanumeric-Values-in-if-condition/m-p/1530717#M438724</guid>
      <dc:creator>renuka_sasikumar</dc:creator>
      <dc:date>2019-01-16T06:37:05Z</dc:date>
    </item>
  </channel>
</rss>

