<?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: Multiple formula in one table in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Multiple-formula-in-one-table/m-p/895800#M657047</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Another way:&lt;/P&gt;&lt;P&gt;No dimensions, four expressions.&amp;nbsp; What you have in "Description" is the expression label.&amp;nbsp; And, check "Horizontal" on the Presentation tab.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 20 May 2015 16:50:13 GMT</pubDate>
    <dc:creator>Anonymous</dc:creator>
    <dc:date>2015-05-20T16:50:13Z</dc:date>
    <item>
      <title>Multiple formula in one table</title>
      <link>https://community.qlik.com/t5/QlikView/Multiple-formula-in-one-table/m-p/895798#M657045</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Would like to know how and what's the best approach to create result as per the table below in QV. Any suggestion is much appreciated!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;TABLE border="1" class="jiveBorder" style="border: 1px solid rgb(0, 0, 0); width: 100%;"&gt;&lt;TBODY&gt;&lt;TR&gt;&lt;TH style="text-align: center; background-color: #6690bc; color: #ffffff; padding: 2px;" valign="middle"&gt;Description&lt;/TH&gt;&lt;TH style="text-align: center; background-color: #6690bc; color: #ffffff; padding: 2px;" valign="middle"&gt;&lt;STRONG&gt;Amount&lt;/STRONG&gt;&lt;/TH&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD style="padding: 2px;"&gt;1.Direct Premium Amount&lt;/TD&gt;&lt;TD style="padding: 2px;"&gt;Formula 1&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD style="padding: 2px;"&gt;2.Assumed Premium Amount&lt;/TD&gt;&lt;TD style="padding: 2px;"&gt;Formula 2&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;3.Licensed Premium Amount&lt;/TD&gt;&lt;TD&gt;Formula 3&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;Total of 1+2-3&lt;/TD&gt;&lt;TD&gt;Formula 4&lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The description is basically "hard-coded". While each row is using different formula to calculate.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 20 May 2015 10:47:09 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Multiple-formula-in-one-table/m-p/895798#M657045</guid>
      <dc:creator />
      <dc:date>2015-05-20T10:47:09Z</dc:date>
    </item>
    <item>
      <title>Re: Multiple formula in one table</title>
      <link>https://community.qlik.com/t5/QlikView/Multiple-formula-in-one-table/m-p/895799#M657046</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;dimension&lt;/P&gt;&lt;P&gt;valuelist('&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;1.Direct Premium Amount', '&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;2.Assumed Premium Amount')&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;expression&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333330154419px;"&gt;if(valuelist('&lt;/SPAN&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;1.Direct Premium Amount', '&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;2.Assumed Premium Amount')='&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;1.Direct Premium Amount&lt;/SPAN&gt;', formula 1,&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;&lt;SPAN style="font-size: 13.3333330154419px;"&gt;if(valuelist('&lt;/SPAN&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;1.Direct Premium Amount', '&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;2.Assumed Premium Amount')='&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;2.Assumed Premium Amount&lt;/SPAN&gt;', formula 2&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;))&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;add 3 and 4&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 20 May 2015 16:41:40 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Multiple-formula-in-one-table/m-p/895799#M657046</guid>
      <dc:creator>maxgro</dc:creator>
      <dc:date>2015-05-20T16:41:40Z</dc:date>
    </item>
    <item>
      <title>Re: Multiple formula in one table</title>
      <link>https://community.qlik.com/t5/QlikView/Multiple-formula-in-one-table/m-p/895800#M657047</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Another way:&lt;/P&gt;&lt;P&gt;No dimensions, four expressions.&amp;nbsp; What you have in "Description" is the expression label.&amp;nbsp; And, check "Horizontal" on the Presentation tab.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 20 May 2015 16:50:13 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Multiple-formula-in-one-table/m-p/895800#M657047</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2015-05-20T16:50:13Z</dc:date>
    </item>
    <item>
      <title>Re: Multiple formula in one table</title>
      <link>https://community.qlik.com/t5/QlikView/Multiple-formula-in-one-table/m-p/895801#M657048</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks! It works! &lt;IMG src="https://community.qlik.com/legacyfs/online/emoticons/happy.png" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 21 May 2015 03:07:26 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Multiple-formula-in-one-table/m-p/895801#M657048</guid>
      <dc:creator />
      <dc:date>2015-05-21T03:07:26Z</dc:date>
    </item>
    <item>
      <title>Re: Multiple formula in one table</title>
      <link>https://community.qlik.com/t5/QlikView/Multiple-formula-in-one-table/m-p/895802#M657049</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;please close this thread (mark useful and correct answer); thanks&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 21 May 2015 07:17:57 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Multiple-formula-in-one-table/m-p/895802#M657049</guid>
      <dc:creator>maxgro</dc:creator>
      <dc:date>2015-05-21T07:17:57Z</dc:date>
    </item>
    <item>
      <title>Re: Multiple formula in one table</title>
      <link>https://community.qlik.com/t5/QlikView/Multiple-formula-in-one-table/m-p/895803#M657050</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;also possible:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;Pick(Match(Valuelist(value1,&lt;SPAN style="font-weight: inherit; font-style: inherit; font-size: 13.3333330154419px; font-family: inherit;"&gt;value2,&lt;SPAN style="font-weight: inherit; font-style: inherit; font-size: 13.3333330154419px; font-family: inherit;"&gt;value3&lt;/SPAN&gt;&lt;/SPAN&gt;),&lt;SPAN style="font-weight: inherit; font-style: inherit; font-size: 13.3333330154419px; font-family: inherit;"&gt;value1,&lt;/SPAN&gt;&lt;SPAN style="font-weight: inherit; font-style: inherit; font-size: 13.3333330154419px; font-family: inherit;"&gt;value2,&lt;SPAN style="font-weight: inherit; font-style: inherit; font-size: 13.3333330154419px; font-family: inherit;"&gt;value3&lt;/SPAN&gt;&lt;/SPAN&gt;), expression1,&lt;SPAN style="font-weight: inherit; font-style: inherit; font-size: 13.3333330154419px; font-family: inherit;"&gt;expression2,&lt;SPAN style="font-weight: inherit; font-style: inherit; font-size: 13.3333330154419px; font-family: inherit;"&gt;expression3&lt;/SPAN&gt;&lt;/SPAN&gt;)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;hope this helps&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;regards&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;Marco&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 22 May 2015 23:24:26 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Multiple-formula-in-one-table/m-p/895803#M657050</guid>
      <dc:creator>MarcoWedel</dc:creator>
      <dc:date>2015-05-22T23:24:26Z</dc:date>
    </item>
  </channel>
</rss>

