<?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: Create column % from other column values in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Create-column-from-other-column-values/m-p/578002#M1101449</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 12px; background-color: #f6f6f6;"&gt;Try this and let me know&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 12px; background-color: #f6f6f6;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 12px; background-color: #f6f6f6;"&gt;((Sum({$ &amp;lt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 12px; background-color: #f6f6f6;"&gt;Notificaciones&lt;/SPAN&gt;={'1'}&amp;gt;} Cantidad))/Aggr(NODISTINCT Sum(&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 12px; background-color: #f6f6f6;"&gt;{$ &amp;lt;&lt;/SPAN&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 12px; background-color: #f6f6f6;"&gt;Notificaciones&lt;/SPAN&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 12px; background-color: #f6f6f6;"&gt;={'1'}&amp;gt;}&lt;/SPAN&gt;Cantidad), [AñoExpediente]))*100&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 15 Apr 2014 07:51:10 GMT</pubDate>
    <dc:creator>alexandros17</dc:creator>
    <dc:date>2014-04-15T07:51:10Z</dc:date>
    <item>
      <title>Create column % from other column values</title>
      <link>https://community.qlik.com/t5/QlikView/Create-column-from-other-column-values/m-p/577995#M1101437</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have a calculated expresion in the script to create a new column in my table. The calculate expresion is to obtain only the "Tipo actuacion" which finish in "1":&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;LOAD if(Right([Tipo actuacion],1)='1',[Tipo actuacion]) as [Notificaciones],&lt;/P&gt;&lt;P&gt;*;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The problem is that when I calculate a % column in a Pivot Table, it takes in consideration the other values (those which don't finish in "1" which appear in blank in the column "Notificaciones"), so the percentages aren't as I want.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG alt="Pivot Table.JPG.jpg" class="jive-image" src="/legacyfs/online/57273_Pivot Table.JPG.jpg" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 15 Apr 2014 07:27:49 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Create-column-from-other-column-values/m-p/577995#M1101437</guid>
      <dc:creator />
      <dc:date>2014-04-15T07:27:49Z</dc:date>
    </item>
    <item>
      <title>Re: Create column % from other column values</title>
      <link>https://community.qlik.com/t5/QlikView/Create-column-from-other-column-values/m-p/577996#M1101440</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Please send the expression that computes the % and the dimensions of your chart.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 15 Apr 2014 07:30:56 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Create-column-from-other-column-values/m-p/577996#M1101440</guid>
      <dc:creator>alexandros17</dc:creator>
      <dc:date>2014-04-15T07:30:56Z</dc:date>
    </item>
    <item>
      <title>Re: Create column % from other column values</title>
      <link>https://community.qlik.com/t5/QlikView/Create-column-from-other-column-values/m-p/577997#M1101443</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;There is no need to use&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;LOAD if(Right([Tipo actuacion],1)='1',[Tipo actuacion]) as [Notificaciones],&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;*;&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;Add &lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;Notificaciones&lt;/SPAN&gt; as your dimension, and use the following as your expression&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;SUM({&amp;lt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;Notificaciones&lt;/SPAN&gt; = {'*1'}&amp;gt;}Cantidad)&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;and then use relative to get your percentage&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 15 Apr 2014 07:33:40 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Create-column-from-other-column-values/m-p/577997#M1101443</guid>
      <dc:creator>rustyfishbones</dc:creator>
      <dc:date>2014-04-15T07:33:40Z</dc:date>
    </item>
    <item>
      <title>Re: Create column % from other column values</title>
      <link>https://community.qlik.com/t5/QlikView/Create-column-from-other-column-values/m-p/577998#M1101444</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Use set in your expression like:&lt;/P&gt;&lt;P&gt;Sum({&amp;lt;[Notificaciones]={1}&amp;gt;} YourField) / Sum({&amp;lt;[Notificaciones]={1}&amp;gt;} &lt;STRONG&gt;TOTAL&lt;/STRONG&gt; YourField)&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 15 Apr 2014 07:33:51 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Create-column-from-other-column-values/m-p/577998#M1101444</guid>
      <dc:creator>tresB</dc:creator>
      <dc:date>2014-04-15T07:33:51Z</dc:date>
    </item>
    <item>
      <title>Re: Create column % from other column values</title>
      <link>https://community.qlik.com/t5/QlikView/Create-column-from-other-column-values/m-p/577999#M1101446</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I can not use Relative to get the percentage, this is a Pivot Table&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 15 Apr 2014 07:43:55 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Create-column-from-other-column-values/m-p/577999#M1101446</guid>
      <dc:creator />
      <dc:date>2014-04-15T07:43:55Z</dc:date>
    </item>
    <item>
      <title>Re: Create column % from other column values</title>
      <link>https://community.qlik.com/t5/QlikView/Create-column-from-other-column-values/m-p/578000#M1101447</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;The dimensions are both calculated in the script, and are these:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;- Notificaciones: if(Right([Tipo actuacion],1)='1',[Tipo actuacion])&lt;/P&gt;&lt;P&gt;- AñoExpediente: RIGHT(LEFT([Nº Expediente],7),4)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The expression that computes the % is:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;((Sum(Cantidad))/Aggr(NODISTINCT Sum(Cantidad), [AñoExpediente]))*100&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 15 Apr 2014 07:46:16 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Create-column-from-other-column-values/m-p/578000#M1101447</guid>
      <dc:creator />
      <dc:date>2014-04-15T07:46:16Z</dc:date>
    </item>
    <item>
      <title>Re: Create column % from other column values</title>
      <link>https://community.qlik.com/t5/QlikView/Create-column-from-other-column-values/m-p/578001#M1101448</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I have tested it but it doesn´t show the percentages in the table...&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 15 Apr 2014 07:47:19 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Create-column-from-other-column-values/m-p/578001#M1101448</guid>
      <dc:creator />
      <dc:date>2014-04-15T07:47:19Z</dc:date>
    </item>
    <item>
      <title>Re: Create column % from other column values</title>
      <link>https://community.qlik.com/t5/QlikView/Create-column-from-other-column-values/m-p/578002#M1101449</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 12px; background-color: #f6f6f6;"&gt;Try this and let me know&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 12px; background-color: #f6f6f6;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 12px; background-color: #f6f6f6;"&gt;((Sum({$ &amp;lt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 12px; background-color: #f6f6f6;"&gt;Notificaciones&lt;/SPAN&gt;={'1'}&amp;gt;} Cantidad))/Aggr(NODISTINCT Sum(&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 12px; background-color: #f6f6f6;"&gt;{$ &amp;lt;&lt;/SPAN&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 12px; background-color: #f6f6f6;"&gt;Notificaciones&lt;/SPAN&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 12px; background-color: #f6f6f6;"&gt;={'1'}&amp;gt;}&lt;/SPAN&gt;Cantidad), [AñoExpediente]))*100&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 15 Apr 2014 07:51:10 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Create-column-from-other-column-values/m-p/578002#M1101449</guid>
      <dc:creator>alexandros17</dc:creator>
      <dc:date>2014-04-15T07:51:10Z</dc:date>
    </item>
    <item>
      <title>Re: Create column % from other column values</title>
      <link>https://community.qlik.com/t5/QlikView/Create-column-from-other-column-values/m-p/578003#M1101450</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Goto number tab-&amp;gt; enable 'Show in Percent (%)'&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 15 Apr 2014 07:51:14 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Create-column-from-other-column-values/m-p/578003#M1101450</guid>
      <dc:creator>tresB</dc:creator>
      <dc:date>2014-04-15T07:51:14Z</dc:date>
    </item>
    <item>
      <title>Re: Create column % from other column values</title>
      <link>https://community.qlik.com/t5/QlikView/Create-column-from-other-column-values/m-p/578004#M1101451</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;It is enable&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 15 Apr 2014 07:56:27 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Create-column-from-other-column-values/m-p/578004#M1101451</guid>
      <dc:creator />
      <dc:date>2014-04-15T07:56:27Z</dc:date>
    </item>
    <item>
      <title>Re: Create column % from other column values</title>
      <link>https://community.qlik.com/t5/QlikView/Create-column-from-other-column-values/m-p/578005#M1101452</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I have tried it, but it doesn´t appear anything in the cells&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG alt="Pivot Table.JPG.jpg" class="jive-image" src="/legacyfs/online/57285_Pivot Table.JPG.jpg" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 15 Apr 2014 07:58:20 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Create-column-from-other-column-values/m-p/578005#M1101452</guid>
      <dc:creator />
      <dc:date>2014-04-15T07:58:20Z</dc:date>
    </item>
    <item>
      <title>Re: Create column % from other column values</title>
      <link>https://community.qlik.com/t5/QlikView/Create-column-from-other-column-values/m-p/578006#M1101453</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;This long chain could be minimized, if you could share your sample app with sample data.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 15 Apr 2014 07:58:50 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Create-column-from-other-column-values/m-p/578006#M1101453</guid>
      <dc:creator>tresB</dc:creator>
      <dc:date>2014-04-15T07:58:50Z</dc:date>
    </item>
    <item>
      <title>Re: Create column % from other column values</title>
      <link>https://community.qlik.com/t5/QlikView/Create-column-from-other-column-values/m-p/578007#M1101454</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;The problem is that I use Personal Edition, so I can´t open the file if you modify it&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 15 Apr 2014 08:06:30 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Create-column-from-other-column-values/m-p/578007#M1101454</guid>
      <dc:creator />
      <dc:date>2014-04-15T08:06:30Z</dc:date>
    </item>
    <item>
      <title>Re: Create column % from other column values</title>
      <link>https://community.qlik.com/t5/QlikView/Create-column-from-other-column-values/m-p/578008#M1101455</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Apologies&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Then say&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;SUM({&amp;lt;&lt;/SPAN&gt;&lt;SPAN style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;Notificaciones&lt;/SPAN&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt; = {'*1'}&amp;gt;}Cantidad)/&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;SUM(TOTAL {&amp;lt;&lt;/SPAN&gt;&lt;SPAN style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;Notificaciones&lt;/SPAN&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt; = {'*1'}&amp;gt;}Cantidad)&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; 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-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;or change Cantidad for your expression field&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; 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-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;Regards&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; 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-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;Alan&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 15 Apr 2014 08:09:02 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Create-column-from-other-column-values/m-p/578008#M1101455</guid>
      <dc:creator>rustyfishbones</dc:creator>
      <dc:date>2014-04-15T08:09:02Z</dc:date>
    </item>
    <item>
      <title>Re: Create column % from other column values</title>
      <link>https://community.qlik.com/t5/QlikView/Create-column-from-other-column-values/m-p/578009#M1101456</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;The result would be like this&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG alt="2014-04-15_0909.png" class="jive-image" src="https://community.qlik.com/legacyfs/online/57287_2014-04-15_0909.png" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 15 Apr 2014 08:10:11 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Create-column-from-other-column-values/m-p/578009#M1101456</guid>
      <dc:creator>rustyfishbones</dc:creator>
      <dc:date>2014-04-15T08:10:11Z</dc:date>
    </item>
    <item>
      <title>Re: Create column % from other column values</title>
      <link>https://community.qlik.com/t5/QlikView/Create-column-from-other-column-values/m-p/578010#M1101457</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Let us have a look to find the actual issue, we could tell you then what to do.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 15 Apr 2014 08:11:51 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Create-column-from-other-column-values/m-p/578010#M1101457</guid>
      <dc:creator>tresB</dc:creator>
      <dc:date>2014-04-15T08:11:51Z</dc:date>
    </item>
    <item>
      <title>Re: Create column % from other column values</title>
      <link>https://community.qlik.com/t5/QlikView/Create-column-from-other-column-values/m-p/578011#M1101458</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Solved,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The solution was this, but adding * before the 1:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 12px; background-color: #f6f6f6;"&gt;((Sum({$ &amp;lt;&lt;/SPAN&gt;&lt;SPAN style="font-size: 12px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d; background-color: #f6f6f6;"&gt;Notificaciones&lt;/SPAN&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 12px; background-color: #f6f6f6;"&gt;={'*1'}&amp;gt;} Cantidad))/Aggr(NODISTINCT Sum(&lt;/SPAN&gt;&lt;SPAN style="font-size: 12px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d; background-color: #f6f6f6;"&gt;{$ &amp;lt;&lt;/SPAN&gt;&lt;SPAN style="font-size: 12px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d; background-color: #f6f6f6;"&gt;Notificaciones&lt;/SPAN&gt;&lt;SPAN style="font-size: 12px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d; background-color: #f6f6f6;"&gt;={'*1'}&amp;gt;}&lt;/SPAN&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 12px; background-color: #f6f6f6;"&gt;Cantidad), [AñoExpediente]))*100&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 12px; background-color: #f6f6f6;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 12px; background-color: #f6f6f6;"&gt;Now, I want to roung this percentage to 2 decimals&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 15 Apr 2014 08:25:20 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Create-column-from-other-column-values/m-p/578011#M1101458</guid>
      <dc:creator />
      <dc:date>2014-04-15T08:25:20Z</dc:date>
    </item>
    <item>
      <title>Re: Create column % from other column values</title>
      <link>https://community.qlik.com/t5/QlikView/Create-column-from-other-column-values/m-p/578012#M1101459</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Delete the part *100 go in numbers, set decimal (2 digits) and check the box show in %&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 15 Apr 2014 08:37:13 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Create-column-from-other-column-values/m-p/578012#M1101459</guid>
      <dc:creator>alexandros17</dc:creator>
      <dc:date>2014-04-15T08:37:13Z</dc:date>
    </item>
    <item>
      <title>Re: Create column % from other column values</title>
      <link>https://community.qlik.com/t5/QlikView/Create-column-from-other-column-values/m-p/578013#M1101460</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Perfect! Thanks a lot!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 15 Apr 2014 08:42:12 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Create-column-from-other-column-values/m-p/578013#M1101460</guid>
      <dc:creator />
      <dc:date>2014-04-15T08:42:12Z</dc:date>
    </item>
  </channel>
</rss>

