<?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: straight table in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/straight-table/m-p/580625#M215723</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;in those customers i want to delete only c3 how can we do&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 30 Apr 2014 09:35:47 GMT</pubDate>
    <dc:creator />
    <dc:date>2014-04-30T09:35:47Z</dc:date>
    <item>
      <title>straight table</title>
      <link>https://community.qlik.com/t5/QlikView/straight-table/m-p/580621#M215719</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Team&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have a straight table which is having 25 rows&lt;/P&gt;&lt;P&gt;can we delete certain rows in the straight table, how can we do&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;regards&lt;/P&gt;&lt;P&gt;Pnreddy&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 30 Apr 2014 09:26:20 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/straight-table/m-p/580621#M215719</guid>
      <dc:creator />
      <dc:date>2014-04-30T09:26:20Z</dc:date>
    </item>
    <item>
      <title>Re: straight table</title>
      <link>https://community.qlik.com/t5/QlikView/straight-table/m-p/580622#M215720</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;can you attatch the file and explain which rows you want to delte?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 30 Apr 2014 09:27:27 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/straight-table/m-p/580622#M215720</guid>
      <dc:creator>lukaspuschner</dc:creator>
      <dc:date>2014-04-30T09:27:27Z</dc:date>
    </item>
    <item>
      <title>Re: straight table</title>
      <link>https://community.qlik.com/t5/QlikView/straight-table/m-p/580623#M215721</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You can load certain rows...&lt;/P&gt;&lt;P&gt;consider that you wants to load only three customer out of five as C1, C2, C3, C4, C5&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Use Calculated Dimension&lt;/P&gt;&lt;P&gt;If(Match(Customer,'C1,'C2,'C3),Customer)&lt;/P&gt;&lt;P&gt;Tick Suppress When Value is null&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Expression May be something like SUM(Sales)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This will load only data for customer C1, C2 and C3.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 30 Apr 2014 09:28:46 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/straight-table/m-p/580623#M215721</guid>
      <dc:creator>MK_QSL</dc:creator>
      <dc:date>2014-04-30T09:28:46Z</dc:date>
    </item>
    <item>
      <title>Re: straight table</title>
      <link>https://community.qlik.com/t5/QlikView/straight-table/m-p/580624#M215722</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Use calculated dimension for that or if have a sample data so provide that.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 30 Apr 2014 09:30:23 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/straight-table/m-p/580624#M215722</guid>
      <dc:creator>its_anandrjs</dc:creator>
      <dc:date>2014-04-30T09:30:23Z</dc:date>
    </item>
    <item>
      <title>Re: straight table</title>
      <link>https://community.qlik.com/t5/QlikView/straight-table/m-p/580625#M215723</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;in those customers i want to delete only c3 how can we do&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 30 Apr 2014 09:35:47 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/straight-table/m-p/580625#M215723</guid>
      <dc:creator />
      <dc:date>2014-04-30T09:35:47Z</dc:date>
    </item>
    <item>
      <title>Re: straight table</title>
      <link>https://community.qlik.com/t5/QlikView/straight-table/m-p/580626#M215724</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;STRONG&gt;Updated now check&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Write like&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If( Not Match(customers,'c3'),customers) in the dimension&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Or&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;If(customer &amp;lt;&amp;gt; 'C3', customer)&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 30 Apr 2014 09:37:56 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/straight-table/m-p/580626#M215724</guid>
      <dc:creator>its_anandrjs</dc:creator>
      <dc:date>2014-04-30T09:37:56Z</dc:date>
    </item>
    <item>
      <title>Re: straight table</title>
      <link>https://community.qlik.com/t5/QlikView/straight-table/m-p/580627#M215725</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;if some values are null then&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;go to presentation tab -&amp;gt; select field and check Omit when null&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 30 Apr 2014 09:38:05 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/straight-table/m-p/580627#M215725</guid>
      <dc:creator>SunilChauhan</dc:creator>
      <dc:date>2014-04-30T09:38:05Z</dc:date>
    </item>
    <item>
      <title>Re: straight table</title>
      <link>https://community.qlik.com/t5/QlikView/straight-table/m-p/580628#M215726</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;IF(Customer &amp;lt;&amp;gt; 'C3', Customer)&lt;/P&gt;&lt;P&gt;or&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 12.800000190734863px;"&gt;If(NOT Match(Customer,'C3),Customer)&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;TIck Suppress When Value is NULL&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 30 Apr 2014 09:39:23 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/straight-table/m-p/580628#M215726</guid>
      <dc:creator>MK_QSL</dc:creator>
      <dc:date>2014-04-30T09:39:23Z</dc:date>
    </item>
    <item>
      <title>Re: straight table</title>
      <link>https://community.qlik.com/t5/QlikView/straight-table/m-p/580629#M215727</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;Calculated dimension:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt; = If(Customer &amp;lt;&amp;gt; 'C3', Customer)&lt;/P&gt;&lt;P&gt;OR&lt;/P&gt;&lt;P&gt;=Aggr(If(Customer &amp;lt;&amp;gt; 'C3', Customer), Customer)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;And check suppress nulls for that dimension.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;HTH&lt;/P&gt;&lt;P&gt;Jonathan&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 30 Apr 2014 09:40:37 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/straight-table/m-p/580629#M215727</guid>
      <dc:creator>jonathandienst</dc:creator>
      <dc:date>2014-04-30T09:40:37Z</dc:date>
    </item>
    <item>
      <title>Re: straight table</title>
      <link>https://community.qlik.com/t5/QlikView/straight-table/m-p/580630#M215728</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;i want to delete bello a4&amp;nbsp; row what to do&lt;/P&gt;&lt;P&gt;&lt;IMG alt="Capture.PNG.png" class="jive-image" src="https://community.qlik.com/legacyfs/online/58202_Capture.PNG.png" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 30 Apr 2014 09:41:47 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/straight-table/m-p/580630#M215728</guid>
      <dc:creator />
      <dc:date>2014-04-30T09:41:47Z</dc:date>
    </item>
    <item>
      <title>Re: straight table</title>
      <link>https://community.qlik.com/t5/QlikView/straight-table/m-p/580631#M215729</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thank You&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 30 Apr 2014 09:47:43 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/straight-table/m-p/580631#M215729</guid>
      <dc:creator />
      <dc:date>2014-04-30T09:47:43Z</dc:date>
    </item>
    <item>
      <title>Re: straight table</title>
      <link>https://community.qlik.com/t5/QlikView/straight-table/m-p/580632#M215730</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thank You&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 30 Apr 2014 09:47:54 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/straight-table/m-p/580632#M215730</guid>
      <dc:creator />
      <dc:date>2014-04-30T09:47:54Z</dc:date>
    </item>
    <item>
      <title>Re: straight table</title>
      <link>https://community.qlik.com/t5/QlikView/straight-table/m-p/580633#M215731</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;STRONG&gt;Updated now check&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Write dimension like&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;If( Not Match(A,'a4'),A) in the dimension&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;and select Suppress when value is Null&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 30 Apr 2014 09:48:40 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/straight-table/m-p/580633#M215731</guid>
      <dc:creator>its_anandrjs</dc:creator>
      <dc:date>2014-04-30T09:48:40Z</dc:date>
    </item>
    <item>
      <title>Re: straight table</title>
      <link>https://community.qlik.com/t5/QlikView/straight-table/m-p/580634#M215732</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Like everyone else says, do it by&lt;/P&gt;&lt;P&gt;- not loading it in the data in the first place (where clauses, match(), if() and so on)&lt;/P&gt;&lt;P&gt;- by making an expression in the straight table resulting in the row(s) not being displayed&lt;/P&gt;&lt;P&gt;- by doing selections in the straight table.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I think the best solution for you depends on WHY you want to delete/hide the row(s), cause I'm not fully understanding your requirement. Should it be present in the data at all, is it during navigation/analysis you want to disregard the row etc. &lt;IMG src="https://community.qlik.com/legacyfs/online/emoticons/happy.png" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;/Nicolai&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 30 Apr 2014 09:48:46 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/straight-table/m-p/580634#M215732</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2014-04-30T09:48:46Z</dc:date>
    </item>
    <item>
      <title>Re: straight table</title>
      <link>https://community.qlik.com/t5/QlikView/straight-table/m-p/580635#M215733</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;i have one more question&lt;/P&gt;&lt;P&gt;can we foramat the straight table as below&lt;/P&gt;&lt;P&gt;&lt;IMG alt="Capture.PNG.png" class="jive-image" src="https://community.qlik.com/legacyfs/online/58203_Capture.PNG.png" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 30 Apr 2014 09:51:57 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/straight-table/m-p/580635#M215733</guid>
      <dc:creator />
      <dc:date>2014-04-30T09:51:57Z</dc:date>
    </item>
    <item>
      <title>Re: straight table</title>
      <link>https://community.qlik.com/t5/QlikView/straight-table/m-p/580636#M215734</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Go to style tab and select from Current Style&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 30 Apr 2014 10:02:04 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/straight-table/m-p/580636#M215734</guid>
      <dc:creator>MK_QSL</dc:creator>
      <dc:date>2014-04-30T10:02:04Z</dc:date>
    </item>
    <item>
      <title>Re: straight table</title>
      <link>https://community.qlik.com/t5/QlikView/straight-table/m-p/580637#M215735</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi&lt;/P&gt;&lt;P&gt;What formatting are you looking for specifically? &lt;IMG src="https://community.qlik.com/legacyfs/online/emoticons/happy.png" /&gt;&lt;/P&gt;&lt;P&gt;- the bold headers&lt;/P&gt;&lt;P&gt;- the separated "$&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 105" values&lt;/P&gt;&lt;P&gt;- the conditional coloring of the rows&lt;/P&gt;&lt;P&gt;- no row borders?&lt;/P&gt;&lt;P&gt;Remember besides style, you get more options for formatting when design grid is activated, e.g. custom format cell when right clicking the cells. &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, 30 Apr 2014 10:58:17 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/straight-table/m-p/580637#M215735</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2014-04-30T10:58:17Z</dc:date>
    </item>
  </channel>
</rss>

