<?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: Quarter Field Values should be First,second in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Quarter-Field-Values-should-be-First-second/m-p/426272#M158825</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;If it is just in a list box for aesthetic purposes, you can use the Dual() function:&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 8pt;"&gt;&amp;nbsp; &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 8pt;"&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;=&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;Dual&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;(&lt;BR /&gt;&lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;if&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;(&lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;Quarter&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;='Q1','First',&lt;BR /&gt;&lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;if&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;(&lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;Quarter&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;='Q2','Second',&lt;BR /&gt;&lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;if&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;(&lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;Quarter&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;='Q3','Third',&lt;BR /&gt;&lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;if&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;(&lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;Quarter&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;='Q4','Fourth')))),&lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;Quarter&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 8pt;"&gt;) &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Then you can sort using Match()&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 12 Nov 2012 19:47:54 GMT</pubDate>
    <dc:creator />
    <dc:date>2012-11-12T19:47:54Z</dc:date>
    <item>
      <title>Quarter Field Values should be First,second</title>
      <link>https://community.qlik.com/t5/QlikView/Quarter-Field-Values-should-be-First-second/m-p/426270#M158823</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi community members,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Is their any way to represent the Quarter field values First, Second, Third and Fourth&lt;/P&gt;&lt;P&gt;instead of 1,2,3,4, can one help me please&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;ramesh&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 12 Nov 2012 19:37:43 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Quarter-Field-Values-should-be-First-second/m-p/426270#M158823</guid>
      <dc:creator />
      <dc:date>2012-11-12T19:37:43Z</dc:date>
    </item>
    <item>
      <title>Re: Quarter Field Values should be First,second</title>
      <link>https://community.qlik.com/t5/QlikView/Quarter-Field-Values-should-be-First-second/m-p/426271#M158824</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Create a mapping table to map values 1,2,3,4 as First, Second, Third and Fourth and use the applymap to use in your main transaction table.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 12 Nov 2012 19:42:05 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Quarter-Field-Values-should-be-First-second/m-p/426271#M158824</guid>
      <dc:creator />
      <dc:date>2012-11-12T19:42:05Z</dc:date>
    </item>
    <item>
      <title>Re: Quarter Field Values should be First,second</title>
      <link>https://community.qlik.com/t5/QlikView/Quarter-Field-Values-should-be-First-second/m-p/426272#M158825</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;If it is just in a list box for aesthetic purposes, you can use the Dual() function:&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 8pt;"&gt;&amp;nbsp; &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 8pt;"&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;=&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;Dual&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;(&lt;BR /&gt;&lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;if&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;(&lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;Quarter&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;='Q1','First',&lt;BR /&gt;&lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;if&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;(&lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;Quarter&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;='Q2','Second',&lt;BR /&gt;&lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;if&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;(&lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;Quarter&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;='Q3','Third',&lt;BR /&gt;&lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;if&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;(&lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;Quarter&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;='Q4','Fourth')))),&lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;Quarter&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 8pt;"&gt;) &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Then you can sort using Match()&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 12 Nov 2012 19:47:54 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Quarter-Field-Values-should-be-First-second/m-p/426272#M158825</guid>
      <dc:creator />
      <dc:date>2012-11-12T19:47:54Z</dc:date>
    </item>
    <item>
      <title>Re: Quarter Field Values should be First,second</title>
      <link>https://community.qlik.com/t5/QlikView/Quarter-Field-Values-should-be-First-second/m-p/426273#M158826</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;Create another field some thing like&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;if('Q' &amp;amp; Ceil(Month(Date) / 3) = 'Q1','First',&lt;/P&gt;&lt;P&gt;if('Q' &amp;amp; Ceil(Month(Date) / 3) = 'Q2','Second',&lt;/P&gt;&lt;P&gt;if('Q' &amp;amp; Ceil(Month(Date) / 3) = 'Q3','Third',&lt;/P&gt;&lt;P&gt;if('Q' &amp;amp; Ceil(Month(Date) / 3) = 'Q4','Fourth',&lt;/P&gt;&lt;P&gt;))))&amp;nbsp; as NewQuarter,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;HTH&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Anand&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 12 Nov 2012 19:49:07 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Quarter-Field-Values-should-be-First-second/m-p/426273#M158826</guid>
      <dc:creator>its_anandrjs</dc:creator>
      <dc:date>2012-11-12T19:49:07Z</dc:date>
    </item>
    <item>
      <title>Re: Quarter Field Values should be First,second</title>
      <link>https://community.qlik.com/t5/QlikView/Quarter-Field-Values-should-be-First-second/m-p/426274#M158827</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;SPAN style="color: #737373; font-family: Arial; background-color: #ffffff;"&gt;can you please give the sample example of mapping&lt;/SPAN&gt;, I am unware of the mapping function&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 12 Nov 2012 20:04:54 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Quarter-Field-Values-should-be-First-second/m-p/426274#M158827</guid>
      <dc:creator />
      <dc:date>2012-11-12T20:04:54Z</dc:date>
    </item>
  </channel>
</rss>

