<?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 in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Conditional-show/m-p/651797#M238330</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;s it is very well possible,&lt;/P&gt;&lt;P&gt;first load the table as an inline table and use like&lt;/P&gt;&lt;P&gt;if(&amp;nbsp; substringcount( concat(distinct [Object ID],';') , ' &amp;lt;TheObjectIDOfTheObject&amp;gt;') &amp;gt; 0&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; and substringcount( concat(distinct [OSUser],';') ,' $(=osuser())') &amp;gt; 0 ,1,0)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Pls add the dashboard name to all the objects to avoid one more if statement to this..&lt;/P&gt;&lt;P&gt;hope this helps..&lt;/P&gt;&lt;P&gt;-Sundar&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Sat, 20 Sep 2014 13:35:14 GMT</pubDate>
    <dc:creator>sundarakumar</dc:creator>
    <dc:date>2014-09-20T13:35:14Z</dc:date>
    <item>
      <title>Conditional show</title>
      <link>https://community.qlik.com/t5/QlikView/Conditional-show/m-p/651794#M238327</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi All,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Is it possible to perform conditional show of Sheets/Objects based on the table entries. I have table which will hold all the values of Tab, Object id. Is it possible to create conditional show??&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;TABLE border="0" cellpadding="0" cellspacing="0" width="355"&gt;&lt;TBODY&gt;&lt;TR&gt;&lt;TD class="xl63" height="20" width="110"&gt;DashboardName&lt;/TD&gt;&lt;TD class="xl63" style="border-left: none;" width="108"&gt;TabName&lt;/TD&gt;&lt;TD class="xl63" style="border-left: none;" width="73"&gt;ObjectID&lt;/TD&gt;&lt;TD class="xl63" style="border-left: none;" width="64"&gt;OSUser&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD class="xl64" height="20" style="border-top: none;"&gt;DB1&lt;/TD&gt;&lt;TD class="xl64" style="border-top: none; border-left: none;"&gt;Tab1&lt;/TD&gt;&lt;TD class="xl64" style="border-top: none; border-left: none;"&gt;DD01&lt;/TD&gt;&lt;TD class="xl64" style="border-top: none; border-left: none;"&gt;User1&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD class="xl64" height="20" style="border-top: none;"&gt;DB1&lt;/TD&gt;&lt;TD class="xl64" style="border-top: none; border-left: none;"&gt;Tab1&lt;/TD&gt;&lt;TD class="xl64" style="border-top: none; border-left: none;"&gt;DD02&lt;/TD&gt;&lt;TD class="xl64" style="border-top: none; border-left: none;"&gt;User1&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD class="xl64" height="20" style="border-top: none;"&gt;DB1&lt;/TD&gt;&lt;TD class="xl64" style="border-top: none; border-left: none;"&gt;Tab1&lt;/TD&gt;&lt;TD class="xl64" style="border-top: none; border-left: none;"&gt;DD03&lt;/TD&gt;&lt;TD class="xl64" style="border-top: none; border-left: none;"&gt;User1&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD class="xl64" height="20" style="border-top: none;"&gt;DB1&lt;/TD&gt;&lt;TD class="xl64" style="border-top: none; border-left: none;"&gt;Tab1&lt;/TD&gt;&lt;TD class="xl64" style="border-top: none; border-left: none;"&gt;DD04&lt;/TD&gt;&lt;TD class="xl64" style="border-top: none; border-left: none;"&gt;User1&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD class="xl65" height="20" style="border-top: none;"&gt;DB1&lt;/TD&gt;&lt;TD class="xl65" style="border-top: none; border-left: none;"&gt;Tab2&lt;/TD&gt;&lt;TD class="xl65" style="border-top: none; border-left: none;"&gt;DD05&lt;/TD&gt;&lt;TD class="xl65" style="border-top: none; border-left: none;"&gt;User1&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD class="xl65" height="20" style="border-top: none;"&gt;DB1&lt;/TD&gt;&lt;TD class="xl65" style="border-top: none; border-left: none;"&gt;Tab2&lt;/TD&gt;&lt;TD class="xl65" style="border-top: none; border-left: none;"&gt;DD06&lt;/TD&gt;&lt;TD class="xl65" style="border-top: none; border-left: none;"&gt;User1&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD class="xl65" height="20" style="border-top: none;"&gt;DB1&lt;/TD&gt;&lt;TD class="xl65" style="border-top: none; border-left: none;"&gt;Tab2&lt;/TD&gt;&lt;TD class="xl65" style="border-top: none; border-left: none;"&gt;DD07&lt;/TD&gt;&lt;TD class="xl65" style="border-top: none; border-left: none;"&gt;User1&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD class="xl66" height="20" style="border-top: none;"&gt;DB1&lt;/TD&gt;&lt;TD class="xl66" style="border-top: none; border-left: none;"&gt;Tab1&lt;/TD&gt;&lt;TD class="xl66" style="border-top: none; border-left: none;"&gt;DD08&lt;/TD&gt;&lt;TD class="xl66" style="border-top: none; border-left: none;"&gt;User2&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD class="xl66" height="20" style="border-top: none;"&gt;DB1&lt;/TD&gt;&lt;TD class="xl66" style="border-top: none; border-left: none;"&gt;Tab1&lt;/TD&gt;&lt;TD class="xl66" style="border-top: none; border-left: none;"&gt;DD09&lt;/TD&gt;&lt;TD class="xl66" style="border-top: none; border-left: none;"&gt;User2&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD class="xl66" height="20" style="border-top: none;"&gt;DB1&lt;/TD&gt;&lt;TD class="xl66" style="border-top: none; border-left: none;"&gt;Tab1&lt;/TD&gt;&lt;TD class="xl66" style="border-top: none; border-left: none;"&gt;DD10&lt;/TD&gt;&lt;TD class="xl66" style="border-top: none; border-left: none;"&gt;User2&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD class="xl66" height="20" style="border-top: none;"&gt;DB1&lt;/TD&gt;&lt;TD class="xl66" style="border-top: none; border-left: none;"&gt;Tab1&lt;/TD&gt;&lt;TD class="xl66" style="border-top: none; border-left: none;"&gt;DD11&lt;/TD&gt;&lt;TD class="xl66" style="border-top: none; border-left: none;"&gt;User2&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD class="xl66" height="20" style="border-top: none;"&gt;DB1&lt;/TD&gt;&lt;TD class="xl66" style="border-top: none; border-left: none;"&gt;Tab1&lt;/TD&gt;&lt;TD class="xl66" style="border-top: none; border-left: none;"&gt;DD12&lt;/TD&gt;&lt;TD class="xl66" style="border-top: none; border-left: none;"&gt;User2&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD class="xl66" height="20" style="border-top: none;"&gt;DB1&lt;/TD&gt;&lt;TD class="xl66" style="border-top: none; border-left: none;"&gt;Tab1&lt;/TD&gt;&lt;TD class="xl66" style="border-top: none; border-left: none;"&gt;DD13&lt;/TD&gt;&lt;TD class="xl66" style="border-top: none; border-left: none;"&gt;User2&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD class="xl66" height="20" style="border-top: none;"&gt;DB1&lt;/TD&gt;&lt;TD class="xl66" style="border-top: none; border-left: none;"&gt;Tab1&lt;/TD&gt;&lt;TD class="xl66" style="border-top: none; border-left: none;"&gt;DD14&lt;/TD&gt;&lt;TD class="xl66" style="border-top: none; border-left: none;"&gt;User2&lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 19 Sep 2014 15:28:06 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Conditional-show/m-p/651794#M238327</guid>
      <dc:creator />
      <dc:date>2014-09-19T15:28:06Z</dc:date>
    </item>
    <item>
      <title>Re: Conditional show</title>
      <link>https://community.qlik.com/t5/QlikView/Conditional-show/m-p/651795#M238328</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello QV Learner,&lt;/P&gt;&lt;P&gt;I dont understand very well your question.&lt;/P&gt;&lt;P&gt;You want to show some objects or NOT based in a tab of qlikview or a specific filter of tab?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Best regards,&lt;/P&gt;&lt;P&gt;Morandi&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 19 Sep 2014 15:40:00 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Conditional-show/m-p/651795#M238328</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2014-09-19T15:40:00Z</dc:date>
    </item>
    <item>
      <title>Re: Conditional show</title>
      <link>https://community.qlik.com/t5/QlikView/Conditional-show/m-p/651796#M238329</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Yes.&amp;nbsp; Use something like this in the show/hide condition of an individual dashborad object&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp; if(&amp;nbsp; substringcount( concat(distinct [Object ID],';') , ' &amp;lt;TheObjectIDOfTheObject&amp;gt;') &amp;gt; 0 ,1,0)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;It will show the object if the [Object ID] values for the current selection includes the object id of the current object&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 19 Sep 2014 15:50:22 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Conditional-show/m-p/651796#M238329</guid>
      <dc:creator>JonnyPoole</dc:creator>
      <dc:date>2014-09-19T15:50:22Z</dc:date>
    </item>
    <item>
      <title>Re: Conditional show</title>
      <link>https://community.qlik.com/t5/QlikView/Conditional-show/m-p/651797#M238330</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;s it is very well possible,&lt;/P&gt;&lt;P&gt;first load the table as an inline table and use like&lt;/P&gt;&lt;P&gt;if(&amp;nbsp; substringcount( concat(distinct [Object ID],';') , ' &amp;lt;TheObjectIDOfTheObject&amp;gt;') &amp;gt; 0&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; and substringcount( concat(distinct [OSUser],';') ,' $(=osuser())') &amp;gt; 0 ,1,0)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Pls add the dashboard name to all the objects to avoid one more if statement to this..&lt;/P&gt;&lt;P&gt;hope this helps..&lt;/P&gt;&lt;P&gt;-Sundar&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 20 Sep 2014 13:35:14 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Conditional-show/m-p/651797#M238330</guid>
      <dc:creator>sundarakumar</dc:creator>
      <dc:date>2014-09-20T13:35:14Z</dc:date>
    </item>
  </channel>
</rss>

