<?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 How to change the Data at Qlikview level? in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/How-to-change-the-Data-at-Qlikview-level/m-p/161133#M35146</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You can also use ApplyMap function to translate the numeric values of quarter as Q1 or Quarter 1.&lt;/P&gt;&lt;P&gt;Before using apply map you would need to have a mapping table.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 10 Jan 2011 07:53:09 GMT</pubDate>
    <dc:creator />
    <dc:date>2011-01-10T07:53:09Z</dc:date>
    <item>
      <title>How to change the Data at Qlikview level?</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-change-the-Data-at-Qlikview-level/m-p/161129#M35142</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;I am using Time Dimension Table from a Data Warehouse. But in the Time Dimension Table the Quarter field is loaded as 1, 2, 3, &amp;amp; 4.&lt;/P&gt;&lt;P&gt;Now at the reporting end in QlikView I want the &lt;B&gt;1&lt;/B&gt; to look like &lt;B&gt;Q1 or Quarter - 1&lt;/B&gt; or something like that.&lt;/P&gt;&lt;P&gt;Is it possible to change it? if yes ...HOw?&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;H&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 10 Jan 2011 06:48:13 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-change-the-Data-at-Qlikview-level/m-p/161129#M35142</guid>
      <dc:creator>hkg_qlik</dc:creator>
      <dc:date>2011-01-10T06:48:13Z</dc:date>
    </item>
    <item>
      <title>How to change the Data at Qlikview level?</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-change-the-Data-at-Qlikview-level/m-p/161130#M35143</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;HI,&lt;/P&gt;&lt;P&gt;Load&lt;/P&gt;&lt;P&gt;('Quater ' &amp;amp; Qtr ) as Quarter&lt;/P&gt;&lt;P&gt;from Test;&lt;/P&gt;&lt;P&gt;Where Qtr is the field name and I am concatenating string 'QUarter' to it.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 10 Jan 2011 06:51:18 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-change-the-Data-at-Qlikview-level/m-p/161130#M35143</guid>
      <dc:creator>deepakk</dc:creator>
      <dc:date>2011-01-10T06:51:18Z</dc:date>
    </item>
    <item>
      <title>How to change the Data at Qlikview level?</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-change-the-Data-at-Qlikview-level/m-p/161131#M35144</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;H&lt;/P&gt;&lt;P&gt;Several ways of doing this.&lt;/P&gt;&lt;P&gt;For example - in the load statement:&lt;/P&gt;&lt;P&gt;LOAD ....&lt;BR /&gt; 'Quarter - ' &amp;amp; Quarter AS Quarter,&lt;BR /&gt; ....&lt;BR /&gt;FROM ....&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You could also do this in the SQL SELECT statement (assuming this is coming from a database), or via a mapping table.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Jonathan&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 10 Jan 2011 06:53:47 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-change-the-Data-at-Qlikview-level/m-p/161131#M35144</guid>
      <dc:creator>jonathandienst</dc:creator>
      <dc:date>2011-01-10T06:53:47Z</dc:date>
    </item>
    <item>
      <title>How to change the Data at Qlikview level?</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-change-the-Data-at-Qlikview-level/m-p/161132#M35145</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;while loading the dime in the load script, have something similar to this;&lt;/P&gt;&lt;P&gt;Load AA,&lt;/P&gt;&lt;P&gt;BB,&lt;/P&gt;&lt;P&gt;...&lt;/P&gt;&lt;P&gt;if(Quarter='1', 'Q1' , if (Quarter='2','Q2', if(Quarter='3','Q3', if(Quarter='4','Q4) ))) as Quarter,&lt;/P&gt;&lt;P&gt;....&lt;/P&gt;&lt;P&gt;from....;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Rgds,&lt;/P&gt;&lt;P&gt;K G&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 10 Jan 2011 06:55:07 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-change-the-Data-at-Qlikview-level/m-p/161132#M35145</guid>
      <dc:creator />
      <dc:date>2011-01-10T06:55:07Z</dc:date>
    </item>
    <item>
      <title>How to change the Data at Qlikview level?</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-change-the-Data-at-Qlikview-level/m-p/161133#M35146</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You can also use ApplyMap function to translate the numeric values of quarter as Q1 or Quarter 1.&lt;/P&gt;&lt;P&gt;Before using apply map you would need to have a mapping table.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 10 Jan 2011 07:53:09 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-change-the-Data-at-Qlikview-level/m-p/161133#M35146</guid>
      <dc:creator />
      <dc:date>2011-01-10T07:53:09Z</dc:date>
    </item>
  </channel>
</rss>

