<?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 Check if table exist through expressions in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Check-if-table-exist-through-expressions/m-p/521376#M194818</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;I would like to put a condition to display an object only if a certain table is created in my ERD.&lt;/P&gt;&lt;P&gt;what kind of expression should I use in the layout tab of the object properties?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;thanks,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Boris&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Sun, 15 Sep 2013 10:37:56 GMT</pubDate>
    <dc:creator />
    <dc:date>2013-09-15T10:37:56Z</dc:date>
    <item>
      <title>Check if table exist through expressions</title>
      <link>https://community.qlik.com/t5/QlikView/Check-if-table-exist-through-expressions/m-p/521376#M194818</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;I would like to put a condition to display an object only if a certain table is created in my ERD.&lt;/P&gt;&lt;P&gt;what kind of expression should I use in the layout tab of the object properties?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;thanks,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Boris&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 15 Sep 2013 10:37:56 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Check-if-table-exist-through-expressions/m-p/521376#M194818</guid>
      <dc:creator />
      <dc:date>2013-09-15T10:37:56Z</dc:date>
    </item>
    <item>
      <title>Re: Check if table exist through expressions</title>
      <link>https://community.qlik.com/t5/QlikView/Check-if-table-exist-through-expressions/m-p/521377#M194819</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Boris,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You can use the system field $Table to accomplish that, in the layout conditional field add the below to check if a table labeled Production exists or not:&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #800080; font-size: 8pt;"&gt;SubStringCount&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;(&lt;/SPAN&gt;&lt;SPAN style="color: #ff8000; font-size: 8pt;"&gt;';'&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt; &amp;amp; &lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;Concat&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;(&lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;DISTINCT&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt; $Table, &lt;/SPAN&gt;&lt;SPAN style="color: #ff8000; font-size: 8pt;"&gt;';'&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;) &amp;amp; &lt;/SPAN&gt;&lt;SPAN style="color: #ff8000; font-size: 8pt;"&gt;';'&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;, &lt;/SPAN&gt;&lt;SPAN style="color: #ff8000; font-size: 8pt;"&gt;';Production;'&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;)=1&lt;/SPAN&gt;&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>Sun, 15 Sep 2013 11:18:11 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Check-if-table-exist-through-expressions/m-p/521377#M194819</guid>
      <dc:creator />
      <dc:date>2013-09-15T11:18:11Z</dc:date>
    </item>
    <item>
      <title>Re: Check if table exist through expressions</title>
      <link>https://community.qlik.com/t5/QlikView/Check-if-table-exist-through-expressions/m-p/521378#M194820</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I get an expression error under the $.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 15 Sep 2013 13:03:48 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Check-if-table-exist-through-expressions/m-p/521378#M194820</guid>
      <dc:creator />
      <dc:date>2013-09-15T13:03:48Z</dc:date>
    </item>
    <item>
      <title>Re: Check if table exist through expressions</title>
      <link>https://community.qlik.com/t5/QlikView/Check-if-table-exist-through-expressions/m-p/521379#M194821</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You can enclose the system field between brackets: [$Table].&lt;/P&gt;&lt;P&gt;But it will still work anyways &lt;IMG src="https://community.qlik.com/legacyfs/online/emoticons/wink.png" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 15 Sep 2013 17:16:53 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Check-if-table-exist-through-expressions/m-p/521379#M194821</guid>
      <dc:creator />
      <dc:date>2013-09-15T17:16:53Z</dc:date>
    </item>
    <item>
      <title>Re: Check if table exist through expressions</title>
      <link>https://community.qlik.com/t5/QlikView/Check-if-table-exist-through-expressions/m-p/521380#M194822</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Boris,&lt;/P&gt;&lt;P&gt;Could you mark the answer as correct if it was the case.&lt;/P&gt;&lt;P&gt;This will also help others having same request.&lt;/P&gt;&lt;P&gt;Thanks.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 20 Sep 2013 01:18:32 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Check-if-table-exist-through-expressions/m-p/521380#M194822</guid>
      <dc:creator />
      <dc:date>2013-09-20T01:18:32Z</dc:date>
    </item>
  </channel>
</rss>

