<?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: reply urgent please in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/reply-urgent-please/m-p/442220#M164852</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Anand...i am not getting the result &lt;/P&gt;&lt;P&gt;please what i want to show is ...just go throuh the attache qvd load that and select the FiscalWeek in that we will get the data like 1,2,3,4,5..&lt;/P&gt;&lt;P&gt;rather than that i want to show for the 1st week W1 ,for the 2nd week W2.... it is possible pls let me know...&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 09 May 2013 09:39:10 GMT</pubDate>
    <dc:creator />
    <dc:date>2013-05-09T09:39:10Z</dc:date>
    <item>
      <title>reply urgent please</title>
      <link>https://community.qlik.com/t5/QlikView/reply-urgent-please/m-p/442217#M164849</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi ...Can any one help me this ....Actually i have a dimension FiscalWeek (please find the below attachment for better understand) consisting data 1,2,3,4,5....but my issue is i need to disply it like W1 For the 1st week ,W2 For the 2nd week ,W3 For the 3rd week........please help me this. &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 09 May 2013 07:59:01 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/reply-urgent-please/m-p/442217#M164849</guid>
      <dc:creator />
      <dc:date>2013-05-09T07:59:01Z</dc:date>
    </item>
    <item>
      <title>Re: reply urgent please</title>
      <link>https://community.qlik.com/t5/QlikView/reply-urgent-please/m-p/442218#M164850</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Find Solution&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;vikas&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 09 May 2013 08:18:37 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/reply-urgent-please/m-p/442218#M164850</guid>
      <dc:creator>vikasmahajan</dc:creator>
      <dc:date>2013-05-09T08:18:37Z</dc:date>
    </item>
    <item>
      <title>Re: reply urgent please</title>
      <link>https://community.qlik.com/t5/QlikView/reply-urgent-please/m-p/442219#M164851</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P style="background-color: #ffffff; color: #737373; font-family: Arial;"&gt;I am assuming that you have one &lt;STRONG style="color: #800000;"&gt;FullDate &lt;/STRONG&gt;column in your calendar/date dimension.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="background-color: #ffffff; color: #737373; font-family: Arial;"&gt;Use the below LOAD script&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="background-color: #ffffff; color: #737373; font-family: Arial;"&gt;LOAD&lt;/P&gt;&lt;P style="background-color: #ffffff; color: #737373; font-family: Arial;"&gt;Day,&lt;/P&gt;&lt;P style="background-color: #ffffff; color: #737373; font-family: Arial;"&gt;CalendarWeek,&lt;/P&gt;&lt;P style="background-color: #ffffff; color: #737373; font-family: Arial;"&gt;FiscalWeek,&lt;/P&gt;&lt;P style="background-color: #ffffff; color: #737373; font-family: Arial;"&gt;Month,&lt;/P&gt;&lt;P style="background-color: #ffffff; color: #737373; font-family: Arial;"&gt;CalendarQuarter,&lt;/P&gt;&lt;P style="background-color: #ffffff; color: #737373; font-family: Arial;"&gt;FiscalQuarter,&lt;/P&gt;&lt;P style="background-color: #ffffff; color: #737373; font-family: Arial;"&gt;CalendarYear,&lt;/P&gt;&lt;P style="background-color: #ffffff; color: #737373; font-family: Arial;"&gt;FiscalYear,&lt;/P&gt;&lt;P style="background-color: #ffffff; color: #737373; font-family: Arial;"&gt;&lt;SPAN style="color: #008000;"&gt;'W' &amp;amp; Week(Date(FullDate,'YYYY-MM-DD')) as WeekNo1,&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="background-color: #ffffff; color: #737373; font-family: Arial;"&gt;&lt;SPAN style="color: #0000ff;"&gt;'W' &amp;amp; If((Week(Date(FullDate,'YYYY-MM-DD')) - (Week(Date('2013-04-01'))-1))&amp;gt;0,(Week(Date(DOCDATE,'YYYY-MM-DD')) - (Week(Date('2013-04-01'))-1)),52+(Week(Date(DOCDATE,'YYYY-MM-DD')) - (Week(Date('2013-04-01'))-1))) as WeekNo2&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="background-color: #ffffff; color: #737373; font-family: Arial;"&gt;FROM&lt;/P&gt;&lt;P style="background-color: #ffffff; color: #737373; font-family: Arial;"&gt;&lt;C&gt;&lt;/C&gt;&lt;/P&gt;&lt;P style="background-color: #ffffff; color: #737373; font-family: Arial;"&gt;(qvd&lt;/P&gt;&lt;P style="background-color: #ffffff; color: #737373; font-family: Arial;"&gt;);&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="background-color: #ffffff; color: #737373; font-family: Arial;"&gt;Note: WeekNo1 is when your calendar year and fiscal year are same.&lt;/P&gt;&lt;P style="background-color: #ffffff; color: #737373; font-family: Arial;"&gt;WeekNo2 is when your fiscal year starts on 1st April.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="background-color: #ffffff; color: #737373; font-family: Arial;"&gt;Let me know in case of any issue.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="background-color: #ffffff; color: #737373; font-family: Arial;"&gt;-Anand&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 09 May 2013 08:27:37 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/reply-urgent-please/m-p/442219#M164851</guid>
      <dc:creator>anandathome</dc:creator>
      <dc:date>2013-05-09T08:27:37Z</dc:date>
    </item>
    <item>
      <title>Re: reply urgent please</title>
      <link>https://community.qlik.com/t5/QlikView/reply-urgent-please/m-p/442220#M164852</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Anand...i am not getting the result &lt;/P&gt;&lt;P&gt;please what i want to show is ...just go throuh the attache qvd load that and select the FiscalWeek in that we will get the data like 1,2,3,4,5..&lt;/P&gt;&lt;P&gt;rather than that i want to show for the 1st week W1 ,for the 2nd week W2.... it is possible pls let me know...&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 09 May 2013 09:39:10 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/reply-urgent-please/m-p/442220#M164852</guid>
      <dc:creator />
      <dc:date>2013-05-09T09:39:10Z</dc:date>
    </item>
    <item>
      <title>Re: reply urgent please</title>
      <link>https://community.qlik.com/t5/QlikView/reply-urgent-please/m-p/442221#M164853</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Just do &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;='W' &amp;amp; FiscalWeek&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;or in script &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;'W' &amp;amp; FiscalWeek as WFiscalWeek&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 09 May 2013 09:53:07 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/reply-urgent-please/m-p/442221#M164853</guid>
      <dc:creator>calvindk</dc:creator>
      <dc:date>2013-05-09T09:53:07Z</dc:date>
    </item>
    <item>
      <title>Re: reply urgent please</title>
      <link>https://community.qlik.com/t5/QlikView/reply-urgent-please/m-p/442222#M164854</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;you only have to write in dimension where your fiscalWeek value comes&lt;/P&gt;&lt;P&gt;'W' &amp;amp; FiscalWeek&lt;/P&gt;&lt;P&gt;or if you want to create fiscal Week in backend then try this in edit script&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;'W' &amp;amp; Ceil(Week(TempDate)/8) as Fiscalweek&lt;/P&gt;&lt;P&gt;here TempDate is my Date Field&lt;/P&gt;&lt;P&gt;hope it helps you&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 09 May 2013 10:08:47 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/reply-urgent-please/m-p/442222#M164854</guid>
      <dc:creator>er_mohit</dc:creator>
      <dc:date>2013-05-09T10:08:47Z</dc:date>
    </item>
    <item>
      <title>Re: reply urgent please</title>
      <link>https://community.qlik.com/t5/QlikView/reply-urgent-please/m-p/442223#M164855</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;If i use that means will get the result like W1,W2,W3,W4......................W50,W51......just W will add to all right , but my case is for the 1st week W1 and for the second week W2....like that , need to reduce the data...please give me helpful answer&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 09 May 2013 10:10:06 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/reply-urgent-please/m-p/442223#M164855</guid>
      <dc:creator />
      <dc:date>2013-05-09T10:10:06Z</dc:date>
    </item>
    <item>
      <title>Re: reply urgent please</title>
      <link>https://community.qlik.com/t5/QlikView/reply-urgent-please/m-p/442224#M164856</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I tried this but getting error while reloading the script...like TempDate is nt found ..and in charts itself data is not coming , please check my attached qvd and let me know how to do it ...&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 09 May 2013 10:17:04 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/reply-urgent-please/m-p/442224#M164856</guid>
      <dc:creator />
      <dc:date>2013-05-09T10:17:04Z</dc:date>
    </item>
    <item>
      <title>Re: reply urgent please</title>
      <link>https://community.qlik.com/t5/QlikView/reply-urgent-please/m-p/442225#M164857</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hiii&lt;/P&gt;&lt;P&gt;load your qvd then do it like mine only field&amp;nbsp; does not change anything &lt;/P&gt;&lt;P&gt;only this' 'W' &amp;amp;&amp;nbsp; FiscalWeek as FiscalWeek'&lt;/P&gt;&lt;P&gt;&amp;nbsp; try this&lt;/P&gt;&lt;P&gt;LOAD Day, &lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; CalendarWeek, &lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp; 'W' &amp;amp;&amp;nbsp; FiscalWeek as FiscalWeek, &lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Month, &lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; CalendarQuarter, &lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; FiscalQuarter, &lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; CalendarYear, &lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; FiscalYear&lt;/P&gt;&lt;P&gt;FROM&lt;/P&gt;&lt;P&gt;C:\Users\Mohit\Downloads\DimDate.QVD&lt;/P&gt;&lt;P&gt;(qvd);&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 09 May 2013 10:35:19 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/reply-urgent-please/m-p/442225#M164857</guid>
      <dc:creator>er_mohit</dc:creator>
      <dc:date>2013-05-09T10:35:19Z</dc:date>
    </item>
    <item>
      <title>Re: reply urgent please</title>
      <link>https://community.qlik.com/t5/QlikView/reply-urgent-please/m-p/442226#M164858</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Shobha,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; this is what you are exactly looking for, I guess. If there is any other requirement combined with this please tell us.&lt;/P&gt;&lt;P&gt;When you say first week, we understand that it is the first week of financial year.&lt;/P&gt;&lt;P&gt;OR &lt;/P&gt;&lt;P&gt;If you could explain your actual requirement with example, people here may be able to help in right direction &lt;IMG src="https://community.qlik.com/legacyfs/online/emoticons/happy.png" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 09 May 2013 11:27:53 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/reply-urgent-please/m-p/442226#M164858</guid>
      <dc:creator>anandathome</dc:creator>
      <dc:date>2013-05-09T11:27:53Z</dc:date>
    </item>
  </channel>
</rss>

