<?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 date in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/hiding-zeros-in-the-expression/m-p/1830458#M1214478</link>
    <description>&lt;P&gt;My suggestion was meant to replace the dimension and not to add an expression. Especially if there is only a single dimension it seems to be the easiest way. If you want to apply it on an expression-level you may use:&lt;/P&gt;&lt;P&gt;YourExpression *&amp;nbsp;&lt;SPAN&gt;rangemin(1, rangesum(Std, Std_AV))&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;- Marcus&lt;/P&gt;</description>
    <pubDate>Mon, 23 Aug 2021 09:57:21 GMT</pubDate>
    <dc:creator>marcus_sommer</dc:creator>
    <dc:date>2021-08-23T09:57:21Z</dc:date>
    <item>
      <title>hiding zeros in the expression</title>
      <link>https://community.qlik.com/t5/QlikView/hiding-zeros-in-the-expression/m-p/1830417#M1214469</link>
      <description>&lt;P&gt;Hello everyone,&lt;/P&gt;&lt;P&gt;I would like to hide the data where the zeros are, as I wrote in std and std_av, but these columns are expressions&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Luke_Killer_IT_0-1629704375921.png" style="width: 400px;"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/60563i7E25EF2F232D966E/image-size/medium?v=v2&amp;amp;px=400" role="button" title="Luke_Killer_IT_0-1629704375921.png" alt="Luke_Killer_IT_0-1629704375921.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 23 Aug 2021 09:53:05 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/hiding-zeros-in-the-expression/m-p/1830417#M1214469</guid>
      <dc:creator>Luke_Killer_IT</dc:creator>
      <dc:date>2021-08-23T09:53:05Z</dc:date>
    </item>
    <item>
      <title>Re: Hide date</title>
      <link>https://community.qlik.com/t5/QlikView/hiding-zeros-in-the-expression/m-p/1830434#M1214472</link>
      <description>&lt;P&gt;You need to query those values and applying this condition within the relevant dimensions/expressions. It depends on your data-model and the requirements which way dimension(s) and/or expressions is more suitable. If aggregations are needed it's often better to put the conditions within the expressions and not in the dimension because they would require aggr() constructs. I think I would tend using something like this:&lt;/P&gt;&lt;P&gt;if(rangemin(1, rangesum(Std, Std_AV)), KW)&lt;/P&gt;&lt;P&gt;- Marcus&lt;/P&gt;</description>
      <pubDate>Mon, 23 Aug 2021 09:19:10 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/hiding-zeros-in-the-expression/m-p/1830434#M1214472</guid>
      <dc:creator>marcus_sommer</dc:creator>
      <dc:date>2021-08-23T09:19:10Z</dc:date>
    </item>
    <item>
      <title>Re: Hide date</title>
      <link>https://community.qlik.com/t5/QlikView/hiding-zeros-in-the-expression/m-p/1830437#M1214473</link>
      <description>&lt;P&gt;yes yes, now it shows me only data for std and std_av but it inserted empty fields and how to hide them ?&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Luke_Killer_IT_0-1629710568222.png" style="width: 400px;"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/60566i7C7BA987FBA9CFAD/image-size/medium?v=v2&amp;amp;px=400" role="button" title="Luke_Killer_IT_0-1629710568222.png" alt="Luke_Killer_IT_0-1629710568222.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 23 Aug 2021 09:22:54 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/hiding-zeros-in-the-expression/m-p/1830437#M1214473</guid>
      <dc:creator>Luke_Killer_IT</dc:creator>
      <dc:date>2021-08-23T09:22:54Z</dc:date>
    </item>
    <item>
      <title>Re: Hide date</title>
      <link>https://community.qlik.com/t5/QlikView/hiding-zeros-in-the-expression/m-p/1830458#M1214478</link>
      <description>&lt;P&gt;My suggestion was meant to replace the dimension and not to add an expression. Especially if there is only a single dimension it seems to be the easiest way. If you want to apply it on an expression-level you may use:&lt;/P&gt;&lt;P&gt;YourExpression *&amp;nbsp;&lt;SPAN&gt;rangemin(1, rangesum(Std, Std_AV))&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;- Marcus&lt;/P&gt;</description>
      <pubDate>Mon, 23 Aug 2021 09:57:21 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/hiding-zeros-in-the-expression/m-p/1830458#M1214478</guid>
      <dc:creator>marcus_sommer</dc:creator>
      <dc:date>2021-08-23T09:57:21Z</dc:date>
    </item>
    <item>
      <title>Re: Hide date</title>
      <link>https://community.qlik.com/t5/QlikView/hiding-zeros-in-the-expression/m-p/1830478#M1214481</link>
      <description>&lt;P&gt;yes great it removed the zeros thank you but now there was a problem with the counting&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Luke_Killer_IT_0-1629713937542.png" style="width: 400px;"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/60586iAB6E125CFB7C7E0D/image-size/medium?v=v2&amp;amp;px=400" role="button" title="Luke_Killer_IT_0-1629713937542.png" alt="Luke_Killer_IT_0-1629713937542.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Luke_Killer_IT_0-1629714971960.png" style="width: 400px;"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/60587iAE8FC5F0165216F7/image-size/medium?v=v2&amp;amp;px=400" role="button" title="Luke_Killer_IT_0-1629714971960.png" alt="Luke_Killer_IT_0-1629714971960.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 23 Aug 2021 10:41:55 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/hiding-zeros-in-the-expression/m-p/1830478#M1214481</guid>
      <dc:creator>Luke_Killer_IT</dc:creator>
      <dc:date>2021-08-23T10:41:55Z</dc:date>
    </item>
    <item>
      <title>Re: Hide date</title>
      <link>https://community.qlik.com/t5/QlikView/hiding-zeros-in-the-expression/m-p/1830498#M1214485</link>
      <description>&lt;P&gt;Interrecord-functions like above() consider only existing records - if they are removed (this term fits better as hidden records which means existing but not visible) you couldn't calculate with them. Therefore I suggest to consider not to remove those rows else to keep them because they aren't wrong else zero and/or NULL values within certain cells/rows are also valuable information. Beside this it may also helpful to use more as one - more specialized - objects to display all needed information.&lt;/P&gt;&lt;P&gt;Nevertheless there are possibilities to overcome such challenges by applying at least one additionally calculation-step. This means the inner aggregation need to ignore these condition and/or possible selections with a set analysis statement and/or an aggr() construct which forces all values on the inside and on the outside it needs conditions again to respect the origin conditions/selections. Such an approach is possible but not always trivial.&lt;/P&gt;&lt;P&gt;- Marcus&lt;/P&gt;</description>
      <pubDate>Mon, 23 Aug 2021 11:35:31 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/hiding-zeros-in-the-expression/m-p/1830498#M1214485</guid>
      <dc:creator>marcus_sommer</dc:creator>
      <dc:date>2021-08-23T11:35:31Z</dc:date>
    </item>
  </channel>
</rss>

