<?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: Creating custom label in App Development</title>
    <link>https://community.qlik.com/t5/App-Development/Creating-custom-label/m-p/728725#M10573</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You could change your dimension to the following:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;'Q'&amp;amp;&lt;/STRONG&gt;Div(Month([timestamp]), 3) as season&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Or in case you want to keep your current dimension, just add the new one bellow:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;...&lt;/P&gt;&lt;P&gt;Div(Month([timestamp]), 3) as seasonNumber,&lt;/P&gt;&lt;P&gt;'Q'&amp;amp;Div(Month([timestamp]), 3) as season&lt;/P&gt;&lt;P&gt;...&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 30 Sep 2014 14:55:54 GMT</pubDate>
    <dc:creator />
    <dc:date>2014-09-30T14:55:54Z</dc:date>
    <item>
      <title>Creating custom label</title>
      <link>https://community.qlik.com/t5/App-Development/Creating-custom-label/m-p/728723#M10571</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I have created a quarter dimension on my data like following&lt;/P&gt;&lt;P&gt;Load&lt;/P&gt;&lt;P&gt;...&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Div(Month([timestamp]), 3) as season, &lt;/P&gt;&lt;P&gt;...&lt;/P&gt;&lt;P&gt;I have made a pie chart on this dimension showing data in different quarter periods. The labels on these pie slices are obviously 0,1,2,3 and I would like them to be Q1, Q2, Q3, Q4. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;How do I do this in the best way?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 30 Sep 2014 14:25:07 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Creating-custom-label/m-p/728723#M10571</guid>
      <dc:creator />
      <dc:date>2014-09-30T14:25:07Z</dc:date>
    </item>
    <item>
      <title>Re: Creating custom label</title>
      <link>https://community.qlik.com/t5/App-Development/Creating-custom-label/m-p/728724#M10572</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Viktor - try this:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;'Q' &amp;amp; Ceil(Month(OrderDate)/3) as Quarter&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Let us know how you do.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please mark the appropriate replies as helpful / correct so our team and other members know that your question(s) has been answered to your satisfaction.&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;Mike&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 30 Sep 2014 14:55:22 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Creating-custom-label/m-p/728724#M10572</guid>
      <dc:creator>Michael_Tarallo</dc:creator>
      <dc:date>2014-09-30T14:55:22Z</dc:date>
    </item>
    <item>
      <title>Re: Creating custom label</title>
      <link>https://community.qlik.com/t5/App-Development/Creating-custom-label/m-p/728725#M10573</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You could change your dimension to the following:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;'Q'&amp;amp;&lt;/STRONG&gt;Div(Month([timestamp]), 3) as season&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Or in case you want to keep your current dimension, just add the new one bellow:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;...&lt;/P&gt;&lt;P&gt;Div(Month([timestamp]), 3) as seasonNumber,&lt;/P&gt;&lt;P&gt;'Q'&amp;amp;Div(Month([timestamp]), 3) as season&lt;/P&gt;&lt;P&gt;...&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 30 Sep 2014 14:55:54 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Creating-custom-label/m-p/728725#M10573</guid>
      <dc:creator />
      <dc:date>2014-09-30T14:55:54Z</dc:date>
    </item>
  </channel>
</rss>

