<?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 Concatenate Period with TOTAL PY in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Concatenate-Period-with-TOTAL-PY/m-p/1560448#M508372</link>
    <description>&lt;P&gt;Hello, I need to concatenate my Periods Month with a Total of Previous Year in a chart/table. I already tried to concatenate as below at data model level but I cannot show correctly in the chart the data.&lt;/P&gt;&lt;P&gt;&lt;FONT face="courier new,courier" size="2"&gt;Table1: &lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT face="courier new,courier" size="2"&gt;LOAD .... , &lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT face="courier new,courier" size="2"&gt;Month; &lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;FONT face="courier new,courier" size="2"&gt;Concatenate &lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;FONT face="courier new,courier" size="2"&gt;LOAD &lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT face="courier new,courier" size="2"&gt;'TOTAL PY' as Month;&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Also I tried to create a variable for TOTAL PY and after to show with &lt;EM&gt;sum(if()&lt;/EM&gt; but not work.&lt;/P&gt;</description>
    <pubDate>Sat, 16 Nov 2024 21:11:11 GMT</pubDate>
    <dc:creator>Claudiu_Anghelescu</dc:creator>
    <dc:date>2024-11-16T21:11:11Z</dc:date>
    <item>
      <title>Concatenate Period with TOTAL PY</title>
      <link>https://community.qlik.com/t5/QlikView/Concatenate-Period-with-TOTAL-PY/m-p/1560448#M508372</link>
      <description>&lt;P&gt;Hello, I need to concatenate my Periods Month with a Total of Previous Year in a chart/table. I already tried to concatenate as below at data model level but I cannot show correctly in the chart the data.&lt;/P&gt;&lt;P&gt;&lt;FONT face="courier new,courier" size="2"&gt;Table1: &lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT face="courier new,courier" size="2"&gt;LOAD .... , &lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT face="courier new,courier" size="2"&gt;Month; &lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;FONT face="courier new,courier" size="2"&gt;Concatenate &lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;FONT face="courier new,courier" size="2"&gt;LOAD &lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT face="courier new,courier" size="2"&gt;'TOTAL PY' as Month;&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Also I tried to create a variable for TOTAL PY and after to show with &lt;EM&gt;sum(if()&lt;/EM&gt; but not work.&lt;/P&gt;</description>
      <pubDate>Sat, 16 Nov 2024 21:11:11 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Concatenate-Period-with-TOTAL-PY/m-p/1560448#M508372</guid>
      <dc:creator>Claudiu_Anghelescu</dc:creator>
      <dc:date>2024-11-16T21:11:11Z</dc:date>
    </item>
    <item>
      <title>Re: Concatenate Period with TOTAL PY</title>
      <link>https://community.qlik.com/t5/QlikView/Concatenate-Period-with-TOTAL-PY/m-p/1560454#M508373</link>
      <description>It might be that all you months are numeric but the last aggregated one. I assume that your month is defined with monthname() in the script.&lt;BR /&gt;&lt;BR /&gt;Try to adjust your code to this.&lt;BR /&gt;Dual('TOTAL PY', monthname( makedate(2018,12) ) ) as Month&lt;BR /&gt;&lt;BR /&gt;This will give TOTAL PY the numeric value of December 1 2018.</description>
      <pubDate>Sun, 24 Mar 2019 17:19:04 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Concatenate-Period-with-TOTAL-PY/m-p/1560454#M508373</guid>
      <dc:creator>Vegar</dc:creator>
      <dc:date>2019-03-24T17:19:04Z</dc:date>
    </item>
    <item>
      <title>Re: Concatenate Period with TOTAL PY</title>
      <link>https://community.qlik.com/t5/QlikView/Concatenate-Period-with-TOTAL-PY/m-p/1560455#M508374</link>
      <description>The point is that I need this TOTAL PY dinamcally.&lt;BR /&gt;For example when I select 2019 I have TOTAL PY for 2018 and all the Months of 2019,&lt;BR /&gt;when I select 2018 I have TOTAL PY for 2017 and all the Months of 2018 ...</description>
      <pubDate>Sun, 24 Mar 2019 17:34:58 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Concatenate-Period-with-TOTAL-PY/m-p/1560455#M508374</guid>
      <dc:creator>Claudiu_Anghelescu</dc:creator>
      <dc:date>2019-03-24T17:34:58Z</dc:date>
    </item>
  </channel>
</rss>

