<?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: qlikview in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/qlikview/m-p/1534831#M746425</link>
    <description>I was able to resolve using set analysis. Thanks! all for the advise&lt;BR /&gt;=100*Sum(Count)/&lt;BR /&gt;If(Match(Class, 'SALES-CASH', 'DOCTOR CHARGE'), Sum(TOTAL {&amp;lt;Class = {'TOTAL REVENUE'}&amp;gt;} Count),&lt;BR /&gt;If(Class = 'SURGICALS &amp;amp; CONSUM', Sum(TOTAL {&amp;lt;Class = {'TOTAL COST OF SALES'}&amp;gt;}Count)&lt;BR /&gt;Services'}&amp;gt;}Count),&lt;BR /&gt;))&lt;BR /&gt;</description>
    <pubDate>Fri, 25 Jan 2019 02:34:07 GMT</pubDate>
    <dc:creator>prasad</dc:creator>
    <dc:date>2019-01-25T02:34:07Z</dc:date>
    <item>
      <title>qlikview</title>
      <link>https://community.qlik.com/t5/QlikView/qlikview/m-p/1534177#M746420</link>
      <description>&lt;P&gt;Hi, I need to get one extra column as GetPercentage. This one I need to get by dividing row4/row7 etc. As there are other rows which also I need, this is an example. How to achieve this in Qlikview load script or expression. Thanks in Advance.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Attached is the pic image&lt;/P&gt;</description>
      <pubDate>Sat, 16 Nov 2024 21:32:49 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/qlikview/m-p/1534177#M746420</guid>
      <dc:creator>prasad</dc:creator>
      <dc:date>2024-11-16T21:32:49Z</dc:date>
    </item>
    <item>
      <title>Re: qlikview</title>
      <link>https://community.qlik.com/t5/QlikView/qlikview/m-p/1534194#M746421</link>
      <description>&lt;P&gt;How are the rows selected for the percentage?&lt;/P&gt;</description>
      <pubDate>Thu, 24 Jan 2019 05:16:22 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/qlikview/m-p/1534194#M746421</guid>
      <dc:creator>jonathandienst</dc:creator>
      <dc:date>2019-01-24T05:16:22Z</dc:date>
    </item>
    <item>
      <title>Re: qlikview</title>
      <link>https://community.qlik.com/t5/QlikView/qlikview/m-p/1534216#M746422</link>
      <description>I guess that in in Front end you should you Pivot or Straight table.&lt;BR /&gt;In dimension add Fiscalyear.&lt;BR /&gt;In expressions:&lt;BR /&gt;1. Label Accommodation, expression = Sum({&amp;lt;Description = {'ACCOMMODATION'}&amp;gt;} Total$)&lt;BR /&gt;2. Label Sales, expression = Sum({&amp;lt;Description = {'SALES-CASH'}&amp;gt;} Total$)&lt;BR /&gt;3. Label Revenue, expression = Sum({&amp;lt;Description = {'TOTAL REVENUE'}&amp;gt;} Total$)&lt;BR /&gt;4. Label Accommodation %, expression = Accommodation/Sales&lt;BR /&gt;5. Label Sales %, expression = Sales/Revenue&lt;BR /&gt;&lt;BR /&gt;Is it what you wish to achieve?</description>
      <pubDate>Thu, 24 Jan 2019 06:02:35 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/qlikview/m-p/1534216#M746422</guid>
      <dc:creator>MindaugasBacius</dc:creator>
      <dc:date>2019-01-24T06:02:35Z</dc:date>
    </item>
    <item>
      <title>Re: qlikview</title>
      <link>https://community.qlik.com/t5/QlikView/qlikview/m-p/1534217#M746423</link>
      <description>There are few columns, what I need eg: RowNo Column : row 4(Total4) /ColumnG(Total$)ie row 7 :&lt;BR /&gt;&lt;BR /&gt;(384144.15/634425.14)*100 I need to get 60.55 next to the row4 Total Column. Pls see the image for reference. Tks! in Advance&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Thu, 24 Jan 2019 06:05:06 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/qlikview/m-p/1534217#M746423</guid>
      <dc:creator>prasad</dc:creator>
      <dc:date>2019-01-24T06:05:06Z</dc:date>
    </item>
    <item>
      <title>Re: qlikview</title>
      <link>https://community.qlik.com/t5/QlikView/qlikview/m-p/1534830#M746424</link>
      <description>&lt;P&gt;May be this&lt;/P&gt;&lt;P&gt;Sum(totals)/below(total Sum(totals),3)&lt;/P&gt;</description>
      <pubDate>Fri, 25 Jan 2019 02:27:55 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/qlikview/m-p/1534830#M746424</guid>
      <dc:creator>qliksus</dc:creator>
      <dc:date>2019-01-25T02:27:55Z</dc:date>
    </item>
    <item>
      <title>Re: qlikview</title>
      <link>https://community.qlik.com/t5/QlikView/qlikview/m-p/1534831#M746425</link>
      <description>I was able to resolve using set analysis. Thanks! all for the advise&lt;BR /&gt;=100*Sum(Count)/&lt;BR /&gt;If(Match(Class, 'SALES-CASH', 'DOCTOR CHARGE'), Sum(TOTAL {&amp;lt;Class = {'TOTAL REVENUE'}&amp;gt;} Count),&lt;BR /&gt;If(Class = 'SURGICALS &amp;amp; CONSUM', Sum(TOTAL {&amp;lt;Class = {'TOTAL COST OF SALES'}&amp;gt;}Count)&lt;BR /&gt;Services'}&amp;gt;}Count),&lt;BR /&gt;))&lt;BR /&gt;</description>
      <pubDate>Fri, 25 Jan 2019 02:34:07 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/qlikview/m-p/1534831#M746425</guid>
      <dc:creator>prasad</dc:creator>
      <dc:date>2019-01-25T02:34:07Z</dc:date>
    </item>
  </channel>
</rss>

