<?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: Ignore Selection made in a list box in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Ignore-Selection-made-in-a-list-box/m-p/359124#M133300</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Patrik,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You better upload some sample data so we can figure out what do you expect. Expressions as shown above should work, but if they are not, I'm afraid I cannot go any further.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Miguel&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 19 Jun 2012 12:24:53 GMT</pubDate>
    <dc:creator>Miguel_Angel_Baeyens</dc:creator>
    <dc:date>2012-06-19T12:24:53Z</dc:date>
    <item>
      <title>Ignore Selection made in a list box</title>
      <link>https://community.qlik.com/t5/QlikView/Ignore-Selection-made-in-a-list-box/m-p/359117#M133293</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've a Pivot table which i want to ignore a selection made by a list box.&lt;/P&gt;&lt;P&gt;Should this be done by set analysis?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The list box list all SITEID's and I want the user to do a selection but it shouldn't affect the pivot table (i want it to show all siteids)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;//BR&lt;BR /&gt;Patrik&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 19 Jun 2012 09:58:10 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Ignore-Selection-made-in-a-list-box/m-p/359117#M133293</guid>
      <dc:creator />
      <dc:date>2012-06-19T09:58:10Z</dc:date>
    </item>
    <item>
      <title>Re: Ignore Selection made in a list box</title>
      <link>https://community.qlik.com/t5/QlikView/Ignore-Selection-made-in-a-list-box/m-p/359118#M133294</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Patrik,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Generally speaking, the following syntax will ignore selections in field SITEID. The right part is empty on purpose, it's not a typo.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;PRE __default_attr="plain" __jive_macro_name="code" class="jive_text_macro jive_macro_code _jivemacro_uid_13401001114083483" jivemacro_uid="_13401001114083483"&gt;&lt;P&gt;Sum({&amp;lt; SITEID = &amp;gt;} Value)&lt;/P&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope that helps.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Miguel&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 19 Jun 2012 10:02:41 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Ignore-Selection-made-in-a-list-box/m-p/359118#M133294</guid>
      <dc:creator>Miguel_Angel_Baeyens</dc:creator>
      <dc:date>2012-06-19T10:02:41Z</dc:date>
    </item>
    <item>
      <title>Re: Ignore Selection made in a list box</title>
      <link>https://community.qlik.com/t5/QlikView/Ignore-Selection-made-in-a-list-box/m-p/359119#M133295</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Sorry for my stupidity, but where should i use this?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 19 Jun 2012 10:44:18 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Ignore-Selection-made-in-a-list-box/m-p/359119#M133295</guid>
      <dc:creator />
      <dc:date>2012-06-19T10:44:18Z</dc:date>
    </item>
    <item>
      <title>Re: Ignore Selection made in a list box</title>
      <link>https://community.qlik.com/t5/QlikView/Ignore-Selection-made-in-a-list-box/m-p/359120#M133296</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Patrik,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;No stupidities here, we are all learning. In the pivot table, as in almost any other chart, there are two "mandatory" things: dimensions and expressions. In this case, the code above would be the expression.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope that makes sense.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Miguel&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 19 Jun 2012 11:07:24 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Ignore-Selection-made-in-a-list-box/m-p/359120#M133296</guid>
      <dc:creator>Miguel_Angel_Baeyens</dc:creator>
      <dc:date>2012-06-19T11:07:24Z</dc:date>
    </item>
    <item>
      <title>Re: Ignore Selection made in a list box</title>
      <link>https://community.qlik.com/t5/QlikView/Ignore-Selection-made-in-a-list-box/m-p/359121#M133297</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello!&lt;/P&gt;&lt;P&gt;I can't get it to work, In this case the dimension is SITEID and SITEID is text so can you still use sum?&lt;/P&gt;&lt;P&gt;//BR&lt;BR /&gt;Patrik&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;EDIT: My head seems to come to it senses right now &lt;IMG src="https://community.qlik.com/legacyfs/online/emoticons/happy.png" /&gt;&lt;/P&gt;&lt;P&gt;But one question. can this be applied on a table that is text? (regarding the SUM action)&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 19 Jun 2012 11:30:55 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Ignore-Selection-made-in-a-list-box/m-p/359121#M133297</guid>
      <dc:creator />
      <dc:date>2012-06-19T11:30:55Z</dc:date>
    </item>
    <item>
      <title>Re: Ignore Selection made in a list box</title>
      <link>https://community.qlik.com/t5/QlikView/Ignore-Selection-made-in-a-list-box/m-p/359122#M133298</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;Nope, the Sum() function will return null "-" when the value is not numeric. But then, why do you want to use a pivot table? You could upload some sample data so we can figure it out.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Miguel&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 19 Jun 2012 11:49:00 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Ignore-Selection-made-in-a-list-box/m-p/359122#M133298</guid>
      <dc:creator>Miguel_Angel_Baeyens</dc:creator>
      <dc:date>2012-06-19T11:49:00Z</dc:date>
    </item>
    <item>
      <title>Re: Ignore Selection made in a list box</title>
      <link>https://community.qlik.com/t5/QlikView/Ignore-Selection-made-in-a-list-box/m-p/359123#M133299</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hmm I'm stuck.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Simply I want the whole pivot table to ignore the selection of SITEID (all other selections, date etc i want to work)&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 19 Jun 2012 12:18:08 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Ignore-Selection-made-in-a-list-box/m-p/359123#M133299</guid>
      <dc:creator />
      <dc:date>2012-06-19T12:18:08Z</dc:date>
    </item>
    <item>
      <title>Re: Ignore Selection made in a list box</title>
      <link>https://community.qlik.com/t5/QlikView/Ignore-Selection-made-in-a-list-box/m-p/359124#M133300</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Patrik,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You better upload some sample data so we can figure out what do you expect. Expressions as shown above should work, but if they are not, I'm afraid I cannot go any further.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Miguel&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 19 Jun 2012 12:24:53 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Ignore-Selection-made-in-a-list-box/m-p/359124#M133300</guid>
      <dc:creator>Miguel_Angel_Baeyens</dc:creator>
      <dc:date>2012-06-19T12:24:53Z</dc:date>
    </item>
  </channel>
</rss>

