<?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 Double layer dimensions in App Development</title>
    <link>https://community.qlik.com/t5/App-Development/Double-layer-dimensions/m-p/1970509#M80065</link>
    <description>&lt;P&gt;Hi !&lt;/P&gt;
&lt;DIV id="tinyMceEditorkiansin_0" class="mceNonEditable lia-copypaste-placeholder"&gt;&amp;nbsp;&lt;/DIV&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="kiansin_2-1660877798878.png" style="width: 400px;"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/87046iAF977A9DA59E38E3/image-size/medium?v=v2&amp;amp;px=400" role="button" title="kiansin_2-1660877798878.png" alt="kiansin_2-1660877798878.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;I have the Current year total sales table by invoicing week&lt;/P&gt;
&lt;P&gt;the "202140" , "202141" etc was represent the invoicing week&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="kiansin_3-1660877924129.png" style="width: 400px;"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/87047i97D886A6728E44D2/image-size/medium?v=v2&amp;amp;px=400" role="button" title="kiansin_3-1660877924129.png" alt="kiansin_3-1660877924129.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;I want the output like this , add the months at the top of 4 of invoicing weeks,&lt;/P&gt;
&lt;P&gt;is it possible ?&lt;/P&gt;
&lt;P&gt;Thanks in advance !!&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Fri, 19 Aug 2022 02:59:32 GMT</pubDate>
    <dc:creator>kiansin</dc:creator>
    <dc:date>2022-08-19T02:59:32Z</dc:date>
    <item>
      <title>Double layer dimensions</title>
      <link>https://community.qlik.com/t5/App-Development/Double-layer-dimensions/m-p/1970509#M80065</link>
      <description>&lt;P&gt;Hi !&lt;/P&gt;
&lt;DIV id="tinyMceEditorkiansin_0" class="mceNonEditable lia-copypaste-placeholder"&gt;&amp;nbsp;&lt;/DIV&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="kiansin_2-1660877798878.png" style="width: 400px;"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/87046iAF977A9DA59E38E3/image-size/medium?v=v2&amp;amp;px=400" role="button" title="kiansin_2-1660877798878.png" alt="kiansin_2-1660877798878.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;I have the Current year total sales table by invoicing week&lt;/P&gt;
&lt;P&gt;the "202140" , "202141" etc was represent the invoicing week&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="kiansin_3-1660877924129.png" style="width: 400px;"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/87047i97D886A6728E44D2/image-size/medium?v=v2&amp;amp;px=400" role="button" title="kiansin_3-1660877924129.png" alt="kiansin_3-1660877924129.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;I want the output like this , add the months at the top of 4 of invoicing weeks,&lt;/P&gt;
&lt;P&gt;is it possible ?&lt;/P&gt;
&lt;P&gt;Thanks in advance !!&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 19 Aug 2022 02:59:32 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Double-layer-dimensions/m-p/1970509#M80065</guid>
      <dc:creator>kiansin</dc:creator>
      <dc:date>2022-08-19T02:59:32Z</dc:date>
    </item>
    <item>
      <title>Re: Double layer dimensions</title>
      <link>https://community.qlik.com/t5/App-Development/Double-layer-dimensions/m-p/1970535#M80068</link>
      <description>&lt;P&gt;create a new column using if&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;if(fieldname&amp;gt;=202140 and&amp;nbsp;fieldname&amp;lt;=202143,'Oct',if(fieldname&amp;gt;=202144 and&amp;nbsp;fieldname&amp;lt;=202147,'Nov')) as New dimension&lt;/P&gt;
&lt;P&gt;add this new column to pivot table&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 19 Aug 2022 05:28:06 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Double-layer-dimensions/m-p/1970535#M80068</guid>
      <dc:creator>SunilChauhan</dc:creator>
      <dc:date>2022-08-19T05:28:06Z</dc:date>
    </item>
    <item>
      <title>Re: Double layer dimensions</title>
      <link>https://community.qlik.com/t5/App-Development/Double-layer-dimensions/m-p/1970541#M80070</link>
      <description>&lt;P&gt;Hi, you can convert your [yearweekfield] to date (and month) with this:&lt;/P&gt;
&lt;P&gt;=Month(MakeWeekDate(left([yearweekfield],4), right([yearweekfield],2)))&lt;/P&gt;
&lt;P&gt;And yes, add these fields to Pivot table, where on this new month field 'Show totals' are switch on to get Total column, and in Presentation tab 'Fully expanded' is checked to see these '2 layer dimensions'.&lt;/P&gt;</description>
      <pubDate>Fri, 19 Aug 2022 05:36:30 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Double-layer-dimensions/m-p/1970541#M80070</guid>
      <dc:creator>justISO</dc:creator>
      <dc:date>2022-08-19T05:36:30Z</dc:date>
    </item>
    <item>
      <title>Re: Double layer dimensions</title>
      <link>https://community.qlik.com/t5/App-Development/Double-layer-dimensions/m-p/1970545#M80071</link>
      <description>&lt;P&gt;hi IamBack,&lt;/P&gt;
&lt;P&gt;only possible in pivot table ?&lt;/P&gt;
&lt;P&gt;Did we manage to make it present by table view?&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 19 Aug 2022 05:46:03 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Double-layer-dimensions/m-p/1970545#M80071</guid>
      <dc:creator>kiansin</dc:creator>
      <dc:date>2022-08-19T05:46:03Z</dc:date>
    </item>
    <item>
      <title>Re: Double layer dimensions</title>
      <link>https://community.qlik.com/t5/App-Development/Double-layer-dimensions/m-p/1970546#M80072</link>
      <description>&lt;P&gt;Hi JustISO,&lt;/P&gt;
&lt;P&gt;only can make it in Pivot table way?&lt;/P&gt;
&lt;P&gt;What if I just want make it by normal table view?&lt;/P&gt;
&lt;P&gt;Is it possible ?&lt;/P&gt;</description>
      <pubDate>Fri, 19 Aug 2022 05:47:05 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Double-layer-dimensions/m-p/1970546#M80072</guid>
      <dc:creator>kiansin</dc:creator>
      <dc:date>2022-08-19T05:47:05Z</dc:date>
    </item>
    <item>
      <title>Re: Double layer dimensions</title>
      <link>https://community.qlik.com/t5/App-Development/Double-layer-dimensions/m-p/1970547#M80073</link>
      <description>&lt;P&gt;what you have shown in image is Pivot table view . So i am afraid its not possible in table.&lt;/P&gt;</description>
      <pubDate>Fri, 19 Aug 2022 05:48:12 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Double-layer-dimensions/m-p/1970547#M80073</guid>
      <dc:creator>SunilChauhan</dc:creator>
      <dc:date>2022-08-19T05:48:12Z</dc:date>
    </item>
  </channel>
</rss>

