<?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: CONFRONTO IN % in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/CONFRONTO-IN/m-p/603908#M223163</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;come faccio ?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 04 Apr 2014 15:24:47 GMT</pubDate>
    <dc:creator />
    <dc:date>2014-04-04T15:24:47Z</dc:date>
    <item>
      <title>CONFRONTO IN %</title>
      <link>https://community.qlik.com/t5/QlikView/CONFRONTO-IN/m-p/603902#M223157</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;SALVE A TUTTI&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Avrei bisogno di avere un informazione ti questo tipo&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;devo avere un confronto in&amp;nbsp; %&amp;nbsp; su un grafico rispetto alla culum prima&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;ho sulla base X&amp;nbsp; tutti gli ANNI&lt;/P&gt;&lt;P&gt;sulla base Y&amp;nbsp; la somma dei dati &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;ora vorrei che mi confrontasse l'anno 2012 con il 2011 e il 2012 con il 2010&amp;nbsp; ecc.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;a tale proposito allego esempio excel&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;grazie 1000&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;luca&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 04 Apr 2014 13:47:10 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/CONFRONTO-IN/m-p/603902#M223157</guid>
      <dc:creator />
      <dc:date>2014-04-04T13:47:10Z</dc:date>
    </item>
    <item>
      <title>Re: CONFRONTO IN %</title>
      <link>https://community.qlik.com/t5/QlikView/CONFRONTO-IN/m-p/603903#M223158</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;per riferirsi alla colonna precedente usa BEFORE, alla riga superiore usa ABOVE,&lt;/P&gt;&lt;P&gt;in questo caso però visto che ti serve 2012 su 2010:&lt;/P&gt;&lt;P&gt;supponiamo di avere il campo Anno ed il valore da confrontare Val&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Allora usa delle variabili tipo:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;LET AnnoCorrente = year(today());&lt;/P&gt;&lt;P&gt;LET AnnoCorrMeno1 = year(today())-1; &lt;/P&gt;&lt;P&gt;LET AnnoCorrMeno2 = year(today())-2;&lt;/P&gt;&lt;P&gt;e così via&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;A questo punto la tua percentuale è:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Sum({$ &amp;lt;Anno = {$(AnnoCorrente)}&amp;gt;} Val) /&amp;nbsp; Sum({$ &amp;lt;Anno = {$(AnnoCorrMeno1 )}&amp;gt;} Val) ed ottieni 2014/2013&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Spero ti sia di aiuto&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 04 Apr 2014 14:01:28 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/CONFRONTO-IN/m-p/603903#M223158</guid>
      <dc:creator>alexandros17</dc:creator>
      <dc:date>2014-04-04T14:01:28Z</dc:date>
    </item>
    <item>
      <title>Re: CONFRONTO IN %</title>
      <link>https://community.qlik.com/t5/QlikView/CONFRONTO-IN/m-p/603904#M223159</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Salve Alessandro&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;non mi quadra&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;dove inserisco tali istruzioni&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;il campo che ho per identificare l'anno si chiama&amp;nbsp;&amp;nbsp; ANNO&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;( PER CASO TI SEMBRO CONFUSO ( LO SONO ))&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 04 Apr 2014 14:10:01 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/CONFRONTO-IN/m-p/603904#M223159</guid>
      <dc:creator />
      <dc:date>2014-04-04T14:10:01Z</dc:date>
    </item>
    <item>
      <title>Re: CONFRONTO IN %</title>
      <link>https://community.qlik.com/t5/QlikView/CONFRONTO-IN/m-p/603905#M223160</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Non preoccuparti,&lt;/P&gt;&lt;P&gt;tempo al tempo ed imparerai benissimo.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Allora&lt;/P&gt;&lt;P&gt;nello script:&lt;/P&gt;&lt;P style="font-size: 12px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d; background-color: #f6f6f6;"&gt;LET AnnoCorrente = year(today());&lt;/P&gt;&lt;P style="font-size: 12px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d; background-color: #f6f6f6;"&gt;LET AnnoCorrMeno1 = year(today())-1;&lt;/P&gt;&lt;P style="font-size: 12px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d; background-color: #f6f6f6;"&gt;LET AnnoCorrMeno2 = year(today())-2;&lt;/P&gt;&lt;P style="font-size: 12px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d; background-color: #f6f6f6;"&gt;&lt;/P&gt;&lt;P style="font-size: 12px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d; background-color: #f6f6f6;"&gt;Nell'espressione (della tua tabella)&lt;/P&gt;&lt;P style="font-size: 12px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d; background-color: #f6f6f6;"&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;ANNO&lt;/SPAN&gt;= {$(AnnoCorrente)}&amp;gt;} Val) /&amp;nbsp; 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;ANNO&lt;/SPAN&gt; = {$(AnnoCorrMeno1 )}&amp;gt;} Val)&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-size: 12px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d; background-color: #f6f6f6;"&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 style="font-size: 12px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d; background-color: #f6f6f6;"&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 12px; background-color: #f6f6f6;"&gt;Se hai dubbi fammi sapere&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-size: 12px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d; background-color: #f6f6f6;"&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 style="font-size: 12px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d; background-color: #f6f6f6;"&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 12px; background-color: #f6f6f6;"&gt;Ciao&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 04 Apr 2014 14:17:49 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/CONFRONTO-IN/m-p/603905#M223160</guid>
      <dc:creator>alexandros17</dc:creator>
      <dc:date>2014-04-04T14:17:49Z</dc:date>
    </item>
    <item>
      <title>Re: CONFRONTO IN %</title>
      <link>https://community.qlik.com/t5/QlikView/CONFRONTO-IN/m-p/603906#M223161</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Ciao Alessandro&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;allora ho inserito nello script&amp;nbsp; ( copia incolla )&lt;/P&gt;&lt;P style="font-size: 12px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d; background-color: #f6f6f6;"&gt;LET AnnoCorrente = year(today());&lt;/P&gt;&lt;P style="font-size: 12px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d; background-color: #f6f6f6;"&gt;LET AnnoCorrMeno1 = year(today())-1;&lt;/P&gt;&lt;P style="font-size: 12px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d; background-color: #f6f6f6;"&gt;LET AnnoCorrMeno2 = year(today())-2;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;nell'espressione ho inserito &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Sum({$ &amp;lt;ANNO= {$(AnnoCorrente)}&amp;gt;} Val) /&amp;nbsp; Sum({$ &amp;lt;ANNO = {$(AnnoCorrMeno1 )}&amp;gt;} Val)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;però non vedo nulla&amp;nbsp; nel&amp;nbsp; grafico&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;tra l'altro vedo che nell'espressione l'unica scritta in blu è la prima Sum&amp;nbsp; il resto lo vedo tutto sottolineato come se non lo riconoscesse , da precisare che dopo aver inserito nello script ho ricaricato i dati e gli anni disponibili sono 7 anni&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;scusa per la pazzienza&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 04 Apr 2014 15:01:56 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/CONFRONTO-IN/m-p/603906#M223161</guid>
      <dc:creator />
      <dc:date>2014-04-04T15:01:56Z</dc:date>
    </item>
    <item>
      <title>Re: CONFRONTO IN %</title>
      <link>https://community.qlik.com/t5/QlikView/CONFRONTO-IN/m-p/603907#M223162</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Perchè non mi invii il tuo documento?&lt;/P&gt;&lt;P&gt;Cerco di dargli un'occhiata!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 04 Apr 2014 15:10:57 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/CONFRONTO-IN/m-p/603907#M223162</guid>
      <dc:creator>alexandros17</dc:creator>
      <dc:date>2014-04-04T15:10:57Z</dc:date>
    </item>
    <item>
      <title>Re: CONFRONTO IN %</title>
      <link>https://community.qlik.com/t5/QlikView/CONFRONTO-IN/m-p/603908#M223163</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;come faccio ?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 04 Apr 2014 15:24:47 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/CONFRONTO-IN/m-p/603908#M223163</guid>
      <dc:creator />
      <dc:date>2014-04-04T15:24:47Z</dc:date>
    </item>
    <item>
      <title>Re: CONFRONTO IN %</title>
      <link>https://community.qlik.com/t5/QlikView/CONFRONTO-IN/m-p/603909#M223164</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;In alto a sinistra, quando rispondi, compare "usa editor avanzato", clicca lì ed allega il file.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Appena riesco dò un'occhiata e te lo rimando.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Ciao&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 04 Apr 2014 15:30:03 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/CONFRONTO-IN/m-p/603909#M223164</guid>
      <dc:creator>alexandros17</dc:creator>
      <dc:date>2014-04-04T15:30:03Z</dc:date>
    </item>
    <item>
      <title>Re: Re: CONFRONTO IN %</title>
      <link>https://community.qlik.com/t5/QlikView/CONFRONTO-IN/m-p/603910#M223165</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;SPERO SIA GIUSTO&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;TI INFORMO CHE HO LA VERSIONE PERSONAL EDITION&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;IN ATTESA&lt;/P&gt;&lt;P&gt;CIAO&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 04 Apr 2014 15:43:34 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/CONFRONTO-IN/m-p/603910#M223165</guid>
      <dc:creator />
      <dc:date>2014-04-04T15:43:34Z</dc:date>
    </item>
    <item>
      <title>Re: Re: Re: CONFRONTO IN %</title>
      <link>https://community.qlik.com/t5/QlikView/CONFRONTO-IN/m-p/603911#M223166</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Ciao Luca, guarda la tabella % Anno su Anno, è un prototipo ma spero faccia al caso tuo,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Ciao e buon lavoro&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Alessandro&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 04 Apr 2014 16:01:06 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/CONFRONTO-IN/m-p/603911#M223166</guid>
      <dc:creator>alexandros17</dc:creator>
      <dc:date>2014-04-04T16:01:06Z</dc:date>
    </item>
    <item>
      <title>Re: Re: CONFRONTO IN %</title>
      <link>https://community.qlik.com/t5/QlikView/CONFRONTO-IN/m-p/603912#M223167</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Ciao Alessandro&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;purtroppo non riesco ad aprirla in quanto la mia licenza di qlikview e PERSONAL&amp;nbsp; ( non accetta le modifiche esterne )&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;riesci ad allegare le immagini&amp;nbsp; così provvedo a modificare&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;grazie 1000&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 04 Apr 2014 16:18:00 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/CONFRONTO-IN/m-p/603912#M223167</guid>
      <dc:creator />
      <dc:date>2014-04-04T16:18:00Z</dc:date>
    </item>
    <item>
      <title>Re: CONFRONTO IN %</title>
      <link>https://community.qlik.com/t5/QlikView/CONFRONTO-IN/m-p/603913#M223168</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Crea una tabella Pivot, non inserire alcuna dimensione, &lt;/P&gt;&lt;P&gt;adesso ti indico le tre espressioni con le intestazioni:&lt;/P&gt;&lt;P&gt;1)&lt;/P&gt;&lt;P&gt;Sum({$ &amp;lt;ANNO={$(AnnoCorrente)}&amp;gt;}R§NUM5)&lt;/P&gt;&lt;P&gt;/&lt;/P&gt;&lt;P&gt;Sum({$ &amp;lt;ANNO={$(AnnoCorrMeno1)}&amp;gt;}R§NUM5)&lt;/P&gt;&lt;P&gt;e come intestazioni scrvi =$(AnnoCorrente) &amp;amp; ' / ' &amp;amp; $(AnnoCorrMeno1)&lt;/P&gt;&lt;P&gt;2)&lt;/P&gt;&lt;P&gt;Sum({$ &amp;lt;ANNO={$(AnnoCorrente)}&amp;gt;}R§NUM5)&lt;/P&gt;&lt;P&gt;/&lt;/P&gt;&lt;P&gt;Sum({$ &amp;lt;ANNO={$(AnnoCorrMeno2)}&amp;gt;}R§NUM5)&lt;/P&gt;&lt;P&gt;e come intestazione =$(AnnoCorrente) &amp;amp; ' / ' &amp;amp; $(AnnoCorrMeno2)&lt;/P&gt;&lt;P&gt;3)&lt;/P&gt;&lt;P&gt;Sum({$ &amp;lt;ANNO={$(AnnoCorrMeno1)}&amp;gt;}R§NUM5)&lt;/P&gt;&lt;P&gt;/&lt;/P&gt;&lt;P&gt;Sum({$ &amp;lt;ANNO={$(AnnoCorrMeno2)}&amp;gt;}R§NUM5)&lt;/P&gt;&lt;P&gt;intestazione =$(AnnoCorrMeno1) &amp;amp; ' / ' &amp;amp; $(AnnoCorrMeno2)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Alla fine fai drag sulle intestazioni e portale in colonna&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Buon lavoro:&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 04 Apr 2014 18:33:57 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/CONFRONTO-IN/m-p/603913#M223168</guid>
      <dc:creator>alexandros17</dc:creator>
      <dc:date>2014-04-04T18:33:57Z</dc:date>
    </item>
    <item>
      <title>Re: Re: CONFRONTO IN %</title>
      <link>https://community.qlik.com/t5/QlikView/CONFRONTO-IN/m-p/603914#M223169</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Ciao Alessandro&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;continuo ad abusare della pazzienza ma mi sa che non ho capito un cippa&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;ti allego il file come penso di aver interpretato il tuo post preccedente , se è giusto non è quello che chiedevo o meglio vorrei che all'interno del grafico ci sia questo dato , mentre invece così ( anche se non mi da le&amp;nbsp; %&amp;nbsp; ma mi fa vedere solo il simbolo )&lt;/P&gt;&lt;P&gt;me lo ritrovo sotto forma di tabella&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 05 Apr 2014 07:42:40 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/CONFRONTO-IN/m-p/603914#M223169</guid>
      <dc:creator />
      <dc:date>2014-04-05T07:42:40Z</dc:date>
    </item>
    <item>
      <title>Re: CONFRONTO IN %</title>
      <link>https://community.qlik.com/t5/QlikView/CONFRONTO-IN/m-p/603915#M223170</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Se vai in proprietà della tabella nel tab generale, seleziona il grafico che desideri (penso che sia il bar chart cioè il primo). ricorda che puoi trasformare un oggetto in molti altri semplicemente selezionando il&amp;nbsp; tipo di oggetto come appena descritto.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Per quanto concerne la percentuale vai nel tab numero, per ciascuna espressione scegli il formato che desideri ("fissato a " e scegli il numero di decimali ) e poi clicca su mostra in percentuale.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Spero davvero di esserti stato di aiuto.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Ciao&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Alessandro&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 05 Apr 2014 15:54:15 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/CONFRONTO-IN/m-p/603915#M223170</guid>
      <dc:creator>alexandros17</dc:creator>
      <dc:date>2014-04-05T15:54:15Z</dc:date>
    </item>
    <item>
      <title>Re: CONFRONTO IN %</title>
      <link>https://community.qlik.com/t5/QlikView/CONFRONTO-IN/m-p/603916#M223171</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Ciao Alessandro&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;scusa per il ritardo il tuo esempio funziona&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;grazie 1000&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;luca&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 19 Apr 2014 13:19:32 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/CONFRONTO-IN/m-p/603916#M223171</guid>
      <dc:creator />
      <dc:date>2014-04-19T13:19:32Z</dc:date>
    </item>
  </channel>
</rss>

