<?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: Fix some text box selections in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Fix-some-text-box-selections/m-p/619834#M1113121</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Add the {1} Set expression into your formula on the first tab to ignore selections. For example:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;sum({1}Revenue)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;or &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;sum({1&amp;lt;Region={EMEA}&amp;gt;}Revenue)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;-Rob&lt;/P&gt;&lt;P&gt;&lt;A class="jive-link-external-small" href="http://masterssummit.com"&gt;http://masterssummit.com&lt;/A&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 21 Feb 2014 18:18:15 GMT</pubDate>
    <dc:creator>rwunderlich</dc:creator>
    <dc:date>2014-02-21T18:18:15Z</dc:date>
    <item>
      <title>Fix some text box selections</title>
      <link>https://community.qlik.com/t5/QlikView/Fix-some-text-box-selections/m-p/619832#M1113119</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt;"&gt;Hello&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt; &lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt;"&gt;I have a QlikView with two tabs. First tab is a summary where I put the following info:&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt; &lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt;"&gt;EMEA 10M$ (as a text box where the 10 number is the result of a formula)&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt;"&gt;AMS&amp;nbsp; 15M$ (as a text box where the 15 number is the result of a formula)&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt;"&gt;APJ&amp;nbsp; 8M$ (as a text box where the 8 number is the result of a formula)&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt; &lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt;"&gt;In the second tab I have a list box with the three regions above and a graph with the revenue evolution.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt; &lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt;"&gt;What happens is that when I select whatever region in the second tab, the first tab gets updated and only showing the M$ for the region selected in the second tab. However what I want is to have the first tab ALWAYS showing the results of these three regions and then having the second tab in order to move from one region to another.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt; &lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt;"&gt;Please help.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt; &lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt;"&gt;thks,dani&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 21 Feb 2014 18:04:44 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Fix-some-text-box-selections/m-p/619832#M1113119</guid>
      <dc:creator>danialier</dc:creator>
      <dc:date>2014-02-21T18:04:44Z</dc:date>
    </item>
    <item>
      <title>Re: Fix some text box selections</title>
      <link>https://community.qlik.com/t5/QlikView/Fix-some-text-box-selections/m-p/619833#M1113120</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;put {1} in the expressions to ignore all selections. For example Sum(Amount) would become Sum({1}Amount). If you only want to ignore selections in one field, e.g. Year, then add {&amp;lt;&lt;EM&gt;FieldNameHere&lt;/EM&gt;=&amp;gt;}: e.g. Sum({&amp;lt;Year=&amp;gt;}Amount.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 21 Feb 2014 18:14:03 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Fix-some-text-box-selections/m-p/619833#M1113120</guid>
      <dc:creator>Gysbert_Wassenaar</dc:creator>
      <dc:date>2014-02-21T18:14:03Z</dc:date>
    </item>
    <item>
      <title>Re: Fix some text box selections</title>
      <link>https://community.qlik.com/t5/QlikView/Fix-some-text-box-selections/m-p/619834#M1113121</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Add the {1} Set expression into your formula on the first tab to ignore selections. For example:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;sum({1}Revenue)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;or &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;sum({1&amp;lt;Region={EMEA}&amp;gt;}Revenue)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;-Rob&lt;/P&gt;&lt;P&gt;&lt;A class="jive-link-external-small" href="http://masterssummit.com"&gt;http://masterssummit.com&lt;/A&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 21 Feb 2014 18:18:15 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Fix-some-text-box-selections/m-p/619834#M1113121</guid>
      <dc:creator>rwunderlich</dc:creator>
      <dc:date>2014-02-21T18:18:15Z</dc:date>
    </item>
    <item>
      <title>Re: Fix some text box selections</title>
      <link>https://community.qlik.com/t5/QlikView/Fix-some-text-box-selections/m-p/619835#M1113122</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks Gysbert.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I endeed want ignore the selections in the second tab but in the first tab I want to keep three text boxes (one per region) with the overall revenues. For instance this is what I have for EMEA region in the first tab:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #0000ff; font-size: 10pt;"&gt;&amp;nbsp; &lt;/SPAN&gt;=num(&lt;SPAN style="color: #0000ff; font-size: 10pt;"&gt;sum&lt;/SPAN&gt;&lt;SPAN style="font-size: 10pt;"&gt;({&amp;lt;&lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 10pt;"&gt;[Product Line]&lt;/SPAN&gt;&lt;SPAN style="font-size: 10pt;"&gt;={'Hardware'},&lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 10pt;"&gt;Measure&lt;/SPAN&gt;&lt;SPAN style="font-size: 10pt;"&gt;={'CI'},&lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 10pt;"&gt;Category&lt;/SPAN&gt;&lt;SPAN style="font-size: 10pt;"&gt;={'Lseries'},&lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 10pt;"&gt;Month#&lt;/SPAN&gt;&lt;SPAN style="font-size: 10pt;"&gt;={&lt;/SPAN&gt;&lt;STRONG&gt;&lt;EM style="color: #808080; font-size: 10pt;"&gt;&lt;STRONG&gt;&lt;EM style="color: #808080; font-size: 10pt;"&gt;$(=max(Month#))&lt;/EM&gt;&lt;/STRONG&gt;&lt;/EM&gt;&lt;/STRONG&gt;&lt;SPAN style="font-size: 10pt;"&gt;},&lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 10pt;"&gt;[Region detail]&lt;/SPAN&gt;&lt;SPAN style="font-size: 10pt;"&gt;={'EMEA'}&amp;gt;}&lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 10pt;"&gt;Units&lt;/SPAN&gt;&lt;SPAN style="font-size: 10pt;"&gt;)&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt; &lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt;"&gt;How can I fix that for EMEA and afterwards "play" with the second tab without updating the results in the first tab ?&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt; &lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt;"&gt;thanks,&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt;"&gt;dani&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 21 Feb 2014 18:44:27 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Fix-some-text-box-selections/m-p/619835#M1113122</guid>
      <dc:creator>danialier</dc:creator>
      <dc:date>2014-02-21T18:44:27Z</dc:date>
    </item>
    <item>
      <title>Re: Fix some text box selections</title>
      <link>https://community.qlik.com/t5/QlikView/Fix-some-text-box-selections/m-p/619836#M1113123</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; background-color: #f6f6f6; color: #0000ff;"&gt;&amp;nbsp; &lt;/SPAN&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 12px; background-color: #f6f6f6;"&gt;=num(&lt;/SPAN&gt;&lt;SPAN style="font-size: 10pt; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; background-color: #f6f6f6; color: #0000ff;"&gt;sum&lt;/SPAN&gt;&lt;SPAN style="font-size: 10pt; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d; background-color: #f6f6f6;"&gt;({&lt;STRONG&gt;1&lt;/STRONG&gt;&amp;lt;&lt;/SPAN&gt;&lt;SPAN style="font-size: 10pt; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; background-color: #f6f6f6; color: #800000;"&gt;[Product Line]&lt;/SPAN&gt;&lt;SPAN style="font-size: 10pt; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d; background-color: #f6f6f6;"&gt;={'Hardware'},&lt;/SPAN&gt;&lt;SPAN style="font-size: 10pt; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; background-color: #f6f6f6; color: #800000;"&gt;Measure&lt;/SPAN&gt;&lt;SPAN style="font-size: 10pt; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d; background-color: #f6f6f6;"&gt;={'CI'},&lt;/SPAN&gt;&lt;SPAN style="font-size: 10pt; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; background-color: #f6f6f6; color: #800000;"&gt;Category&lt;/SPAN&gt;&lt;SPAN style="font-size: 10pt; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d; background-color: #f6f6f6;"&gt;={'Lseries'},&lt;/SPAN&gt;&lt;SPAN style="font-size: 10pt; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; background-color: #f6f6f6; color: #800000;"&gt;Month#&lt;/SPAN&gt;&lt;SPAN style="font-size: 10pt; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d; background-color: #f6f6f6;"&gt;={&lt;/SPAN&gt;&lt;SPAN style="font-size: 12px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d; background-color: #f6f6f6;"&gt;&lt;STRONG style="color: #808080; font-size: 10pt; font-family: inherit; font-weight: inherit;"&gt;&lt;EM style="font-style: inherit; font-family: inherit;"&gt;&lt;STRONG style="font-size: 10pt; font-family: inherit; font-weight: inherit;"&gt;&lt;EM&gt;$(=max(&lt;/EM&gt;&lt;/STRONG&gt;&lt;/EM&gt;&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;SPAN style="font-weight: inherit; font-size: 10pt; font-family: inherit; color: #808080;"&gt;&lt;EM style="font-size: 10pt; font-family: inherit; font-weight: inherit;"&gt;&lt;EM&gt;&lt;STRONG&gt;{1}&lt;/STRONG&gt;&lt;/EM&gt;&lt;/EM&gt;&lt;/SPAN&gt;&lt;SPAN style="font-size: 12px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d; background-color: #f6f6f6;"&gt;&lt;STRONG style="color: #808080; font-size: 10pt; font-family: inherit; font-weight: inherit;"&gt;&lt;EM style="font-style: inherit; font-family: inherit;"&gt;&lt;STRONG style="font-size: 10pt; font-family: inherit; font-weight: inherit;"&gt;&lt;EM&gt;Month#))&lt;/EM&gt;&lt;/STRONG&gt;&lt;/EM&gt;&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;SPAN style="font-size: 10pt; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d; background-color: #f6f6f6;"&gt;},&lt;/SPAN&gt;&lt;SPAN style="font-size: 10pt; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; background-color: #f6f6f6; color: #800000;"&gt;[Region detail]&lt;/SPAN&gt;&lt;SPAN style="font-size: 10pt; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d; background-color: #f6f6f6;"&gt;={'EMEA'}&amp;gt;}&lt;/SPAN&gt;&lt;SPAN style="font-size: 10pt; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; background-color: #f6f6f6; color: #800000;"&gt;Units&lt;/SPAN&gt;&lt;SPAN style="font-size: 10pt; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d; background-color: #f6f6f6;"&gt;))&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 21 Feb 2014 18:56:02 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Fix-some-text-box-selections/m-p/619836#M1113123</guid>
      <dc:creator>Gysbert_Wassenaar</dc:creator>
      <dc:date>2014-02-21T18:56:02Z</dc:date>
    </item>
    <item>
      <title>Re: Fix some text box selections</title>
      <link>https://community.qlik.com/t5/QlikView/Fix-some-text-box-selections/m-p/619837#M1113124</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Great !!!!!!!!!! many thanks !!!!!!!!!!!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 21 Feb 2014 18:58:39 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Fix-some-text-box-selections/m-p/619837#M1113124</guid>
      <dc:creator>danialier</dc:creator>
      <dc:date>2014-02-21T18:58:39Z</dc:date>
    </item>
  </channel>
</rss>

