<?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: Sum by Dimension Show Hide in App Development</title>
    <link>https://community.qlik.com/t5/App-Development/Sum-by-Dimension-Show-Hide/m-p/1819936#M67219</link>
    <description>&lt;P&gt;Hi&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;Try like below in the object to display&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;=Count({&amp;lt;User={"=Sum({&amp;lt;Sale_Date= {'$(=Date(Today()))'}&amp;gt;}DailySales)&amp;gt;20"}&amp;gt;}Distinct User)&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;,&amp;nbsp; for understanding, you can try like below also.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;=if(Count({&amp;lt;User={"=Sum({&amp;lt;Sale_Date= {'$(=Date(Today()))'}&amp;gt;}DailySales)&amp;gt;20"}&amp;gt;}Distinct User) &amp;gt; 1, 1, 0)&lt;/SPAN&gt;&lt;/P&gt;</description>
    <pubDate>Tue, 06 Jul 2021 00:59:31 GMT</pubDate>
    <dc:creator>MayilVahanan</dc:creator>
    <dc:date>2021-07-06T00:59:31Z</dc:date>
    <item>
      <title>Sum by Dimension Show Hide</title>
      <link>https://community.qlik.com/t5/App-Development/Sum-by-Dimension-Show-Hide/m-p/1819715#M67205</link>
      <description>&lt;P&gt;HI,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I have a dimension called 'User' and an expression Sum(Daily Sales).&lt;/P&gt;&lt;P&gt;I would like to show a text object if &lt;STRONG&gt;any&lt;/STRONG&gt; User has a daily sales amount of over 20.&lt;/P&gt;&lt;P&gt;IF anyone can help with the&amp;nbsp; correct show/hide expression please I'd be very grateful.&amp;nbsp;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Many thanks,&amp;nbsp;&lt;/P&gt;&lt;P&gt;Dai&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 30 Nov 2021 18:17:33 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Sum-by-Dimension-Show-Hide/m-p/1819715#M67205</guid>
      <dc:creator>Senor_Dai</dc:creator>
      <dc:date>2021-11-30T18:17:33Z</dc:date>
    </item>
    <item>
      <title>Re: Sum by Dimension Show Hide</title>
      <link>https://community.qlik.com/t5/App-Development/Sum-by-Dimension-Show-Hide/m-p/1819726#M67206</link>
      <description>&lt;P&gt;HI&lt;/P&gt;&lt;P&gt;Try like below&lt;/P&gt;&lt;P&gt;=Count({&amp;lt;User={"=Sum(DailySales)&amp;gt;0"}&amp;gt;}Distinct User)&lt;/P&gt;</description>
      <pubDate>Mon, 05 Jul 2021 10:04:58 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Sum-by-Dimension-Show-Hide/m-p/1819726#M67206</guid>
      <dc:creator>MayilVahanan</dc:creator>
      <dc:date>2021-07-05T10:04:58Z</dc:date>
    </item>
    <item>
      <title>Re: Sum by Dimension Show Hide</title>
      <link>https://community.qlik.com/t5/App-Development/Sum-by-Dimension-Show-Hide/m-p/1819755#M67207</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.qlik.com/t5/user/viewprofilepage/user-id/17935"&gt;@MayilVahanan&lt;/a&gt;&amp;nbsp;,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks for the reply.&amp;nbsp; If I wanted to add a date to this eg, only for today, would the expression be&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;=Count({&amp;lt;User={"=Sum(DailySales)&amp;gt;0"}, Sale_Date={'Today()'}&amp;gt;}Distinct User)&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;Also, can you explain how this ensures that only sales over 20 will cause the obejct to display or do I need to add it the expression:&lt;BR /&gt;&lt;BR /&gt;=Count({&amp;lt;User={"=Sum(DailySales)&amp;gt;0"}, Sale_Date={'Today()'}&amp;gt;}Distinct User)&amp;gt;20&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Mon, 05 Jul 2021 11:07:12 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Sum-by-Dimension-Show-Hide/m-p/1819755#M67207</guid>
      <dc:creator>Senor_Dai</dc:creator>
      <dc:date>2021-07-05T11:07:12Z</dc:date>
    </item>
    <item>
      <title>Re: Sum by Dimension Show Hide</title>
      <link>https://community.qlik.com/t5/App-Development/Sum-by-Dimension-Show-Hide/m-p/1819936#M67219</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;Try like below in the object to display&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;=Count({&amp;lt;User={"=Sum({&amp;lt;Sale_Date= {'$(=Date(Today()))'}&amp;gt;}DailySales)&amp;gt;20"}&amp;gt;}Distinct User)&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;,&amp;nbsp; for understanding, you can try like below also.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;=if(Count({&amp;lt;User={"=Sum({&amp;lt;Sale_Date= {'$(=Date(Today()))'}&amp;gt;}DailySales)&amp;gt;20"}&amp;gt;}Distinct User) &amp;gt; 1, 1, 0)&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Tue, 06 Jul 2021 00:59:31 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Sum-by-Dimension-Show-Hide/m-p/1819936#M67219</guid>
      <dc:creator>MayilVahanan</dc:creator>
      <dc:date>2021-07-06T00:59:31Z</dc:date>
    </item>
    <item>
      <title>Re: Sum by Dimension Show Hide</title>
      <link>https://community.qlik.com/t5/App-Development/Sum-by-Dimension-Show-Hide/m-p/1858000#M70827</link>
      <description>&lt;P&gt;application useful &lt;A href="https://word-unscrambler.io" target="_self"&gt;word unscrambler&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Thu, 11 Nov 2021 07:20:04 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Sum-by-Dimension-Show-Hide/m-p/1858000#M70827</guid>
      <dc:creator>yangkuki</dc:creator>
      <dc:date>2021-11-11T07:20:04Z</dc:date>
    </item>
  </channel>
</rss>

