<?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: Simple questions in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Simple-questions/m-p/1165853#M897372</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;As per your first question, you can write a condition on Enable Conditon by selecting your required Dimension and condition there say for example : If(Match(Field1, 'ABC', 'DEF'), Field1) &lt;/P&gt;&lt;P&gt;Note : This works if you are doing filter then above condition works or else you can create Calculated Dimension as suggested by Sunny&lt;/P&gt;&lt;P&gt;Remaining questions are not clear, so elaborate more so that we will help&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 28 Jul 2016 10:44:43 GMT</pubDate>
    <dc:creator />
    <dc:date>2016-07-28T10:44:43Z</dc:date>
    <item>
      <title>Simple questions</title>
      <link>https://community.qlik.com/t5/QlikView/Simple-questions/m-p/1165849#M897368</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi guys&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I've only used Qlikview for a couple of days and have no experience in any programming kind of software.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I an pivot table I have several values in one dimension where I only need a few of them to be seen or kepted. Fx a dimension called Country and the values are Germany, Sweden, Norway, Finland etc. But I only need Norway and Finland, how can I do that?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;one more thing;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If I want to group them fx, Sweden, Norway and Finland as Nordic, how can that be done?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;last thing:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In the pivot I have 2 columns, each with their own title, but need to give them a common heading, how can I do that?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thank you very much!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Br&lt;/P&gt;&lt;P&gt;Inc&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/Simple-questions/m-p/1165849#M897368</guid>
      <dc:creator />
      <dc:date>2020-11-25T16:16:04Z</dc:date>
    </item>
    <item>
      <title>Re: Simple questions</title>
      <link>https://community.qlik.com/t5/QlikView/Simple-questions/m-p/1165850#M897369</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;If you want to group dimensions then go to chat - select Pivot Table - Dimensions Tab - Edit Groups - click on New&amp;nbsp; and then Select Cylic Group as shown below image&lt;/P&gt;&lt;P&gt;&lt;IMG alt="Groups.PNG" class="jive-image image-1" src="https://community.qlik.com/legacyfs/online/132787_Groups.PNG" style="height: 434px; width: 620px;" /&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 28 Jul 2016 08:40:05 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Simple-questions/m-p/1165850#M897369</guid>
      <dc:creator />
      <dc:date>2016-07-28T08:40:05Z</dc:date>
    </item>
    <item>
      <title>Re: Simple questions</title>
      <link>https://community.qlik.com/t5/QlikView/Simple-questions/m-p/1165851#M897370</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;To answer you 1st question, there are two approaches you can take&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;1) Using a calculated diemension&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;If(Match(Country, '&lt;/STRONG&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;&lt;STRONG&gt;Germany', 'Sweden'), Country) &lt;/STRONG&gt;and then select '&lt;STRONG&gt;Suppress When Value Is Null&lt;/STRONG&gt;' on the dimension tab&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: 13px;"&gt;This will only include Germany and Sweden within the Country field.&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: 13px;"&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: 13px;"&gt;Alternatively, you can tell what doesn't need to be included:&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;If(NOT Match(Country, '&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;Norway', 'Finland'), Country) &lt;/SPAN&gt;&lt;/STRONG&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;a&lt;/SPAN&gt;&lt;SPAN style="color: #3d3d3d; font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;nd then select '&lt;/SPAN&gt;&lt;STRONG style="color: #3d3d3d; font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;&lt;STRONG style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;Suppress When Value Is Null&lt;/STRONG&gt;&lt;/STRONG&gt;&lt;SPAN style="color: #3d3d3d; font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;' on the dimension tab&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;This will now exclude Norway and Finland and include everything else.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;2) Use set analysis&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Let's say that the expression you are using is Sum(Sales), to include just Germany and Sweden, you can do this:&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Sum({&amp;lt;Country = {'Germany', 'Sweden'}&amp;gt;} Sales)&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Or to exclude Norway and Finland, you can do this:&lt;/P&gt;&lt;P&gt;&lt;STRONG style="font-size: 13.3333px;"&gt;Sum({&amp;lt;Country -= {'Norway', 'Finland'}&amp;gt;} Sales) &lt;/STRONG&gt;or &lt;STRONG style="font-size: 13.3333px;"&gt;Sum({&amp;lt;Country = {'*'} -{'&lt;STRONG style="font-size: 13.3333px;"&gt;Norway', 'Finland&lt;/STRONG&gt;'}&amp;gt;} Sales)&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The above two expressions are slightly different, but we can get into those details at a later point&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Answer for you 2nd query: Two options&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;1) Create a new field in the script:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;If(Match(Country, '&lt;/STRONG&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;&lt;STRONG&gt;Sweden', 'Norway', 'Finland'), 'Nordic', Country) as NewCountry&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;and now you can use this new dimension&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;2) You can again use a calculated dimension&lt;/P&gt;&lt;P&gt;&lt;STRONG style="font-size: 13.3333px;"&gt;If(Match(Country, '&lt;/STRONG&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;&lt;STRONG&gt;Sweden', 'Norway', 'Finland'), 'Nordic', Country) &lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In general try to avoid calculated dimension as much as possible because they are slower then the other alternatives. So for the above two questions, I would choose option 2 for 1st question and option 1 for 2nd question&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I am not sure I understand your 3rd question, would you be able to elaborate?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 28 Jul 2016 08:52:53 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Simple-questions/m-p/1165851#M897370</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2016-07-28T08:52:53Z</dc:date>
    </item>
    <item>
      <title>Re: Simple questions</title>
      <link>https://community.qlik.com/t5/QlikView/Simple-questions/m-p/1165852#M897371</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Reddy&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thank for your answer.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I don't want to group several dimensions. I have one dimension - Country, which contains several countries and in that dimesion I want to group fx. Sweden, Norway and Finland as Nordic fx?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please let me know if you have any questions.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 28 Jul 2016 08:53:06 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Simple-questions/m-p/1165852#M897371</guid>
      <dc:creator />
      <dc:date>2016-07-28T08:53:06Z</dc:date>
    </item>
    <item>
      <title>Re: Simple questions</title>
      <link>https://community.qlik.com/t5/QlikView/Simple-questions/m-p/1165853#M897372</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;As per your first question, you can write a condition on Enable Conditon by selecting your required Dimension and condition there say for example : If(Match(Field1, 'ABC', 'DEF'), Field1) &lt;/P&gt;&lt;P&gt;Note : This works if you are doing filter then above condition works or else you can create Calculated Dimension as suggested by Sunny&lt;/P&gt;&lt;P&gt;Remaining questions are not clear, so elaborate more so that we will help&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 28 Jul 2016 10:44:43 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Simple-questions/m-p/1165853#M897372</guid>
      <dc:creator />
      <dc:date>2016-07-28T10:44:43Z</dc:date>
    </item>
    <item>
      <title>Re: Simple questions</title>
      <link>https://community.qlik.com/t5/QlikView/Simple-questions/m-p/1165854#M897373</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;1st question&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;It works - thanks!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;2nd question&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;It works as well - thanks again!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;3rd question:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This is more a presentation question - i have 2 columns - which have related info - I want to give them a common title/heading. Fx if I have one column called pieces and other column called balance and I know it is bottles I want to add a new heading above the two columns called Bottles. &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 28 Jul 2016 11:11:07 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Simple-questions/m-p/1165854#M897373</guid>
      <dc:creator />
      <dc:date>2016-07-28T11:11:07Z</dc:date>
    </item>
    <item>
      <title>Re: Simple questions</title>
      <link>https://community.qlik.com/t5/QlikView/Simple-questions/m-p/1165855#M897374</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;For third use a synthetic dimension or an island table approach mentioned here (in this we have used it for a bar chart, but similar idea can be used to do in a pivot table):&lt;/P&gt;&lt;P&gt;&lt;A href="https://community.qlik.com/message/1084758"&gt;Subtotals and multiple dimensions in a barchart&lt;/A&gt;‌&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If this doesn't clarify, provide a sample to help you better &lt;IMG src="https://community.qlik.com/legacyfs/online/emoticons/happy.png" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 28 Jul 2016 11:36:53 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Simple-questions/m-p/1165855#M897374</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2016-07-28T11:36:53Z</dc:date>
    </item>
    <item>
      <title>Re: Simple questions</title>
      <link>https://community.qlik.com/t5/QlikView/Simple-questions/m-p/1165856#M897375</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;IMG alt="tes2.png" class="jive-image image-1" src="https://community.qlik.com/legacyfs/online/133153_tes2.png" style="height: auto;" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;So Sunny, sorry for the late reply! &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The thread you referenced to was a bit confusing to me, so I have attached a picture of what I'm asking for. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I need to make a heading/title above the two columns. This one I have attached is done in paint just to show what I'm searching help for. &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 01 Aug 2016 06:59:07 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Simple-questions/m-p/1165856#M897375</guid>
      <dc:creator />
      <dc:date>2016-08-01T06:59:07Z</dc:date>
    </item>
    <item>
      <title>Re: Simple questions</title>
      <link>https://community.qlik.com/t5/QlikView/Simple-questions/m-p/1165857#M897376</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Would you be able to provide few rows of dummy data? I think this sort of thing is best understood when the OP user provides the data as it is easier for you to understand when you look the solution for your own data.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Best,&lt;/P&gt;&lt;P&gt;Sunny&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 01 Aug 2016 10:17:32 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Simple-questions/m-p/1165857#M897376</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2016-08-01T10:17:32Z</dc:date>
    </item>
  </channel>
</rss>

