<?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: Getting missing values in text box in App Development</title>
    <link>https://community.qlik.com/t5/App-Development/Getting-missing-values-in-text-box/m-p/1520848#M37287</link>
    <description>I want to have the values in the text, and not the count of the missing records.&lt;BR /&gt;I am able to get the count, but finding difficulty in getting the record values.</description>
    <pubDate>Fri, 14 Dec 2018 07:36:08 GMT</pubDate>
    <dc:creator>sampada0810</dc:creator>
    <dc:date>2018-12-14T07:36:08Z</dc:date>
    <item>
      <title>Getting missing values in text box</title>
      <link>https://community.qlik.com/t5/App-Development/Getting-missing-values-in-text-box/m-p/1520490#M37249</link>
      <description>&lt;P&gt;Hi All,&lt;/P&gt;&lt;P&gt;I have a scenario where in I have 2 same columns(ProductKey) in 2 different source tables: say A.ProductKey coming from source table A and B.ProductKey coming from source Table B.&lt;/P&gt;&lt;P&gt;I want to get the &lt;STRONG&gt;mismatching values&lt;/STRONG&gt; of the 2 columns&amp;nbsp;in a text box so that I can pull them and show the values in the NPrinting report saying : 'xxx'are the values from Source Table B which are not Present in Source Table A.&lt;/P&gt;&lt;P&gt;How will I handle this&amp;nbsp; (preferably at the front end) in Qlik Sense ??&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Sampada&lt;/P&gt;</description>
      <pubDate>Thu, 13 Dec 2018 14:16:21 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Getting-missing-values-in-text-box/m-p/1520490#M37249</guid>
      <dc:creator>sampada0810</dc:creator>
      <dc:date>2018-12-13T14:16:21Z</dc:date>
    </item>
    <item>
      <title>Re: Getting missing values in text box</title>
      <link>https://community.qlik.com/t5/App-Development/Getting-missing-values-in-text-box/m-p/1520533#M37253</link>
      <description>Hi, if there is a field that always has a value you can use it to count values in that table, ie:&lt;BR /&gt;Count(Distinct {&amp;lt;FieldTable1={"*"}&amp;gt;} ProductKey)&lt;BR /&gt;Count(Distinct {&amp;lt;FieldTable2={"*"}&amp;gt;} ProductKey)</description>
      <pubDate>Thu, 13 Dec 2018 15:02:05 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Getting-missing-values-in-text-box/m-p/1520533#M37253</guid>
      <dc:creator>rubenmarin</dc:creator>
      <dc:date>2018-12-13T15:02:05Z</dc:date>
    </item>
    <item>
      <title>Re: Getting missing values in text box</title>
      <link>https://community.qlik.com/t5/App-Development/Getting-missing-values-in-text-box/m-p/1520848#M37287</link>
      <description>I want to have the values in the text, and not the count of the missing records.&lt;BR /&gt;I am able to get the count, but finding difficulty in getting the record values.</description>
      <pubDate>Fri, 14 Dec 2018 07:36:08 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Getting-missing-values-in-text-box/m-p/1520848#M37287</guid>
      <dc:creator>sampada0810</dc:creator>
      <dc:date>2018-12-14T07:36:08Z</dc:date>
    </item>
    <item>
      <title>Re: Getting missing values in text box</title>
      <link>https://community.qlik.com/t5/App-Development/Getting-missing-values-in-text-box/m-p/1520852#M37289</link>
      <description>Maybe with:&lt;BR /&gt;Concat(Distinct {&amp;lt;FieldTable1={"*"}&amp;gt;-&amp;lt;FieldTable2={"*"}&amp;gt;} ProductKey, ', ')&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Fri, 14 Dec 2018 07:44:39 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Getting-missing-values-in-text-box/m-p/1520852#M37289</guid>
      <dc:creator>rubenmarin</dc:creator>
      <dc:date>2018-12-14T07:44:39Z</dc:date>
    </item>
  </channel>
</rss>

