<?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: Load data contains the specific value with ID in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Load-data-contains-the-specific-value-with-ID/m-p/1561526#M742553</link>
    <description>I need output only on the UI, I mean Pivot table</description>
    <pubDate>Tue, 26 Mar 2019 17:40:24 GMT</pubDate>
    <dc:creator>karan_kn</dc:creator>
    <dc:date>2019-03-26T17:40:24Z</dc:date>
    <item>
      <title>Load data contains the specific value with ID</title>
      <link>https://community.qlik.com/t5/QlikView/Load-data-contains-the-specific-value-with-ID/m-p/1561437#M742549</link>
      <description>&lt;P&gt;We required IDs data contains 'Test3', Please refer the sample screenshot below.&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="compare.JPG" style="width: 785px;"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/8852i48A852CA84F447C6/image-size/large?v=v2&amp;amp;px=999" role="button" title="compare.JPG" alt="compare.JPG" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;LOAD * INLINE [&lt;BR /&gt;ID, Name, Category&lt;BR /&gt;1, dsfdsgdfg, Test1&lt;BR /&gt;1, dsfdsgdfg, Test2&lt;BR /&gt;1, dsfdsgdfg, Test3&lt;BR /&gt;1, dsfdsgdfg, Test4&lt;BR /&gt;2, bffgtr, Test1&lt;BR /&gt;2, bffgtr, Test2&lt;BR /&gt;3, gfhtrhtr, Test2&lt;BR /&gt;3, gfhtrhtr, Test3&lt;BR /&gt;3, gfhtrhtr, Test4&lt;BR /&gt;4, nghntnry45, Test2&lt;BR /&gt;5, gfngfbw56, Test1&lt;BR /&gt;5, gfngfbw56, Test2&lt;BR /&gt;5, gfngfbw56, Test3&lt;BR /&gt;5, gfngfbw56, Test4&lt;BR /&gt;6, jkmtyerea, Test2&lt;BR /&gt;6, jkmtyerea, Test3&lt;BR /&gt;7, hgjtyurty, Test1&lt;BR /&gt;7, hgjtyurty, Test2&lt;BR /&gt;7, hgjtyurty, Test4&lt;BR /&gt;8, kjljtytr, Test1&lt;BR /&gt;8, kjljtytr, Test2&lt;BR /&gt;8, kjljtytr, Test4&lt;BR /&gt;9, yutrytry, Test3&lt;BR /&gt;];&lt;/P&gt;</description>
      <pubDate>Wed, 25 Nov 2020 16:16:04 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Load-data-contains-the-specific-value-with-ID/m-p/1561437#M742549</guid>
      <dc:creator>karan_kn</dc:creator>
      <dc:date>2020-11-25T16:16:04Z</dc:date>
    </item>
    <item>
      <title>Re: Load data contains the specific value with ID</title>
      <link>https://community.qlik.com/t5/QlikView/Load-data-contains-the-specific-value-with-ID/m-p/1561482#M742550</link>
      <description>Test3IDs:&lt;BR /&gt;Load ID as Test3ID from source where category = 'Test 3';&lt;BR /&gt;&lt;BR /&gt;Final:&lt;BR /&gt;Load ID, Name, Category&lt;BR /&gt;From source&lt;BR /&gt;where exists(Test3ID, ID);&lt;BR /&gt;Drop table Test3IDs;</description>
      <pubDate>Tue, 26 Mar 2019 16:39:06 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Load-data-contains-the-specific-value-with-ID/m-p/1561482#M742550</guid>
      <dc:creator>Vegar</dc:creator>
      <dc:date>2019-03-26T16:39:06Z</dc:date>
    </item>
    <item>
      <title>Re: Load data contains the specific value with ID</title>
      <link>https://community.qlik.com/t5/QlikView/Load-data-contains-the-specific-value-with-ID/m-p/1561501#M742551</link>
      <description>Thanks for the response, but I need output exactly like above screenshot, as I'm getting only Test3 data</description>
      <pubDate>Tue, 26 Mar 2019 17:13:31 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Load-data-contains-the-specific-value-with-ID/m-p/1561501#M742551</guid>
      <dc:creator>karan_kn</dc:creator>
      <dc:date>2019-03-26T17:13:31Z</dc:date>
    </item>
    <item>
      <title>Re: Load data contains the specific value with ID</title>
      <link>https://community.qlik.com/t5/QlikView/Load-data-contains-the-specific-value-with-ID/m-p/1561520#M742552</link>
      <description>&lt;P&gt;If you follow vegar's method your datamodel will contain only what you desire as output .&lt;BR /&gt;please specify if you want the output only on the UI or the full datamodel.&lt;BR /&gt;latter is vegars approach.&lt;BR /&gt;if you want the former you can modify vegars code and add a flag on all the ids which has Test3&lt;/P&gt;</description>
      <pubDate>Tue, 26 Mar 2019 17:30:28 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Load-data-contains-the-specific-value-with-ID/m-p/1561520#M742552</guid>
      <dc:creator>dplr-rn</dc:creator>
      <dc:date>2019-03-26T17:30:28Z</dc:date>
    </item>
    <item>
      <title>Re: Load data contains the specific value with ID</title>
      <link>https://community.qlik.com/t5/QlikView/Load-data-contains-the-specific-value-with-ID/m-p/1561526#M742553</link>
      <description>I need output only on the UI, I mean Pivot table</description>
      <pubDate>Tue, 26 Mar 2019 17:40:24 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Load-data-contains-the-specific-value-with-ID/m-p/1561526#M742553</guid>
      <dc:creator>karan_kn</dc:creator>
      <dc:date>2019-03-26T17:40:24Z</dc:date>
    </item>
    <item>
      <title>Re: Load data contains the specific value with ID</title>
      <link>https://community.qlik.com/t5/QlikView/Load-data-contains-the-specific-value-with-ID/m-p/1561534#M742554</link>
      <description>2 options&lt;BR /&gt;1- try something like below to creata a flag and use set analysis like Test3Flag={'Y'} in your pivot table&lt;BR /&gt;Test3IDs:&lt;BR /&gt;Load ID, 'Y' as Test3Flag from source where category = 'Test 3';&lt;BR /&gt;2- Option 2 pure set analysis something like below&lt;BR /&gt;Sum( {&amp;lt;&lt;BR /&gt;ID=p( {&amp;lt;Category={'Test3'}&amp;gt;}ID)&lt;BR /&gt;&amp;gt;}&lt;BR /&gt;YourMeasure)</description>
      <pubDate>Tue, 26 Mar 2019 17:54:30 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Load-data-contains-the-specific-value-with-ID/m-p/1561534#M742554</guid>
      <dc:creator>dplr-rn</dc:creator>
      <dc:date>2019-03-26T17:54:30Z</dc:date>
    </item>
  </channel>
</rss>

