<?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: Question on If(Exists(fieldname)... in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Question-on-If-Exists-fieldname/m-p/1290021#M861869</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I think there it is a single quote issue&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;If(Exists(CheckKey,[Eligible Key]),&lt;SPAN style="color: #ff0000; font-size: 18pt;"&gt;’&lt;/SPAN&gt;WCPA&lt;SPAN style="color: #ff0000; font-size: 18pt;"&gt;’&lt;/SPAN&gt;,’N/A’) as [WCPA Actual]&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;Try this:&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;If(Exists(CheckKey,[Eligible Key]),&lt;SPAN style="color: #ff0000; font-size: 18pt;"&gt;'&lt;/SPAN&gt;WCPA&lt;SPAN style="color: #ff0000; font-size: 18pt;"&gt;'&lt;/SPAN&gt;,’N/A’) as [WCPA Actual]&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 09 Jan 2017 17:15:29 GMT</pubDate>
    <dc:creator>sunny_talwar</dc:creator>
    <dc:date>2017-01-09T17:15:29Z</dc:date>
    <item>
      <title>Question on If(Exists(fieldname)...</title>
      <link>https://community.qlik.com/t5/QlikView/Question-on-If-Exists-fieldname/m-p/1290018#M861866</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello - I am new to QlikView and will greatly appreciate guidance on the following - &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="margin-top: 1.2pt; margin-bottom: 1.2pt;"&gt;&lt;SPAN style="font-family: 'Calibri',sans-serif; color: black;"&gt;In the code below, field&amp;nbsp; [WCPA Actuals] takes on different values depending on whether field Eligible Key is in the WCPAlist of Eligible Keys.&amp;nbsp; &lt;/SPAN&gt;&lt;/P&gt;&lt;P style="margin-top: 1.2pt; margin-bottom: 1.2pt;"&gt;&lt;SPAN style="font-family: 'Calibri',sans-serif; color: black;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="margin: 1.2pt 0;"&gt;&lt;SPAN style="font-family: 'Calibri',sans-serif; color: black;"&gt;How do i make it happen in the FinalData load?&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;WCPAlist:&lt;/P&gt;&lt;P&gt;Noconcatenate &lt;/P&gt;&lt;P&gt;Load &lt;/P&gt;&lt;P&gt;[Eligible Key]&lt;/P&gt;&lt;P&gt;From CasMap where Coverage = ‘WCPA’;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;FinalData:&lt;/P&gt;&lt;P&gt;Noconcatenate &lt;/P&gt;&lt;P&gt;Load &lt;/P&gt;&lt;P&gt;[Eligible Key],&amp;nbsp; &lt;/P&gt;&lt;P&gt;[Account Name],&lt;/P&gt;&lt;P&gt;[Create Date],&lt;/P&gt;&lt;P&gt;[Modified Date],&lt;/P&gt;&lt;P&gt;If(Exists([Eligible Key], ’WCPA’ ,’N/A’) as [&lt;SPAN style="background: yellow;"&gt;WCPA Actuals&lt;/SPAN&gt;] &lt;/P&gt;&lt;P&gt;Resident MasterTable;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;WILL IF(EXISTS([Eligible Key]&amp;nbsp; above WORK?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Many thanks!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 25 Nov 2020 16:16:04 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Question-on-If-Exists-fieldname/m-p/1290018#M861866</guid>
      <dc:creator>peterkumar</dc:creator>
      <dc:date>2020-11-25T16:16:04Z</dc:date>
    </item>
    <item>
      <title>Re: Question on If(Exists(fieldname)...</title>
      <link>https://community.qlik.com/t5/QlikView/Question-on-If-Exists-fieldname/m-p/1290019#M861867</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Try like this:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;WCPAlist:&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;NoConcatenate&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;LOAD &lt;/STRONG&gt;&lt;STRONG&gt;[Eligible Key] &lt;SPAN style="color: #ff0000;"&gt;as CheckKey&lt;/SPAN&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;From CasMap&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Where Coverage = ‘WCPA’;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;FinalData:&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;NoConcatenate&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;LOAD &lt;/STRONG&gt;&lt;STRONG&gt;[Eligible Key],&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;[Account Name],&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;[Create Date],&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;[Modified Date],&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;If(&lt;SPAN style="color: #ff0000;"&gt;Exists(CheckKey, [Eligible Key])&lt;/SPAN&gt;, ’WCPA’ ,’N/A’) as [WCPA Actuals]&lt;/STRONG&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;Resident MasterTable;&lt;/STRONG&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 09 Jan 2017 02:19:41 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Question-on-If-Exists-fieldname/m-p/1290019#M861867</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2017-01-09T02:19:41Z</dc:date>
    </item>
    <item>
      <title>Re: Question on If(Exists(fieldname)...</title>
      <link>https://community.qlik.com/t5/QlikView/Question-on-If-Exists-fieldname/m-p/1290020#M861868</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks Sunny.&amp;nbsp; For some reason that is not working.&amp;nbsp; Error I get is&amp;nbsp; -&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Field not found - &amp;lt;’WCPA’&amp;gt;&lt;BR /&gt;FinalData:&lt;BR /&gt;NoConcatenate&lt;/P&gt;&lt;P&gt;LOAD [Eligible Key], &lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; [Company Number], &lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Source, &lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; [Account Name], &lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Coverage, &lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; [Forecast Effective Date], &lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; [Create Date], &lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; [Modified Date], &lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; [Selected Loss Pick], &lt;BR /&gt;&amp;nbsp; &lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; If(Exists(CheckKey,[Eligible Key]),’WCPA’,’N/A’) as [WCPA Actual],&lt;BR /&gt;&amp;nbsp;&amp;nbsp; &lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; [WCPA Create Date]&lt;BR /&gt;FROM&lt;BR /&gt;&lt;C&gt;&lt;BR /&gt;(txt, utf8, embedded labels, delimiter is ',', msq)&lt;/C&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 09 Jan 2017 16:51:05 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Question-on-If-Exists-fieldname/m-p/1290020#M861868</guid>
      <dc:creator>peterkumar</dc:creator>
      <dc:date>2017-01-09T16:51:05Z</dc:date>
    </item>
    <item>
      <title>Re: Question on If(Exists(fieldname)...</title>
      <link>https://community.qlik.com/t5/QlikView/Question-on-If-Exists-fieldname/m-p/1290021#M861869</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I think there it is a single quote issue&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;If(Exists(CheckKey,[Eligible Key]),&lt;SPAN style="color: #ff0000; font-size: 18pt;"&gt;’&lt;/SPAN&gt;WCPA&lt;SPAN style="color: #ff0000; font-size: 18pt;"&gt;’&lt;/SPAN&gt;,’N/A’) as [WCPA Actual]&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;Try this:&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;If(Exists(CheckKey,[Eligible Key]),&lt;SPAN style="color: #ff0000; font-size: 18pt;"&gt;'&lt;/SPAN&gt;WCPA&lt;SPAN style="color: #ff0000; font-size: 18pt;"&gt;'&lt;/SPAN&gt;,’N/A’) as [WCPA Actual]&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 09 Jan 2017 17:15:29 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Question-on-If-Exists-fieldname/m-p/1290021#M861869</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2017-01-09T17:15:29Z</dc:date>
    </item>
    <item>
      <title>Re: Question on If(Exists(fieldname)...</title>
      <link>https://community.qlik.com/t5/QlikView/Question-on-If-Exists-fieldname/m-p/1290022#M861870</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Many thanks Sunny!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Much appreciated.&amp;nbsp; &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 09 Jan 2017 18:41:33 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Question-on-If-Exists-fieldname/m-p/1290022#M861870</guid>
      <dc:creator>peterkumar</dc:creator>
      <dc:date>2017-01-09T18:41:33Z</dc:date>
    </item>
  </channel>
</rss>

