<?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: Field Week Problem in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Field-Week-Problem/m-p/1071733#M357949</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Wow so simple! too many code in my script I guess &lt;IMG src="https://community.qlik.com/legacyfs/online/emoticons/happy.png" /&gt; ... Thanks &lt;STRONG style="font-size: 11.7px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;A href="https://community.qlik.com/people/swuehl"&gt;swuehl&lt;/A&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 21 Apr 2016 19:30:00 GMT</pubDate>
    <dc:creator>pgalvezt</dc:creator>
    <dc:date>2016-04-21T19:30:00Z</dc:date>
    <item>
      <title>Field Week Problem</title>
      <link>https://community.qlik.com/t5/QlikView/Field-Week-Problem/m-p/1071728#M357944</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I try to concatenate my week field into the calendar but I can't get to expect.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I attached an example (I have 2 calendars one of them dont have weeks.. Excel file has.: PROBLEM is commented...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 20 Apr 2016 16:27:17 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Field-Week-Problem/m-p/1071728#M357944</guid>
      <dc:creator>pgalvezt</dc:creator>
      <dc:date>2016-04-20T16:27:17Z</dc:date>
    </item>
    <item>
      <title>Re: Field Week Problem</title>
      <link>https://community.qlik.com/t5/QlikView/Field-Week-Problem/m-p/1071729#M357945</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Not sure how the Excel file helps here in understanding your issue, since you don't load from an Excel file in your script, do you?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If this doesn't work for you&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;Left Join(Remuneraciones)&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;//CalendarioFiltro:&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;LOAD //[Año Contable Filtro], &lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; [Semana Contable Filtro]&amp;nbsp; as Semana, &lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; //[Mes Contable Filtro],&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; [Año Contable Filtro] &amp;amp; [Mes Contable Filtro] as LlaveCalendario&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;FROM&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;&lt;C&gt;&lt;/C&gt;&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;(qvd);&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You need to check your created key, i.e. &lt;EM style="font-size: 13.3333px;"&gt;&amp;nbsp; [Año Contable Filtro] &amp;amp; [Mes Contable Filtro], &lt;/EM&gt;and compare these values to the existing key value: 2016_feb&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I would guess that you need a underscore:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;&lt;EM&gt;Left Join(Remuneraciones)&lt;/EM&gt;&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;&lt;EM&gt;//CalendarioFiltro:&lt;/EM&gt;&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;&lt;EM&gt;LOAD &lt;/EM&gt;&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;&lt;EM&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; [Semana Contable Filtro]&amp;nbsp; as Semana,&lt;/EM&gt;&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;&lt;EM&gt;&amp;nbsp;&amp;nbsp; &lt;STRONG&gt; [Año Contable Filtro] &amp;amp; '_' &amp;amp; [Mes Contable Filtro] as LlaveCalendario&lt;/STRONG&gt;&lt;/EM&gt;&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;&lt;EM&gt;FROM&lt;/EM&gt;&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;&lt;EM&gt;&lt;C&gt;&lt;/C&gt;&lt;/EM&gt;&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;&lt;EM&gt;(qvd);&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;&lt;BR /&gt;&lt;/EM&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 20 Apr 2016 18:28:49 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Field-Week-Problem/m-p/1071729#M357945</guid>
      <dc:creator>swuehl</dc:creator>
      <dc:date>2016-04-20T18:28:49Z</dc:date>
    </item>
    <item>
      <title>Re: Field Week Problem</title>
      <link>https://community.qlik.com/t5/QlikView/Field-Week-Problem/m-p/1071730#M357946</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: 13px;"&gt; since you don't load from an Excel file in your script, do you?&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: 13px;"&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: 13px;"&gt;R: I do... I load the file excel and I use semana column... &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: 13px;"&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: 13px;"&gt;Let me check your answer and let you know ..&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: 13px;"&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: 13px;"&gt;Thanks!&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 20 Apr 2016 18:38:57 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Field-Week-Problem/m-p/1071730#M357946</guid>
      <dc:creator>pgalvezt</dc:creator>
      <dc:date>2016-04-20T18:38:57Z</dc:date>
    </item>
    <item>
      <title>Re: Field Week Problem</title>
      <link>https://community.qlik.com/t5/QlikView/Field-Week-Problem/m-p/1071731#M357947</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;BLOCKQUOTE&gt;&lt;TABLE border="1"&gt;&lt;TBODY&gt;&lt;TR&gt;&lt;TD&gt;
&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&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: 13px;"&gt;R: I do... I load the file excel and I use semana column... &lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;/P&gt;
&lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;&lt;/BLOCKQUOTE&gt;&lt;P&gt;Hm, can't see an excel table source in your script. But may have just missed it, never mind.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 20 Apr 2016 18:43:18 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Field-Week-Problem/m-p/1071731#M357947</guid>
      <dc:creator>swuehl</dc:creator>
      <dc:date>2016-04-20T18:43:18Z</dc:date>
    </item>
    <item>
      <title>Re: Field Week Problem</title>
      <link>https://community.qlik.com/t5/QlikView/Field-Week-Problem/m-p/1071732#M357948</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;This post may help &lt;A href="https://community.qlik.com/qlik-blogpost/3545"&gt;Redefining the Week Numbers&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;When using week numbers the year associated with the week number can differ from the calendar year.&lt;/P&gt;&lt;P&gt;Week 1 can start in December and the last week of the year, week 52/53 can continue into January.&lt;/P&gt;&lt;P&gt;Perhaps this is why you have problems matching the calendars.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 20 Apr 2016 18:53:07 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Field-Week-Problem/m-p/1071732#M357948</guid>
      <dc:creator>Colin-Albert</dc:creator>
      <dc:date>2016-04-20T18:53:07Z</dc:date>
    </item>
    <item>
      <title>Re: Field Week Problem</title>
      <link>https://community.qlik.com/t5/QlikView/Field-Week-Problem/m-p/1071733#M357949</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Wow so simple! too many code in my script I guess &lt;IMG src="https://community.qlik.com/legacyfs/online/emoticons/happy.png" /&gt; ... Thanks &lt;STRONG style="font-size: 11.7px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;A href="https://community.qlik.com/people/swuehl"&gt;swuehl&lt;/A&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 21 Apr 2016 19:30:00 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Field-Week-Problem/m-p/1071733#M357949</guid>
      <dc:creator>pgalvezt</dc:creator>
      <dc:date>2016-04-21T19:30:00Z</dc:date>
    </item>
  </channel>
</rss>

