<?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: How to make My Box 2 Display YrMthWk ? in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/How-to-make-My-Box-2-Display-YrMthWk/m-p/955165#M648390</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Clever&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;What I want is make Box 2 display 4 field from Box 1 . &lt;/P&gt;&lt;P&gt;I manage to display 3 field at Box 2. But I am unable to make field YearMonthDay display at Box 2.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Paul&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Sent from my iPhone&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 15 Sep 2015 23:02:39 GMT</pubDate>
    <dc:creator>paulyeo11</dc:creator>
    <dc:date>2015-09-15T23:02:39Z</dc:date>
    <item>
      <title>How to make My Box 2 Display YrMthWk ?</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-make-My-Box-2-Display-YrMthWk/m-p/955158#M648383</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi All&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have and field name = Data Type at Box 1 :-&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;LOAD * INLINE [&lt;/P&gt;&lt;P&gt;Date Type, Column2&lt;/P&gt;&lt;P&gt;year,year&lt;/P&gt;&lt;P&gt;yr_jp,yr_jp&lt;/P&gt;&lt;P&gt;YrWk,YearWeek&lt;/P&gt;&lt;P&gt;YearQtr,YearQtr&lt;/P&gt;&lt;P&gt;YearHalf,YearHalf&lt;/P&gt;&lt;P&gt;Yr_Qtr_jp,Yr_Qtr_jp&lt;/P&gt;&lt;P&gt;YrMth,YearMonth&lt;/P&gt;&lt;P&gt;YrMthWk,YearMonthWeek&lt;/P&gt;&lt;P&gt;&amp;nbsp; ];&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have a Box 2 with below expression :-&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;=IF([Date Type]='year','Year',&lt;/P&gt;&lt;P&gt;IF([Date Type]='Yr','year',&lt;/P&gt;&lt;P&gt;IF([Date Type]='YrMth','Yr Mth',&lt;/P&gt;&lt;P&gt;IF([Date Type]='YearMonthWeek','YrMthWk',&lt;/P&gt;&lt;P&gt;IF([Date Type]='YearQtr','Yr Qtr'&lt;/P&gt;&lt;P&gt;)))))&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;My Question is why Box 2 not display YrMthWk ?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Paul&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 15 Sep 2015 11:45:43 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-make-My-Box-2-Display-YrMthWk/m-p/955158#M648383</guid>
      <dc:creator>paulyeo11</dc:creator>
      <dc:date>2015-09-15T11:45:43Z</dc:date>
    </item>
    <item>
      <title>Re: How to make My Box 2 Display YrMthWk ?</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-make-My-Box-2-Display-YrMthWk/m-p/955159#M648384</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;It would be easier if you post your app, &lt;/P&gt;&lt;P&gt;Try do this&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #000000;"&gt;=IF([Date Type]='year',[Year],&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #000000;"&gt;IF([Date Type]='Yr',[year],&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #000000;"&gt;IF([Date Type]='YrMth',[Yr Mth],&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #000000;"&gt;IF([Date Type]='YearMonthWeek',[YrMthWk],&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #000000;"&gt;IF([Date Type]='YearQtr',[Yr Qtr]&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #000000;"&gt;)))))&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 15 Sep 2015 11:48:39 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-make-My-Box-2-Display-YrMthWk/m-p/955159#M648384</guid>
      <dc:creator>Clever_Anjos</dc:creator>
      <dc:date>2015-09-15T11:48:39Z</dc:date>
    </item>
    <item>
      <title>Re: How to make My Box 2 Display YrMthWk ?</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-make-My-Box-2-Display-YrMthWk/m-p/955160#M648385</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi All&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Enclosed My QV Doc&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 15 Sep 2015 11:48:41 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-make-My-Box-2-Display-YrMthWk/m-p/955160#M648385</guid>
      <dc:creator>paulyeo11</dc:creator>
      <dc:date>2015-09-15T11:48:41Z</dc:date>
    </item>
    <item>
      <title>Re: How to make My Box 2 Display YrMthWk ?</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-make-My-Box-2-Display-YrMthWk/m-p/955161#M648386</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Further reading &lt;A href="https://community.qlik.com/qlik-blogpost/3045"&gt;QlikView Quoteology&lt;/A&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 15 Sep 2015 11:49:52 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-make-My-Box-2-Display-YrMthWk/m-p/955161#M648386</guid>
      <dc:creator>Clever_Anjos</dc:creator>
      <dc:date>2015-09-15T11:49:52Z</dc:date>
    </item>
    <item>
      <title>Re: How to make My Box 2 Display YrMthWk ?</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-make-My-Box-2-Display-YrMthWk/m-p/955162#M648387</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Try this&lt;/P&gt;&lt;P&gt;=IF([Date Type]='year',[Year],&lt;/P&gt;&lt;P&gt;IF([Date Type]='Yr',[year],&lt;/P&gt;&lt;P&gt;IF([Date Type]='YrMth',[YearMonth],&lt;/P&gt;&lt;P&gt;IF([Date Type]='YearMonthWeek',[YearMonthWeek],&lt;/P&gt;&lt;P&gt;IF([Date Type]='YearQtr',[YearQtr]&lt;/P&gt;&lt;P&gt;)))))&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 15 Sep 2015 11:53:20 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-make-My-Box-2-Display-YrMthWk/m-p/955162#M648387</guid>
      <dc:creator>Clever_Anjos</dc:creator>
      <dc:date>2015-09-15T11:53:20Z</dc:date>
    </item>
    <item>
      <title>Re: How to make My Box 2 Display YrMthWk ?</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-make-My-Box-2-Display-YrMthWk/m-p/955163#M648388</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Clever&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thank you very much for your sharing.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have try your propose script.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;But it return wrong value.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have enclosed my QV Doc.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Paul &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 15 Sep 2015 12:30:51 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-make-My-Box-2-Display-YrMthWk/m-p/955163#M648388</guid>
      <dc:creator>paulyeo11</dc:creator>
      <dc:date>2015-09-15T12:30:51Z</dc:date>
    </item>
    <item>
      <title>Re: How to make My Box 2 Display YrMthWk ?</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-make-My-Box-2-Display-YrMthWk/m-p/955164#M648389</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;it seems to be working here&lt;/P&gt;&lt;P&gt;&lt;IMG alt="Capturar.PNG" class="jive-image image-1" src="https://community.qlik.com/legacyfs/online/99034_Capturar.PNG" style="height: 127px; width: 620px;" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 15 Sep 2015 17:05:34 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-make-My-Box-2-Display-YrMthWk/m-p/955164#M648389</guid>
      <dc:creator>Clever_Anjos</dc:creator>
      <dc:date>2015-09-15T17:05:34Z</dc:date>
    </item>
    <item>
      <title>Re: How to make My Box 2 Display YrMthWk ?</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-make-My-Box-2-Display-YrMthWk/m-p/955165#M648390</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Clever&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;What I want is make Box 2 display 4 field from Box 1 . &lt;/P&gt;&lt;P&gt;I manage to display 3 field at Box 2. But I am unable to make field YearMonthDay display at Box 2.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Paul&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Sent from my iPhone&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 15 Sep 2015 23:02:39 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-make-My-Box-2-Display-YrMthWk/m-p/955165#M648390</guid>
      <dc:creator>paulyeo11</dc:creator>
      <dc:date>2015-09-15T23:02:39Z</dc:date>
    </item>
    <item>
      <title>Re: How to make My Box 2 Display YrMthWk ?</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-make-My-Box-2-Display-YrMthWk/m-p/955166#M648391</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Please try this expression&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;=IF([Date Type]='year',[Year],&lt;/P&gt;&lt;P&gt;IF([Date Type]='Yr',[year],&lt;/P&gt;&lt;P&gt;IF([Date Type]='YrMth',[YearMonth],&lt;/P&gt;&lt;P&gt;IF([Date Type]='YearMonthWeek',[YearMonthWeek],&lt;/P&gt;&lt;P&gt;IF([Date Type]='YearQtr',[YearQtr],&lt;/P&gt;&lt;P&gt;IF([Date Type]='yr_jp',[yr_jp],$(=only([Date Type]))&lt;/P&gt;&lt;P&gt;))))))&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 16 Sep 2015 11:52:20 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-make-My-Box-2-Display-YrMthWk/m-p/955166#M648391</guid>
      <dc:creator>Clever_Anjos</dc:creator>
      <dc:date>2015-09-16T11:52:20Z</dc:date>
    </item>
    <item>
      <title>Re: How to make My Box 2 Display YrMthWk ?</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-make-My-Box-2-Display-YrMthWk/m-p/955167#M648392</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Clever&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thank you for your reply. it still not get what i want. look like some thing wrong with my Doc. As some one also suggest the same script. also not work. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Paul&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 16 Sep 2015 18:10:36 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-make-My-Box-2-Display-YrMthWk/m-p/955167#M648392</guid>
      <dc:creator>paulyeo11</dc:creator>
      <dc:date>2015-09-16T18:10:36Z</dc:date>
    </item>
    <item>
      <title>Re: How to make My Box 2 Display YrMthWk ?</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-make-My-Box-2-Display-YrMthWk/m-p/955168#M648393</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;maybe this is what you need?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG alt="QlikCommunity_Thread_180805_Pic1.JPG" class="jive-image image-1" src="https://community.qlik.com/legacyfs/online/99276_QlikCommunity_Thread_180805_Pic1.JPG" style="height: 216px; width: 620px;" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG alt="QlikCommunity_Thread_180805_Pic2.JPG" class="jive-image image-2" src="https://community.qlik.com/legacyfs/online/99277_QlikCommunity_Thread_180805_Pic2.JPG" style="height: 220px; width: 620px;" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG alt="QlikCommunity_Thread_180805_Pic3.JPG" class="jive-image image-3" src="https://community.qlik.com/legacyfs/online/99287_QlikCommunity_Thread_180805_Pic3.JPG" style="height: 303px; width: 620px;" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;hope this helps&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;regards&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Marco&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 17 Sep 2015 21:20:41 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-make-My-Box-2-Display-YrMthWk/m-p/955168#M648393</guid>
      <dc:creator>MarcoWedel</dc:creator>
      <dc:date>2015-09-17T21:20:41Z</dc:date>
    </item>
    <item>
      <title>Re: How to make My Box 2 Display YrMthWk ?</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-make-My-Box-2-Display-YrMthWk/m-p/955169#M648394</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Marco&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thank you for your sharing . May be my explaination is not clear , that is why so many people cannot understand.&amp;nbsp; I hope below image can make all understand.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG alt="box2.png" class="jive-image image-1" src="https://community.qlik.com/legacyfs/online/99291_box2.png" style="height: auto;" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 18 Sep 2015 01:13:53 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-make-My-Box-2-Display-YrMthWk/m-p/955169#M648394</guid>
      <dc:creator>paulyeo11</dc:creator>
      <dc:date>2015-09-18T01:13:53Z</dc:date>
    </item>
  </channel>
</rss>

