<?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 Search fields, Create Flag in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Search-fields-Create-Flag/m-p/1354850#M619504</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 list of 5 fields which contain lapse times.&amp;nbsp; These are loaded as part of the load script.&amp;nbsp; My report has a table which averages the lapse times as an expression.&amp;nbsp; I have created an error code 999 to identify some specific issues with the lapse times fields.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;What I need to do is create a table which looks at any of the lapse times fields and shows a flag to identify if any of the fields have code 999.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Can anyone help me do this?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Dimension:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt; line-height: 1.5em;"&gt;CustomerRef,&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;JobRef&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Expression:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Lapse_A&lt;/P&gt;&lt;P&gt;Lapse_B&lt;/P&gt;&lt;P&gt;Lapse_C&lt;/P&gt;&lt;P&gt;Lapse_D&lt;/P&gt;&lt;P&gt;Lapse_E&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If any of the Lapse fields in my table contain '999', then flag for the customer ref&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Any thoughts?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Cheers&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Phil&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 06 Apr 2017 12:12:28 GMT</pubDate>
    <dc:creator>Anonymous</dc:creator>
    <dc:date>2017-04-06T12:12:28Z</dc:date>
    <item>
      <title>Search fields, Create Flag</title>
      <link>https://community.qlik.com/t5/QlikView/Search-fields-Create-Flag/m-p/1354850#M619504</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 list of 5 fields which contain lapse times.&amp;nbsp; These are loaded as part of the load script.&amp;nbsp; My report has a table which averages the lapse times as an expression.&amp;nbsp; I have created an error code 999 to identify some specific issues with the lapse times fields.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;What I need to do is create a table which looks at any of the lapse times fields and shows a flag to identify if any of the fields have code 999.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Can anyone help me do this?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Dimension:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt; line-height: 1.5em;"&gt;CustomerRef,&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;JobRef&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Expression:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Lapse_A&lt;/P&gt;&lt;P&gt;Lapse_B&lt;/P&gt;&lt;P&gt;Lapse_C&lt;/P&gt;&lt;P&gt;Lapse_D&lt;/P&gt;&lt;P&gt;Lapse_E&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If any of the Lapse fields in my table contain '999', then flag for the customer ref&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Any thoughts?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Cheers&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Phil&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 06 Apr 2017 12:12:28 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Search-fields-Create-Flag/m-p/1354850#M619504</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2017-04-06T12:12:28Z</dc:date>
    </item>
    <item>
      <title>Re: Search fields, Create Flag</title>
      <link>https://community.qlik.com/t5/QlikView/Search-fields-Create-Flag/m-p/1354851#M619505</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;=if(Lapse_A='999' or Lapse_B='999' or&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Lapse_C='999' or Lapse_D='999' or Lapse_E='999',&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 1,0) as Flag,&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 06 Apr 2017 12:37:30 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Search-fields-Create-Flag/m-p/1354851#M619505</guid>
      <dc:creator>m_woolf</dc:creator>
      <dc:date>2017-04-06T12:37:30Z</dc:date>
    </item>
    <item>
      <title>Re: Search fields, Create Flag</title>
      <link>https://community.qlik.com/t5/QlikView/Search-fields-Create-Flag/m-p/1354852#M619506</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Or This?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;STRONG&gt;=if(Lapse_A='999', If(Lapse_B='999', If(Lapse_C='999', If(Lapse_D='999', If(Lapse_E='999',1,0))))) as Flag,&lt;/STRONG&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 06 Apr 2017 12:42:50 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Search-fields-Create-Flag/m-p/1354852#M619506</guid>
      <dc:creator>Anil_Babu_Samineni</dc:creator>
      <dc:date>2017-04-06T12:42:50Z</dc:date>
    </item>
    <item>
      <title>Re: Search fields, Create Flag</title>
      <link>https://community.qlik.com/t5/QlikView/Search-fields-Create-Flag/m-p/1354853#M619507</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;SPAN lang="EN-US" style="font-size: 9.0pt; font-family: 'Courier New'; color: blue;"&gt;IF&lt;/SPAN&gt;&lt;SPAN lang="EN-US" style="font-size: 9.0pt; font-family: 'Courier New'; color: black;"&gt;(&lt;/SPAN&gt;&lt;SPAN lang="EN-US" style="font-size: 9.0pt; font-family: 'Courier New'; color: blue;"&gt;RangeSum&lt;/SPAN&gt;&lt;SPAN lang="EN-US" style="font-size: 9.0pt; font-family: 'Courier New'; color: black;"&gt;(&lt;/SPAN&gt;&lt;SPAN lang="EN-US" style="font-size: 9.0pt; font-family: 'Courier New'; color: maroon;"&gt;Lapse_A&lt;/SPAN&gt;&lt;SPAN lang="EN-US" style="font-size: 9.0pt; font-family: 'Courier New'; color: black;"&gt;,&lt;/SPAN&gt;&lt;SPAN lang="EN-US" style="font-size: 9.0pt; font-family: 'Courier New'; color: maroon;"&gt;Lapse_B&lt;/SPAN&gt;&lt;SPAN lang="EN-US" style="font-size: 9.0pt; font-family: 'Courier New'; color: black;"&gt;,&lt;/SPAN&gt;&lt;SPAN lang="EN-US" style="font-size: 9.0pt; font-family: 'Courier New'; color: maroon;"&gt;Lapse_C&lt;/SPAN&gt;&lt;SPAN lang="EN-US" style="font-size: 9.0pt; font-family: 'Courier New'; color: black;"&gt;,&lt;/SPAN&gt;&lt;SPAN lang="EN-US" style="font-size: 9.0pt; font-family: 'Courier New'; color: maroon;"&gt;Lapse_D&lt;/SPAN&gt;&lt;SPAN lang="EN-US" style="font-size: 9.0pt; font-family: 'Courier New'; color: black;"&gt;,&lt;/SPAN&gt;&lt;SPAN lang="EN-US" style="font-size: 9.0pt; font-family: 'Courier New'; color: maroon;"&gt;Lapse_E&lt;/SPAN&gt;&lt;SPAN lang="EN-US" style="font-size: 9.0pt; font-family: 'Courier New'; color: black;"&gt;)=999*5,1,0) &lt;/SPAN&gt;&lt;SPAN lang="EN-US" style="font-size: 9.0pt; font-family: 'Courier New'; color: blue;"&gt;AS&lt;/SPAN&gt; &lt;SPAN lang="EN-US" style="font-size: 9.0pt; font-family: 'Courier New'; color: maroon;"&gt;FLAG&lt;/SPAN&gt;&lt;SPAN lang="EN-US" style="font-size: 9.0pt; font-family: 'Courier New'; color: black;"&gt;; &lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 06 Apr 2017 12:56:39 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Search-fields-Create-Flag/m-p/1354853#M619507</guid>
      <dc:creator>el_aprendiz111</dc:creator>
      <dc:date>2017-04-06T12:56:39Z</dc:date>
    </item>
    <item>
      <title>Re: Search fields, Create Flag</title>
      <link>https://community.qlik.com/t5/QlikView/Search-fields-Create-Flag/m-p/1354854#M619508</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Sorted.&amp;nbsp; I thought there might be an easier way.&amp;nbsp; Cheers&amp;nbsp;&amp;nbsp; Phil&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 06 Apr 2017 13:09:41 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Search-fields-Create-Flag/m-p/1354854#M619508</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2017-04-06T13:09:41Z</dc:date>
    </item>
  </channel>
</rss>

