<?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: 6 Column Table display out stand payment , Possible to have 2 Row display % contribution ? in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/6-Column-Table-display-out-stand-payment-Possible-to-have-2-Row/m-p/1175776#M630381</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I need 8 % and 13 % in one pie chart . Now you make it in 2 pie chart.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Sent from my iPhone&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 29 Jul 2016 08:13:30 GMT</pubDate>
    <dc:creator>paulyeo11</dc:creator>
    <dc:date>2016-07-29T08:13:30Z</dc:date>
    <item>
      <title>6 Column Table display out stand payment , Possible to have 2 Row display % contribution ?</title>
      <link>https://community.qlik.com/t5/QlikView/6-Column-Table-display-out-stand-payment-Possible-to-have-2-Row/m-p/1175770#M630375</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi All&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have a Table with 5 Column ,&amp;nbsp; which display the Out standing payment amount by days.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;What i need is to compute the % in Pie chart to show the % contribution. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;One of the approach is&amp;nbsp; i can add the column to display % contribution , it there a way i can have the % contribution on 2nd row , so that the table will not be too long.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Paul&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 29 Jul 2016 07:26:12 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/6-Column-Table-display-out-stand-payment-Possible-to-have-2-Row/m-p/1175770#M630375</guid>
      <dc:creator>paulyeo11</dc:creator>
      <dc:date>2016-07-29T07:26:12Z</dc:date>
    </item>
    <item>
      <title>Re: 6 Column Table display out stand payment , Possible to have 2 Row display % contribution ?</title>
      <link>https://community.qlik.com/t5/QlikView/6-Column-Table-display-out-stand-payment-Possible-to-have-2-Row/m-p/1175771#M630376</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;my qvw&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 29 Jul 2016 07:27:16 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/6-Column-Table-display-out-stand-payment-Possible-to-have-2-Row/m-p/1175771#M630376</guid>
      <dc:creator>paulyeo11</dc:creator>
      <dc:date>2016-07-29T07:27:16Z</dc:date>
    </item>
    <item>
      <title>Re: 6 Column Table display out stand payment , Possible to have 2 Row display % contribution ?</title>
      <link>https://community.qlik.com/t5/QlikView/6-Column-Table-display-out-stand-payment-Possible-to-have-2-Row/m-p/1175772#M630377</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;see this expression in pie chart&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;num((sum(&lt;/P&gt;&lt;P&gt;If ( US_Cust='USD', 1.3,&lt;/P&gt;&lt;P&gt;If( US_Cust='MYR', 0.3333,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If ( US_Cust='RP', 0.0001,&lt;/P&gt;&lt;P&gt;if ( US_Cust='EU',1.5, 1)))) * curren))&amp;nbsp;&amp;nbsp;&amp;nbsp; /&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;(sum(&lt;/P&gt;&lt;P&gt;If( US_Cust='USD', 1.3,&lt;/P&gt;&lt;P&gt;If( US_Cust='RP', 0.0001,&lt;/P&gt;&lt;P&gt;If( US_Cust='MYR', 0.3333,&lt;/P&gt;&lt;P&gt;if( US_Cust='EU',1.5, 1))))* days3)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;+ sum(&lt;/P&gt;&lt;P&gt;If ( US_Cust='USD', 1.3,&lt;/P&gt;&lt;P&gt;If ( US_Cust='RP', 0.0001,&lt;/P&gt;&lt;P&gt;If( US_Cust='MYR', 0.3333,&lt;/P&gt;&lt;P&gt;if ( US_Cust='EU',1.5, 1)))) * days6)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;+sum(&lt;/P&gt;&lt;P&gt;If ( US_Cust='USD', 1.3,&lt;/P&gt;&lt;P&gt;If ( US_Cust='RP', 0.0001,&lt;/P&gt;&lt;P&gt;If( US_Cust='MYR', 0.3333,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;if ( US_Cust='EU',1.5, 1)))) * days9)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;+sum(&lt;/P&gt;&lt;P&gt;If ( US_Cust='USD', 1.3,&lt;/P&gt;&lt;P&gt;If ( US_Cust='RP', 0.0001,&lt;/P&gt;&lt;P&gt;If( US_Cust='MYR', 0.3333,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;if ( US_Cust='EU',1.5, 1))))*above12)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;+sum(&lt;/P&gt;&lt;P&gt;If ( US_Cust='USD', 1.3,&lt;/P&gt;&lt;P&gt;If( US_Cust='MYR', 0.3333,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If ( US_Cust='RP', 0.0001,&lt;/P&gt;&lt;P&gt;if ( US_Cust='EU',1.5, 1)))) * curren)),'#,##0%')&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 29 Jul 2016 07:39:25 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/6-Column-Table-display-out-stand-payment-Possible-to-have-2-Row/m-p/1175772#M630377</guid>
      <dc:creator>arulsettu</dc:creator>
      <dc:date>2016-07-29T07:39:25Z</dc:date>
    </item>
    <item>
      <title>Re: 6 Column Table display out stand payment , Possible to have 2 Row display % contribution ?</title>
      <link>https://community.qlik.com/t5/QlikView/6-Column-Table-display-out-stand-payment-Possible-to-have-2-Row/m-p/1175773#M630378</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;for 30 days % use this&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;num((sum(&lt;/P&gt;&lt;P&gt;If ( US_Cust='USD', 1.3,&lt;/P&gt;&lt;P&gt;If( US_Cust='MYR', 0.3333,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If ( US_Cust='RP', 0.0001,&lt;/P&gt;&lt;P&gt;if ( US_Cust='EU',1.5, 1)))) * days3))&amp;nbsp;&amp;nbsp;&amp;nbsp; /&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;(sum(&lt;/P&gt;&lt;P&gt;If( US_Cust='USD', 1.3,&lt;/P&gt;&lt;P&gt;If( US_Cust='RP', 0.0001,&lt;/P&gt;&lt;P&gt;If( US_Cust='MYR', 0.3333,&lt;/P&gt;&lt;P&gt;if( US_Cust='EU',1.5, 1))))* days3)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;+ sum(&lt;/P&gt;&lt;P&gt;If ( US_Cust='USD', 1.3,&lt;/P&gt;&lt;P&gt;If ( US_Cust='RP', 0.0001,&lt;/P&gt;&lt;P&gt;If( US_Cust='MYR', 0.3333,&lt;/P&gt;&lt;P&gt;if ( US_Cust='EU',1.5, 1)))) * days6)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;+sum(&lt;/P&gt;&lt;P&gt;If ( US_Cust='USD', 1.3,&lt;/P&gt;&lt;P&gt;If ( US_Cust='RP', 0.0001,&lt;/P&gt;&lt;P&gt;If( US_Cust='MYR', 0.3333,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;if ( US_Cust='EU',1.5, 1)))) * days9)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;+sum(&lt;/P&gt;&lt;P&gt;If ( US_Cust='USD', 1.3,&lt;/P&gt;&lt;P&gt;If ( US_Cust='RP', 0.0001,&lt;/P&gt;&lt;P&gt;If( US_Cust='MYR', 0.3333,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;if ( US_Cust='EU',1.5, 1))))*above12)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;+sum(&lt;/P&gt;&lt;P&gt;If ( US_Cust='USD', 1.3,&lt;/P&gt;&lt;P&gt;If( US_Cust='MYR', 0.3333,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If ( US_Cust='RP', 0.0001,&lt;/P&gt;&lt;P&gt;if ( US_Cust='EU',1.5, 1)))) * curren)),'#,##0%')&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 29 Jul 2016 07:42:00 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/6-Column-Table-display-out-stand-payment-Possible-to-have-2-Row/m-p/1175773#M630378</guid>
      <dc:creator>arulsettu</dc:creator>
      <dc:date>2016-07-29T07:42:00Z</dc:date>
    </item>
    <item>
      <title>Re: 6 Column Table display out stand payment , Possible to have 2 Row display % contribution ?</title>
      <link>https://community.qlik.com/t5/QlikView/6-Column-Table-display-out-stand-payment-Possible-to-have-2-Row/m-p/1175774#M630379</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Arul &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I try to create 2 expression in pie chart using the expression you posted. the pie chart not able to display any thing , when i convert pie chart to bar chart , i can see 2 bar. one long and one short. mean your expression for Curren and 30days work.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Any thing i need to set on pie chart ?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Paul &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 29 Jul 2016 08:04:18 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/6-Column-Table-display-out-stand-payment-Possible-to-have-2-Row/m-p/1175774#M630379</guid>
      <dc:creator>paulyeo11</dc:creator>
      <dc:date>2016-07-29T08:04:18Z</dc:date>
    </item>
    <item>
      <title>Re: 6 Column Table display out stand payment , Possible to have 2 Row display % contribution ?</title>
      <link>https://community.qlik.com/t5/QlikView/6-Column-Table-display-out-stand-payment-Possible-to-have-2-Row/m-p/1175775#M630380</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;set dimension SOURCE&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG alt="Untitled.png" class="jive-image image-1" src="https://community.qlik.com/legacyfs/online/132971_Untitled.png" style="height: 349px; width: 620px;" /&gt;&lt;/P&gt;&lt;P&gt;is this you are looking for?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 29 Jul 2016 08:08:47 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/6-Column-Table-display-out-stand-payment-Possible-to-have-2-Row/m-p/1175775#M630380</guid>
      <dc:creator>arulsettu</dc:creator>
      <dc:date>2016-07-29T08:08:47Z</dc:date>
    </item>
    <item>
      <title>Re: 6 Column Table display out stand payment , Possible to have 2 Row display % contribution ?</title>
      <link>https://community.qlik.com/t5/QlikView/6-Column-Table-display-out-stand-payment-Possible-to-have-2-Row/m-p/1175776#M630381</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I need 8 % and 13 % in one pie chart . Now you make it in 2 pie chart.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Sent from my iPhone&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 29 Jul 2016 08:13:30 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/6-Column-Table-display-out-stand-payment-Possible-to-have-2-Row/m-p/1175776#M630381</guid>
      <dc:creator>paulyeo11</dc:creator>
      <dc:date>2016-07-29T08:13:30Z</dc:date>
    </item>
  </channel>
</rss>

