<?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 Open Mulitple Sheets with Specific Values in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Open-Mulitple-Sheets-with-Specific-Values/m-p/409597#M489620</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I am at my Intial stages of exploring QlikView 11.&lt;BR /&gt;I have a &lt;STRONG&gt;List Box&lt;/STRONG&gt; having &lt;STRONG&gt;Categories&lt;/STRONG&gt; on the Main Page. ListBox is &lt;STRONG&gt;multi Select.&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;1) Action&lt;/P&gt;&lt;P&gt;2) Animation&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;What I have already done : &lt;/STRONG&gt;&lt;BR /&gt;1) On selecting "Action" from ListBox, a New sheet opens with the Name of CategoryName i.e "Action".&lt;/P&gt;&lt;P&gt;2) On selecting "Animation" from ListBox, a New sheet opens with the Name of CategoryName i.e "Animation".&lt;/P&gt;&lt;P&gt;3) On selecting both: "Action,Animation", both sheet opens, but CategoryName passed is "Action,Animation", which is obvious. &lt;STRONG&gt;BUT I DO NOT WANT THIS.&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This is done through setting value of single common variable : &lt;STRONG&gt;vCategorySelected.&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;What I want : &lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;3) On selecting CategoryName : "Action,Animation", Both sheets must open.&lt;/P&gt;&lt;P&gt; BUT CategoryName= "Action" should only be passed to Action sheet and CategoryName = "Animation" must only be passed to Animation Sheet.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I hope I am able to convey my requirement.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 07 Nov 2012 05:04:16 GMT</pubDate>
    <dc:creator />
    <dc:date>2012-11-07T05:04:16Z</dc:date>
    <item>
      <title>Open Mulitple Sheets with Specific Values</title>
      <link>https://community.qlik.com/t5/QlikView/Open-Mulitple-Sheets-with-Specific-Values/m-p/409597#M489620</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I am at my Intial stages of exploring QlikView 11.&lt;BR /&gt;I have a &lt;STRONG&gt;List Box&lt;/STRONG&gt; having &lt;STRONG&gt;Categories&lt;/STRONG&gt; on the Main Page. ListBox is &lt;STRONG&gt;multi Select.&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;1) Action&lt;/P&gt;&lt;P&gt;2) Animation&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;What I have already done : &lt;/STRONG&gt;&lt;BR /&gt;1) On selecting "Action" from ListBox, a New sheet opens with the Name of CategoryName i.e "Action".&lt;/P&gt;&lt;P&gt;2) On selecting "Animation" from ListBox, a New sheet opens with the Name of CategoryName i.e "Animation".&lt;/P&gt;&lt;P&gt;3) On selecting both: "Action,Animation", both sheet opens, but CategoryName passed is "Action,Animation", which is obvious. &lt;STRONG&gt;BUT I DO NOT WANT THIS.&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This is done through setting value of single common variable : &lt;STRONG&gt;vCategorySelected.&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;What I want : &lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;3) On selecting CategoryName : "Action,Animation", Both sheets must open.&lt;/P&gt;&lt;P&gt; BUT CategoryName= "Action" should only be passed to Action sheet and CategoryName = "Animation" must only be passed to Animation Sheet.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I hope I am able to convey my requirement.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 07 Nov 2012 05:04:16 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Open-Mulitple-Sheets-with-Specific-Values/m-p/409597#M489620</guid>
      <dc:creator />
      <dc:date>2012-11-07T05:04:16Z</dc:date>
    </item>
    <item>
      <title>Re: Open Mulitple Sheets with Specific Values</title>
      <link>https://community.qlik.com/t5/QlikView/Open-Mulitple-Sheets-with-Specific-Values/m-p/409598#M489621</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Angad,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In that case can you put conditions in your expressions for the chart's to restrict the data.&lt;/P&gt;&lt;P&gt;i.e. on Actions tab in chart Expression use condition like If(CategoryName = 'Actions'&lt;/P&gt;&lt;P&gt;same way in you Animations tab as well.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 07 Nov 2012 06:45:06 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Open-Mulitple-Sheets-with-Specific-Values/m-p/409598#M489621</guid>
      <dc:creator>amars</dc:creator>
      <dc:date>2012-11-07T06:45:06Z</dc:date>
    </item>
    <item>
      <title>Re: Open Mulitple Sheets with Specific Values</title>
      <link>https://community.qlik.com/t5/QlikView/Open-Mulitple-Sheets-with-Specific-Values/m-p/409599#M489622</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 write macro and have different variable for each list box.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;HTH&lt;/P&gt;&lt;P&gt;Sushil&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 07 Nov 2012 06:51:23 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Open-Mulitple-Sheets-with-Specific-Values/m-p/409599#M489622</guid>
      <dc:creator>sushil353</dc:creator>
      <dc:date>2012-11-07T06:51:23Z</dc:date>
    </item>
    <item>
      <title>Re: Open Mulitple Sheets with Specific Values</title>
      <link>https://community.qlik.com/t5/QlikView/Open-Mulitple-Sheets-with-Specific-Values/m-p/409600#M489623</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi amars,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks for your response, yes that did work for Chart Expressions. But what if I am having a TableBox on "Action" sheet using the CategoryName, how would I use it there. Since if i use it in the calculation condition of TableBox, then the CategoryName is already being set to "Action, Animation". &lt;/P&gt;&lt;P&gt;And if use the If condition in calculation condition it gives error: condition unfulfilled.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 07 Nov 2012 07:14:32 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Open-Mulitple-Sheets-with-Specific-Values/m-p/409600#M489623</guid>
      <dc:creator />
      <dc:date>2012-11-07T07:14:32Z</dc:date>
    </item>
    <item>
      <title>Re: Open Mulitple Sheets with Specific Values</title>
      <link>https://community.qlik.com/t5/QlikView/Open-Mulitple-Sheets-with-Specific-Values/m-p/409601#M489624</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello Sushil, &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks for your response, since i am still a beginner, I am not aware much about macros, is it possible that if you could guide me through steps. ?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;P&gt;Angad&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 07 Nov 2012 07:16:15 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Open-Mulitple-Sheets-with-Specific-Values/m-p/409601#M489624</guid>
      <dc:creator />
      <dc:date>2012-11-07T07:16:15Z</dc:date>
    </item>
    <item>
      <title>Re: Open Mulitple Sheets with Specific Values</title>
      <link>https://community.qlik.com/t5/QlikView/Open-Mulitple-Sheets-with-Specific-Values/m-p/409602#M489625</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;By Adding hardcoded If in each expresson, I was able to achieve this by using Straight Table instead of Table Box.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 07 Nov 2012 08:19:18 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Open-Mulitple-Sheets-with-Specific-Values/m-p/409602#M489625</guid>
      <dc:creator />
      <dc:date>2012-11-07T08:19:18Z</dc:date>
    </item>
    <item>
      <title>Re: Open Mulitple Sheets with Specific Values</title>
      <link>https://community.qlik.com/t5/QlikView/Open-Mulitple-Sheets-with-Specific-Values/m-p/409603#M489626</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Angad,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Sorry for late reply was busy with some work.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;For Tables what you can do is you can create a field in your script like&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;IF(CategoryName = 'Actions', CategoryName) as CategoryName1&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Now this will hold only "Actions" as the value for other values CategoryName1 will be NULL.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Now to supress the records in ur Table where CategoryName is not "Actions" simply add the Field CategoryName1 and select the property Omit Row When Field is NULL.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG __jive_id="24746" class="jive-image-thumbnail jive-image" height="255" onclick="" alt="Test 7.JPG" src="/legacyfs/online/24746_Test 7.JPG" width="451" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope this helps.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;P&gt;Amar&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 07 Nov 2012 11:11:58 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Open-Mulitple-Sheets-with-Specific-Values/m-p/409603#M489626</guid>
      <dc:creator>amars</dc:creator>
      <dc:date>2012-11-07T11:11:58Z</dc:date>
    </item>
    <item>
      <title>Re: Open Mulitple Sheets with Specific Values</title>
      <link>https://community.qlik.com/t5/QlikView/Open-Mulitple-Sheets-with-Specific-Values/m-p/409604#M489627</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks amars for your response, I have noted down this approach for if i use Table Box in future. For now I handled this by using the Straight Table instead.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;P&gt;Angad&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 09 Nov 2012 05:40:12 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Open-Mulitple-Sheets-with-Specific-Values/m-p/409604#M489627</guid>
      <dc:creator />
      <dc:date>2012-11-09T05:40:12Z</dc:date>
    </item>
  </channel>
</rss>

