<?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: Visualize time series in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Visualize-time-series/m-p/309907#M580359</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Ok, just tried.. I'm afraid it only plots as per the date restrictions on the previous tab..&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Sun, 18 Dec 2011 00:21:40 GMT</pubDate>
    <dc:creator />
    <dc:date>2011-12-18T00:21:40Z</dc:date>
    <item>
      <title>Visualize time series</title>
      <link>https://community.qlik.com/t5/QlikView/Visualize-time-series/m-p/309901#M580353</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I would like to create a time series chart in a new tab which is semi-dependent on drill-down in a previous chart. The previous tab drills-down as Category&amp;gt;Subcategory&amp;gt;Object.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In the dataset I also have Object ID.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The previous tab shows the top 10 Objects after drill down for a restricted point in time. I would like to display the WHOLE time series for those 10 objects (based on x axis time (Date) and&amp;nbsp; Object Value, with the Objects appearing in the legend.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;How might I do this?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 17 Dec 2011 13:30:41 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Visualize-time-series/m-p/309901#M580353</guid>
      <dc:creator />
      <dc:date>2011-12-17T13:30:41Z</dc:date>
    </item>
    <item>
      <title>Visualize time series</title>
      <link>https://community.qlik.com/t5/QlikView/Visualize-time-series/m-p/309902#M580354</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;After your drill down in your first tab, do you have actually selected those top 10 Objects or do you just use e.g. a sorting and presentation limitation in the object properties?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Or could you specify, on which fields you have selected on so far (e.g. by drilling down or selecting in list box)?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 17 Dec 2011 13:51:05 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Visualize-time-series/m-p/309902#M580354</guid>
      <dc:creator>swuehl</dc:creator>
      <dc:date>2011-12-17T13:51:05Z</dc:date>
    </item>
    <item>
      <title>Visualize time series</title>
      <link>https://community.qlik.com/t5/QlikView/Visualize-time-series/m-p/309903#M580355</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Just using presentation limitation in the object properties, though I may drill down to 1 object only (in which case i'd like my time series chart to show values only in relation to that 1 object.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I'll be navigating via drill down. So i guess if i haven't drill-down to the object level, it should show all the objects for the subcategory or category (depending on what level of the drill down navigation i'm at)...&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 17 Dec 2011 14:41:42 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Visualize-time-series/m-p/309903#M580355</guid>
      <dc:creator />
      <dc:date>2011-12-17T14:41:42Z</dc:date>
    </item>
    <item>
      <title>Visualize time series</title>
      <link>https://community.qlik.com/t5/QlikView/Visualize-time-series/m-p/309904#M580356</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Ok, I think you should try this:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Create a line chart with 2 dimensions, Date and Object, and one expression:&lt;/P&gt;&lt;P&gt;=sum({$&amp;lt;Date=, Object= {"=rank(sum(ObjectValue))&amp;lt;=10"} &amp;gt;} ObjectValue)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I use a set expression here, if you are not familiar with this, please have a look at the Help - set analysis.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The set expression kind of uses a selection only valid for the expression, and I use the current selection ($ set identifier), then clear any selection in Date field (I assume that you restricted Date&amp;nbsp; in the other tab. You would need to clear all date fields you have selected in, so maybe add year, month etc. if needed.&lt;/P&gt;&lt;P&gt;Clearing the selection on Date will lead to your diagram showing the complete range of dates (whole time series).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Then I set a new Selection in field Object, and I use a search to retrieve the Objects I want, I am looking for the Objects with rank &amp;lt;=10 based on sum(ObjectValue), so I want the Top10).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope this helps,&lt;/P&gt;&lt;P&gt;Stefan&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 17 Dec 2011 22:59:14 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Visualize-time-series/m-p/309904#M580356</guid>
      <dc:creator>swuehl</dc:creator>
      <dc:date>2011-12-17T22:59:14Z</dc:date>
    </item>
    <item>
      <title>Re: Visualize time series</title>
      <link>https://community.qlik.com/t5/QlikView/Visualize-time-series/m-p/309905#M580357</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks, but I'm afraid I can't deselect dates in other tabs as its time series data-naturally restricts as I drill down. Is there anyway to set it up via the script maybe?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 17 Dec 2011 23:22:48 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Visualize-time-series/m-p/309905#M580357</guid>
      <dc:creator />
      <dc:date>2011-12-17T23:22:48Z</dc:date>
    </item>
    <item>
      <title>Visualize time series</title>
      <link>https://community.qlik.com/t5/QlikView/Visualize-time-series/m-p/309906#M580358</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;No, you don't need to deselect anything in the other tab. The set expression only affects the expression which it is located in (the one in the line chart). No other objects will see the modified set.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Just give it a try...&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 17 Dec 2011 23:48:18 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Visualize-time-series/m-p/309906#M580358</guid>
      <dc:creator>swuehl</dc:creator>
      <dc:date>2011-12-17T23:48:18Z</dc:date>
    </item>
    <item>
      <title>Re: Visualize time series</title>
      <link>https://community.qlik.com/t5/QlikView/Visualize-time-series/m-p/309907#M580359</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Ok, just tried.. I'm afraid it only plots as per the date restrictions on the previous tab..&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 18 Dec 2011 00:21:40 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Visualize-time-series/m-p/309907#M580359</guid>
      <dc:creator />
      <dc:date>2011-12-18T00:21:40Z</dc:date>
    </item>
    <item>
      <title>Re: Visualize time series</title>
      <link>https://community.qlik.com/t5/QlikView/Visualize-time-series/m-p/309908#M580360</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt; Have you cleared all fields you restrict your time with in the set expression, with exactely the field names you are using?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have attached a simple sample file that hopefully will show you how this works.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 18 Dec 2011 00:29:32 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Visualize-time-series/m-p/309908#M580360</guid>
      <dc:creator>swuehl</dc:creator>
      <dc:date>2011-12-18T00:29:32Z</dc:date>
    </item>
    <item>
      <title>Re: Visualize time series</title>
      <link>https://community.qlik.com/t5/QlikView/Visualize-time-series/m-p/309909#M580361</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt; Yes, all fields in your expression replaced with my actual field names. I still keep getting little dots, as well as longer but still limited time series on the graph. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;My drill down in the other tab, for example, is looking to isolate the top x objects for which the current value is greater than the previous value by x percent. So in this case, the tolerance is exceeded, for example, once during the life of the series - hence the dots (as they seem to correspond)?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 18 Dec 2011 00:59:17 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Visualize-time-series/m-p/309909#M580361</guid>
      <dc:creator />
      <dc:date>2011-12-18T00:59:17Z</dc:date>
    </item>
    <item>
      <title>Visualize time series</title>
      <link>https://community.qlik.com/t5/QlikView/Visualize-time-series/m-p/309910#M580362</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Sorry, I don't understand what you mean with little dots. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Could you upload a small sample? With your data or my sample modified by you to match your setting?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 18 Dec 2011 01:07:55 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Visualize-time-series/m-p/309910#M580362</guid>
      <dc:creator>swuehl</dc:creator>
      <dc:date>2011-12-18T01:07:55Z</dc:date>
    </item>
    <item>
      <title>Re: Visualize time series</title>
      <link>https://community.qlik.com/t5/QlikView/Visualize-time-series/m-p/309911#M580363</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;PFA test document. If you drill down using the chart above to the object level, you'll see that the time series chart only shows values for the specific dates drilled down to.....&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please note this will not be my only drill down tab, I have other tabs as well that will drill down to the object based on different criteria. It will work in a similar way though.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 18 Dec 2011 12:04:24 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Visualize-time-series/m-p/309911#M580363</guid>
      <dc:creator />
      <dc:date>2011-12-18T12:04:24Z</dc:date>
    </item>
    <item>
      <title>Re: Visualize time series</title>
      <link>https://community.qlik.com/t5/QlikView/Visualize-time-series/m-p/309912#M580364</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Ok, I think I understand what you mean with small dots. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;That's due to the fact that your data does not show data for all dates (on a object level). To overcome this, I think there might be several approaches. You could play around with some options in dimension tab and presentation tab (show all values, suppress NULL, de-select suppress zero values etc.). I tried to get along with this in the lower left line chart, see attached.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You could also try to fill the missing data for the x-axis, either by creating a Master calendar that is linked to your data or by creating a data island. I played around and found the best looking results with an data island (lower right chart), but just play around yourself.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I am not sure if this fits all your requirement especially regarding your drill down with different charts in different tabs, but I hope we are moving on.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope this helps,&lt;/P&gt;&lt;P&gt;Stefan&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 18 Dec 2011 22:31:48 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Visualize-time-series/m-p/309912#M580364</guid>
      <dc:creator>swuehl</dc:creator>
      <dc:date>2011-12-18T22:31:48Z</dc:date>
    </item>
    <item>
      <title>Visualize time series</title>
      <link>https://community.qlik.com/t5/QlikView/Visualize-time-series/m-p/309913#M580365</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi, thanks, but yes I'm afraid the drill-down capability and transition to full time series data is integral to the document.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have actually tried to play with the options but I seem to come back to the same problem. Instead of filling the missing data (I have too muc and it would be misleading according to what i'm doing), perhaps I can try reloading the data in an independent table and linking on the object ID? Would that work? But it wouldn't be optimal in any case as we're talking about millions of rows of data.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 18 Dec 2011 23:11:47 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Visualize-time-series/m-p/309913#M580365</guid>
      <dc:creator />
      <dc:date>2011-12-18T23:11:47Z</dc:date>
    </item>
    <item>
      <title>Visualize time series</title>
      <link>https://community.qlik.com/t5/QlikView/Visualize-time-series/m-p/309914#M580367</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Not sure what you mean with the independent table, could comment on your idea here (what is the content of this table)?. Have you tried with the data island for the Date like in my example?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;It's a bit hard to give you any advice since I don't know your complete data model nor your requirements.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 18 Dec 2011 23:50:46 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Visualize-time-series/m-p/309914#M580367</guid>
      <dc:creator>swuehl</dc:creator>
      <dc:date>2011-12-18T23:50:46Z</dc:date>
    </item>
    <item>
      <title>Re: Visualize time series</title>
      <link>https://community.qlik.com/t5/QlikView/Visualize-time-series/m-p/309915#M580368</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Effectively the same data that I've already loaded in (Object ID, Object, Date, Value, etc), but loading it again as a different table and then just joining on the Object IDs. So my time series tab would read from the second table. Again, if this could be done, I really don't think it would be a good idea due to the volume of data involved.&lt;/P&gt;&lt;P&gt; &lt;/P&gt;&lt;P&gt;Yes, I've had a crack with your example...&lt;/P&gt;&lt;P&gt; &lt;/P&gt;&lt;P&gt;The data model is quite simple, effectively as shown in the previous upload. The various tabs look at different things, but the behaviour is the same. I'm seeking to drill through several categories and subcategories to identify objects, according to different tolerance levels, which may me considered as issues. Naturally, the issues would be restricted to certain points in time and spread throughout the life of the series.  &lt;/P&gt;&lt;P&gt; &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Date: Sun, 18 Dec 2011 18:51:02 -0500&lt;/P&gt;&lt;P&gt;From: qliktech@sgaur.hosted.jivesoftware.com&lt;/P&gt;&lt;P&gt;To: aminul_ali@hotmail.com&lt;/P&gt;&lt;P&gt;Subject: &lt;A href="Development (QlikView Desktop)"&gt;&lt;/A&gt; - Re: Visualize time series&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;QlikCommunity&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Re: Visualize time series created by swuehl in Development (QlikView Desktop) - View the full discussion &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Not sure what you mean with the independent table, could comment on your idea here (what is the content of this table)?. Have you tried with the data island for the Date like in my example?&lt;/P&gt;&lt;P&gt; &lt;/P&gt;&lt;P&gt;It's a bit hard to give you any advice since I don't know your complete data model nor your requirements.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Reply to this message by replying to this email -or- go to the message on QlikCommunity&lt;/P&gt;&lt;P&gt;Start a new discussion in Development (QlikView Desktop) by email or at QlikCommunity&lt;/P&gt;&lt;P&gt;Announcement: Join us for our first "Ask the Expert" event this week! The QlikView 11 Ask the Expert will be held on December 15-16th on QlikCommunity. More info »&lt;/P&gt;&lt;P&gt;© 1993-2011 QlikTech International AB     Copyright &amp;amp; Trademarks | Privacy | Terms of Use | Software EULA&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 19 Dec 2011 00:00:34 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Visualize-time-series/m-p/309915#M580368</guid>
      <dc:creator />
      <dc:date>2011-12-19T00:00:34Z</dc:date>
    </item>
    <item>
      <title>Visualize time series</title>
      <link>https://community.qlik.com/t5/QlikView/Visualize-time-series/m-p/309916#M580369</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I don't think just duplicating the table and linking by ObjectID (so all other fields are renamed?) will help here, but maybe I just don't understand your idea right.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If you had a look at my example, at which point do you think it will not work? If your various tabs look at different things, you mean you will always drill down to object level? The normal QV behaviour will be, that all selections in the different tabs will be taken and used to filter the data. Or do you want to filter independent in each tab? This is a complete different task then.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I am sorry, if my examples are not much of a help, I think I can't be of any further assistance since it seems I don't really understand what your are after. Maybe I should step back and leave it to someone who understand your requirements better.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Stefan&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 19 Dec 2011 00:20:15 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Visualize-time-series/m-p/309916#M580369</guid>
      <dc:creator>swuehl</dc:creator>
      <dc:date>2011-12-19T00:20:15Z</dc:date>
    </item>
  </channel>
</rss>

