<?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: Hide Column based on Expression in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Hide-Column-based-on-Expression/m-p/1109848#M893565</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="https://community.qlik.com/message/455115"&gt;Hide a row in straight table&lt;/A&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 16 Aug 2016 02:16:44 GMT</pubDate>
    <dc:creator />
    <dc:date>2016-08-16T02:16:44Z</dc:date>
    <item>
      <title>Hide Column based on Expression</title>
      <link>https://community.qlik.com/t5/QlikView/Hide-Column-based-on-Expression/m-p/1109837#M893553</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have a table as below with record type as dimension.. I need to hide the rows which have no issue and display only the once with the issue. How can I achieve this.&lt;/P&gt;&lt;P&gt;&lt;IMG alt="Capture.PNG" class="jive-image image-1" src="https://community.qlik.com/legacyfs/online/134573_Capture.PNG" style="height: 114px; width: 620px;" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks in advance&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 25 Nov 2020 16:16:04 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Hide-Column-based-on-Expression/m-p/1109837#M893553</guid>
      <dc:creator />
      <dc:date>2020-11-25T16:16:04Z</dc:date>
    </item>
    <item>
      <title>Re: Hide Column based on Expression</title>
      <link>https://community.qlik.com/t5/QlikView/Hide-Column-based-on-Expression/m-p/1109838#M893554</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;IS this a Straight table ? If yes,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In the Expression tab:&lt;/P&gt;&lt;P&gt;Check Enable conditional for that specific Column name (Issue)&lt;/P&gt;&lt;P&gt;Then write = Only(Issue) = 'No Issue'&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Try this.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 15 Aug 2016 15:56:36 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Hide-Column-based-on-Expression/m-p/1109838#M893554</guid>
      <dc:creator>vishsaggi</dc:creator>
      <dc:date>2016-08-15T15:56:36Z</dc:date>
    </item>
    <item>
      <title>Re: Hide Column based on Expression</title>
      <link>https://community.qlik.com/t5/QlikView/Hide-Column-based-on-Expression/m-p/1109839#M893555</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I tired it. The expression says " Bad Field Name(s): Issue.. Its not working..&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 15 Aug 2016 16:03:57 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Hide-Column-based-on-Expression/m-p/1109839#M893555</guid>
      <dc:creator />
      <dc:date>2016-08-15T16:03:57Z</dc:date>
    </item>
    <item>
      <title>Re: Hide Column based on Expression</title>
      <link>https://community.qlik.com/t5/QlikView/Hide-Column-based-on-Expression/m-p/1109840#M893556</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;and it s a straight table.. &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 15 Aug 2016 16:08:52 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Hide-Column-based-on-Expression/m-p/1109840#M893556</guid>
      <dc:creator />
      <dc:date>2016-08-15T16:08:52Z</dc:date>
    </item>
    <item>
      <title>Re: Hide Column based on Expression</title>
      <link>https://community.qlik.com/t5/QlikView/Hide-Column-based-on-Expression/m-p/1109841#M893557</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You can also, write this expression in the dimension:&lt;/P&gt;&lt;P&gt;=if(Issue &amp;lt;&amp;gt; 'No Issue', [Record Type])&lt;/P&gt;&lt;P&gt;and check option&amp;nbsp; "Supress when is Null value" &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 15 Aug 2016 16:09:50 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Hide-Column-based-on-Expression/m-p/1109841#M893557</guid>
      <dc:creator>ecolomer</dc:creator>
      <dc:date>2016-08-15T16:09:50Z</dc:date>
    </item>
    <item>
      <title>Re: Hide Column based on Expression</title>
      <link>https://community.qlik.com/t5/QlikView/Hide-Column-based-on-Expression/m-p/1109842#M893558</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;What is the field name for this No Issue value in the table ?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 15 Aug 2016 16:16:36 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Hide-Column-based-on-Expression/m-p/1109842#M893558</guid>
      <dc:creator>vishsaggi</dc:creator>
      <dc:date>2016-08-15T16:16:36Z</dc:date>
    </item>
    <item>
      <title>Re: Hide Column based on Expression</title>
      <link>https://community.qlik.com/t5/QlikView/Hide-Column-based-on-Expression/m-p/1109843#M893559</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;It is not a field in the table.. It is an expression defined based on this "=if([DM]-[Oats]&amp;lt;0,'Oats Not in DM', if([DM]-[Oats]&amp;gt;0,'DM Not IN Oats', if([DM]-[Oats]=0,'No Issue')))"..&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 15 Aug 2016 16:21:24 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Hide-Column-based-on-Expression/m-p/1109843#M893559</guid>
      <dc:creator />
      <dc:date>2016-08-15T16:21:24Z</dc:date>
    </item>
    <item>
      <title>Re: Hide Column based on Expression</title>
      <link>https://community.qlik.com/t5/QlikView/Hide-Column-based-on-Expression/m-p/1109844#M893560</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Can you try this?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Edit the expression for Issue Calculated column as below:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;=if(DM - Oats &amp;lt; 0,'Oats Not in DM', &lt;/P&gt;&lt;P&gt; if(DM - Oats &amp;gt; 0,'DM Not IN Oats', &lt;/P&gt;&lt;P&gt; if(DM - Oats = 0, DUAL('No Issue', 0)&lt;/P&gt;&lt;P&gt; )))&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;-&amp;gt; Go to Presentation tab and Check Supress Zero values. &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 15 Aug 2016 18:12:53 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Hide-Column-based-on-Expression/m-p/1109844#M893560</guid>
      <dc:creator>vishsaggi</dc:creator>
      <dc:date>2016-08-15T18:12:53Z</dc:date>
    </item>
    <item>
      <title>Re: Hide Column based on Expression</title>
      <link>https://community.qlik.com/t5/QlikView/Hide-Column-based-on-Expression/m-p/1109845#M893561</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I tired it but it doesn't work either.. I tired it from the script side and pulled up only differences and populated the chart.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 15 Aug 2016 18:22:20 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Hide-Column-based-on-Expression/m-p/1109845#M893561</guid>
      <dc:creator />
      <dc:date>2016-08-15T18:22:20Z</dc:date>
    </item>
    <item>
      <title>Re: Hide Column based on Expression</title>
      <link>https://community.qlik.com/t5/QlikView/Hide-Column-based-on-Expression/m-p/1109846#M893563</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Right, I need you to send me your sample app with scrambled data if any confidential information. I have populated based on the image you have sent and it worked fine at my end. Can you populate some sample data and send it pls ?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 15 Aug 2016 18:39:37 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Hide-Column-based-on-Expression/m-p/1109846#M893563</guid>
      <dc:creator>vishsaggi</dc:creator>
      <dc:date>2016-08-15T18:39:37Z</dc:date>
    </item>
    <item>
      <title>Re: Hide Column based on Expression</title>
      <link>https://community.qlik.com/t5/QlikView/Hide-Column-based-on-Expression/m-p/1109847#M893564</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Sure will do.. Might take some time though.. thank you so much for your help..&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 15 Aug 2016 18:43:04 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Hide-Column-based-on-Expression/m-p/1109847#M893564</guid>
      <dc:creator />
      <dc:date>2016-08-15T18:43:04Z</dc:date>
    </item>
    <item>
      <title>Re: Hide Column based on Expression</title>
      <link>https://community.qlik.com/t5/QlikView/Hide-Column-based-on-Expression/m-p/1109848#M893565</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="https://community.qlik.com/message/455115"&gt;Hide a row in straight table&lt;/A&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 16 Aug 2016 02:16:44 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Hide-Column-based-on-Expression/m-p/1109848#M893565</guid>
      <dc:creator />
      <dc:date>2016-08-16T02:16:44Z</dc:date>
    </item>
    <item>
      <title>Re: Hide Column based on Expression</title>
      <link>https://community.qlik.com/t5/QlikView/Hide-Column-based-on-Expression/m-p/1109849#M893566</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Mohan,&lt;/P&gt;&lt;P&gt;Try with Set Analisys, YourIssueField -= {'No Issue'}&lt;/P&gt;&lt;P&gt;Regards!!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 16 Aug 2016 06:51:42 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Hide-Column-based-on-Expression/m-p/1109849#M893566</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2016-08-16T06:51:42Z</dc:date>
    </item>
    <item>
      <title>Re: Hide Column based on Expression</title>
      <link>https://community.qlik.com/t5/QlikView/Hide-Column-based-on-Expression/m-p/1109850#M893567</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;See this:&lt;/P&gt;&lt;P&gt;&lt;A href="https://community.qlik.com/message/455115"&gt;Hide a row in straight table&lt;/A&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 17 Aug 2016 05:49:09 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Hide-Column-based-on-Expression/m-p/1109850#M893567</guid>
      <dc:creator>ecolomer</dc:creator>
      <dc:date>2016-08-17T05:49:09Z</dc:date>
    </item>
    <item>
      <title>Re: Hide Column based on Expression</title>
      <link>https://community.qlik.com/t5/QlikView/Hide-Column-based-on-Expression/m-p/1109851#M893568</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Mohan,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I usually use a workaround method for this and that is using the same condition in all expressions.&lt;/P&gt;&lt;P&gt;In you case&lt;/P&gt;&lt;P&gt;if(Issue&amp;lt;&amp;gt;'No Issue', DM)&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;if(Issue&amp;lt;&amp;gt;'No Issue', Oats)&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;if(Issue&amp;lt;&amp;gt;'No Issue', DM-Oats)&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;if(Issue&amp;lt;&amp;gt;'No Issue', Issue)&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;Hope this helps.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;Laxmi&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 17 Aug 2016 07:21:16 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Hide-Column-based-on-Expression/m-p/1109851#M893568</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2016-08-17T07:21:16Z</dc:date>
    </item>
    <item>
      <title>Re: Hide Column based on Expression</title>
      <link>https://community.qlik.com/t5/QlikView/Hide-Column-based-on-Expression/m-p/1109852#M893569</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks every on for the reply...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Laxmi It's Working,Awesome....Thanks a lot&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 17 Aug 2016 12:33:14 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Hide-Column-based-on-Expression/m-p/1109852#M893569</guid>
      <dc:creator />
      <dc:date>2016-08-17T12:33:14Z</dc:date>
    </item>
  </channel>
</rss>

