<?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: Values in Text Does not Change when selecting an item in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Values-in-Text-Does-not-Change-when-selecting-an-item/m-p/641378#M1087105</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Union is not the right one (it will always lead to all *SAVBU* items), you should use intersection between the set you specify between {} and the set of selected values:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #0000ff; font-size: 10pt;"&gt;=sum&lt;/SPAN&gt;&lt;SPAN style="font-size: 10pt;"&gt;({&amp;lt;&lt;SPAN style="color: #800000;"&gt;Type*&lt;/SPAN&gt;={&lt;SPAN style="color: #800000;"&gt;"*SAVBU*"&lt;/SPAN&gt;}&amp;gt;} &lt;SPAN style="color: #800000;"&gt;Value&lt;/SPAN&gt;)) &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;will intersect the explicit set of *SAVBU* values from the set expression with whatever you have selected from the lmist box. If you select nothing (all list values white) the complete set of *SAVBU* values will be used. If you select a single one, only that one will be used. If you select none of them (e.g. select another value like "ABCDEF" from the list box, turning all *SAVBU* items into grey) the result will be 0.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 05 Jun 2014 19:14:10 GMT</pubDate>
    <dc:creator>Peter_Cammaert</dc:creator>
    <dc:date>2014-06-05T19:14:10Z</dc:date>
    <item>
      <title>Values in Text Does not Change when selecting an item</title>
      <link>https://community.qlik.com/t5/QlikView/Values-in-Text-Does-not-Change-when-selecting-an-item/m-p/641372#M1087099</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 have a text object with a set analysis expression&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;sum&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;({&amp;lt;&lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;Type&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;={&lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;"*SAVBU*"&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;}&amp;gt;} &lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;Value&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;)) &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt; &lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 8pt;"&gt;and a list box with&amp;nbsp; items 'SAVBU A' and 'SAVBU B'&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt; &lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 8pt;"&gt;The issue is if I click&amp;nbsp; one of the item from List box, the values in Text object does not change...is it becuse I locked the expression&amp;nbsp; under&amp;nbsp; SAVBU*?...How am I able to select an item from the list box and at the same time change the values.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt; &lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 8pt;"&gt;Tks.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 05 Jun 2014 18:19:03 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Values-in-Text-Does-not-Change-when-selecting-an-item/m-p/641372#M1087099</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2014-06-05T18:19:03Z</dc:date>
    </item>
    <item>
      <title>Re: Values in Text Does not Change when selecting an item</title>
      <link>https://community.qlik.com/t5/QlikView/Values-in-Text-Does-not-Change-when-selecting-an-item/m-p/641373#M1087100</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Change your expression to sum({&amp;lt;Type+={"*SAVBU*"}&amp;gt;} Value)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This (the plus sign) will make an union of your current selections with the set analysis.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Eduardo&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 05 Jun 2014 18:32:21 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Values-in-Text-Does-not-Change-when-selecting-an-item/m-p/641373#M1087100</guid>
      <dc:creator>eduardo_sommer</dc:creator>
      <dc:date>2014-06-05T18:32:21Z</dc:date>
    </item>
    <item>
      <title>Re: Values in Text Does not Change when selecting an item</title>
      <link>https://community.qlik.com/t5/QlikView/Values-in-Text-Does-not-Change-when-selecting-an-item/m-p/641374#M1087101</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi!&amp;nbsp; Eduardo,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thank you for your time.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I tried adding the + sign but&amp;nbsp; the text object&amp;nbsp; gives me the total&amp;nbsp; for all items in Type field.&amp;nbsp; I only want to show the total value of the 2 items SAVBU A and B. And when&amp;nbsp; I tried to click the item&amp;nbsp; on A or&amp;nbsp; B in the list box,&amp;nbsp;&amp;nbsp; it gives me the total for both A and B.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Tks.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 05 Jun 2014 18:44:40 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Values-in-Text-Does-not-Change-when-selecting-an-item/m-p/641374#M1087101</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2014-06-05T18:44:40Z</dc:date>
    </item>
    <item>
      <title>Re: Values in Text Does not Change when selecting an item</title>
      <link>https://community.qlik.com/t5/QlikView/Values-in-Text-Does-not-Change-when-selecting-an-item/m-p/641375#M1087102</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;When you use a field in set analysis it suprsedes the selection you made in that field elsewhere. Using the union &lt;IMG src="https://community.qlik.com/legacyfs/online/emoticons/plus.png" /&gt; you shows both the filtered by set analysis and elsewhere. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;What I understood, from your last post, is that you want the selection to supersed the set analysis. I don't know if this is possible, unfortunately.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Eduardo&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 05 Jun 2014 18:55:11 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Values-in-Text-Does-not-Change-when-selecting-an-item/m-p/641375#M1087102</guid>
      <dc:creator>eduardo_sommer</dc:creator>
      <dc:date>2014-06-05T18:55:11Z</dc:date>
    </item>
    <item>
      <title>Re: Values in Text Does not Change when selecting an item</title>
      <link>https://community.qlik.com/t5/QlikView/Values-in-Text-Does-not-Change-when-selecting-an-item/m-p/641376#M1087103</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Eduardo,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;What's weird is that my other list boxes works except for the Type list box.&amp;nbsp;&amp;nbsp; Not sure if this has something to do with my field expression in Type field &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;IF&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;(&lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;Type&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt; = 'SAVBU A' &lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;or&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt; &lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;Type&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt; = 'SAVBU B',&lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;Type&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt; ) &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 8pt;"&gt;Bur this is what I did to my other list boxes and they worked except for the Type list box.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 8pt;"&gt;Tks.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 05 Jun 2014 19:00:37 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Values-in-Text-Does-not-Change-when-selecting-an-item/m-p/641376#M1087103</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2014-06-05T19:00:37Z</dc:date>
    </item>
    <item>
      <title>Re: Values in Text Does not Change when selecting an item</title>
      <link>https://community.qlik.com/t5/QlikView/Values-in-Text-Does-not-Change-when-selecting-an-item/m-p/641377#M1087104</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;But in the other list boxes, were you using in the set analysis the same field as in the list box? If you use different fields between the list box and the set analysis you won't have this problem.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Eduardo&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 05 Jun 2014 19:13:25 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Values-in-Text-Does-not-Change-when-selecting-an-item/m-p/641377#M1087104</guid>
      <dc:creator>eduardo_sommer</dc:creator>
      <dc:date>2014-06-05T19:13:25Z</dc:date>
    </item>
    <item>
      <title>Re: Values in Text Does not Change when selecting an item</title>
      <link>https://community.qlik.com/t5/QlikView/Values-in-Text-Does-not-Change-when-selecting-an-item/m-p/641378#M1087105</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Union is not the right one (it will always lead to all *SAVBU* items), you should use intersection between the set you specify between {} and the set of selected values:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #0000ff; font-size: 10pt;"&gt;=sum&lt;/SPAN&gt;&lt;SPAN style="font-size: 10pt;"&gt;({&amp;lt;&lt;SPAN style="color: #800000;"&gt;Type*&lt;/SPAN&gt;={&lt;SPAN style="color: #800000;"&gt;"*SAVBU*"&lt;/SPAN&gt;}&amp;gt;} &lt;SPAN style="color: #800000;"&gt;Value&lt;/SPAN&gt;)) &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;will intersect the explicit set of *SAVBU* values from the set expression with whatever you have selected from the lmist box. If you select nothing (all list values white) the complete set of *SAVBU* values will be used. If you select a single one, only that one will be used. If you select none of them (e.g. select another value like "ABCDEF" from the list box, turning all *SAVBU* items into grey) the result will be 0.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 05 Jun 2014 19:14:10 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Values-in-Text-Does-not-Change-when-selecting-an-item/m-p/641378#M1087105</guid>
      <dc:creator>Peter_Cammaert</dc:creator>
      <dc:date>2014-06-05T19:14:10Z</dc:date>
    </item>
    <item>
      <title>Re: Values in Text Does not Change when selecting an item</title>
      <link>https://community.qlik.com/t5/QlikView/Values-in-Text-Does-not-Change-when-selecting-an-item/m-p/641379#M1087106</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Peter is correct, you may receive a syntax error but it still works&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG alt="2014-06-05_2027.png" class="jive-image" src="https://community.qlik.com/legacyfs/online/60190_2014-06-05_2027.png" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 05 Jun 2014 19:28:41 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Values-in-Text-Does-not-Change-when-selecting-an-item/m-p/641379#M1087106</guid>
      <dc:creator>rustyfishbones</dc:creator>
      <dc:date>2014-06-05T19:28:41Z</dc:date>
    </item>
  </channel>
</rss>

