<?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 Row hide in Qlikview in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Row-hide-in-Qlikview/m-p/1303511#M827844</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;I have on Straight Table. Where I want to hide rows on the basis of One field that is Stocks Unit Frozen. This is conditional field based on the Selection of Frozen Flag.&lt;/P&gt;&lt;P&gt;Which row is having Stocks Units Frozen =0, I want to hide those row.&lt;/P&gt;&lt;P&gt;Could you please help me do the same.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I am attaching the sample app. Please help.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Sarif&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 25 Nov 2020 16:16:04 GMT</pubDate>
    <dc:creator>mhmmd_srf</dc:creator>
    <dc:date>2020-11-25T16:16:04Z</dc:date>
    <item>
      <title>Row hide in Qlikview</title>
      <link>https://community.qlik.com/t5/QlikView/Row-hide-in-Qlikview/m-p/1303511#M827844</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;I have on Straight Table. Where I want to hide rows on the basis of One field that is Stocks Unit Frozen. This is conditional field based on the Selection of Frozen Flag.&lt;/P&gt;&lt;P&gt;Which row is having Stocks Units Frozen =0, I want to hide those row.&lt;/P&gt;&lt;P&gt;Could you please help me do the same.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I am attaching the sample app. Please help.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Sarif&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/Row-hide-in-Qlikview/m-p/1303511#M827844</guid>
      <dc:creator>mhmmd_srf</dc:creator>
      <dc:date>2020-11-25T16:16:04Z</dc:date>
    </item>
    <item>
      <title>Re: Row hide in Qlikview</title>
      <link>https://community.qlik.com/t5/QlikView/Row-hide-in-Qlikview/m-p/1303512#M827845</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You want to remove&amp;nbsp; values for column Cost also because of Cost you are getting 0 for &lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;Stocks Units Frozen&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 30 Jun 2017 05:35:35 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Row-hide-in-Qlikview/m-p/1303512#M827845</guid>
      <dc:creator>prma7799</dc:creator>
      <dc:date>2017-06-30T05:35:35Z</dc:date>
    </item>
    <item>
      <title>Re: Row hide in Qlikview</title>
      <link>https://community.qlik.com/t5/QlikView/Row-hide-in-Qlikview/m-p/1303513#M827846</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I don't have qlikview software, I will give antonym in different orient which are&lt;/P&gt;&lt;P&gt;1) Create flag same where the condition is opposite to only one value like If(Expression condition ..., 1) as Flag&lt;/P&gt;&lt;P&gt;2) Or else, You can do this in calc. dim like If(FieldName &amp;lt;&amp;gt; 0, FieldName) then give label as FieldName&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;HTH&lt;/P&gt;&lt;P&gt;Anil&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 30 Jun 2017 05:36:32 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Row-hide-in-Qlikview/m-p/1303513#M827846</guid>
      <dc:creator>Anil_Babu_Samineni</dc:creator>
      <dc:date>2017-06-30T05:36:32Z</dc:date>
    </item>
    <item>
      <title>Re: Row hide in Qlikview</title>
      <link>https://community.qlik.com/t5/QlikView/Row-hide-in-Qlikview/m-p/1303514#M827847</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;HI,&lt;/P&gt;&lt;P&gt;Expression Cost :&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #0000ff; font-size: 10pt;"&gt;If&lt;/SPAN&gt;&lt;SPAN style="font-size: 10pt;"&gt;(&lt;SPAN style="color: #0000ff;"&gt;Column&lt;/SPAN&gt;(1) &amp;lt;&amp;gt; 0,&lt;BR /&gt; &lt;SPAN style="color: #0000ff;"&gt;sum&lt;/SPAN&gt;(&lt;SPAN style="color: #800000;"&gt;DIM_ITEM.ItemStandardCostPerStockUnit&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;SPAN style="font-size: 10pt;"&gt;)) &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt;"&gt;Regards,&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt;"&gt;Antonio&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 30 Jun 2017 05:39:00 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Row-hide-in-Qlikview/m-p/1303514#M827847</guid>
      <dc:creator>antoniotiman</dc:creator>
      <dc:date>2017-06-30T05:39:00Z</dc:date>
    </item>
    <item>
      <title>Re: Row hide in Qlikview</title>
      <link>https://community.qlik.com/t5/QlikView/Row-hide-in-Qlikview/m-p/1303515#M827849</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Sarif,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Add if condition to check column(1) &amp;lt;&amp;gt; 0 in all expression.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 30 Jun 2017 06:08:25 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Row-hide-in-Qlikview/m-p/1303515#M827849</guid>
      <dc:creator />
      <dc:date>2017-06-30T06:08:25Z</dc:date>
    </item>
  </channel>
</rss>

