<?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: Conditional Show for Sheet on Field Selection in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Conditional-Show-for-Sheet-on-Field-Selection/m-p/735897#M263302</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;you may use the below condition in the Conditional Show field of the particular sheet.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;=SubStringCount('|' &amp;amp; Concat(distinct [ComplaintsTab], '|') &amp;amp; '|', '|Account Support|')&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;It should work&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;thanks.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 19 Sep 2014 06:21:03 GMT</pubDate>
    <dc:creator />
    <dc:date>2014-09-19T06:21:03Z</dc:date>
    <item>
      <title>Conditional Show for Sheet on Field Selection</title>
      <link>https://community.qlik.com/t5/QlikView/Conditional-Show-for-Sheet-on-Field-Selection/m-p/735894#M263299</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I have a report where I have 3 different input files that share 13 fields between them. The other fields are all unique to that input file. In the QV report, I have a tab with the shared criteria and some main charts, but I have3 other tabs with additional breakout reporting and fields realted to that specific input file. I have seen it before, but was unable to find a related topic in the QV Community for what I need.&lt;/P&gt;&lt;P&gt;I only want a sheet to show on the condition that that tab is selected in the ComplaintsTab field on the Shared sheet. I could not figure out the right expression for each of the 3 tabs to make them show. When I select Account Support on the Shared Criteria sheet, I want the Account Support sheet to show.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I thought it would be as easy as an expression saying if (ComplaintsTab='Account Support') as the condition show for the sheet...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I attached a mock version of the report for reference if anyone could help me figure this out.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 18 Sep 2014 21:28:27 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Conditional-Show-for-Sheet-on-Field-Selection/m-p/735894#M263299</guid>
      <dc:creator>MalcolmCICWF</dc:creator>
      <dc:date>2014-09-18T21:28:27Z</dc:date>
    </item>
    <item>
      <title>Re: Conditional Show for Sheet on Field Selection</title>
      <link>https://community.qlik.com/t5/QlikView/Conditional-Show-for-Sheet-on-Field-Selection/m-p/735895#M263300</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;GetFieldSelections(ComplaintsTab) = 'Account Support'&lt;/P&gt;&lt;P&gt;and in the same for all another sheets&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;for the sheet activating, you can add trigger over the ConplaintsTab field:&lt;/P&gt;&lt;P&gt;"OnSelect" -&amp;gt;Activate Next Sheet&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;sample attached&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 19 Sep 2014 05:52:05 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Conditional-Show-for-Sheet-on-Field-Selection/m-p/735895#M263300</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2014-09-19T05:52:05Z</dc:date>
    </item>
    <item>
      <title>Re: Conditional Show for Sheet on Field Selection</title>
      <link>https://community.qlik.com/t5/QlikView/Conditional-Show-for-Sheet-on-Field-Selection/m-p/735896#M263301</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;May be like attached sample:&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 19 Sep 2014 06:05:15 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Conditional-Show-for-Sheet-on-Field-Selection/m-p/735896#M263301</guid>
      <dc:creator>tresB</dc:creator>
      <dc:date>2014-09-19T06:05:15Z</dc:date>
    </item>
    <item>
      <title>Re: Conditional Show for Sheet on Field Selection</title>
      <link>https://community.qlik.com/t5/QlikView/Conditional-Show-for-Sheet-on-Field-Selection/m-p/735897#M263302</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;you may use the below condition in the Conditional Show field of the particular sheet.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;=SubStringCount('|' &amp;amp; Concat(distinct [ComplaintsTab], '|') &amp;amp; '|', '|Account Support|')&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;It should work&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;thanks.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 19 Sep 2014 06:21:03 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Conditional-Show-for-Sheet-on-Field-Selection/m-p/735897#M263302</guid>
      <dc:creator />
      <dc:date>2014-09-19T06:21:03Z</dc:date>
    </item>
    <item>
      <title>Re: Conditional Show for Sheet on Field Selection</title>
      <link>https://community.qlik.com/t5/QlikView/Conditional-Show-for-Sheet-on-Field-Selection/m-p/735898#M263303</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks, idk why I couldnt find something along this lines, much simpler than I thought. How to you get to the field trigger settings?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 19 Sep 2014 13:59:01 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Conditional-Show-for-Sheet-on-Field-Selection/m-p/735898#M263303</guid>
      <dc:creator>MalcolmCICWF</dc:creator>
      <dc:date>2014-09-19T13:59:01Z</dc:date>
    </item>
  </channel>
</rss>

