<?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: Beginner Qlikview and graph/chart designing in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Beginner-Qlikview-and-graph-chart-designing/m-p/361810#M575439</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;What I'm doing with the Week chart is limiting what the user can see by insisting that a single week is selected.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG alt="Layout.JPG" class="jive-image-thumbnail jive-image" onclick="" src="https://community.qlik.com/legacyfs/online/14617_Layout.JPG" width="450" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;So if a user chooses a single week then I will show my data.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This is accomplished using a condtition on the General tab of the chart properties.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG alt="WeekGeneral.JPG" class="jive-image-thumbnail jive-image" onclick="" src="https://community.qlik.com/legacyfs/online/14621_WeekGeneral.JPG" width="450" /&gt;&lt;/P&gt;&lt;P&gt;So I am checking for a single week being selected by using the "Count( DISTINCT Weel) = 1" for the Calculation Condition.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG alt="WeekDimensions.JPG" class="jive-image-thumbnail jive-image" onclick="" src="https://community.qlik.com/legacyfs/online/14623_WeekDimensions.JPG" width="450" /&gt;&lt;/P&gt;&lt;P&gt;Simple dimensions of Date and Location&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG alt="WeekExpressions.JPG" class="jive-image-thumbnail jive-image" onclick="" src="https://community.qlik.com/legacyfs/online/14624_WeekExpressions.JPG" width="450" /&gt;&lt;/P&gt;&lt;P&gt;And finally a simple expression of Sum(HIGH) to return the high temperature.&lt;/P&gt;&lt;P&gt;I have an expression in my Label to make my title dynamic.&amp;nbsp; So depending upon the week you select I will show the first day of the week MIN and the last day of the week MAX in the title.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Your next question is in regards to guages.&amp;nbsp; The trick with gauges is that they do not require dimensions.&amp;nbsp; Only an expression.&amp;nbsp; Generally we use guages to reflect some sort of ratio.&amp;nbsp; There is so much you can do with gauges, I would suggest looking at some of the examples that are part of the install.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 22 May 2012 14:52:00 GMT</pubDate>
    <dc:creator>oscar_ortiz</dc:creator>
    <dc:date>2012-05-22T14:52:00Z</dc:date>
    <item>
      <title>Beginner Qlikview and graph/chart designing</title>
      <link>https://community.qlik.com/t5/QlikView/Beginner-Qlikview-and-graph-chart-designing/m-p/361801#M575430</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;SPAN style="font-size: 12pt;"&gt;I'm learning how to create several charts &amp;amp; graphs using the attached data? &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 12pt;"&gt;I want to take weather temperature data for two areas, annually to hourly: from 2010 (365 days - column and 24 hours for each day in rows) &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 12pt;"&gt;These are the graphs I would like to make:&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG style="font-size: 12pt;"&gt;1. show a date with temps for 24 hours&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG style="font-size: 12pt;"&gt;2. show a dates and hours with average high and/or low temps&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG style="font-size: 12pt;"&gt;3. show&amp;nbsp; hourly,daily,weekly,monthly, annually high and/or low temps&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG style="font-size: 12pt;"&gt;4. show the date(s) when a specific temp range occured &lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG style="font-size: 12pt;"&gt; &lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 12pt;"&gt;Make sense? The attached excel spreadsheet has a sample chart tab... Creating this must be super easy... &lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 21 May 2012 14:46:34 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Beginner-Qlikview-and-graph-chart-designing/m-p/361801#M575430</guid>
      <dc:creator />
      <dc:date>2012-05-21T14:46:34Z</dc:date>
    </item>
    <item>
      <title>Re: Beginner Qlikview and graph/chart designing</title>
      <link>https://community.qlik.com/t5/QlikView/Beginner-Qlikview-and-graph-chart-designing/m-p/361802#M575431</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I would start with something simple like this and then gradually work my way towards something more complex.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I've added date related fields such as Year, Month and Week to the data model to make it easier to select.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Good Luck&lt;/P&gt;&lt;P&gt;Oscar&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 21 May 2012 16:39:18 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Beginner-Qlikview-and-graph-chart-designing/m-p/361802#M575431</guid>
      <dc:creator>oscar_ortiz</dc:creator>
      <dc:date>2012-05-21T16:39:18Z</dc:date>
    </item>
    <item>
      <title>Beginner Qlikview and graph/chart designing</title>
      <link>https://community.qlik.com/t5/QlikView/Beginner-Qlikview-and-graph-chart-designing/m-p/361803#M575432</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt; Oscar: Thank you for responding, but I'm unable to view. I'm using the starter free personal editon version and I can not share (send or recieve) .qvw files. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Message, "Must update key.." and then "No data to display". &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I can see the script... Not sure how to write script....&amp;nbsp; How can I view your attachment or graph? &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;How can I show hourly temps / hourly data? &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Charlie&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 21 May 2012 17:05:51 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Beginner-Qlikview-and-graph-chart-designing/m-p/361803#M575432</guid>
      <dc:creator />
      <dc:date>2012-05-21T17:05:51Z</dc:date>
    </item>
    <item>
      <title>Re: Beginner Qlikview and graph/chart designing</title>
      <link>https://community.qlik.com/t5/QlikView/Beginner-Qlikview-and-graph-chart-designing/m-p/361804#M575433</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;The following snippet will create the script you need to build the data model.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Once the data model is created you will see that the data model has two tables SummaryData and DetailData.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;As far as the charts themselves go, dimensions are using one of the date fields plus the location.&amp;nbsp; The expressions are pretty easy as well with Sum(HIGH) or Sum(Temp) being used.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;On the second chart I've also added a check to limit the user to select a single date.&amp;nbsp; That's on the General tab.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;﻿&lt;IMG alt="Chart.JPG" class="jive-image-thumbnail jive-image" onclick="" src="https://community.qlik.com/legacyfs/online/14572_Chart.JPG" width="450" /&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG alt="Dimensions.JPG" class="jive-image-thumbnail jive-image" onclick="" src="https://community.qlik.com/legacyfs/online/14573_Dimensions.JPG" width="450" /&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG alt="Expressions.JPG" class="jive-image-thumbnail jive-image" onclick="" src="https://community.qlik.com/legacyfs/online/14574_Expressions.JPG" width="450" /&gt;&lt;/P&gt;&lt;P&gt;Hourly chart would be something liek this:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG alt="Chart2.JPG" class="jive-image-thumbnail jive-image" onclick="" src="https://community.qlik.com/legacyfs/online/14575_Chart2.JPG" width="450" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG alt="General2.JPG" class="jive-image-thumbnail jive-image" onclick="" src="https://community.qlik.com/legacyfs/online/14576_General2.JPG" width="450" /&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG alt="Dimensions2.JPG" class="jive-image-thumbnail jive-image" onclick="" src="https://community.qlik.com/legacyfs/online/14577_Dimensions2.JPG" width="450" /&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG alt="Expressions2.JPG" class="jive-image-thumbnail jive-image" onclick="" src="https://community.qlik.com/legacyfs/online/14578_Expressions2.JPG" width="450" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;PRE __default_attr="plain" __jive_macro_name="code" class="jive_text_macro jive_macro_code"&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;SummaryData:&lt;/P&gt;&lt;P&gt;LOAD&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;'South-' &amp;amp; Date as Key,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;Week(Date) as Week,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;Month(Date) as Month,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;Year(Date) as Year,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;Name, &lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;TOTAL, &lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;AVERAGE, &lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;LOW, &lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;HIGH&lt;/P&gt;&lt;P&gt;FROM&lt;/P&gt;&lt;P&gt;[Downloads\2010 North and South Weather data.xlsx]&lt;/P&gt;&lt;P&gt;(ooxml, embedded labels, table is year10)&lt;/P&gt;&lt;P&gt;;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;LOAD &lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;'North-' &amp;amp; Date as Key,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;Week(Date1) as Week,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;Month(Date1) as Month,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;Year(Date1) as Year,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;Name1 as Name,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;TOTAL1 as TOTAL, &lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;AVERAGE1 as AVERAGE, &lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;LOW1 as LOW, &lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;HIGH1 as HIGH&lt;/P&gt;&lt;P&gt;FROM&lt;/P&gt;&lt;P&gt;[Downloads\2010 North and South Weather data.xlsx]&lt;/P&gt;&lt;P&gt;(ooxml, embedded labels, table is year10);&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;TempData:&lt;/P&gt;&lt;P&gt;LOAD &lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;'South-' &amp;amp; Date as Key,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;'South' as Location,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;Date,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;[1], &lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;[2], &lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;[3], &lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;[4], &lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;[5], &lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;[6], &lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;[7], &lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;[8], &lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;[9], &lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;[10], &lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;[11], &lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;[12], &lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;[13], &lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;[14], &lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;[15], &lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;[16], &lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;[17], &lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;[18], &lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;[19], &lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;[20], &lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;[21], &lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;[22], &lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;[23], &lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;[24], &lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;[25]&lt;/P&gt;&lt;P&gt;FROM&lt;/P&gt;&lt;P&gt;[Downloads\2010 North and South Weather data.xlsx]&lt;/P&gt;&lt;P&gt;(ooxml, embedded labels, table is year10);&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;DetailData:&lt;/P&gt;&lt;P&gt;LOAD &lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;'North-' &amp;amp; Date as Key,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;'North' as Location,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;Date,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;[110] as [1],&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;[26] as [2], &lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;[31] as [3], &lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;[41] as [4], &lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;[51] as [5], &lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;[61] as [6], &lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;[71] as [7], &lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;[81] as [8], &lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;[91] as [9], &lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;[101] as [10], &lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;[111] as [11], &lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;[121] as [12],&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;[131] as [13], &lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;[141] as [14],&amp;nbsp; &lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;[151] as [15], &lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;[161] as [16], &lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;[171] as [17], &lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;[181] as [18], &lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;[191] as [19], &lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;[201] as [20], &lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;[211] as [21], &lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;[221] as [22], &lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;[231] as [23], &lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;[241] as [24], &lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;[251] as [25]&lt;/P&gt;&lt;P&gt;FROM&lt;/P&gt;&lt;P&gt;[Downloads\2010 North and South Weather data.xlsx]&lt;/P&gt;&lt;P&gt;(ooxml, embedded labels, table is year10);&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;Data:&lt;/P&gt;&lt;P&gt;CrossTable(Hour, Temp, 3)&lt;/P&gt;&lt;P&gt;LOAD *&lt;/P&gt;&lt;P&gt;Resident TempData&lt;/P&gt;&lt;P&gt;;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;DROP Table TempData;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/PRE&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 21 May 2012 17:47:21 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Beginner-Qlikview-and-graph-chart-designing/m-p/361804#M575433</guid>
      <dc:creator>oscar_ortiz</dc:creator>
      <dc:date>2012-05-21T17:47:21Z</dc:date>
    </item>
    <item>
      <title>Re: Beginner Qlikview and graph/chart designing</title>
      <link>https://community.qlik.com/t5/QlikView/Beginner-Qlikview-and-graph-chart-designing/m-p/361805#M575434</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I'm havnig issues getting started. How do I import the data?&lt;/P&gt;&lt;P&gt;I see the charts with no data to display. I think I need step-by-step instructions to get me started...&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 21 May 2012 20:11:51 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Beginner-Qlikview-and-graph-chart-designing/m-p/361805#M575434</guid>
      <dc:creator />
      <dc:date>2012-05-21T20:11:51Z</dc:date>
    </item>
    <item>
      <title>Re: Beginner Qlikview and graph/chart designing</title>
      <link>https://community.qlik.com/t5/QlikView/Beginner-Qlikview-and-graph-chart-designing/m-p/361806#M575435</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Charlie,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Ok, sorry didn't realize that you are that new to QlikView.&amp;nbsp; I'll try to do my best explaining how to add a spreadsheet to your QlikView document.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Open up your QlikView document and go to the script editor (from the drop down menu choose File then Edit Script, or you can use Ctrl+E).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In the script editor there position your cursor to your last empty line Line 12 for example if you're starting from scratch.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Select the Table Files wizard as seen below and use it to select where your spreadsheet exists.&amp;nbsp; Select your spreadsheet and check for the following:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If your spreadsheet contains multiple tabs you may need to click on the Tables drop down to select the table containing the data you are trying to read.&lt;/P&gt;&lt;P&gt;If your table contains embedded labels in the columns you may need to click on the Labels drop down and select "Embedded Labels".&amp;nbsp; If you select none QlikView will name those columns for you as A, B, C, etc.&amp;nbsp; You can always rename as necessary, either in the wizard or in the script itself.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I like to use the wizard to start out then modify using the script editor later.&amp;nbsp; I really use the script editor to help with the directory structure of where the file that you're loading exists.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If you click finish at this point your script editor should remain open and you will see the script that the wizard has created for you.&amp;nbsp; Now this is where you can get creative using QlikView's functions to help with your needs.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In my previous post I included the script that I used to create my data model.&amp;nbsp; The only thing that you may have to change is the location where the spreadsheet exists.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;For example I had:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;FROM&lt;/P&gt;&lt;P&gt;[Downloads\2010 North and South Weather data.xlsx]&lt;/P&gt;&lt;P&gt;(ooxml, embedded labels, table is year10);&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You might have something like this:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;FROM&lt;/P&gt;&lt;P&gt;&lt;C&gt;&lt;/C&gt;&lt;/P&gt;&lt;P&gt;(ooxml, embedded labels, table is year10);&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You should simply be able to modify my script to fit your location.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Once you have your script ready to go, save your document and reload it.&amp;nbsp; You can again use the drop down menu File then Reload or you can use the shortcut keys Ctrl+R or the Reload Icon.&amp;nbsp; You'll come to see that there are many ways of accomplishing the same thing.&amp;nbsp; It's going to be whatever is more comfortable for you.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Once you've gotten to the point of the data being loaded into your QlikView document you should now be able to create the charts that you need.&amp;nbsp; Again if you have my script already it should just be a matter of reloading your document.&lt;/P&gt;&lt;P&gt;&lt;IMG alt="Script Editor.JPG" class="jive-image-thumbnail jive-image" onclick="" src="https://community.qlik.com/legacyfs/online/14597_Script+Editor.JPG" width="450" /&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG alt="File Wizard.JPG" class="jive-image-thumbnail jive-image" onclick="" src="https://community.qlik.com/legacyfs/online/14598_File+Wizard.JPG" width="450" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 21 May 2012 23:24:46 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Beginner-Qlikview-and-graph-chart-designing/m-p/361806#M575435</guid>
      <dc:creator>oscar_ortiz</dc:creator>
      <dc:date>2012-05-21T23:24:46Z</dc:date>
    </item>
    <item>
      <title>Re: Beginner Qlikview and graph/chart designing</title>
      <link>https://community.qlik.com/t5/QlikView/Beginner-Qlikview-and-graph-chart-designing/m-p/361807#M575436</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt; OK. The 2 graphs are:&lt;/P&gt;&lt;P&gt;1. 2010 High Temps (the date are not lining up)&lt;/P&gt;&lt;P&gt;2. High Temps for Day (the display say: "Calculation condition unfilled")&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 12pt;"&gt; &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 12pt;"&gt;Also, how are these graphs created?&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG style="font-size: 12pt;"&gt;1. show a dates and hours with average high and/or low temps&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG style="font-size: 12pt;"&gt;2. show&amp;nbsp; hourly,daily,weekly,monthly, annually high and/or low temps&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG style="font-size: 12pt;"&gt;3. show the date(s) when a specific temp range occured &lt;/STRONG&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 22 May 2012 01:33:22 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Beginner-Qlikview-and-graph-chart-designing/m-p/361807#M575436</guid>
      <dc:creator />
      <dc:date>2012-05-22T01:33:22Z</dc:date>
    </item>
    <item>
      <title>Re: Beginner Qlikview and graph/chart designing</title>
      <link>https://community.qlik.com/t5/QlikView/Beginner-Qlikview-and-graph-chart-designing/m-p/361808#M575437</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi check this out. This will walk you through the most basic stuff. &lt;/P&gt;&lt;P&gt;&lt;A href="http://www.qlik.com/us/services/training/free-training"&gt;http://www.qlik.com/us/services/training/free-training&lt;/A&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 22 May 2012 02:18:20 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Beginner-Qlikview-and-graph-chart-designing/m-p/361808#M575437</guid>
      <dc:creator />
      <dc:date>2012-05-22T02:18:20Z</dc:date>
    </item>
    <item>
      <title>Re: Beginner Qlikview and graph/chart designing</title>
      <link>https://community.qlik.com/t5/QlikView/Beginner-Qlikview-and-graph-chart-designing/m-p/361809#M575438</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt; I am able to create the basic line charts, except for the "week". Not sure why this is not working, "no data to display". I think it's the expression definition: &lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;Sum&lt;SPAN style="font-size: 8pt;"&gt; (&lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;HIGH&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;)&amp;amp; &lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;Min&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;(&lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;Date&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;) &amp;amp; '-' &amp;amp; &lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;Max&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;(&lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;Date&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;) &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 8pt;"&gt; &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt; &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt; &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt; &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 8pt;"&gt;How can I create a gauge chart, pie chart, and others like a thermometer with temps?&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 22 May 2012 14:30:49 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Beginner-Qlikview-and-graph-chart-designing/m-p/361809#M575438</guid>
      <dc:creator />
      <dc:date>2012-05-22T14:30:49Z</dc:date>
    </item>
    <item>
      <title>Re: Beginner Qlikview and graph/chart designing</title>
      <link>https://community.qlik.com/t5/QlikView/Beginner-Qlikview-and-graph-chart-designing/m-p/361810#M575439</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;What I'm doing with the Week chart is limiting what the user can see by insisting that a single week is selected.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG alt="Layout.JPG" class="jive-image-thumbnail jive-image" onclick="" src="https://community.qlik.com/legacyfs/online/14617_Layout.JPG" width="450" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;So if a user chooses a single week then I will show my data.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This is accomplished using a condtition on the General tab of the chart properties.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG alt="WeekGeneral.JPG" class="jive-image-thumbnail jive-image" onclick="" src="https://community.qlik.com/legacyfs/online/14621_WeekGeneral.JPG" width="450" /&gt;&lt;/P&gt;&lt;P&gt;So I am checking for a single week being selected by using the "Count( DISTINCT Weel) = 1" for the Calculation Condition.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG alt="WeekDimensions.JPG" class="jive-image-thumbnail jive-image" onclick="" src="https://community.qlik.com/legacyfs/online/14623_WeekDimensions.JPG" width="450" /&gt;&lt;/P&gt;&lt;P&gt;Simple dimensions of Date and Location&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG alt="WeekExpressions.JPG" class="jive-image-thumbnail jive-image" onclick="" src="https://community.qlik.com/legacyfs/online/14624_WeekExpressions.JPG" width="450" /&gt;&lt;/P&gt;&lt;P&gt;And finally a simple expression of Sum(HIGH) to return the high temperature.&lt;/P&gt;&lt;P&gt;I have an expression in my Label to make my title dynamic.&amp;nbsp; So depending upon the week you select I will show the first day of the week MIN and the last day of the week MAX in the title.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Your next question is in regards to guages.&amp;nbsp; The trick with gauges is that they do not require dimensions.&amp;nbsp; Only an expression.&amp;nbsp; Generally we use guages to reflect some sort of ratio.&amp;nbsp; There is so much you can do with gauges, I would suggest looking at some of the examples that are part of the install.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 22 May 2012 14:52:00 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Beginner-Qlikview-and-graph-chart-designing/m-p/361810#M575439</guid>
      <dc:creator>oscar_ortiz</dc:creator>
      <dc:date>2012-05-22T14:52:00Z</dc:date>
    </item>
  </channel>
</rss>

