<?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: Show Sheet Condition on Column Data Match in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Show-Sheet-Condition-on-Column-Data-Match/m-p/561114#M483253</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Brian,&lt;/P&gt;&lt;P&gt;please see the attached example for help.&lt;/P&gt;&lt;P&gt;Username: admin&lt;/P&gt;&lt;P&gt;Password: admin&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;SECTION ACCESS and SECTION APPLICATION and some small tables are used to get it to work.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Good luck!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Rainer&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 10 Jul 2013 12:15:54 GMT</pubDate>
    <dc:creator />
    <dc:date>2013-07-10T12:15:54Z</dc:date>
    <item>
      <title>Show Sheet Condition on Column Data Match</title>
      <link>https://community.qlik.com/t5/QlikView/Show-Sheet-Condition-on-Column-Data-Match/m-p/561113#M483252</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello All,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have a document that has several customer-specific worksheets.&amp;nbsp; Each one of my customers have access to only their group of facilities once they are logged in.&amp;nbsp; The facilities are categorized by CustomerGroup.&amp;nbsp; So Facility A thru F could be under CustomerGroup A.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Well I have a worksheet specific to CustomerGroup A.&amp;nbsp; I want to write an expression of the "Show Sheet" condition that would show or hide the worksheet based on the CustomerGroup values.&amp;nbsp; Side Note: Because there are several users under each CustomerGroup it would impossible to maintain a user-based condition.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;So the Facilities table has the CustomerGroup column and a user could have several facilities.&amp;nbsp; Is there a function that matches on a column that "contains" values versus just a one-to-one match?&amp;nbsp; Such as CONTAINS(CustomerGroup, "CustomerGroup A")...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks in advance,&lt;/P&gt;&lt;P&gt;Brian Byrdsong&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 10 Jul 2013 12:04:29 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Show-Sheet-Condition-on-Column-Data-Match/m-p/561113#M483252</guid>
      <dc:creator />
      <dc:date>2013-07-10T12:04:29Z</dc:date>
    </item>
    <item>
      <title>Re: Show Sheet Condition on Column Data Match</title>
      <link>https://community.qlik.com/t5/QlikView/Show-Sheet-Condition-on-Column-Data-Match/m-p/561114#M483253</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Brian,&lt;/P&gt;&lt;P&gt;please see the attached example for help.&lt;/P&gt;&lt;P&gt;Username: admin&lt;/P&gt;&lt;P&gt;Password: admin&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;SECTION ACCESS and SECTION APPLICATION and some small tables are used to get it to work.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Good luck!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Rainer&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 10 Jul 2013 12:15:54 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Show-Sheet-Condition-on-Column-Data-Match/m-p/561114#M483253</guid>
      <dc:creator />
      <dc:date>2013-07-10T12:15:54Z</dc:date>
    </item>
    <item>
      <title>Re: Show Sheet Condition on Column Data Match</title>
      <link>https://community.qlik.com/t5/QlikView/Show-Sheet-Condition-on-Column-Data-Match/m-p/561115#M483254</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks for the quick response!&amp;nbsp; However, I failed to mention in my post that by initial load of the document, can I search thru values of a column to set the visibilty of a worksheet, not necessarily by selection?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 10 Jul 2013 12:34:14 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Show-Sheet-Condition-on-Column-Data-Match/m-p/561115#M483254</guid>
      <dc:creator />
      <dc:date>2013-07-10T12:34:14Z</dc:date>
    </item>
    <item>
      <title>Re: Show Sheet Condition on Column Data Match</title>
      <link>https://community.qlik.com/t5/QlikView/Show-Sheet-Condition-on-Column-Data-Match/m-p/561116#M483255</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;match() allows you to check for more than one value. The syntax is:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; match(WhatToCheckIn,WhatToCheckkWith1[,WhatToCheckkWith2,WhatToCheckkWith3 etc...])&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;It works like an If statement:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; IF WhatToCheckIn = WhatToCheckWith1 OR WhatToCheckIn = WhatToCheckWith2 etc. THEN&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If you want to dynamically create the list of Facilities which you are hoping will be in your CustomerGroup (the WhatToCheckkWith1[,WhatToCheckkWith2,WhatToCheckkWith3 etc...] bit), a Concatenate() function may be work. Something like this:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; match(only(CustomerCategory),concatenate(Facilities)))&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Jonathan&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 10 Jul 2013 12:59:55 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Show-Sheet-Condition-on-Column-Data-Match/m-p/561116#M483255</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2013-07-10T12:59:55Z</dc:date>
    </item>
  </channel>
</rss>

