<?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: PivotGrid - Aggr with Dynamics Fields in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/PivotGrid-Aggr-with-Dynamics-Fields/m-p/1048798#M352366</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;As I understand it the Dimensiones* fields are fields in which users can select other field names to use as chart dimensions. That should work in principle. But field names with spaces are not taken into account. Maybe that's the problem. Or perhaps one of the other variables is the problem. No way to tell really without looking at the qlikview document.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Sun, 10 Jan 2016 12:06:19 GMT</pubDate>
    <dc:creator>Gysbert_Wassenaar</dc:creator>
    <dc:date>2016-01-10T12:06:19Z</dc:date>
    <item>
      <title>PivotGrid - Aggr with Dynamics Fields</title>
      <link>https://community.qlik.com/t5/QlikView/PivotGrid-Aggr-with-Dynamics-Fields/m-p/1048795#M352363</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi! I need to have an expression using Aggr function.&lt;/P&gt;&lt;P&gt;The problem is that the fields that i need are dynamic, so, i did it in this way but it doesn't work.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Variable&lt;/STRONG&gt;: &lt;/P&gt;&lt;P&gt;&lt;EM&gt;&lt;STRONG&gt;tDimensionesSelected&lt;/STRONG&gt;&lt;/EM&gt;: It has all fields selected.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;SPAN style="color: #3366ff;"&gt;=GetFieldSelections(DimensionesPTO)&amp;amp;','&amp;amp;GetFieldSelections(Dimensiones) &amp;amp;','&amp;amp;GetFieldSelections(DimensionesLIQ)&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&lt;EM&gt;tDiemsionesSelected_SinProductor&lt;/EM&gt;&lt;/STRONG&gt;: It has all field selected except "ProductorReal"&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;SPAN style="color: #3366ff;"&gt;&amp;nbsp; =Replace('$(tDimensionesSelected)','ProductorReal,','')&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Expression&lt;/STRONG&gt;:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;SPAN style="color: #3366ff;"&gt;aggr(NODISTINCT&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3366ff;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; ($(tMontoTraza_Pura))/($(vKilosLiq)),&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3366ff;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; $(tDimensionesSelected_SinProductor)&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3366ff;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; )&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The result is that i have null values in the pivot grid.&lt;/P&gt;&lt;P&gt;Thsnk&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 07 Jan 2016 19:47:46 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/PivotGrid-Aggr-with-Dynamics-Fields/m-p/1048795#M352363</guid>
      <dc:creator />
      <dc:date>2016-01-07T19:47:46Z</dc:date>
    </item>
    <item>
      <title>Re: PivotGrid - Aggr with Dynamics Fields</title>
      <link>https://community.qlik.com/t5/QlikView/PivotGrid-Aggr-with-Dynamics-Fields/m-p/1048796#M352364</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Can you post a small qlikview document that demonstrates the problem?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 10 Jan 2016 11:07:39 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/PivotGrid-Aggr-with-Dynamics-Fields/m-p/1048796#M352364</guid>
      <dc:creator>Gysbert_Wassenaar</dc:creator>
      <dc:date>2016-01-10T11:07:39Z</dc:date>
    </item>
    <item>
      <title>Re: PivotGrid - Aggr with Dynamics Fields</title>
      <link>https://community.qlik.com/t5/QlikView/PivotGrid-Aggr-with-Dynamics-Fields/m-p/1048797#M352365</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;AFAIK this won't work because you couldn't use such calculated dimensions within an aggr-function. Why do you want to combine several dimensions into one single dimension? If you used those separately (per variable - to avoid a $-sign expansion) it should work. Maybe these dimension-combining could be (pre-)calculated within the script ...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;- Marcus&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 10 Jan 2016 11:56:03 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/PivotGrid-Aggr-with-Dynamics-Fields/m-p/1048797#M352365</guid>
      <dc:creator>marcus_sommer</dc:creator>
      <dc:date>2016-01-10T11:56:03Z</dc:date>
    </item>
    <item>
      <title>Re: PivotGrid - Aggr with Dynamics Fields</title>
      <link>https://community.qlik.com/t5/QlikView/PivotGrid-Aggr-with-Dynamics-Fields/m-p/1048798#M352366</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;As I understand it the Dimensiones* fields are fields in which users can select other field names to use as chart dimensions. That should work in principle. But field names with spaces are not taken into account. Maybe that's the problem. Or perhaps one of the other variables is the problem. No way to tell really without looking at the qlikview document.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 10 Jan 2016 12:06:19 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/PivotGrid-Aggr-with-Dynamics-Fields/m-p/1048798#M352366</guid>
      <dc:creator>Gysbert_Wassenaar</dc:creator>
      <dc:date>2016-01-10T12:06:19Z</dc:date>
    </item>
    <item>
      <title>Re: PivotGrid - Aggr with Dynamics Fields</title>
      <link>https://community.qlik.com/t5/QlikView/PivotGrid-Aggr-with-Dynamics-Fields/m-p/1048799#M352367</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi!. I've changed it and now i'm using the Script Fields Name (not the Chart Fields Name).&lt;/P&gt;&lt;P&gt;I've changed some variables too, but it doesn't work yet.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Now, this are the definitions:&lt;/P&gt;&lt;P&gt;&lt;EM style="color: #3d3d3d; font-family: inherit; font-size: 13px; font-weight: inherit;"&gt;&lt;STRONG style="font-style: inherit; font-family: inherit;"&gt;tDimensionesPTOFieldName&lt;/STRONG&gt;&lt;/EM&gt;=Concat(DimensionesPTOFieldName,',')&lt;/P&gt;&lt;P&gt;&lt;EM style="color: #3d3d3d; font-family: inherit; font-size: 13px; font-weight: inherit;"&gt;&lt;STRONG style="font-style: inherit; font-family: inherit;"&gt;tDimensionesLIQFieldName&lt;/STRONG&gt;&lt;/EM&gt;=Concat(DimensionesLIQFieldName,',')&lt;/P&gt;&lt;P&gt;&lt;EM style="color: #3d3d3d; font-family: inherit; font-size: 13px; font-weight: inherit;"&gt;&lt;STRONG style="font-style: inherit; font-family: inherit;"&gt;tDimensionesFieldName&lt;/STRONG&gt;&lt;/EM&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;=&lt;/SPAN&gt;Concat(DimensionesFieldName,',')&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;EM style="font-weight: inherit; font-family: inherit;"&gt;&lt;STRONG style="font-style: inherit; font-family: inherit;"&gt;tDimensionesSelected&lt;/STRONG&gt;&lt;/EM&gt;: It has all fields selected and i remove the last char that is a ','.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; =left('$(tDimensionesFieldName)' &amp;amp; ',' &amp;amp; '$(tDimensionesPTOFieldName)' &amp;amp; ',' &amp;amp; '$(tDimensionesLIQFieldName)',&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; len('$(tDimensionesFieldName)' &amp;amp; ',' &amp;amp; '$(tDimensionesPTOFieldName)' &amp;amp; ',' &amp;amp; '$(tDimensionesLIQFieldName)')-1)&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;STRONG style="font-style: inherit; font-family: inherit;"&gt;&lt;EM style="font-weight: inherit; font-family: inherit;"&gt;tDiemsionesSelected_SinProductor&lt;/EM&gt;&lt;/STRONG&gt;&lt;SPAN style="line-height: 1.5em;"&gt;: It has all field selected except "ProductorReal"&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;SPAN style="font-weight: inherit; font-style: inherit; font-family: inherit; color: #3366ff;"&gt;&amp;nbsp; =Replace('$(tDimensionesSelected)','ProductorReal,','')&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;STRONG style="font-style: inherit; font-family: inherit;"&gt;Expression&lt;/STRONG&gt;:&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;SPAN style="font-weight: inherit; font-style: inherit; font-family: inherit; color: #3366ff;"&gt;aggr(NODISTINCT&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;SPAN style="font-weight: inherit; font-style: inherit; font-family: inherit; color: #3366ff;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; ($(tMontoTraza_Pura))/($(vKilosLiq)),&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;SPAN style="font-weight: inherit; font-style: inherit; font-family: inherit; color: #3366ff;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; $(tDimensionesSelected_SinProductor)&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;SPAN style="font-weight: inherit; font-style: inherit; font-family: inherit; color: #3366ff;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; )&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 11 Jan 2016 14:53:25 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/PivotGrid-Aggr-with-Dynamics-Fields/m-p/1048799#M352367</guid>
      <dc:creator />
      <dc:date>2016-01-11T14:53:25Z</dc:date>
    </item>
    <item>
      <title>Re: PivotGrid - Aggr with Dynamics Fields</title>
      <link>https://community.qlik.com/t5/QlikView/PivotGrid-Aggr-with-Dynamics-Fields/m-p/1048800#M352368</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Marcus! I can´t pre.calculate in scripts because the result depends of the user dimension selection (is dynamic) (that is why i need to calculate wich dimensions are beeing selected)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I don't undesrtand you when you say that "...&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;to combine several dimensions into one single dimension". I don't want to do that. I need to use AGGR with user dimension selection, except one (&lt;SPAN style="color: #3366ff; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;ProductorReal)&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;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;Thanks&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 11 Jan 2016 15:04:03 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/PivotGrid-Aggr-with-Dynamics-Fields/m-p/1048800#M352368</guid>
      <dc:creator />
      <dc:date>2016-01-11T15:04:03Z</dc:date>
    </item>
    <item>
      <title>Re: PivotGrid - Aggr with Dynamics Fields</title>
      <link>https://community.qlik.com/t5/QlikView/PivotGrid-Aggr-with-Dynamics-Fields/m-p/1048801#M352369</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi! I have news! I'm so close but it still doesn't work&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;As you can see, i have two variables called: &lt;EM style="font-weight: inherit; font-size: 13px; font-family: inherit; color: #3d3d3d;"&gt;&lt;STRONG style="font-style: inherit; font-family: inherit;"&gt;tDimensionesSelected and &lt;STRONG style="font-style: inherit; font-size: 13px; font-family: inherit; color: #3d3d3d;"&gt;&lt;EM style="font-weight: inherit; font-family: inherit;"&gt;tDiemsionesSelected_SinProductor&lt;/EM&gt;&lt;/STRONG&gt;&lt;/STRONG&gt;&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG style="font-style: inherit; font-family: inherit;"&gt;tDiemsionesSelected_SinProductor &lt;/STRONG&gt;formula has "tDimensionesSelected".&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I tried without using "&lt;STRONG style="font-style: inherit; font-family: inherit;"&gt;tDiemsionesSelected_SinProductor " &lt;/STRONG&gt;and using only &lt;EM style="font-weight: inherit; font-size: 13px; font-family: inherit; color: #3d3d3d;"&gt;&lt;STRONG style="font-style: inherit; font-family: inherit;"&gt;tDimensionesSelected &lt;/STRONG&gt;&lt;/EM&gt;and it works!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;So, this one (that i really need), doesn't work&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;SPAN style="font-weight: inherit; font-style: inherit; font-family: inherit; color: #3366ff;"&gt;aggr(NODISTINCT&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;SPAN style="font-weight: inherit; font-style: inherit; font-family: inherit; color: #3366ff;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; ($(tMontoTraza_Pura))/($(vKilosLiq)),&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;SPAN style="font-weight: inherit; font-style: inherit; font-family: inherit; color: #3366ff;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; $(tDimensionesSelected_SinProductor)&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;SPAN style="font-weight: inherit; font-style: inherit; font-family: inherit; color: #3366ff;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; )&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;SPAN style="font-weight: inherit; font-style: inherit; font-family: inherit; color: #3366ff;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;This one wokrs fine!&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;SPAN style="font-weight: inherit; font-style: inherit; font-family: inherit; color: #3366ff;"&gt;aggr(NODISTINCT&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;SPAN style="font-weight: inherit; font-style: inherit; font-family: inherit; color: #3366ff;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; ($(tMontoTraza_Pura))/($(vKilosLiq)),&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;SPAN style="font-weight: inherit; font-style: inherit; font-family: inherit; color: #3366ff;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; $(tDimensionesSelected)&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;SPAN style="font-weight: inherit; font-style: inherit; font-family: inherit; color: #3366ff;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; )&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;SPAN style="font-weight: inherit; font-style: inherit; font-family: inherit; color: #3366ff;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;I hope this help! Thanks&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 11 Jan 2016 15:26:04 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/PivotGrid-Aggr-with-Dynamics-Fields/m-p/1048801#M352369</guid>
      <dc:creator />
      <dc:date>2016-01-11T15:26:04Z</dc:date>
    </item>
    <item>
      <title>Re: PivotGrid - Aggr with Dynamics Fields</title>
      <link>https://community.qlik.com/t5/QlikView/PivotGrid-Aggr-with-Dynamics-Fields/m-p/1048802#M352370</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;Try excluding &lt;SPAN style="color: #3d3d3d; font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;ProductorReal in the concat expressions:&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;EM style="font-weight: inherit; font-family: inherit;"&gt;&lt;STRONG style="font-style: inherit; font-family: inherit;"&gt;&lt;BR /&gt;&lt;/STRONG&gt;&lt;/EM&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;EM style="font-weight: inherit; font-family: inherit;"&gt;&lt;STRONG style="font-style: inherit; font-family: inherit;"&gt;tDimensionesPTOFieldName&lt;/STRONG&gt;&lt;/EM&gt;=Concat({&amp;lt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;DimensionesPTOFieldName-={'&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;ProductorReal&lt;/SPAN&gt;'}&lt;/SPAN&gt;&amp;gt;}DimensionesPTOFieldName,',')&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;EM style="font-weight: inherit; font-family: inherit;"&gt;&lt;STRONG style="font-style: inherit; font-family: inherit;"&gt;tDimensionesLIQFieldName&lt;/STRONG&gt;&lt;/EM&gt;=Concat(&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;{&amp;lt;&lt;/SPAN&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;DimensionesPTOFieldName-={'&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;ProductorReal&lt;/SPAN&gt;'}&lt;/SPAN&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;&amp;gt;}&lt;/SPAN&gt;DimensionesLIQFieldName,',')&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;EM style="font-weight: inherit; font-family: inherit;"&gt;&lt;STRONG style="font-style: inherit; font-family: inherit;"&gt;tDimensionesFieldName&lt;/STRONG&gt;&lt;/EM&gt;&lt;SPAN style="font-weight: inherit; font-style: inherit; font-size: 13.3333px; font-family: inherit;"&gt;=&lt;/SPAN&gt;Concat(&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;{&amp;lt;&lt;/SPAN&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;DimensionesPTOFieldName-={'&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;ProductorReal&lt;/SPAN&gt;'}&lt;/SPAN&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;&amp;gt;}&lt;/SPAN&gt;DimensionesFieldName,',')&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 11 Jan 2016 17:09:53 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/PivotGrid-Aggr-with-Dynamics-Fields/m-p/1048802#M352370</guid>
      <dc:creator>Gysbert_Wassenaar</dc:creator>
      <dc:date>2016-01-11T17:09:53Z</dc:date>
    </item>
    <item>
      <title>Re: PivotGrid - Aggr with Dynamics Fields</title>
      <link>https://community.qlik.com/t5/QlikView/PivotGrid-Aggr-with-Dynamics-Fields/m-p/1048803#M352371</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Gysbert! No way. Same result.&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 11 Jan 2016 19:47:57 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/PivotGrid-Aggr-with-Dynamics-Fields/m-p/1048803#M352371</guid>
      <dc:creator />
      <dc:date>2016-01-11T19:47:57Z</dc:date>
    </item>
    <item>
      <title>Re: PivotGrid - Aggr with Dynamics Fields</title>
      <link>https://community.qlik.com/t5/QlikView/PivotGrid-Aggr-with-Dynamics-Fields/m-p/1048804#M352372</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Now is working.&lt;/P&gt;&lt;P&gt;Thanks a lot!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 11 Jan 2016 20:26:24 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/PivotGrid-Aggr-with-Dynamics-Fields/m-p/1048804#M352372</guid>
      <dc:creator />
      <dc:date>2016-01-11T20:26:24Z</dc:date>
    </item>
  </channel>
</rss>

