<?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: Add calculated dimension in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Add-calculated-dimension/m-p/1437130#M820267</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I second that &lt;IMG src="https://community.qlik.com/legacyfs/online/emoticons/happy.png" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 21 Aug 2017 13:16:32 GMT</pubDate>
    <dc:creator>sunny_talwar</dc:creator>
    <dc:date>2017-08-21T13:16:32Z</dc:date>
    <item>
      <title>Add calculated dimension</title>
      <link>https://community.qlik.com/t5/QlikView/Add-calculated-dimension/m-p/1437126#M820260</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;HI Qlikers&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I would appreciate some assistance please. &lt;/P&gt;&lt;P&gt;I am trying to add a calculated dimension so that the results of the dimension are filtered by location UK&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;So, i am adding the Dimension UK but i would like to filter these resluts by Another dimension ERP Location and the Value UK.&lt;/P&gt;&lt;P&gt;the closest i get to something like the required is &lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt;"&gt;({$&amp;lt;[ERP LOCATION]= {'*UK*'}&amp;gt;} [Customer Name])&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;should i be using AGGR?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I would like to add a calculated dimension for [CUSTOMER NAME] so that only results from the dimension [ERP LOCATION]=UK show&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If anybody could help i can apply this throughout my doc.&lt;/P&gt;&lt;P&gt;Thank you in advance.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 25 Nov 2020 16:16:04 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Add-calculated-dimension/m-p/1437126#M820260</guid>
      <dc:creator>davyqliks</dc:creator>
      <dc:date>2020-11-25T16:16:04Z</dc:date>
    </item>
    <item>
      <title>Re: Add calculated dimension</title>
      <link>https://community.qlik.com/t5/QlikView/Add-calculated-dimension/m-p/1437127#M820261</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Use calculated dimension as below&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;AGGR( if( WildMatch(&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13.3333px;"&gt;[ERP LOCATION],'*UK*'),[CUSTOMER NAME]) , [CUSTOMER NAME] )&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13.3333px;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13.3333px;"&gt;or &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13.3333px;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;AGGR( only({&amp;lt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13.3333px;"&gt;[ERP LOCATION]={'*UK*'} &amp;gt;} [CUSTOMER NAME]) ,&amp;nbsp; [CUSTOMER NAME] )&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13.3333px;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 21 Aug 2017 13:10:18 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Add-calculated-dimension/m-p/1437127#M820261</guid>
      <dc:creator>vinieme12</dc:creator>
      <dc:date>2017-08-21T13:10:18Z</dc:date>
    </item>
    <item>
      <title>Re: Add calculated dimension</title>
      <link>https://community.qlik.com/t5/QlikView/Add-calculated-dimension/m-p/1437128#M820262</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;instead you can use the set analysis in your expression like below as calculated dimension impacts performance and not advisable&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13.3333px;"&gt;sum({$&amp;lt;[ERP LOCATION]= {'*UK*'}&amp;gt;} Sales)&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 21 Aug 2017 13:10:32 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Add-calculated-dimension/m-p/1437128#M820262</guid>
      <dc:creator>Kushal_Chawda</dc:creator>
      <dc:date>2017-08-21T13:10:32Z</dc:date>
    </item>
    <item>
      <title>Re: Add calculated dimension</title>
      <link>https://community.qlik.com/t5/QlikView/Add-calculated-dimension/m-p/1437129#M820263</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Use double quotes&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 21 Aug 2017 13:10:54 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Add-calculated-dimension/m-p/1437129#M820263</guid>
      <dc:creator>suryaa30</dc:creator>
      <dc:date>2017-08-21T13:10:54Z</dc:date>
    </item>
    <item>
      <title>Re: Add calculated dimension</title>
      <link>https://community.qlik.com/t5/QlikView/Add-calculated-dimension/m-p/1437130#M820267</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I second that &lt;IMG src="https://community.qlik.com/legacyfs/online/emoticons/happy.png" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 21 Aug 2017 13:16:32 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Add-calculated-dimension/m-p/1437130#M820267</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2017-08-21T13:16:32Z</dc:date>
    </item>
    <item>
      <title>Re: Add calculated dimension</title>
      <link>https://community.qlik.com/t5/QlikView/Add-calculated-dimension/m-p/1437131#M820268</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;AGGR(if( WildMatch(&lt;/SPAN&gt;&lt;SPAN style="font-size: 13.3333px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;[ERP LOCATION],'*UK*'),[CUSTOMER NAME]) , [CUSTOMER NAME] )&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 21 Aug 2017 13:33:41 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Add-calculated-dimension/m-p/1437131#M820268</guid>
      <dc:creator>srishsum2017</dc:creator>
      <dc:date>2017-08-21T13:33:41Z</dc:date>
    </item>
    <item>
      <title>Re: Add calculated dimension</title>
      <link>https://community.qlik.com/t5/QlikView/Add-calculated-dimension/m-p/1437132#M820269</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thank you &lt;A _jive_internal="true" data-avatarid="13162" data-externalid="" data-online="false" data-presence="null" data-userid="216189" data-username="vinieme12" href="https://community.qlik.com/people/vinieme12" style="font-weight: bold; font-size: 12px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #8b8b8b; background-color: #f2f2f2;"&gt;Vineeth Pujari&lt;/A&gt;&lt;SPAN style="color: #a9a9a9; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 12px; background-color: #f2f2f2;"&gt; &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;looking good on the syntax from&lt;/P&gt;&lt;P&gt;=AGGR( only({$&amp;lt;[ERP LOCATION]={'*HK*'} &amp;gt;} [CUSTOMER NAME]) ,&amp;nbsp; [CUSTOMER NAME] )&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;But i am only getting one response in the results and this should not be the case. I should be showing all customers where the location is HK/UK&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have ensured that both the&amp;nbsp; Customer and ERP location dimensions are connected by table. Do you have any idea why this would only show one return with a - and not a customer name?&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, 21 Aug 2017 13:44:43 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Add-calculated-dimension/m-p/1437132#M820269</guid>
      <dc:creator>davyqliks</dc:creator>
      <dc:date>2017-08-21T13:44:43Z</dc:date>
    </item>
    <item>
      <title>Re: Add calculated dimension</title>
      <link>https://community.qlik.com/t5/QlikView/Add-calculated-dimension/m-p/1437133#M820270</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;THank you for the response&lt;/P&gt;&lt;P&gt;I changed sales to customer name&lt;/P&gt;&lt;P&gt;sum({$&amp;lt;[ERP LOCATION]= {"*UK*"}&amp;gt;} [Customer Name])&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;And also tried with double quotes but in the table i see error in calculated dimension.&lt;/P&gt;&lt;P&gt;Any Ideas?&lt;/P&gt;&lt;P&gt;Thank you again for all the knowledge shared guys.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 21 Aug 2017 13:48:21 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Add-calculated-dimension/m-p/1437133#M820270</guid>
      <dc:creator>davyqliks</dc:creator>
      <dc:date>2017-08-21T13:48:21Z</dc:date>
    </item>
    <item>
      <title>Re: Add calculated dimension</title>
      <link>https://community.qlik.com/t5/QlikView/Add-calculated-dimension/m-p/1437134#M820271</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;This is not used as a dimension... this set analysis expression needs to be used within your expression... then chart where you are using this as a dimension.... what are your expressions?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 21 Aug 2017 13:51:36 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Add-calculated-dimension/m-p/1437134#M820271</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2017-08-21T13:51:36Z</dc:date>
    </item>
    <item>
      <title>Re: Add calculated dimension</title>
      <link>https://community.qlik.com/t5/QlikView/Add-calculated-dimension/m-p/1437135#M820272</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;If write this expression, you don't need calculated dimension, just use Customer Name as dimension and check the suppress null values option&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 21 Aug 2017 13:52:43 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Add-calculated-dimension/m-p/1437135#M820272</guid>
      <dc:creator>Kushal_Chawda</dc:creator>
      <dc:date>2017-08-21T13:52:43Z</dc:date>
    </item>
    <item>
      <title>Re: Add calculated dimension</title>
      <link>https://community.qlik.com/t5/QlikView/Add-calculated-dimension/m-p/1437136#M820273</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;the calculated dimension i am adding is to filter all results from a table which shows many expressions for sales calculations.&lt;/P&gt;&lt;P&gt;I am hoping the calculated dimension will in turn filter the results of the other expressions&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Rank(Sum({1&amp;lt;[Inv Month]={Nov}, [Customer Name] -= {'***Customer name*****''}&amp;gt;}[Invoice Total]),1,1&lt;/P&gt;&lt;P&gt;concat(distinct [Brand Name] &amp;amp; [Retailer Name],', ')&lt;/P&gt;&lt;P&gt;sum({1&amp;lt;[MonthYear]={'Apr-2017'}&amp;gt;}[Invoice Total])&lt;/P&gt;&lt;P&gt;sum({1&amp;lt;[MonthYear]={'May-2016'}&amp;gt;}[Invoice Total])&lt;/P&gt;&lt;P&gt;sum({1&amp;lt;[MonthYear]={'May-2017'}&amp;gt;}[Invoice Total])&lt;/P&gt;&lt;P&gt;sum({1&amp;lt;[MonthYear]={'Jun-2016'}&amp;gt;}[Invoice Total])&lt;/P&gt;&lt;P&gt;=sum({1 &amp;lt;MonthYear={"&amp;gt;=Jan-2016&amp;lt;=Jun-2016"}&amp;gt;} [Invoice Total])&lt;/P&gt;&lt;P&gt;=sum({1 &amp;lt;MonthYear={"&amp;gt;=Jan-2017&amp;lt;Jun-2017"}&amp;gt;} [Invoice Total])&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Will the calculated dimension have the effect i am looking for. I have not used these as of yet?&lt;/P&gt;&lt;P&gt;Thank you&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 21 Aug 2017 13:55:37 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Add-calculated-dimension/m-p/1437136#M820273</guid>
      <dc:creator>davyqliks</dc:creator>
      <dc:date>2017-08-21T13:55:37Z</dc:date>
    </item>
    <item>
      <title>Re: Add calculated dimension</title>
      <link>https://community.qlik.com/t5/QlikView/Add-calculated-dimension/m-p/1437137#M820274</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Try calculated dimension as&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;AGGR( only({$&amp;lt;[ERP LOCATION]={'HK/UK'} &amp;gt;} [CUSTOMER NAME]) ,&amp;nbsp; [CUSTOMER NAME] )&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;or Add the SET ANALYSIS part to all expressions that you have in the chart'&lt;/P&gt;&lt;P&gt;this part&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;&lt;STRONG&gt;{$&amp;lt;[ERP LOCATION]={'HK/UK'} &amp;gt;} &lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 21 Aug 2017 13:58:19 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Add-calculated-dimension/m-p/1437137#M820274</guid>
      <dc:creator>vinieme12</dc:creator>
      <dc:date>2017-08-21T13:58:19Z</dc:date>
    </item>
    <item>
      <title>Re: Add calculated dimension</title>
      <link>https://community.qlik.com/t5/QlikView/Add-calculated-dimension/m-p/1437138#M820275</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Rather than a calculated dimension should i be adding the Location UK syntax to the existing Expressions?&lt;/P&gt;&lt;P&gt;Thank you in advance.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 21 Aug 2017 14:08:38 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Add-calculated-dimension/m-p/1437138#M820275</guid>
      <dc:creator>davyqliks</dc:creator>
      <dc:date>2017-08-21T14:08:38Z</dc:date>
    </item>
    <item>
      <title>Re: Add calculated dimension</title>
      <link>https://community.qlik.com/t5/QlikView/Add-calculated-dimension/m-p/1437139#M820276</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Yes, that would be the best option&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 21 Aug 2017 14:30:20 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Add-calculated-dimension/m-p/1437139#M820276</guid>
      <dc:creator>vinieme12</dc:creator>
      <dc:date>2017-08-21T14:30:20Z</dc:date>
    </item>
    <item>
      <title>Re: Add calculated dimension</title>
      <link>https://community.qlik.com/t5/QlikView/Add-calculated-dimension/m-p/1437140#M820277</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thank you &lt;SPAN class="font-color-meta" style="padding: 0 0 5px; font-size: 1.2em; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #8b8b8b; background-color: #e6e6e6;"&gt;&lt;SPAN class="replyToName" style="font-weight: inherit; font-style: inherit; font-size: 15.6px; font-family: inherit;"&gt;Vineeth Pujari&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN class="font-color-meta" style="padding: 0 0 5px; font-size: 1.2em; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #8b8b8b; background-color: #e6e6e6;"&gt;&lt;SPAN class="replyToName" style="font-weight: inherit; font-style: inherit; font-size: 15.6px; font-family: inherit;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;I Will work on this option then.&lt;/P&gt;&lt;P&gt;Thank you all for the assistance&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 21 Aug 2017 14:31:16 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Add-calculated-dimension/m-p/1437140#M820277</guid>
      <dc:creator>davyqliks</dc:creator>
      <dc:date>2017-08-21T14:31:16Z</dc:date>
    </item>
  </channel>
</rss>

