<?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: Removing Junk Data and Files from Chart in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Removing-Junk-Data-and-Files-from-Chart/m-p/1455516#M793789</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;yes,correct.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;regarding restricted date,write expression with condition.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 02 Feb 2018 14:48:55 GMT</pubDate>
    <dc:creator>buzzy996</dc:creator>
    <dc:date>2018-02-02T14:48:55Z</dc:date>
    <item>
      <title>Removing Junk Data and Files from Chart</title>
      <link>https://community.qlik.com/t5/QlikView/Removing-Junk-Data-and-Files-from-Chart/m-p/1455509#M793782</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello All,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have a query with regard to cleaning up the data received before any operation is carried out on it.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Currently, the raw data has a lot of junk values that is not required for analysis. (Due to delayed/incorrect sensor measurements). Please refer below screenshot: (Multiple graphs are plotted on a single chart)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG __jive_id="189901" class="jive-image image-1" src="https://community.qlik.com/legacyfs/online/189901_pastedImage_0.png" style="max-height: 900px; max-width: 1200px;" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;All values present below 1800 and all values above 8500 on the x-axis are considered junk. My intention is to remove these values out completely i.e.&lt;STRONG&gt; using a button: When it's pressed, all files containing these junk data ranges must be removed from the graph&lt;/STRONG&gt; and therefore, we would have a cleaner graph to carry out analysis.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I could only use a conditional statement like: if( [Y1]&amp;lt;8500 or [Y1]&amp;gt;1500, Only(Y1)). But, it only deletes a small range of the values.and the remaining data Information of that file is still present on the plot.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Does anyone have any ideas with regard to implementing the above objective?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Have attached sample files for your reference.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;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/Removing-Junk-Data-and-Files-from-Chart/m-p/1455509#M793782</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2020-11-25T16:16:04Z</dc:date>
    </item>
    <item>
      <title>Re: Removing Junk Data and Files from Chart</title>
      <link>https://community.qlik.com/t5/QlikView/Removing-Junk-Data-and-Files-from-Chart/m-p/1455510#M793783</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Can anyone support with a suitable solution to resolve this query?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 02 Feb 2018 07:53:18 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Removing-Junk-Data-and-Files-from-Chart/m-p/1455510#M793783</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2018-02-02T07:53:18Z</dc:date>
    </item>
    <item>
      <title>Re: Removing Junk Data and Files from Chart</title>
      <link>https://community.qlik.com/t5/QlikView/Removing-Junk-Data-and-Files-from-Chart/m-p/1455511#M793784</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Where you want to implement that logic in front end or back end&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Easiest way is at back end&lt;/P&gt;&lt;P&gt;Back End&lt;/P&gt;&lt;P&gt;Load * from File&lt;/P&gt;&lt;P&gt;where Y1&amp;lt;8500 and Y1&amp;gt; 1500;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Front end&lt;/P&gt;&lt;P&gt;In chart expression&lt;/P&gt;&lt;P&gt;sum({&amp;lt;Y1={"&amp;gt;1500&amp;lt;8500"}&amp;gt;}Y1)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 02 Feb 2018 08:04:49 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Removing-Junk-Data-and-Files-from-Chart/m-p/1455511#M793784</guid>
      <dc:creator>big_dreams</dc:creator>
      <dc:date>2018-02-02T08:04:49Z</dc:date>
    </item>
    <item>
      <title>Re: Removing Junk Data and Files from Chart</title>
      <link>https://community.qlik.com/t5/QlikView/Removing-Junk-Data-and-Files-from-Chart/m-p/1455512#M793785</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Make a separate chart which can be activated through button&lt;/P&gt;&lt;P&gt;and Now put expression that removes junk value in chart&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;when u'll click the button, without junk chart will be activated.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 02 Feb 2018 08:51:33 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Removing-Junk-Data-and-Files-from-Chart/m-p/1455512#M793785</guid>
      <dc:creator>shiveshsingh</dc:creator>
      <dc:date>2018-02-02T08:51:33Z</dc:date>
    </item>
    <item>
      <title>Re: Removing Junk Data and Files from Chart</title>
      <link>https://community.qlik.com/t5/QlikView/Removing-Junk-Data-and-Files-from-Chart/m-p/1455513#M793786</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;i think it's not possible directly what u r looking for,but u can work around by creating two charts with button the same solution(chat 1 with full data and chat 2 with restricted data)&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 02 Feb 2018 11:04:05 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Removing-Junk-Data-and-Files-from-Chart/m-p/1455513#M793786</guid>
      <dc:creator>buzzy996</dc:creator>
      <dc:date>2018-02-02T11:04:05Z</dc:date>
    </item>
    <item>
      <title>Re: Removing Junk Data and Files from Chart</title>
      <link>https://community.qlik.com/t5/QlikView/Removing-Junk-Data-and-Files-from-Chart/m-p/1455514#M793787</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello Max,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks for your reply&amp;nbsp; &lt;IMG src="https://community.qlik.com/legacyfs/online/emoticons/happy.png" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;However, it was not what I require. Perhaps I needed to explain my problem statement more clearly.&lt;/P&gt;&lt;P&gt;Your suggestion only considers removing the data for all values in Y1 that lie outside the (1500, 8500) range. However, I require the below action to be taken on the graph:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Remove the data for which ((X &amp;lt; 1500 OR X &amp;gt; 8500) AND (Corresponding Y1 value at that point on the X-axis is NOT equal to zero)) and furthermore, also &lt;STRONG&gt;remove the files&lt;/STRONG&gt; containing this data from the plotted graph and ONLY display those files which have values in the expected range (Here, Between 1500 and 8500)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Any suggestions to implement the above logic?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please let me know if any further information or clarification is required with regard to the same.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Suraj&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Note:&lt;/P&gt;&lt;P&gt;In my backend, the script imports multiple files from a Folder without using the * Operator. &lt;/P&gt;&lt;P&gt;SImilar to the technique in below link:&lt;/P&gt;&lt;P&gt;&lt;A href="https://community.qlik.com/thread/62449"&gt;&lt;/A&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 02 Feb 2018 14:38:45 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Removing-Junk-Data-and-Files-from-Chart/m-p/1455514#M793787</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2018-02-02T14:38:45Z</dc:date>
    </item>
    <item>
      <title>Re: Removing Junk Data and Files from Chart</title>
      <link>https://community.qlik.com/t5/QlikView/Removing-Junk-Data-and-Files-from-Chart/m-p/1455515#M793788</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello Shiva,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Do you mean creating a button to swap between charts? Where, for instance, Chart 1 is hidden and only Chart 2 (Containing filtered data) is displayed when the button is pressed.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Furthermore, any suggestions for implementing the graph with the restricted data?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Suraj&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 02 Feb 2018 14:43:58 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Removing-Junk-Data-and-Files-from-Chart/m-p/1455515#M793788</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2018-02-02T14:43:58Z</dc:date>
    </item>
    <item>
      <title>Re: Removing Junk Data and Files from Chart</title>
      <link>https://community.qlik.com/t5/QlikView/Removing-Junk-Data-and-Files-from-Chart/m-p/1455516#M793789</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;yes,correct.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;regarding restricted date,write expression with condition.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 02 Feb 2018 14:48:55 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Removing-Junk-Data-and-Files-from-Chart/m-p/1455516#M793789</guid>
      <dc:creator>buzzy996</dc:creator>
      <dc:date>2018-02-02T14:48:55Z</dc:date>
    </item>
  </channel>
</rss>

