<?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: Calc Dimension Help in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Calc-Dimension-Help/m-p/367490#M136657</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I forgot, I had to take off the 'a' so:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Emp Value&lt;/P&gt;&lt;P&gt;Another Name (b,c Together) 5000&lt;/P&gt;&lt;P&gt;d&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 6000&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 25 Jun 2012 18:33:42 GMT</pubDate>
    <dc:creator>pgalvezt</dc:creator>
    <dc:date>2012-06-25T18:33:42Z</dc:date>
    <item>
      <title>Calc Dimension Help</title>
      <link>https://community.qlik.com/t5/QlikView/Calc-Dimension-Help/m-p/367486#M136653</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello, I would like to show in 1 Pivote Table as follows:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Emp Value&lt;/P&gt;&lt;P&gt;a&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 1000&lt;/P&gt;&lt;P&gt;Another Name (b,c Together) 5000&lt;/P&gt;&lt;P&gt;d&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 6000&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The idea is join and sum b and c and show them with another name.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have Attached a Ex File.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thank you. &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 25 Jun 2012 16:38:04 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Calc-Dimension-Help/m-p/367486#M136653</guid>
      <dc:creator>pgalvezt</dc:creator>
      <dc:date>2012-06-25T16:38:04Z</dc:date>
    </item>
    <item>
      <title>Re: Calc Dimension Help</title>
      <link>https://community.qlik.com/t5/QlikView/Calc-Dimension-Help/m-p/367487#M136654</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You can use a calculated dimension&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;=if(Emp='b' or Emp='c', 'Other Name', Emp)&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;or even create a new field in the load script &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;LOAD &lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;Emp,&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;Val,&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;if(Emp='b' or Emp='c', 'Other Name', Emp) as EmpPivotDim&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;FROM...&lt;BR /&gt;&lt;/EM&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 25 Jun 2012 16:47:51 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Calc-Dimension-Help/m-p/367487#M136654</guid>
      <dc:creator>swuehl</dc:creator>
      <dc:date>2012-06-25T16:47:51Z</dc:date>
    </item>
    <item>
      <title>Re: Calc Dimension Help</title>
      <link>https://community.qlik.com/t5/QlikView/Calc-Dimension-Help/m-p/367488#M136655</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I'm not sure if I fully understand the issue.&amp;nbsp; &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Calc Dim.: if(match(Emp,'b','c'),'b and c',Emp)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Exp: Sum(Val)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;John.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 25 Jun 2012 16:48:51 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Calc-Dimension-Help/m-p/367488#M136655</guid>
      <dc:creator>john_duffy</dc:creator>
      <dc:date>2012-06-25T16:48:51Z</dc:date>
    </item>
    <item>
      <title>Re: Calc Dimension Help</title>
      <link>https://community.qlik.com/t5/QlikView/Calc-Dimension-Help/m-p/367489#M136656</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Perhaps this in your loadscript?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&lt;SPAN lang="EN-US" style="font-size: 9.0pt; font-family: 'Courier New'; color: blue;"&gt;LOAD&lt;/SPAN&gt;&lt;/STRONG&gt;&lt;SPAN lang="EN-US" style="font-size: 9.0pt; font-family: 'Courier New'; color: black;"&gt; &lt;BR /&gt; &lt;/SPAN&gt;&lt;SPAN lang="EN-US" style="font-size: 9.0pt; font-family: 'Courier New'; color: blue;"&gt;if&lt;/SPAN&gt;&lt;SPAN lang="EN-US" style="font-size: 9.0pt; font-family: 'Courier New'; color: black;"&gt;(&lt;/SPAN&gt;&lt;SPAN lang="EN-US" style="font-size: 9.0pt; font-family: 'Courier New'; color: maroon;"&gt;Emp&lt;/SPAN&gt;&lt;SPAN lang="EN-US" style="font-size: 9.0pt; font-family: 'Courier New'; color: black;"&gt;='b' &lt;/SPAN&gt;&lt;SPAN lang="EN-US" style="font-size: 9.0pt; font-family: 'Courier New'; color: blue;"&gt;or&lt;/SPAN&gt; &lt;SPAN lang="EN-US" style="font-size: 9.0pt; font-family: 'Courier New'; color: maroon;"&gt;Emp&lt;/SPAN&gt;&lt;SPAN lang="EN-US" style="font-size: 9.0pt; font-family: 'Courier New'; color: black;"&gt;='c','anotherName',&lt;/SPAN&gt;&lt;SPAN lang="EN-US" style="font-size: 9.0pt; font-family: 'Courier New'; color: maroon;"&gt;Emp&lt;/SPAN&gt;&lt;SPAN lang="EN-US" style="font-size: 9.0pt; font-family: 'Courier New'; color: black;"&gt;) &lt;/SPAN&gt;&lt;SPAN lang="EN-US" style="font-size: 9.0pt; font-family: 'Courier New'; color: blue;"&gt;as&lt;/SPAN&gt; &lt;SPAN lang="EN-US" style="font-size: 9.0pt; font-family: 'Courier New'; color: maroon;"&gt;newDimension&lt;/SPAN&gt;&lt;SPAN lang="EN-US" style="font-size: 9.0pt; font-family: 'Courier New'; color: black;"&gt;,&lt;BR /&gt; &lt;BR /&gt; * &lt;/SPAN&gt;&lt;SPAN lang="EN-US" style="font-size: 9.0pt; font-family: 'Courier New'; color: blue;"&gt;inline&lt;/SPAN&gt;&lt;SPAN lang="EN-US" style="font-size: 9.0pt; font-family: 'Courier New'; color: black;"&gt;&lt;BR /&gt; &lt;BR /&gt; &lt;/SPAN&gt;&lt;SPAN lang="EN-US" style="font-size: 9.0pt; font-family: 'Courier New'; color: maroon;"&gt;[Emp, Val,&lt;BR /&gt; a,1000,&lt;BR /&gt; b,2000,&lt;BR /&gt; c,3000&lt;BR /&gt; d,6000]&lt;/SPAN&gt;&lt;SPAN lang="EN-US" style="font-size: 9.0pt; font-family: 'Courier New'; color: black;"&gt;;&lt;BR /&gt; &lt;BR /&gt; &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;See attached. Hope it helps...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;(the same logic can also be applied to a calculated dimension, but I prefer fixing this in the loadscript for performance reasons on the frond-end side)&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 25 Jun 2012 16:49:08 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Calc-Dimension-Help/m-p/367489#M136656</guid>
      <dc:creator />
      <dc:date>2012-06-25T16:49:08Z</dc:date>
    </item>
    <item>
      <title>Re: Calc Dimension Help</title>
      <link>https://community.qlik.com/t5/QlikView/Calc-Dimension-Help/m-p/367490#M136657</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I forgot, I had to take off the 'a' so:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Emp Value&lt;/P&gt;&lt;P&gt;Another Name (b,c Together) 5000&lt;/P&gt;&lt;P&gt;d&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 6000&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 25 Jun 2012 18:33:42 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Calc-Dimension-Help/m-p/367490#M136657</guid>
      <dc:creator>pgalvezt</dc:creator>
      <dc:date>2012-06-25T18:33:42Z</dc:date>
    </item>
    <item>
      <title>Re: Calc Dimension Help</title>
      <link>https://community.qlik.com/t5/QlikView/Calc-Dimension-Help/m-p/367491#M136658</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;To group b and c together and take off a, try this as calculated dimension (or similar in the script):&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;=if(Emp = 'b' or Emp = 'c','Other Name',if(Emp &amp;lt;&amp;gt;'a',Emp))&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;and check 'Suppress When Value is NULL' in dimension tab.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 25 Jun 2012 18:50:45 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Calc-Dimension-Help/m-p/367491#M136658</guid>
      <dc:creator>swuehl</dc:creator>
      <dc:date>2012-06-25T18:50:45Z</dc:date>
    </item>
  </channel>
</rss>

