<?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 tekst selection in If statement in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/tekst-selection-in-If-statement/m-p/313540#M708831</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;Try the below code&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;=If( Match([Account Name],Left([Account Name],5) = 'IPMOR')&amp;nbsp; , [Account Name] )&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;To check&amp;nbsp; IPMOR only in the expression or table.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Rgds&lt;BR /&gt;Anand&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 06 Oct 2011 13:01:50 GMT</pubDate>
    <dc:creator>its_anandrjs</dc:creator>
    <dc:date>2011-10-06T13:01:50Z</dc:date>
    <item>
      <title>tekst selection in If statement</title>
      <link>https://community.qlik.com/t5/QlikView/tekst-selection-in-If-statement/m-p/313538#M708829</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 want to display a table with certain order numbers in it.&lt;/P&gt;&lt;P&gt;I would like to do this using de If function.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Are made up through the following format :&lt;/P&gt;&lt;TABLE border="0" cellpadding="0" cellspacing="0" style="width: 98px;"&gt;&lt;TBODY&gt;&lt;TR&gt;&lt;TD class="xl22" height="17" style="height: 12.75pt; width: 74pt;" width="98"&gt;IPMOR11-0778&lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;&lt;P&gt;&lt;/P&gt;&lt;TABLE border="0" cellpadding="0" cellspacing="0" width="98"&gt;&lt;TBODY&gt;&lt;TR&gt;&lt;TD class="xl24" height="17" style="height: 12.75pt; width: 74pt;" width="98"&gt;IPMRC10-0004&lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;&lt;TABLE border="0" cellpadding="0" cellspacing="0" width="98"&gt;&lt;TBODY&gt;&lt;TR&gt;&lt;TD class="xl24" height="17" style="height: 12.75pt; width: 74pt;" width="98"&gt;IPMOF10-0001&lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I would like the table only to show the order containing IPMOR.&lt;/P&gt;&lt;P&gt;Can anybody help me with this ?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 05 Oct 2011 08:23:18 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/tekst-selection-in-If-statement/m-p/313538#M708829</guid>
      <dc:creator />
      <dc:date>2011-10-05T08:23:18Z</dc:date>
    </item>
    <item>
      <title>tekst selection in If statement</title>
      <link>https://community.qlik.com/t5/QlikView/tekst-selection-in-If-statement/m-p/313539#M708830</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 suppose you want to use a calculated dimension. Lets call the field "Account Name" and create the dim like this:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;=if( Left([Account Name],5) = 'IPMOR', [Account Name])&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Roland&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 06 Oct 2011 12:56:49 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/tekst-selection-in-If-statement/m-p/313539#M708830</guid>
      <dc:creator />
      <dc:date>2011-10-06T12:56:49Z</dc:date>
    </item>
    <item>
      <title>tekst selection in If statement</title>
      <link>https://community.qlik.com/t5/QlikView/tekst-selection-in-If-statement/m-p/313540#M708831</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;Try the below code&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;=If( Match([Account Name],Left([Account Name],5) = 'IPMOR')&amp;nbsp; , [Account Name] )&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;To check&amp;nbsp; IPMOR only in the expression or table.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Rgds&lt;BR /&gt;Anand&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 06 Oct 2011 13:01:50 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/tekst-selection-in-If-statement/m-p/313540#M708831</guid>
      <dc:creator>its_anandrjs</dc:creator>
      <dc:date>2011-10-06T13:01:50Z</dc:date>
    </item>
  </channel>
</rss>

