<?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: Get value into variable based on condition in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Get-value-into-variable-based-on-condition/m-p/664236#M241889</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Try with this definition&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;=only({&amp;lt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;ID={5}&lt;/SPAN&gt;&amp;gt;}&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;Description&lt;/SPAN&gt;)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;ASHFAQ&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 22 Sep 2014 16:40:38 GMT</pubDate>
    <dc:creator>ashfaq_haseeb</dc:creator>
    <dc:date>2014-09-22T16:40:38Z</dc:date>
    <item>
      <title>Get value into variable based on condition</title>
      <link>https://community.qlik.com/t5/QlikView/Get-value-into-variable-based-on-condition/m-p/664234#M241887</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I have table as below-&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; Tab2:&lt;/P&gt;&lt;P&gt;ID, Description&lt;BR /&gt; 1, India&lt;BR /&gt; 2, China&lt;BR /&gt; 3, USA&lt;BR /&gt; 4, NY&lt;BR /&gt; 5, NJ&lt;BR /&gt; 6, SA&lt;/P&gt;&lt;P&gt;In my variable I want to move particular value.&lt;/P&gt;&lt;P&gt;E.g.&lt;/P&gt;&lt;P&gt;Variable1 = Description where ID = 5.&lt;/P&gt;&lt;P&gt;Variable1 will have value of 'NJ'.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 22 Sep 2014 15:11:39 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Get-value-into-variable-based-on-condition/m-p/664234#M241887</guid>
      <dc:creator />
      <dc:date>2014-09-22T15:11:39Z</dc:date>
    </item>
    <item>
      <title>Re: Get value into variable based on condition</title>
      <link>https://community.qlik.com/t5/QlikView/Get-value-into-variable-based-on-condition/m-p/664235#M241888</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Can any body help on this?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 22 Sep 2014 16:11:21 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Get-value-into-variable-based-on-condition/m-p/664235#M241888</guid>
      <dc:creator />
      <dc:date>2014-09-22T16:11:21Z</dc:date>
    </item>
    <item>
      <title>Re: Get value into variable based on condition</title>
      <link>https://community.qlik.com/t5/QlikView/Get-value-into-variable-based-on-condition/m-p/664236#M241889</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Try with this definition&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;=only({&amp;lt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;ID={5}&lt;/SPAN&gt;&amp;gt;}&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;Description&lt;/SPAN&gt;)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;ASHFAQ&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 22 Sep 2014 16:40:38 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Get-value-into-variable-based-on-condition/m-p/664236#M241889</guid>
      <dc:creator>ashfaq_haseeb</dc:creator>
      <dc:date>2014-09-22T16:40:38Z</dc:date>
    </item>
    <item>
      <title>Re: Get value into variable based on condition</title>
      <link>https://community.qlik.com/t5/QlikView/Get-value-into-variable-based-on-condition/m-p/664237#M241890</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Don't know how to do it in the script but,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Would it be suitable to pass the value after scripting just defining in the variable overview panel?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;To define it, would be like this:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;=Only({$&amp;lt;ID = {"4"}&amp;gt;} Description)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope it helps. Find attached an example.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 22 Sep 2014 16:43:56 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Get-value-into-variable-based-on-condition/m-p/664237#M241890</guid>
      <dc:creator>alex_millan</dc:creator>
      <dc:date>2014-09-22T16:43:56Z</dc:date>
    </item>
    <item>
      <title>Re: Get value into variable based on condition</title>
      <link>https://community.qlik.com/t5/QlikView/Get-value-into-variable-based-on-condition/m-p/664238#M241891</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Ashfaq,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks for reply.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 22 Sep 2014 17:07:17 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Get-value-into-variable-based-on-condition/m-p/664238#M241891</guid>
      <dc:creator />
      <dc:date>2014-09-22T17:07:17Z</dc:date>
    </item>
    <item>
      <title>Re: Get value into variable based on condition</title>
      <link>https://community.qlik.com/t5/QlikView/Get-value-into-variable-based-on-condition/m-p/664239#M241892</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks Alex.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 22 Sep 2014 17:07:57 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Get-value-into-variable-based-on-condition/m-p/664239#M241892</guid>
      <dc:creator />
      <dc:date>2014-09-22T17:07:57Z</dc:date>
    </item>
  </channel>
</rss>

