<?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: Exclude dimension in formula which is shown in chart in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Exclude-dimension-in-formula-which-is-shown-in-chart/m-p/401852#M149546</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Maybe I have to write it more clearly:&lt;/P&gt;&lt;P&gt;I want to know if the codes with the information in the years 2012 , 2013 do exists. Doesn't matter which codeText they have. But in the chart the codeText has to be shown because not everyone knows what the code means (it just changes in some details).&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 05 Nov 2012 14:22:17 GMT</pubDate>
    <dc:creator>richters</dc:creator>
    <dc:date>2012-11-05T14:22:17Z</dc:date>
    <item>
      <title>Exclude dimension in formula which is shown in chart</title>
      <link>https://community.qlik.com/t5/QlikView/Exclude-dimension-in-formula-which-is-shown-in-chart/m-p/401851#M149545</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi all,&lt;/P&gt;&lt;P&gt;I want to show a chart like:&lt;/P&gt;&lt;TABLE border="1" cellpadding="3" cellspacing="0" class="jiveBorder" style="width: 100%; border: 1px solid #000000;"&gt;&lt;TBODY&gt;&lt;TR&gt;&lt;TH align="center" style="background-color: #6690bc;" valign="middle"&gt;code&lt;/TH&gt;&lt;TH align="center" style="background-color: #6690bc;" valign="middle"&gt;codeText&lt;/TH&gt;&lt;TH align="center" style="background-color: #6690bc;" valign="middle"&gt;Information&lt;/TH&gt;&lt;TH align="center" style="background-color: #6690bc;" valign="middle"&gt;2012 (formula)&lt;BR /&gt;&lt;/TH&gt;&lt;TH align="center" style="background-color: #6690bc;" valign="middle"&gt;2013 (formula)&lt;/TH&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;A1&lt;/TD&gt;&lt;TD&gt;Text1&lt;/TD&gt;&lt;TD&gt;S&lt;/TD&gt;&lt;TD&gt;1&lt;/TD&gt;&lt;TD&gt;1&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;A1&lt;/TD&gt;&lt;TD&gt;DifferentText1&lt;/TD&gt;&lt;TD&gt;S&lt;/TD&gt;&lt;TD&gt;1&lt;/TD&gt;&lt;TD&gt;1&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;A2&lt;/TD&gt;&lt;TD&gt;Text2&lt;/TD&gt;&lt;TD&gt;M&lt;/TD&gt;&lt;TD&gt;1&lt;/TD&gt;&lt;TD&gt;1&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;A3&lt;/TD&gt;&lt;TD&gt;Text3&lt;/TD&gt;&lt;TD&gt;M&lt;/TD&gt;&lt;TD&gt;0&lt;/TD&gt;&lt;TD&gt;1&lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;&lt;P&gt;This is the table in QV:&lt;/P&gt;&lt;TABLE border="1" cellpadding="3" cellspacing="0" class="jiveBorder" style="width: 100%; border: 1px solid #000000;"&gt;&lt;TBODY&gt;&lt;TR&gt;&lt;TH align="center" style="background-color: #6690bc;" valign="middle"&gt;code&lt;/TH&gt;&lt;TH align="center" style="background-color: #6690bc;" valign="middle"&gt;codeText&lt;/TH&gt;&lt;TH align="center" style="background-color: #6690bc;" valign="middle"&gt;Information&lt;/TH&gt;&lt;TH align="center" style="background-color: #6690bc;" valign="middle"&gt;year&lt;/TH&gt;&lt;TH align="center" style="background-color: #6690bc;" valign="middle"&gt;count&lt;/TH&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;A1&lt;/TD&gt;&lt;TD&gt;Text1&lt;/TD&gt;&lt;TD&gt;S&lt;/TD&gt;&lt;TD&gt;2012&lt;/TD&gt;&lt;TD&gt;1&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;A1&lt;/TD&gt;&lt;TD&gt;DifferentText1&lt;/TD&gt;&lt;TD&gt;S&lt;/TD&gt;&lt;TD&gt;2013&lt;/TD&gt;&lt;TD&gt;1&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;A2&lt;/TD&gt;&lt;TD&gt;Text2&lt;/TD&gt;&lt;TD&gt;M&lt;/TD&gt;&lt;TD&gt;2012&lt;/TD&gt;&lt;TD&gt;1&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;&lt;P&gt;A2&lt;/P&gt;&lt;/TD&gt;&lt;TD&gt;Text2&lt;/TD&gt;&lt;TD&gt;M&lt;/TD&gt;&lt;TD&gt;2013&lt;/TD&gt;&lt;TD&gt;1&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;A3&lt;/TD&gt;&lt;TD&gt;Text3&lt;/TD&gt;&lt;TD&gt;M&lt;/TD&gt;&lt;TD&gt;2013&lt;/TD&gt;&lt;TD&gt;1&lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;&lt;P&gt;I want to show the first table here in a chart.&lt;/P&gt;&lt;P&gt;2012 and 2013 should be formulas which do the following:&lt;/P&gt;&lt;P&gt;If the sum of count is &amp;gt; 1 and year=2012 and the field codeText is left out, then write 1. &lt;/P&gt;&lt;P&gt;Same with 2013.&lt;/P&gt;&lt;P&gt;I thought about:&lt;/P&gt;&lt;P&gt;sum({&amp;lt;year={'2012'}, codeText=&amp;gt;} count)&lt;/P&gt;&lt;P&gt;but there is a '0' in A1 - Text1- 2013 and also a '0' in A1-DifferentText1 - 2012 which should be filled with 1 because there is a code with the information in the years.&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, 05 Nov 2012 13:18:50 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Exclude-dimension-in-formula-which-is-shown-in-chart/m-p/401851#M149545</guid>
      <dc:creator>richters</dc:creator>
      <dc:date>2012-11-05T13:18:50Z</dc:date>
    </item>
    <item>
      <title>Re: Exclude dimension in formula which is shown in chart</title>
      <link>https://community.qlik.com/t5/QlikView/Exclude-dimension-in-formula-which-is-shown-in-chart/m-p/401852#M149546</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Maybe I have to write it more clearly:&lt;/P&gt;&lt;P&gt;I want to know if the codes with the information in the years 2012 , 2013 do exists. Doesn't matter which codeText they have. But in the chart the codeText has to be shown because not everyone knows what the code means (it just changes in some details).&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 05 Nov 2012 14:22:17 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Exclude-dimension-in-formula-which-is-shown-in-chart/m-p/401852#M149546</guid>
      <dc:creator>richters</dc:creator>
      <dc:date>2012-11-05T14:22:17Z</dc:date>
    </item>
    <item>
      <title>Re: Exclude dimension in formula which is shown in chart</title>
      <link>https://community.qlik.com/t5/QlikView/Exclude-dimension-in-formula-which-is-shown-in-chart/m-p/401853#M149547</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I admit I haven't understood all your requirements, but try maybe something like&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;sum({&amp;lt;year={'2012'}&amp;gt;} total&amp;lt;code&amp;gt; count)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;resp.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;sum({&amp;lt;year={'2013'}&amp;gt;} total&amp;lt;code&amp;gt; count)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;using code and codetext as dimensions (and maybe another expression =only(Information) )&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 05 Nov 2012 14:24:01 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Exclude-dimension-in-formula-which-is-shown-in-chart/m-p/401853#M149547</guid>
      <dc:creator>swuehl</dc:creator>
      <dc:date>2012-11-05T14:24:01Z</dc:date>
    </item>
  </channel>
</rss>

