<?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: Use devide operator between set analysis in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Use-devide-operator-between-set-analysis/m-p/487645#M182150</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Yes, I think rather that the problem is about how to displaying the numbers. &lt;/P&gt;&lt;P&gt;The values for one month is 3615/232= 15,58189655172414&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 06 Nov 2013 14:14:32 GMT</pubDate>
    <dc:creator />
    <dc:date>2013-11-06T14:14:32Z</dc:date>
    <item>
      <title>Use devide operator between set analysis</title>
      <link>https://community.qlik.com/t5/QlikView/Use-devide-operator-between-set-analysis/m-p/487641#M182146</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;I'm trying to use "/" between to set analysis calculations but it doesent work, only get 0. But if i use "+","-" or "*" it works fine. It looks like this:&lt;/P&gt;&lt;P&gt;&lt;BR /&gt; sum({$&amp;lt;Color={'Blue'},Length-={'UNKNOWN'}&amp;gt;} Duration_s)/3600 / sum({$&amp;lt;Length-={'UNKNOWN'}&amp;gt;} Duration_s)/3600&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Any suggestions&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 06 Nov 2013 13:50:32 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Use-devide-operator-between-set-analysis/m-p/487641#M182146</guid>
      <dc:creator />
      <dc:date>2013-11-06T13:50:32Z</dc:date>
    </item>
    <item>
      <title>Re: Use devide operator between set analysis</title>
      <link>https://community.qlik.com/t5/QlikView/Use-devide-operator-between-set-analysis/m-p/487642#M182147</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;What two values do you get for the two single sum() expressions?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Are you displaying the result with an appropriate amount of decimal places?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 06 Nov 2013 13:57:34 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Use-devide-operator-between-set-analysis/m-p/487642#M182147</guid>
      <dc:creator>swuehl</dc:creator>
      <dc:date>2013-11-06T13:57:34Z</dc:date>
    </item>
    <item>
      <title>Re: Use devide operator between set analysis</title>
      <link>https://community.qlik.com/t5/QlikView/Use-devide-operator-between-set-analysis/m-p/487643#M182148</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;maybe there are missing brackets:&lt;/P&gt;&lt;P&gt;sum({$&amp;lt;Color={'Blue'},Length-={'UNKNOWN'}&amp;gt;} Duration_s)/3600 /&lt;/P&gt;&lt;P&gt;(sum({$&amp;lt;Length-={'UNKNOWN'}&amp;gt;} Duration_s)/3600 )&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;and if so you could avoid the /3600&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;sum({$&amp;lt;Color={'Blue'},Length-={'UNKNOWN'}&amp;gt;} Duration_s) /&lt;/P&gt;&lt;P&gt;(sum({$&amp;lt;Length-={'UNKNOWN'}&amp;gt;} Duration_s) )&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 06 Nov 2013 14:03:36 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Use-devide-operator-between-set-analysis/m-p/487643#M182148</guid>
      <dc:creator>bbi_mba_76</dc:creator>
      <dc:date>2013-11-06T14:03:36Z</dc:date>
    </item>
    <item>
      <title>Re: Use devide operator between set analysis</title>
      <link>https://community.qlik.com/t5/QlikView/Use-devide-operator-between-set-analysis/m-p/487644#M182149</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;Use proper Backet Like ().&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;(sum&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;({$&amp;lt;Color={'Blue'},Length-={'UNKNOWN'}&amp;gt;} Duration_s)/3600&lt;/SPAN&gt;&lt;STRONG style=": ; color: #ff8000; font-size: 8pt; text-decoration: underline;"&gt;)&lt;/STRONG&gt;&lt;SPAN style="font-size: 8pt;"&gt; &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 8pt;"&gt;/ &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 8pt;"&gt;(sum({$&amp;lt;Length-={'UNKNOWN'}&amp;gt;} Duration_s)/3600) &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 8pt;"&gt;Regards&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 8pt;"&gt;Kaushal Mehta&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 06 Nov 2013 14:09:27 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Use-devide-operator-between-set-analysis/m-p/487644#M182149</guid>
      <dc:creator>kaushalview</dc:creator>
      <dc:date>2013-11-06T14:09:27Z</dc:date>
    </item>
    <item>
      <title>Re: Use devide operator between set analysis</title>
      <link>https://community.qlik.com/t5/QlikView/Use-devide-operator-between-set-analysis/m-p/487645#M182150</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Yes, I think rather that the problem is about how to displaying the numbers. &lt;/P&gt;&lt;P&gt;The values for one month is 3615/232= 15,58189655172414&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 06 Nov 2013 14:14:32 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Use-devide-operator-between-set-analysis/m-p/487645#M182150</guid>
      <dc:creator />
      <dc:date>2013-11-06T14:14:32Z</dc:date>
    </item>
    <item>
      <title>Re: Use devide operator between set analysis</title>
      <link>https://community.qlik.com/t5/QlikView/Use-devide-operator-between-set-analysis/m-p/487646#M182151</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;So&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;sum({$&amp;lt;Color={'Blue'},Length-={'UNKNOWN'}&amp;gt;} Duration_s)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;is larger than&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;sum({$&amp;lt;Length-={'UNKNOWN'}&amp;gt;} Duration_s)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;(even there is an additional filter applied)?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Or are you actually calculating 232 / 3615 = 0.064&lt;/P&gt;&lt;P&gt;and displaying only integer / rounded values?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 06 Nov 2013 14:26:39 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Use-devide-operator-between-set-analysis/m-p/487646#M182151</guid>
      <dc:creator>swuehl</dc:creator>
      <dc:date>2013-11-06T14:26:39Z</dc:date>
    </item>
  </channel>
</rss>

