<?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: How to extract data in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/How-to-extract-data/m-p/125598#M764625</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thank you Tresesco, I have applied your solution except changed '&amp;gt;' to '=' and used in the load script . It is giving me what I want.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;If&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;(&lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;Len&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;(&lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;Trim&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;(&lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;Parent1&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;&amp;amp;&lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;Parent2&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;&amp;amp;&lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;Parent3&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;&amp;amp;&lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;Parent4&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;))=0, &lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;JOBNAME&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;) &lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;as&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt; &lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;singlejob&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;, &lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 10 Jul 2018 06:05:09 GMT</pubDate>
    <dc:creator>ashis</dc:creator>
    <dc:date>2018-07-10T06:05:09Z</dc:date>
    <item>
      <title>How to extract data</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-extract-data/m-p/125595#M764622</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 data like image below, I want to show only data that has no parents , either in load script (extract information) or in chart.&lt;/P&gt;&lt;P&gt;Could you please help me how to extract this peace of information.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG class="jive-image image-1" src="https://community.qlik.com/legacyfs/online/207410_pastedImage_0.png" style="max-height: 900px; max-width: 1200px;" /&gt;&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/How-to-extract-data/m-p/125595#M764622</guid>
      <dc:creator>ashis</dc:creator>
      <dc:date>2020-11-25T16:16:04Z</dc:date>
    </item>
    <item>
      <title>Re: How to extract data</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-extract-data/m-p/125596#M764623</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Try like:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Straight table&lt;/P&gt;&lt;P&gt;Dim: Sequence&lt;/P&gt;&lt;P&gt;Exp: &lt;STRONG&gt;If(Len(Trim(Parent1&amp;amp;Parent2&amp;amp;Parent3&amp;amp;Parent4))&amp;gt;0, JOBNAME)&lt;/STRONG&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 10 Jul 2018 05:43:55 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-extract-data/m-p/125596#M764623</guid>
      <dc:creator>tresB</dc:creator>
      <dc:date>2018-07-10T05:43:55Z</dc:date>
    </item>
    <item>
      <title>Re: How to extract data</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-extract-data/m-p/125597#M764624</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi&amp;nbsp; Tresesco,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thank you for your reply. I tried your expression it is giving me following result , not the desire result.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG class="jive-image image-1" src="https://community.qlik.com/legacyfs/online/207411_pastedImage_0.png" style="max-height: 900px; max-width: 1200px;" /&gt;&lt;/P&gt;&lt;P&gt;In my data , I have time&amp;nbsp; as one column (job time) . I want to show all the jobs and its time ( as an expression) but only those jobs who has no parent.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 10 Jul 2018 05:52:50 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-extract-data/m-p/125597#M764624</guid>
      <dc:creator>ashis</dc:creator>
      <dc:date>2018-07-10T05:52:50Z</dc:date>
    </item>
    <item>
      <title>Re: How to extract data</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-extract-data/m-p/125598#M764625</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thank you Tresesco, I have applied your solution except changed '&amp;gt;' to '=' and used in the load script . It is giving me what I want.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;If&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;(&lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;Len&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;(&lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;Trim&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;(&lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;Parent1&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;&amp;amp;&lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;Parent2&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;&amp;amp;&lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;Parent3&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;&amp;amp;&lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;Parent4&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;))=0, &lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;JOBNAME&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;) &lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;as&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt; &lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;singlejob&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;, &lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 10 Jul 2018 06:05:09 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-extract-data/m-p/125598#M764625</guid>
      <dc:creator>ashis</dc:creator>
      <dc:date>2018-07-10T06:05:09Z</dc:date>
    </item>
    <item>
      <title>Re: How to extract data</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-extract-data/m-p/125599#M764626</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Then try using the above expression as calculated dimension and the time field as expression.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 10 Jul 2018 06:05:24 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-extract-data/m-p/125599#M764626</guid>
      <dc:creator>tresB</dc:creator>
      <dc:date>2018-07-10T06:05:24Z</dc:date>
    </item>
    <item>
      <title>Re: How to extract data</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-extract-data/m-p/125600#M764627</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;Try like this.&lt;/P&gt;&lt;P&gt;&lt;IMG alt="Capture.PNG" class="jive-image image-1" src="https://community.qlik.com/legacyfs/online/207416_Capture.PNG" style="height: auto;" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG alt="Untitled.png" class="jive-image image-2" src="https://community.qlik.com/legacyfs/online/207417_Untitled.png" style="height: 181px; width: 620px;" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 10 Jul 2018 06:13:41 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-extract-data/m-p/125600#M764627</guid>
      <dc:creator>qlikviewwizard</dc:creator>
      <dc:date>2018-07-10T06:13:41Z</dc:date>
    </item>
    <item>
      <title>Re: How to extract data</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-extract-data/m-p/125601#M764628</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Try with where clause in the end , like where IsNull(Parent1) &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 10 Jul 2018 06:23:28 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-extract-data/m-p/125601#M764628</guid>
      <dc:creator>nishanthi_8</dc:creator>
      <dc:date>2018-07-10T06:23:28Z</dc:date>
    </item>
    <item>
      <title>Re: How to extract data</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-extract-data/m-p/125602#M764629</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi &lt;STRONG style="font-size: 11.7px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;A href="https://community.qlik.com/people/ashissau"&gt;ashissau&lt;/A&gt;&lt;/STRONG&gt;,&lt;/P&gt;&lt;P&gt;Did you able to get the solution?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 11 Jul 2018 06:13:45 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-extract-data/m-p/125602#M764629</guid>
      <dc:creator>qlikviewwizard</dc:creator>
      <dc:date>2018-07-11T06:13:45Z</dc:date>
    </item>
    <item>
      <title>Re: How to extract data</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-extract-data/m-p/125603#M764630</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Arjun,&lt;/P&gt;&lt;P&gt;I created calculated dimension and used this expression to get my result.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 8pt;"&gt;=&lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;If&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;(&lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;Len&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;(&lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;Trim&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;(&lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;Parent1&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;&amp;amp;&lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;Parent2&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;&amp;amp;&lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;Parent3&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;&amp;amp;&lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;Parent4&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;))=0, &lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;JOBNAME&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;) &lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 12 Jul 2018 04:41:06 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-extract-data/m-p/125603#M764630</guid>
      <dc:creator>ashis</dc:creator>
      <dc:date>2018-07-12T04:41:06Z</dc:date>
    </item>
  </channel>
</rss>

