<?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 Return string from field if value meets expectation in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Return-string-from-field-if-value-meets-expectation/m-p/192766#M54308</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You shuld use an aggregation function...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;try something like that: concat(DISTINCT If(Rating &amp;gt;3, Category))&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;regards&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Matteo&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 19 Nov 2010 15:01:33 GMT</pubDate>
    <dc:creator>Anonymous</dc:creator>
    <dc:date>2010-11-19T15:01:33Z</dc:date>
    <item>
      <title>Return string from field if value meets expectation</title>
      <link>https://community.qlik.com/t5/QlikView/Return-string-from-field-if-value-meets-expectation/m-p/192765#M54307</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi All,&lt;/P&gt;&lt;P&gt;I have a table like below:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;TABLE border="0" cellpadding="0" cellspacing="0" style="width: 116pt; border-collapse: collapse;" width="154"&gt;&lt;COLGROUP&gt;&lt;COL style="width: 68pt; mso-width-source: userset; mso-width-alt: 3291;" width="90" /&gt;&lt;COL style="width: 48pt;" width="64" /&gt;&lt;/COLGROUP&gt;&lt;TBODY&gt;&lt;TR height="20" style="height: 15pt;"&gt;&lt;TD class="xl63" height="20" style="width: 68pt; height: 15pt; background-color: transparent; border: #ece9d8;" width="90"&gt;&lt;STRONG&gt;Category&lt;/STRONG&gt;&lt;/TD&gt;&lt;TD class="xl63" style="width: 48pt; background-color: transparent; border: #ece9d8;" width="64"&gt;&lt;STRONG&gt;Rating&lt;/STRONG&gt;&lt;/TD&gt;&lt;/TR&gt;&lt;TR height="20" style="height: 15pt;"&gt;&lt;TD height="20" style="height: 15pt; background-color: transparent; border: #ece9d8;"&gt;Pencil&lt;/TD&gt;&lt;TD align="right" style="background-color: transparent; border: #ece9d8;"&gt;4&lt;/TD&gt;&lt;/TR&gt;&lt;TR height="20" style="height: 15pt;"&gt;&lt;TD height="20" style="height: 15pt; background-color: transparent; border: #ece9d8;"&gt;Pen&lt;/TD&gt;&lt;TD align="right" style="background-color: transparent; border: #ece9d8;"&gt;0&lt;/TD&gt;&lt;/TR&gt;&lt;TR height="20" style="height: 15pt;"&gt;&lt;TD height="20" style="height: 15pt; background-color: transparent; border: #ece9d8;"&gt;Eraser&lt;/TD&gt;&lt;TD align="right" style="background-color: transparent; border: #ece9d8;"&gt;2&lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;&lt;BR /&gt;&lt;BR /&gt; &lt;P&gt;i want to bring the string into a text box, with below condition.&lt;/P&gt;&lt;P&gt;=If(Rating &amp;gt;3, Category)&lt;/P&gt;&lt;P&gt;My output should be. Pencil&lt;/P&gt;&lt;P&gt;This is just a small table, but i have more than 50 Categories.&lt;/P&gt;&lt;P&gt;Please help me. THanks in advance&lt;/P&gt;&lt;P&gt;Ranjit&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 18 Nov 2010 13:39:40 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Return-string-from-field-if-value-meets-expectation/m-p/192765#M54307</guid>
      <dc:creator>renjithpl</dc:creator>
      <dc:date>2010-11-18T13:39:40Z</dc:date>
    </item>
    <item>
      <title>Return string from field if value meets expectation</title>
      <link>https://community.qlik.com/t5/QlikView/Return-string-from-field-if-value-meets-expectation/m-p/192766#M54308</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You shuld use an aggregation function...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;try something like that: concat(DISTINCT If(Rating &amp;gt;3, Category))&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;regards&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Matteo&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 19 Nov 2010 15:01:33 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Return-string-from-field-if-value-meets-expectation/m-p/192766#M54308</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2010-11-19T15:01:33Z</dc:date>
    </item>
    <item>
      <title>Return string from field if value meets expectation</title>
      <link>https://community.qlik.com/t5/QlikView/Return-string-from-field-if-value-meets-expectation/m-p/192767#M54309</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi!!!&lt;/P&gt;&lt;P&gt;Here, your possible output values count are 0,1 or &amp;gt;1.&lt;/P&gt;&lt;P&gt;and text box can only hold one value. so you have to make your ouput as one value by using concat function.&lt;/P&gt;&lt;P&gt;use below function:&lt;/P&gt;&lt;P&gt;=concat(If(Rating &amp;gt;3, Category),';')&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Dixit Patel&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 19 Nov 2010 15:50:24 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Return-string-from-field-if-value-meets-expectation/m-p/192767#M54309</guid>
      <dc:creator />
      <dc:date>2010-11-19T15:50:24Z</dc:date>
    </item>
    <item>
      <title>Return string from field if value meets expectation</title>
      <link>https://community.qlik.com/t5/QlikView/Return-string-from-field-if-value-meets-expectation/m-p/192768#M54310</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;It worked cool, thanks a lot dude..&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 20 Nov 2010 05:40:59 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Return-string-from-field-if-value-meets-expectation/m-p/192768#M54310</guid>
      <dc:creator>renjithpl</dc:creator>
      <dc:date>2010-11-20T05:40:59Z</dc:date>
    </item>
  </channel>
</rss>

