<?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: hiding expression in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/hiding-expression/m-p/1319754#M617128</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Use a hide show condition for each of your expression&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Expression 1 -&amp;gt; Exp1 &amp;lt; 70&lt;/P&gt;&lt;P&gt;Expression 2 -&amp;gt; Exp2 &amp;lt; 70&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;Expression 3 -&amp;gt; Exp3 &amp;lt; 70&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;Expression 4 -&amp;gt; Exp4 &amp;lt; 70&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;Expression 5 -&amp;gt; Exp5 &amp;lt; 70&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 10 May 2017 14:35:07 GMT</pubDate>
    <dc:creator>sunny_talwar</dc:creator>
    <dc:date>2017-05-10T14:35:07Z</dc:date>
    <item>
      <title>hiding expression</title>
      <link>https://community.qlik.com/t5/QlikView/hiding-expression/m-p/1319747#M617121</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Is that I can hide an expression from a simple table depending on the value eg if an exp &amp;lt;100 I do not want to display it&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 10 May 2017 13:51:32 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/hiding-expression/m-p/1319747#M617121</guid>
      <dc:creator>souadouert</dc:creator>
      <dc:date>2017-05-10T13:51:32Z</dc:date>
    </item>
    <item>
      <title>Re: hiding expression</title>
      <link>https://community.qlik.com/t5/QlikView/hiding-expression/m-p/1319748#M617122</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You can use an if statement for all your expressions to force them to be null when exp &amp;lt;100... So say you have 3 expressions and you want to show only when exp3 &amp;gt;= 100, you would do this&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;If(exp3 &amp;gt;= 100, exp1)&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;If(exp3 &amp;gt;= 100, exp2)&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;If(exp3 &amp;gt;= 100, exp3)&lt;/STRONG&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 10 May 2017 13:53:25 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/hiding-expression/m-p/1319748#M617122</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2017-05-10T13:53:25Z</dc:date>
    </item>
    <item>
      <title>Re: hiding expression</title>
      <link>https://community.qlik.com/t5/QlikView/hiding-expression/m-p/1319749#M617123</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;i use this exp and then have this table&lt;/P&gt;&lt;P&gt;&lt;IMG alt="suny.PNG" class="jive-image image-1" src="https://community.qlik.com/legacyfs/online/162796_suny.PNG" style="height: auto;" /&gt;&lt;/P&gt;&lt;P&gt;but&amp;nbsp; i want delete the whole line&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 10 May 2017 14:09:56 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/hiding-expression/m-p/1319749#M617123</guid>
      <dc:creator>souadouert</dc:creator>
      <dc:date>2017-05-10T14:09:56Z</dc:date>
    </item>
    <item>
      <title>Re: hiding expression</title>
      <link>https://community.qlik.com/t5/QlikView/hiding-expression/m-p/1319750#M617124</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You just don't want to see this expression? Are you expecting to see only one value for each expression?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 10 May 2017 14:11:32 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/hiding-expression/m-p/1319750#M617124</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2017-05-10T14:11:32Z</dc:date>
    </item>
    <item>
      <title>Re: hiding expression</title>
      <link>https://community.qlik.com/t5/QlikView/hiding-expression/m-p/1319751#M617125</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;If expression has a value for example &amp;lt;100 I display the line otherwise I hide all the expression&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 10 May 2017 14:13:29 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/hiding-expression/m-p/1319751#M617125</guid>
      <dc:creator>souadouert</dc:creator>
      <dc:date>2017-05-10T14:13:29Z</dc:date>
    </item>
    <item>
      <title>Re: hiding expression</title>
      <link>https://community.qlik.com/t5/QlikView/hiding-expression/m-p/1319752#M617126</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I am confused Souad...&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 10 May 2017 14:20:30 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/hiding-expression/m-p/1319752#M617126</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2017-05-10T14:20:30Z</dc:date>
    </item>
    <item>
      <title>Re: hiding expression</title>
      <link>https://community.qlik.com/t5/QlikView/hiding-expression/m-p/1319753#M617127</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;exemple i want show only exp &amp;lt;70&lt;/P&gt;&lt;P&gt;&lt;IMG alt="Capture.PNG" class="jive-image image-1" src="https://community.qlik.com/legacyfs/online/162801_Capture.PNG" style="height: auto;" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 10 May 2017 14:32:54 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/hiding-expression/m-p/1319753#M617127</guid>
      <dc:creator>souadouert</dc:creator>
      <dc:date>2017-05-10T14:32:54Z</dc:date>
    </item>
    <item>
      <title>Re: hiding expression</title>
      <link>https://community.qlik.com/t5/QlikView/hiding-expression/m-p/1319754#M617128</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Use a hide show condition for each of your expression&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Expression 1 -&amp;gt; Exp1 &amp;lt; 70&lt;/P&gt;&lt;P&gt;Expression 2 -&amp;gt; Exp2 &amp;lt; 70&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;Expression 3 -&amp;gt; Exp3 &amp;lt; 70&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;Expression 4 -&amp;gt; Exp4 &amp;lt; 70&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;Expression 5 -&amp;gt; Exp5 &amp;lt; 70&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 10 May 2017 14:35:07 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/hiding-expression/m-p/1319754#M617128</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2017-05-10T14:35:07Z</dc:date>
    </item>
    <item>
      <title>Re: hiding expression</title>
      <link>https://community.qlik.com/t5/QlikView/hiding-expression/m-p/1319755#M617129</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You could also try using Dimension Limits&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 10 May 2017 14:39:05 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/hiding-expression/m-p/1319755#M617129</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2017-05-10T14:39:05Z</dc:date>
    </item>
    <item>
      <title>Re: hiding expression</title>
      <link>https://community.qlik.com/t5/QlikView/hiding-expression/m-p/1319756#M617130</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;y mean this option&lt;/P&gt;&lt;P&gt;&lt;IMG alt="Capture.PNG" class="jive-image image-1" src="https://community.qlik.com/legacyfs/online/162802_Capture.PNG" style="height: 260px; width: 620px;" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 10 May 2017 14:41:52 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/hiding-expression/m-p/1319756#M617130</guid>
      <dc:creator>souadouert</dc:creator>
      <dc:date>2017-05-10T14:41:52Z</dc:date>
    </item>
    <item>
      <title>Re: hiding expression</title>
      <link>https://community.qlik.com/t5/QlikView/hiding-expression/m-p/1319757#M617131</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Yes&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 10 May 2017 14:45:58 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/hiding-expression/m-p/1319757#M617131</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2017-05-10T14:45:58Z</dc:date>
    </item>
    <item>
      <title>Re: hiding expression</title>
      <link>https://community.qlik.com/t5/QlikView/hiding-expression/m-p/1319758#M617132</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;thank you sunny &lt;IMG src="https://community.qlik.com/legacyfs/online/emoticons/grin.png" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 10 May 2017 14:51:43 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/hiding-expression/m-p/1319758#M617132</guid>
      <dc:creator>souadouert</dc:creator>
      <dc:date>2017-05-10T14:51:43Z</dc:date>
    </item>
    <item>
      <title>Re: hiding expression</title>
      <link>https://community.qlik.com/t5/QlikView/hiding-expression/m-p/1319759#M617133</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Yay!!! &lt;IMG src="https://community.qlik.com/legacyfs/online/emoticons/happy.png" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 10 May 2017 14:57:53 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/hiding-expression/m-p/1319759#M617133</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2017-05-10T14:57:53Z</dc:date>
    </item>
  </channel>
</rss>

