<?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: retrieve juste some values from two fields with exists in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/retrieve-just-some-values-from-two-fields-with-exists/m-p/876418#M656100</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;try this to understand how exists works&lt;EM&gt;&lt;BR /&gt;&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;&lt;BR /&gt;&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;a:&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;load * INLINE [&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;RECEIVER_REPORTING_PARTY_NAME&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;DC_NY&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;&lt;STRONG&gt;TraMarket&lt;/STRONG&gt;&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;];&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;b:&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;Load * INLINE [&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;CONFIRMATION_STATUS&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;&lt;STRONG&gt;TraMarket&lt;/STRONG&gt;&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;TraPaper&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;] &lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;WHERE Exists(RECEIVER_REPORTING_PARTY_NAME, CONFIRMATION_STATUS);&lt;/EM&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 23 Jun 2015 12:06:50 GMT</pubDate>
    <dc:creator>maxgro</dc:creator>
    <dc:date>2015-06-23T12:06:50Z</dc:date>
    <item>
      <title>retrieve just some values from two fields with exists</title>
      <link>https://community.qlik.com/t5/QlikView/retrieve-just-some-values-from-two-fields-with-exists/m-p/876416#M656098</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hello&lt;/P&gt;&lt;P&gt;i want to retrieve juste a some values from two fields&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;load * INLINE [&lt;/P&gt;&lt;P&gt;RECEIVER_REPORTING_PARTY_NAME&lt;/P&gt;&lt;P&gt;DC_NY&lt;/P&gt;&lt;P&gt;];&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Load * INLINE [&lt;/P&gt;&lt;P&gt;CONFIRMATION_STATUS&lt;/P&gt;&lt;P&gt;TraMarket&lt;/P&gt;&lt;P&gt;TraPaper&lt;/P&gt;&lt;P&gt;] ;&lt;/P&gt;&lt;P&gt;in the load instruction :&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;WHERE Exists(RECEIVER_REPORTING_PARTY_NAME, CONFIRMATION_STATUS)'.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;but it seems not work because in the GUI, i have&amp;nbsp; all values for the field CONFIRMATION_STATUS&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 23 Jun 2015 08:40:33 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/retrieve-just-some-values-from-two-fields-with-exists/m-p/876416#M656098</guid>
      <dc:creator />
      <dc:date>2015-06-23T08:40:33Z</dc:date>
    </item>
    <item>
      <title>Re: retrieve juste some values from two fields with exists</title>
      <link>https://community.qlik.com/t5/QlikView/retrieve-just-some-values-from-two-fields-with-exists/m-p/876417#M656099</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Generally In the above example there is no data to be loaded because &lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;RECEIVER_REPORTING_PARTY_NAME, CONFIRMATION_STATUS don't have common values on the Inline tables.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The Exists will work only to load the common values or not with given field names.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;As per my understnading, you need to load only specific values &amp;amp; list of values are static, try like below:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;FIELDVALUELISTTABLE:&lt;/P&gt;&lt;P&gt;LOAD * INLINE [&lt;/P&gt;&lt;P&gt;FIleterValues&lt;/P&gt;&lt;P&gt;value1&lt;/P&gt;&lt;P&gt;value2&lt;/P&gt;&lt;P&gt;value3&lt;/P&gt;&lt;P&gt;];&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;LOAD &lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Field1,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Field2&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; ..&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; ..&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; ..&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; ..&lt;/P&gt;&lt;P&gt;From TableName.qvd&lt;/P&gt;&lt;P&gt;Where ( FilterValues , [FieldNameapply the filter] );&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;DROP Table &lt;SPAN style="font-size: 13.3333330154419px;"&gt;FIELDVALUELISTTABLE;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If you still have questions, please post script and clearly explain the requirements &amp;amp; whats probelm u r facing.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 23 Jun 2015 11:36:37 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/retrieve-just-some-values-from-two-fields-with-exists/m-p/876417#M656099</guid>
      <dc:creator />
      <dc:date>2015-06-23T11:36:37Z</dc:date>
    </item>
    <item>
      <title>Re: retrieve juste some values from two fields with exists</title>
      <link>https://community.qlik.com/t5/QlikView/retrieve-just-some-values-from-two-fields-with-exists/m-p/876418#M656100</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;try this to understand how exists works&lt;EM&gt;&lt;BR /&gt;&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;&lt;BR /&gt;&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;a:&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;load * INLINE [&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;RECEIVER_REPORTING_PARTY_NAME&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;DC_NY&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;&lt;STRONG&gt;TraMarket&lt;/STRONG&gt;&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;];&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;b:&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;Load * INLINE [&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;CONFIRMATION_STATUS&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;&lt;STRONG&gt;TraMarket&lt;/STRONG&gt;&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;TraPaper&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;] &lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;WHERE Exists(RECEIVER_REPORTING_PARTY_NAME, CONFIRMATION_STATUS);&lt;/EM&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 23 Jun 2015 12:06:50 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/retrieve-just-some-values-from-two-fields-with-exists/m-p/876418#M656100</guid>
      <dc:creator>maxgro</dc:creator>
      <dc:date>2015-06-23T12:06:50Z</dc:date>
    </item>
    <item>
      <title>Re: retrieve juste some values from two fields with exists</title>
      <link>https://community.qlik.com/t5/QlikView/retrieve-just-some-values-from-two-fields-with-exists/m-p/876419#M656101</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;thanks massimo grossi.&lt;/P&gt;&lt;P&gt;yes i will try it.&lt;/P&gt;&lt;P&gt;for my problem i thinks i can do this :&lt;/P&gt;&lt;P&gt;&lt;EM style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;WHERE Exists(RECEIVER_REPORTING_PARTY_NAME ) and Exist (&lt;EM style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;CONFIRMATION_STATUS)&lt;/EM&gt;&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;i will keep you updated &lt;IMG src="https://community.qlik.com/legacyfs/online/emoticons/happy.png" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 23 Jun 2015 22:00:35 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/retrieve-just-some-values-from-two-fields-with-exists/m-p/876419#M656101</guid>
      <dc:creator />
      <dc:date>2015-06-23T22:00:35Z</dc:date>
    </item>
  </channel>
</rss>

