<?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: activate sheet based on selection in multibox. in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/activate-sheet-based-on-selection-in-multibox/m-p/523651#M1140366</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hi...&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 16 Sep 2013 05:49:39 GMT</pubDate>
    <dc:creator />
    <dc:date>2013-09-16T05:49:39Z</dc:date>
    <item>
      <title>activate sheet based on selection in multibox.</title>
      <link>https://community.qlik.com/t5/QlikView/activate-sheet-based-on-selection-in-multibox/m-p/523648#M1140358</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I had a muti box conenction with values (postpaid, prepaid).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;On the selection of 'prepaid', sheet1 should be activated and on selection of 'postpaid' sheet 2 should be activated.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;can anyone suggest me how can i achieve this?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 16 Sep 2013 05:23:15 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/activate-sheet-based-on-selection-in-multibox/m-p/523648#M1140358</guid>
      <dc:creator />
      <dc:date>2013-09-16T05:23:15Z</dc:date>
    </item>
    <item>
      <title>Re: activate sheet based on selection in multibox.</title>
      <link>https://community.qlik.com/t5/QlikView/activate-sheet-based-on-selection-in-multibox/m-p/523649#M1140360</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You can achieve this by writing field Event triggers.&lt;/P&gt;&lt;P&gt;Go to Properties-Document Settings-Triggers-Field Event Triggers.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Then on The required field add an action :&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Action Type : Layout&lt;/P&gt;&lt;P&gt;Action : Activate Sheet&lt;/P&gt;&lt;P&gt;Here give the sheet id which you want to activate.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope this helps!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 16 Sep 2013 05:41:04 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/activate-sheet-based-on-selection-in-multibox/m-p/523649#M1140360</guid>
      <dc:creator />
      <dc:date>2013-09-16T05:41:04Z</dc:date>
    </item>
    <item>
      <title>Re: activate sheet based on selection in multibox.</title>
      <link>https://community.qlik.com/t5/QlikView/activate-sheet-based-on-selection-in-multibox/m-p/523650#M1140363</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp; PFA......... Hope it is helpful for you.........&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Nirmal.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 16 Sep 2013 05:44:17 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/activate-sheet-based-on-selection-in-multibox/m-p/523650#M1140363</guid>
      <dc:creator />
      <dc:date>2013-09-16T05:44:17Z</dc:date>
    </item>
    <item>
      <title>Re: activate sheet based on selection in multibox.</title>
      <link>https://community.qlik.com/t5/QlikView/activate-sheet-based-on-selection-in-multibox/m-p/523651#M1140366</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hi...&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 16 Sep 2013 05:49:39 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/activate-sheet-based-on-selection-in-multibox/m-p/523651#M1140366</guid>
      <dc:creator />
      <dc:date>2013-09-16T05:49:39Z</dc:date>
    </item>
    <item>
      <title>Re: activate sheet based on selection in multibox.</title>
      <link>https://community.qlik.com/t5/QlikView/activate-sheet-based-on-selection-in-multibox/m-p/523652#M1140370</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;go to sheet1 then right click the mouse and select properties &lt;/P&gt;&lt;P&gt;then in the general tab , in the show sheet select conditional &lt;/P&gt;&lt;P&gt;in the condition box insert match(getfieldselections(Field1),'&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;postpaid&lt;/SPAN&gt;')&amp;gt;0&lt;/P&gt;&lt;P&gt;where Field1 is the field in your multibox &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;for sheet 2 insert the condition match(getfieldselections(Field1),'&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;postpaid&lt;/SPAN&gt;')&amp;gt;0&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 16 Sep 2013 06:00:26 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/activate-sheet-based-on-selection-in-multibox/m-p/523652#M1140370</guid>
      <dc:creator>lironbaram</dc:creator>
      <dc:date>2013-09-16T06:00:26Z</dc:date>
    </item>
    <item>
      <title>Re: activate sheet based on selection in multibox.</title>
      <link>https://community.qlik.com/t5/QlikView/activate-sheet-based-on-selection-in-multibox/m-p/523653#M1140374</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hii&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;PFA&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 16 Sep 2013 06:06:31 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/activate-sheet-based-on-selection-in-multibox/m-p/523653#M1140374</guid>
      <dc:creator>vikasmahajan</dc:creator>
      <dc:date>2013-09-16T06:06:31Z</dc:date>
    </item>
    <item>
      <title>Re: activate sheet based on selection in multibox.</title>
      <link>https://community.qlik.com/t5/QlikView/activate-sheet-based-on-selection-in-multibox/m-p/523654#M1140377</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;PFA. Using a trigger.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 16 Sep 2013 06:17:13 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/activate-sheet-based-on-selection-in-multibox/m-p/523654#M1140377</guid>
      <dc:creator>tresB</dc:creator>
      <dc:date>2013-09-16T06:17:13Z</dc:date>
    </item>
    <item>
      <title>Re: activate sheet based on selection in multibox.</title>
      <link>https://community.qlik.com/t5/QlikView/activate-sheet-based-on-selection-in-multibox/m-p/523655#M1140378</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Go to the Sheet1 properties-&amp;gt;General-&amp;gt;Conditional-&amp;gt;In expression write =values='&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;prepaid&lt;/SPAN&gt;'&lt;/P&gt;&lt;P&gt;Go to the Sheet2 properties-&amp;gt;General-&amp;gt;Conditional-&amp;gt;In expression write =values='&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;postpaid&lt;/SPAN&gt;'&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 16 Sep 2013 06:26:21 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/activate-sheet-based-on-selection-in-multibox/m-p/523655#M1140378</guid>
      <dc:creator />
      <dc:date>2013-09-16T06:26:21Z</dc:date>
    </item>
    <item>
      <title>Re: activate sheet based on selection in multibox.</title>
      <link>https://community.qlik.com/t5/QlikView/activate-sheet-based-on-selection-in-multibox/m-p/523656#M1140379</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;SPAN style="font-family: calibri, verdana, arial, sans-serif;"&gt;Hi Kausalya,&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: calibri, verdana, arial, sans-serif;"&gt;Try this.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: calibri, verdana, arial, sans-serif;"&gt;Regards,&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: calibri, verdana, arial, sans-serif;"&gt;Tom&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 16 Sep 2013 07:05:55 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/activate-sheet-based-on-selection-in-multibox/m-p/523656#M1140379</guid>
      <dc:creator>thomas_skariah</dc:creator>
      <dc:date>2013-09-16T07:05:55Z</dc:date>
    </item>
  </channel>
</rss>

