<?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 Variables between alternate states in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Variables-between-alternate-states/m-p/887281#M989803</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I need a help.&lt;/P&gt;&lt;P&gt;In an inherited Alternate state:&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;I have "Projects" List box.&lt;/LI&gt;&lt;LI&gt;A button with set variable action that puts the value of the selected project in a variable vProject.&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In alternate state AS1:&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;A list box that has to display all the tasks related to the selected project (The value of the variable).&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I tried lots of expressions such as :&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;=if([Project Name]=$(vProject),[Task Name],'-')&lt;/LI&gt;&lt;LI&gt;=only({$&amp;lt;[Project Name]=$(vProject),&amp;gt;}[Task Name])&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;And I am not getting the answer. Any suggestions?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 16 Jul 2015 07:04:31 GMT</pubDate>
    <dc:creator>nancy_sbeity</dc:creator>
    <dc:date>2015-07-16T07:04:31Z</dc:date>
    <item>
      <title>Variables between alternate states</title>
      <link>https://community.qlik.com/t5/QlikView/Variables-between-alternate-states/m-p/887281#M989803</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I need a help.&lt;/P&gt;&lt;P&gt;In an inherited Alternate state:&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;I have "Projects" List box.&lt;/LI&gt;&lt;LI&gt;A button with set variable action that puts the value of the selected project in a variable vProject.&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In alternate state AS1:&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;A list box that has to display all the tasks related to the selected project (The value of the variable).&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I tried lots of expressions such as :&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;=if([Project Name]=$(vProject),[Task Name],'-')&lt;/LI&gt;&lt;LI&gt;=only({$&amp;lt;[Project Name]=$(vProject),&amp;gt;}[Task Name])&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;And I am not getting the answer. Any suggestions?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 16 Jul 2015 07:04:31 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Variables-between-alternate-states/m-p/887281#M989803</guid>
      <dc:creator>nancy_sbeity</dc:creator>
      <dc:date>2015-07-16T07:04:31Z</dc:date>
    </item>
    <item>
      <title>Re: Variables between alternate states</title>
      <link>https://community.qlik.com/t5/QlikView/Variables-between-alternate-states/m-p/887282#M989804</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;May be like:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;=&lt;STRONG&gt;Aggr&lt;/STRONG&gt;(only({$&amp;lt;[Project Name]=&lt;STRONG&gt;$::&lt;/STRONG&gt;[Project Name]&amp;gt;}[Task Name]), [Task Name] )&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 16 Jul 2015 07:14:50 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Variables-between-alternate-states/m-p/887282#M989804</guid>
      <dc:creator>tresB</dc:creator>
      <dc:date>2015-07-16T07:14:50Z</dc:date>
    </item>
    <item>
      <title>Re: Variables between alternate states</title>
      <link>https://community.qlik.com/t5/QlikView/Variables-between-alternate-states/m-p/887283#M989805</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thank youu,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;It works.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 16 Jul 2015 07:39:31 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Variables-between-alternate-states/m-p/887283#M989805</guid>
      <dc:creator>nancy_sbeity</dc:creator>
      <dc:date>2015-07-16T07:39:31Z</dc:date>
    </item>
    <item>
      <title>Re: Variables between alternate states</title>
      <link>https://community.qlik.com/t5/QlikView/Variables-between-alternate-states/m-p/887284#M989806</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;If you close this thread by marking the reply 'Correct' , other people searching for similar problem resolution would find it easily and be helped. Not only that, your marking would put some points in my bag - a deserved appreciation from you. &lt;IMG src="https://community.qlik.com/legacyfs/online/emoticons/silly.png" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 16 Jul 2015 07:46:14 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Variables-between-alternate-states/m-p/887284#M989806</guid>
      <dc:creator>tresB</dc:creator>
      <dc:date>2015-07-16T07:46:14Z</dc:date>
    </item>
  </channel>
</rss>

