<?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: text value condition in IF expression in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/text-value-condition-in-IF-expression/m-p/311679#M1184213</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;thanks scottmc68,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;why does it make such a difference, if 'text' is used in expressions instead of numbers ?&lt;/P&gt;&lt;P&gt;its not even described in the ref guide. all examples there, are using numbers.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;this is a majo flaw in the documentation (dev course and ref guide)&lt;/P&gt;&lt;P&gt;1. why is it necessary to alter the expression ? cant we use one for text and numbers ?&lt;/P&gt;&lt;P&gt;2. why is there no example for text conditions ? its used pretty often in pivot tables.&lt;/P&gt;&lt;P&gt;3. why are there no "real" (longer than 2 lines) examples in the ref guide ? after looking up something in the ref guide, examples are only found in the course material.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;without the help of the community, QV would be much less usable.&lt;/P&gt;&lt;P&gt;thanks to everyone, you make this grat product usable.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 06 Oct 2011 08:14:23 GMT</pubDate>
    <dc:creator />
    <dc:date>2011-10-06T08:14:23Z</dc:date>
    <item>
      <title>text value condition in IF expression</title>
      <link>https://community.qlik.com/t5/QlikView/text-value-condition-in-IF-expression/m-p/311675#M1184209</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;tryed to display data based on conditions &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;1) if(Name='House1',Data,0)&lt;/P&gt;&lt;P&gt;OR&lt;/P&gt;&lt;P&gt;2) ({&amp;lt;Name = {'House1'}&amp;gt;} Data)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;it wont work, shows only "-".&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;there is a stupid little mistake somewhere, but in the dokumentation, i only found IF or similar expressions, using nubers, NOT text values.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 04 Oct 2011 12:36:53 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/text-value-condition-in-IF-expression/m-p/311675#M1184209</guid>
      <dc:creator />
      <dc:date>2011-10-04T12:36:53Z</dc:date>
    </item>
    <item>
      <title>text value condition in IF expression</title>
      <link>https://community.qlik.com/t5/QlikView/text-value-condition-in-IF-expression/m-p/311676#M1184210</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Try if(lower(Name)='house1',Data,0)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Make sure that the data returned by Name has no other characters or hidden spaces. Values must match exactly.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 04 Oct 2011 12:52:19 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/text-value-condition-in-IF-expression/m-p/311676#M1184210</guid>
      <dc:creator />
      <dc:date>2011-10-04T12:52:19Z</dc:date>
    </item>
    <item>
      <title>Re: text value condition in IF expression</title>
      <link>https://community.qlik.com/t5/QlikView/text-value-condition-in-IF-expression/m-p/311677#M1184211</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;im sorry, that does not work. may be my example was too fuzzy.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;the table is like:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;ID; house; name; area; data; (header)&lt;/P&gt;&lt;P&gt;1 ; house1; green; area1; 21; (data part)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;its a connection between "ID" and "variable" and value, so there are &lt;/P&gt;&lt;P&gt;variable=house&lt;/P&gt;&lt;P&gt;variable=name&lt;/P&gt;&lt;P&gt;variable=area&lt;/P&gt;&lt;P&gt;variable=data&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;so its at least 4 times&lt;/P&gt;&lt;P&gt;({&amp;lt;variable = {'f.e. name'}&amp;gt;} value)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;so it displays the value for "name". worked fine before (with numbers, not text)&lt;/P&gt;&lt;P&gt;({&amp;lt;variable= {'1'}&amp;gt;} value)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;like:&lt;/P&gt;&lt;P&gt;where (variable)='name', display (value)&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 04 Oct 2011 13:16:50 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/text-value-condition-in-IF-expression/m-p/311677#M1184211</guid>
      <dc:creator />
      <dc:date>2011-10-04T13:16:50Z</dc:date>
    </item>
    <item>
      <title>Re: text value condition in IF expression</title>
      <link>https://community.qlik.com/t5/QlikView/text-value-condition-in-IF-expression/m-p/311678#M1184212</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt; Using the word "only" at the beginning of the expression has worked for some similar things I have done.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt; only({&amp;lt;Name = {'House1'}&amp;gt;} Data)&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 04 Oct 2011 14:56:05 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/text-value-condition-in-IF-expression/m-p/311678#M1184212</guid>
      <dc:creator />
      <dc:date>2011-10-04T14:56:05Z</dc:date>
    </item>
    <item>
      <title>Re: text value condition in IF expression</title>
      <link>https://community.qlik.com/t5/QlikView/text-value-condition-in-IF-expression/m-p/311679#M1184213</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;thanks scottmc68,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;why does it make such a difference, if 'text' is used in expressions instead of numbers ?&lt;/P&gt;&lt;P&gt;its not even described in the ref guide. all examples there, are using numbers.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;this is a majo flaw in the documentation (dev course and ref guide)&lt;/P&gt;&lt;P&gt;1. why is it necessary to alter the expression ? cant we use one for text and numbers ?&lt;/P&gt;&lt;P&gt;2. why is there no example for text conditions ? its used pretty often in pivot tables.&lt;/P&gt;&lt;P&gt;3. why are there no "real" (longer than 2 lines) examples in the ref guide ? after looking up something in the ref guide, examples are only found in the course material.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;without the help of the community, QV would be much less usable.&lt;/P&gt;&lt;P&gt;thanks to everyone, you make this grat product usable.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 06 Oct 2011 08:14:23 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/text-value-condition-in-IF-expression/m-p/311679#M1184213</guid>
      <dc:creator />
      <dc:date>2011-10-06T08:14:23Z</dc:date>
    </item>
  </channel>
</rss>

