<?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 rows where measures don't have results. in App Development</title>
    <link>https://community.qlik.com/t5/App-Development/hide-rows-where-measures-don-t-have-results/m-p/2474144#M99982</link>
    <description>&lt;P&gt;Thanks for the replies! I will try it.&lt;/P&gt;
&lt;P&gt;May be a very easy question but assuming the name of my column is "Measure 1" how can I use this measure in a formula knowing that I do not have this measure as master element?&lt;/P&gt;</description>
    <pubDate>Thu, 01 Aug 2024 11:27:15 GMT</pubDate>
    <dc:creator>Florian01</dc:creator>
    <dc:date>2024-08-01T11:27:15Z</dc:date>
    <item>
      <title>hide rows where measures don't have results.</title>
      <link>https://community.qlik.com/t5/App-Development/hide-rows-where-measures-don-t-have-results/m-p/2474127#M99978</link>
      <description>&lt;P&gt;Hello everyone,&lt;/P&gt;
&lt;P&gt;i saw similar questions in this forum but did not find any suitable solution in my case.&lt;/P&gt;
&lt;P&gt;I have the table below in qlik sense. I wouls like to not show the row for which measure 2 and 3 are equal to "-".&lt;/P&gt;
&lt;P&gt;Is it something possible and if yes with which formula?&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I think it there could be also a solution by showing only distinct numbers in the "numer column" but this seems more complex to me.&lt;/P&gt;
&lt;P&gt;Thanks in advance!&lt;/P&gt;
&lt;P&gt;Best,&lt;/P&gt;
&lt;P&gt;Florian&lt;/P&gt;
&lt;TABLE width="1072"&gt;
&lt;TBODY&gt;
&lt;TR&gt;
&lt;TD width="100"&gt;Date&lt;/TD&gt;
&lt;TD width="87"&gt;Number&lt;/TD&gt;
&lt;TD width="196"&gt;Measure 1&lt;/TD&gt;
&lt;TD width="158"&gt;Measure 2&lt;/TD&gt;
&lt;TD width="360"&gt;Truck type&lt;/TD&gt;
&lt;TD width="171"&gt;measure 3&lt;/TD&gt;
&lt;/TR&gt;
&lt;TR&gt;
&lt;TD width="100"&gt;09.01.2024&lt;/TD&gt;
&lt;TD width="87"&gt;24403051&lt;/TD&gt;
&lt;TD width="196"&gt;0.001&lt;/TD&gt;
&lt;TD width="158"&gt;10&lt;/TD&gt;
&lt;TD width="360"&gt;Truck A&lt;/TD&gt;
&lt;TD width="171"&gt;20,00&lt;/TD&gt;
&lt;/TR&gt;
&lt;TR&gt;
&lt;TD width="100"&gt;10.01.2024&lt;/TD&gt;
&lt;TD width="87"&gt;24403051&lt;/TD&gt;
&lt;TD width="196"&gt;0.001&lt;/TD&gt;
&lt;TD width="158"&gt;-&lt;/TD&gt;
&lt;TD width="360"&gt;Truck A&lt;/TD&gt;
&lt;TD width="171"&gt;-&lt;/TD&gt;
&lt;/TR&gt;
&lt;TR&gt;
&lt;TD width="100"&gt;09.01.2024&lt;/TD&gt;
&lt;TD width="87"&gt;24403052&lt;/TD&gt;
&lt;TD width="196"&gt;0.002&lt;/TD&gt;
&lt;TD width="158"&gt;10&lt;/TD&gt;
&lt;TD width="360"&gt;Truck A&lt;/TD&gt;
&lt;TD width="171"&gt;20,00&lt;/TD&gt;
&lt;/TR&gt;
&lt;TR&gt;
&lt;TD width="100"&gt;10.01.2024&lt;/TD&gt;
&lt;TD width="87"&gt;24403332&lt;/TD&gt;
&lt;TD width="196"&gt;0.001&lt;/TD&gt;
&lt;TD width="158"&gt;10&lt;/TD&gt;
&lt;TD width="360"&gt;Truck B&lt;/TD&gt;
&lt;TD width="171"&gt;20,00&lt;/TD&gt;
&lt;/TR&gt;
&lt;TR&gt;
&lt;TD width="100"&gt;11.01.2024&lt;/TD&gt;
&lt;TD width="87"&gt;24403332&lt;/TD&gt;
&lt;TD width="196"&gt;0.035&lt;/TD&gt;
&lt;TD width="158"&gt;-&lt;/TD&gt;
&lt;TD width="360"&gt;Truck B&lt;/TD&gt;
&lt;TD width="171"&gt;-&lt;/TD&gt;
&lt;/TR&gt;
&lt;/TBODY&gt;
&lt;/TABLE&gt;</description>
      <pubDate>Thu, 01 Aug 2024 10:17:24 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/hide-rows-where-measures-don-t-have-results/m-p/2474127#M99978</guid>
      <dc:creator>Florian01</dc:creator>
      <dc:date>2024-08-01T10:17:24Z</dc:date>
    </item>
    <item>
      <title>Re: hide rows where measures don't have results.</title>
      <link>https://community.qlik.com/t5/App-Development/hide-rows-where-measures-don-t-have-results/m-p/2474131#M99979</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;
&lt;P&gt;You can try if condition in Date column.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;ex :&amp;nbsp;=if([Measure 2]&amp;gt;0 or [measure 3]&amp;gt;0, Date)&lt;/P&gt;</description>
      <pubDate>Thu, 01 Aug 2024 10:32:41 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/hide-rows-where-measures-don-t-have-results/m-p/2474131#M99979</guid>
      <dc:creator>Parthiban</dc:creator>
      <dc:date>2024-08-01T10:32:41Z</dc:date>
    </item>
    <item>
      <title>Re: hide rows where measures don't have results.</title>
      <link>https://community.qlik.com/t5/App-Development/hide-rows-where-measures-don-t-have-results/m-p/2474132#M99980</link>
      <description>&lt;P&gt;Typically the easiest way to handle this is to hide zero/null rows using the standard setting, and modifying Measure 1 so it returns no value in cases where Measure 2 and Measure 3 are both null, e.g.&lt;/P&gt;
&lt;P&gt;If(IsNull(Measure2) and IsNull(Measure3),null(),Measure1)&lt;/P&gt;</description>
      <pubDate>Thu, 01 Aug 2024 10:32:54 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/hide-rows-where-measures-don-t-have-results/m-p/2474132#M99980</guid>
      <dc:creator>Or</dc:creator>
      <dc:date>2024-08-01T10:32:54Z</dc:date>
    </item>
    <item>
      <title>Re: hide rows where measures don't have results.</title>
      <link>https://community.qlik.com/t5/App-Development/hide-rows-where-measures-don-t-have-results/m-p/2474144#M99982</link>
      <description>&lt;P&gt;Thanks for the replies! I will try it.&lt;/P&gt;
&lt;P&gt;May be a very easy question but assuming the name of my column is "Measure 1" how can I use this measure in a formula knowing that I do not have this measure as master element?&lt;/P&gt;</description>
      <pubDate>Thu, 01 Aug 2024 11:27:15 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/hide-rows-where-measures-don-t-have-results/m-p/2474144#M99982</guid>
      <dc:creator>Florian01</dc:creator>
      <dc:date>2024-08-01T11:27:15Z</dc:date>
    </item>
    <item>
      <title>Re: hide rows where measures don't have results.</title>
      <link>https://community.qlik.com/t5/App-Development/hide-rows-where-measures-don-t-have-results/m-p/2474146#M99983</link>
      <description>&lt;P&gt;You would have to either spell out the formula used for the measure, or use e.g. Column(1) to reference it. I recommend the former, though, as column references can easily get screwed up when you edit objects.&lt;/P&gt;</description>
      <pubDate>Thu, 01 Aug 2024 11:31:28 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/hide-rows-where-measures-don-t-have-results/m-p/2474146#M99983</guid>
      <dc:creator>Or</dc:creator>
      <dc:date>2024-08-01T11:31:28Z</dc:date>
    </item>
    <item>
      <title>Re: hide rows where measures don't have results.</title>
      <link>https://community.qlik.com/t5/App-Development/hide-rows-where-measures-don-t-have-results/m-p/2474148#M99984</link>
      <description>&lt;P&gt;ok thanks&lt;/P&gt;</description>
      <pubDate>Thu, 01 Aug 2024 11:35:45 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/hide-rows-where-measures-don-t-have-results/m-p/2474148#M99984</guid>
      <dc:creator>Florian01</dc:creator>
      <dc:date>2024-08-01T11:35:45Z</dc:date>
    </item>
    <item>
      <title>Re: hide rows where measures don't have results.</title>
      <link>https://community.qlik.com/t5/App-Development/hide-rows-where-measures-don-t-have-results/m-p/2474174#M99993</link>
      <description>&lt;P&gt;So now all three measures are equal "-" in the same row but the solution with the Date does not work because it can't stay a dimension with the if check. It has to be a measure and then it is also equal to "-" on the same row as the other measure but do lead to the suppression of those rows.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 01 Aug 2024 13:36:06 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/hide-rows-where-measures-don-t-have-results/m-p/2474174#M99993</guid>
      <dc:creator>Florian01</dc:creator>
      <dc:date>2024-08-01T13:36:06Z</dc:date>
    </item>
    <item>
      <title>Re: hide rows where measures don't have results.</title>
      <link>https://community.qlik.com/t5/App-Development/hide-rows-where-measures-don-t-have-results/m-p/2474177#M99995</link>
      <description>&lt;P&gt;I did this, now all 3 measures are equal to null in the same rows but it didn't hide those rows unfortunately&lt;/P&gt;</description>
      <pubDate>Thu, 01 Aug 2024 13:50:43 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/hide-rows-where-measures-don-t-have-results/m-p/2474177#M99995</guid>
      <dc:creator>Florian01</dc:creator>
      <dc:date>2024-08-01T13:50:43Z</dc:date>
    </item>
    <item>
      <title>Re: hide rows where measures don't have results.</title>
      <link>https://community.qlik.com/t5/App-Development/hide-rows-where-measures-don-t-have-results/m-p/2474178#M99996</link>
      <description>&lt;P&gt;This is only possible in a measure and not in a dimension anymore. If I do thise the date will also be equal to null on the same row as the other measures but it does not hide those rows.&lt;/P&gt;</description>
      <pubDate>Thu, 01 Aug 2024 13:51:56 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/hide-rows-where-measures-don-t-have-results/m-p/2474178#M99996</guid>
      <dc:creator>Florian01</dc:creator>
      <dc:date>2024-08-01T13:51:56Z</dc:date>
    </item>
    <item>
      <title>Re: hide rows where measures don't have results.</title>
      <link>https://community.qlik.com/t5/App-Development/hide-rows-where-measures-don-t-have-results/m-p/2474181#M99998</link>
      <description>&lt;P&gt;I solved it thanks to this post:&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;A href="https://community.qlik.com/t5/New-to-Qlik-Analytics/Hiding-Null-values-from-measures/m-p/1430786#M112604" target="_blank"&gt;Solved: Hiding Null values from measures - Qlik Community - 1430786&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;Very simple solution but very hidden --&amp;gt; Add-Ons --&amp;gt; hide null value.&lt;/P&gt;</description>
      <pubDate>Thu, 01 Aug 2024 14:05:43 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/hide-rows-where-measures-don-t-have-results/m-p/2474181#M99998</guid>
      <dc:creator>Florian01</dc:creator>
      <dc:date>2024-08-01T14:05:43Z</dc:date>
    </item>
    <item>
      <title>Re: hide rows where measures don't have results.</title>
      <link>https://community.qlik.com/t5/App-Development/hide-rows-where-measures-don-t-have-results/m-p/2474185#M99999</link>
      <description>&lt;P&gt;Was in my original post... &lt;span class="lia-unicode-emoji" title=":slightly_smiling_face:"&gt;🙂&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;"Typically the easiest way to handle this is to hide zero/null rows using the standard setting"&lt;/P&gt;</description>
      <pubDate>Thu, 01 Aug 2024 14:10:27 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/hide-rows-where-measures-don-t-have-results/m-p/2474185#M99999</guid>
      <dc:creator>Or</dc:creator>
      <dc:date>2024-08-01T14:10:27Z</dc:date>
    </item>
    <item>
      <title>Re: hide rows where measures don't have results.</title>
      <link>https://community.qlik.com/t5/App-Development/hide-rows-where-measures-don-t-have-results/m-p/2474198#M100001</link>
      <description>&lt;P&gt;oh sorry I didn't new this option and I thought you meant the checkbox available for dimensions&lt;/P&gt;</description>
      <pubDate>Thu, 01 Aug 2024 15:09:17 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/hide-rows-where-measures-don-t-have-results/m-p/2474198#M100001</guid>
      <dc:creator>Florian01</dc:creator>
      <dc:date>2024-08-01T15:09:17Z</dc:date>
    </item>
  </channel>
</rss>

