<?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: Expression names in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Expression-names/m-p/643343#M1088654</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Don't you want the field to be named "Quarter"?&lt;/P&gt;&lt;P&gt;And in your Quarter field, you have rows such as Q1 2013, Q2 2013 etc?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Using this approach, you can use your Quarter field as a dimension in your datamodel and visualize your calculations by Quarter.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The approach which you suggested, to have separate fields for Q1 2013 and Q2 2013 etc., makes no sense in a fact - dimensional data model.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 22 May 2014 11:50:08 GMT</pubDate>
    <dc:creator>magavi_framsteg</dc:creator>
    <dc:date>2014-05-22T11:50:08Z</dc:date>
    <item>
      <title>Expression names</title>
      <link>https://community.qlik.com/t5/QlikView/Expression-names/m-p/643342#M1088653</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 have used the quartname command to create a field which shows results as Jan-Mar 2013, Apr-Jun 2013, Jul-Sep 2013 etc.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Is it possible to label this field Q1 2013, Q2 2013, Q3 2013 etc?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Daniel&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 22 May 2014 11:09:27 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Expression-names/m-p/643342#M1088653</guid>
      <dc:creator>danielnevitt</dc:creator>
      <dc:date>2014-05-22T11:09:27Z</dc:date>
    </item>
    <item>
      <title>Re: Expression names</title>
      <link>https://community.qlik.com/t5/QlikView/Expression-names/m-p/643343#M1088654</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Don't you want the field to be named "Quarter"?&lt;/P&gt;&lt;P&gt;And in your Quarter field, you have rows such as Q1 2013, Q2 2013 etc?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Using this approach, you can use your Quarter field as a dimension in your datamodel and visualize your calculations by Quarter.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The approach which you suggested, to have separate fields for Q1 2013 and Q2 2013 etc., makes no sense in a fact - dimensional data model.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 22 May 2014 11:50:08 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Expression-names/m-p/643343#M1088654</guid>
      <dc:creator>magavi_framsteg</dc:creator>
      <dc:date>2014-05-22T11:50:08Z</dc:date>
    </item>
    <item>
      <title>Re: Expression names</title>
      <link>https://community.qlik.com/t5/QlikView/Expression-names/m-p/643344#M1088655</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Use the following in script:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 8pt;"&gt;(&lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;Calendar_Year&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;&amp;amp;'-'&amp;amp;'Q'&amp;amp;&lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;Ceil&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;(&lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;Month&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;/3), &lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;Calendar_Year&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;*100+&lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;Ceil&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;(&lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;Month&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;/3)) &lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;as&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt; &lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;QuarterYear&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 22 May 2014 11:58:13 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Expression-names/m-p/643344#M1088655</guid>
      <dc:creator>senpradip007</dc:creator>
      <dc:date>2014-05-22T11:58:13Z</dc:date>
    </item>
  </channel>
</rss>

