<?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 Hiding only first column from table in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Hiding-only-first-column-from-table/m-p/896322#M311947</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello. I've got pivot table with weeks placed horizontally and I'd like to hide columns in the first week, but leave the rest.&lt;/P&gt;&lt;P&gt;&lt;IMG alt="cut.PNG" class="jive-image image-1" height="51" src="https://community.qlik.com/legacyfs/online/93182_cut.PNG" style="height: 51px; width: 735.348837209302px;" width="735" /&gt;&lt;/P&gt;&lt;P&gt;I want to hide selected columns, but leave the rest.&lt;/P&gt;&lt;P&gt;Is it possible to use some kind of IF at conditional value?&lt;/P&gt;&lt;P&gt;I tried if (FABRIC_CW = -1, FALSE(), TRUE()), but it's not working.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 17 Jul 2015 09:07:26 GMT</pubDate>
    <dc:creator />
    <dc:date>2015-07-17T09:07:26Z</dc:date>
    <item>
      <title>Hiding only first column from table</title>
      <link>https://community.qlik.com/t5/QlikView/Hiding-only-first-column-from-table/m-p/896322#M311947</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello. I've got pivot table with weeks placed horizontally and I'd like to hide columns in the first week, but leave the rest.&lt;/P&gt;&lt;P&gt;&lt;IMG alt="cut.PNG" class="jive-image image-1" height="51" src="https://community.qlik.com/legacyfs/online/93182_cut.PNG" style="height: 51px; width: 735.348837209302px;" width="735" /&gt;&lt;/P&gt;&lt;P&gt;I want to hide selected columns, but leave the rest.&lt;/P&gt;&lt;P&gt;Is it possible to use some kind of IF at conditional value?&lt;/P&gt;&lt;P&gt;I tried if (FABRIC_CW = -1, FALSE(), TRUE()), but it's not working.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 17 Jul 2015 09:07:26 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Hiding-only-first-column-from-table/m-p/896322#M311947</guid>
      <dc:creator />
      <dc:date>2015-07-17T09:07:26Z</dc:date>
    </item>
    <item>
      <title>Re: Hiding only first column from table</title>
      <link>https://community.qlik.com/t5/QlikView/Hiding-only-first-column-from-table/m-p/896323#M311948</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Create calculated dimension like &lt;/P&gt;&lt;P&gt;=If(&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;FABRIC_CW &amp;lt;&amp;gt; -1,&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;FABRIC_CW )&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;and check &lt;STRONG&gt;Suppress when value is Null&lt;/STRONG&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 17 Jul 2015 09:11:30 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Hiding-only-first-column-from-table/m-p/896323#M311948</guid>
      <dc:creator>qlikmsg4u</dc:creator>
      <dc:date>2015-07-17T09:11:30Z</dc:date>
    </item>
    <item>
      <title>Re: Hiding only first column from table</title>
      <link>https://community.qlik.com/t5/QlikView/Hiding-only-first-column-from-table/m-p/896324#M311949</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Try calculated dimension like:&lt;/P&gt;&lt;P&gt;If(FABRIC_CW &amp;lt;&amp;gt; -1, FABRIC_CW)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Then check 'supress when value is null' in the dmension tab itself.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 17 Jul 2015 09:12:07 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Hiding-only-first-column-from-table/m-p/896324#M311949</guid>
      <dc:creator>tresB</dc:creator>
      <dc:date>2015-07-17T09:12:07Z</dc:date>
    </item>
    <item>
      <title>Re: Hiding only first column from table</title>
      <link>https://community.qlik.com/t5/QlikView/Hiding-only-first-column-from-table/m-p/896325#M311950</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Try with (editing the dimension)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;if (FABRIC_KW = -1, Null(), FABRIC_KW)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;and also check the box "Suppress Null Values"&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Let me know&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 17 Jul 2015 09:12:36 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Hiding-only-first-column-from-table/m-p/896325#M311950</guid>
      <dc:creator>alexandros17</dc:creator>
      <dc:date>2015-07-17T09:12:36Z</dc:date>
    </item>
    <item>
      <title>Re: Hiding only first column from table</title>
      <link>https://community.qlik.com/t5/QlikView/Hiding-only-first-column-from-table/m-p/896326#M311951</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Yes, it works, but not the way I need it to work.&lt;/P&gt;&lt;P&gt;I need to have values from FABRIC_CW = -1, because I use them in further calculations, I'd like to only hide it, but without removing the whole CW.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 17 Jul 2015 09:22:51 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Hiding-only-first-column-from-table/m-p/896326#M311951</guid>
      <dc:creator />
      <dc:date>2015-07-17T09:22:51Z</dc:date>
    </item>
  </channel>
</rss>

