<?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 Removing Data From Text Box in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Removing-Data-From-Text-Box/m-p/268551#M100816</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;I have a text box which displayes the following data: &lt;STRONG&gt;Oracle&lt;/STRONG&gt;, &lt;STRONG&gt;Password Reset&lt;/STRONG&gt;, &lt;STRONG&gt;Cyborg &lt;/STRONG&gt;and &lt;STRONG&gt;STW.&amp;nbsp; &lt;/STRONG&gt;The information comes from and excel file called software in which there is a tab called Summary.&amp;nbsp; I want to remove &lt;STRONG&gt;Password Reset&lt;/STRONG&gt; from the text box and keep &lt;STRONG&gt;Oracle, Cyborg &lt;/STRONG&gt;and &lt;STRONG&gt;STW.&amp;nbsp; &lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;I have tried entering the following statement in the Calculation Condition section in the General Tab, but I get a message saying: Calculation Condition Unfulfilled.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;=IF(Software.Software='Password Reset',0,Sum(Software.Software))&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 30 Nov 2011 12:36:25 GMT</pubDate>
    <dc:creator />
    <dc:date>2011-11-30T12:36:25Z</dc:date>
    <item>
      <title>Removing Data From Text Box</title>
      <link>https://community.qlik.com/t5/QlikView/Removing-Data-From-Text-Box/m-p/268551#M100816</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;I have a text box which displayes the following data: &lt;STRONG&gt;Oracle&lt;/STRONG&gt;, &lt;STRONG&gt;Password Reset&lt;/STRONG&gt;, &lt;STRONG&gt;Cyborg &lt;/STRONG&gt;and &lt;STRONG&gt;STW.&amp;nbsp; &lt;/STRONG&gt;The information comes from and excel file called software in which there is a tab called Summary.&amp;nbsp; I want to remove &lt;STRONG&gt;Password Reset&lt;/STRONG&gt; from the text box and keep &lt;STRONG&gt;Oracle, Cyborg &lt;/STRONG&gt;and &lt;STRONG&gt;STW.&amp;nbsp; &lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;I have tried entering the following statement in the Calculation Condition section in the General Tab, but I get a message saying: Calculation Condition Unfulfilled.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;=IF(Software.Software='Password Reset',0,Sum(Software.Software))&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 30 Nov 2011 12:36:25 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Removing-Data-From-Text-Box/m-p/268551#M100816</guid>
      <dc:creator />
      <dc:date>2011-11-30T12:36:25Z</dc:date>
    </item>
    <item>
      <title>Removing Data From Text Box</title>
      <link>https://community.qlik.com/t5/QlikView/Removing-Data-From-Text-Box/m-p/268552#M100817</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;The answer is probably easy, but I seriously don't understand the question.&amp;nbsp; A calculation condition is almost certainly not what you want, though.&amp;nbsp; What are you actually displaying in the text box?&amp;nbsp; What's the expression for the text itself?&amp;nbsp; What do you see?&amp;nbsp; What do you want to see instead?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 01 Dec 2011 00:19:13 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Removing-Data-From-Text-Box/m-p/268552#M100817</guid>
      <dc:creator>johnw</dc:creator>
      <dc:date>2011-12-01T00:19:13Z</dc:date>
    </item>
    <item>
      <title>Removing Data From Text Box</title>
      <link>https://community.qlik.com/t5/QlikView/Removing-Data-From-Text-Box/m-p/268553#M100818</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;If you are talking about a filter box then it is just:&lt;/P&gt;&lt;P&gt;=IF(Software = 'Password Reset', null(), Software) &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Then click the suppress null values check box. If you are talking about a dimension in a pivot table then do the same.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If you are trying to calulate some value in a pivot table with Software as the dimension you can do the above or you can set the dimension as Software and then do:&lt;/P&gt;&lt;P&gt;=SUM(IF(Software = 'Password Reset', 0, V&lt;EM&gt;alueToBeSummed&lt;/EM&gt;))&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Then suppress zero values.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 01 Dec 2011 08:24:17 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Removing-Data-From-Text-Box/m-p/268553#M100818</guid>
      <dc:creator />
      <dc:date>2011-12-01T08:24:17Z</dc:date>
    </item>
  </channel>
</rss>

