<?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 Multiple gauges in a sheet for different time frames in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Multiple-gauges-in-a-sheet-for-different-time-frames/m-p/225563#M77853</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thank you very much. The formula works perfectly. &lt;IMG alt="Smile" src="http://community.qlik.com/emoticons/emotion-1.gif" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 21 Dec 2010 00:43:06 GMT</pubDate>
    <dc:creator />
    <dc:date>2010-12-21T00:43:06Z</dc:date>
    <item>
      <title>Multiple gauges in a sheet for different time frames</title>
      <link>https://community.qlik.com/t5/QlikView/Multiple-gauges-in-a-sheet-for-different-time-frames/m-p/225559#M77849</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;I am trying to present 3 or 4 guages based on either a selected date or a date from user input. I would like to present the order intake for the day, week, month and quarter as a percentage of the budget for each of those time frames. I have a master calendar linked to my data table but cannot determine how to write the dimension to select the time frames needed. I have attached my qvw file for review.&lt;/P&gt;&lt;P&gt;Any suggestions would be greatly appreciated.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 16 Dec 2010 14:52:45 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Multiple-gauges-in-a-sheet-for-different-time-frames/m-p/225559#M77849</guid>
      <dc:creator />
      <dc:date>2010-12-16T14:52:45Z</dc:date>
    </item>
    <item>
      <title>Multiple gauges in a sheet for different time frames</title>
      <link>https://community.qlik.com/t5/QlikView/Multiple-gauges-in-a-sheet-for-different-time-frames/m-p/225560#M77850</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You can do this based on a selection or an input variable. To use the variable, it would be something like:&lt;/P&gt;&lt;BLOCKQUOTE style="overflow-x: scroll;"&gt;&lt;PRE style="margin: 0px;"&gt;(Sum({&amp;lt;BusDate={'&amp;gt;=$(=MonthStart(vEndDate))&amp;lt;=$(=MonthEnd(vEndDate))'}&amp;gt;}ORDACT))&lt;BR /&gt;/&lt;BR /&gt;(Sum({&amp;lt;BusDate={'&amp;gt;=$(=MonthStart(vEndDate))&amp;lt;=$(=MonthEnd(vEndDate))'}&amp;gt;}ORDFOR))&lt;/PRE&gt;&lt;/BLOCKQUOTE&gt;&lt;BR /&gt;&lt;BR /&gt; &lt;P&gt;That would be for the month of the date entered as input date. The other spans wouldn't be too much more difficult, but it depends on how you define week and quarter.&lt;/P&gt;&lt;P&gt;Based on a selection would be a little different. When using selections, you have to consider how your user is going to make the selection. You probably need the user to select only one date. Then you would make the formula based off that selection using Concat() or GetFieldSelections() or P().&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 16 Dec 2010 15:59:38 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Multiple-gauges-in-a-sheet-for-different-time-frames/m-p/225560#M77850</guid>
      <dc:creator />
      <dc:date>2010-12-16T15:59:38Z</dc:date>
    </item>
    <item>
      <title>Multiple gauges in a sheet for different time frames</title>
      <link>https://community.qlik.com/t5/QlikView/Multiple-gauges-in-a-sheet-for-different-time-frames/m-p/225561#M77851</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thank you for your response. I am not sure I stated my desire in enough detail. I have attached my qlikview space with some additional detail.&lt;/P&gt;&lt;P&gt;The first guage shows the orders by date per the current selections. The second guage should show the order for the week of the current selection date (in the case shown the week of 11/7/10). It should be the sum of the orders for days 11/1 to 11/7.&lt;/P&gt;&lt;P&gt;I have tried to enter the set analysis formula below for the Weekly Orders Expression:&lt;/P&gt;&lt;P&gt;(Sum({1&amp;lt;Bus_WeekEnd={BusDate}&amp;gt;}ORDACT))/&lt;BR /&gt;(Sum({1&amp;lt;Bus_WeekEnd={BusDate}&amp;gt;}ORDFOR))&lt;/P&gt;&lt;P&gt;and the result is too few expressions. I am sure I have not entered the expression correctly, but not sure what is missing. Again any assistance is appreciated.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 20 Dec 2010 01:53:49 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Multiple-gauges-in-a-sheet-for-different-time-frames/m-p/225561#M77851</guid>
      <dc:creator />
      <dc:date>2010-12-20T01:53:49Z</dc:date>
    </item>
    <item>
      <title>Multiple gauges in a sheet for different time frames</title>
      <link>https://community.qlik.com/t5/QlikView/Multiple-gauges-in-a-sheet-for-different-time-frames/m-p/225562#M77852</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Your expression is invalid. It is returning null, which is why you are getting too few expressions.&lt;/P&gt;&lt;P&gt;You should build your Set Analysis expressions in a straight table. It will make it easier to verify that your expression is working.&lt;/P&gt;&lt;P&gt;In your document, the only valid BusDate is 11/4/2010. You don't have any records with a Bus_WeekEnd = 11/4/2010 (since it isn't a week end date). Therefore, nothing is being returned.&lt;/P&gt;&lt;P&gt;You could try this:&lt;/P&gt;&lt;BLOCKQUOTE style="overflow-x: scroll;"&gt;&lt;PRE style="margin: 0px;"&gt;(Sum({1&amp;lt;Bus_WeekEnd={'$(=Only(Bus_WeekEnd))'}&amp;gt;}ORDACT))/&lt;BR /&gt;(Sum({1&amp;lt;Bus_WeekEnd={'$(=Only(Bus_WeekEnd))'}&amp;gt;}ORDFOR))&lt;/PRE&gt;&lt;/BLOCKQUOTE&gt;&lt;BR /&gt;&lt;BR /&gt; &lt;P&gt;That will take the selection and as long as there is only one Bus_WeekEnd to return, it will count everything in that week.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 20 Dec 2010 21:58:52 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Multiple-gauges-in-a-sheet-for-different-time-frames/m-p/225562#M77852</guid>
      <dc:creator />
      <dc:date>2010-12-20T21:58:52Z</dc:date>
    </item>
    <item>
      <title>Multiple gauges in a sheet for different time frames</title>
      <link>https://community.qlik.com/t5/QlikView/Multiple-gauges-in-a-sheet-for-different-time-frames/m-p/225563#M77853</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thank you very much. The formula works perfectly. &lt;IMG alt="Smile" src="http://community.qlik.com/emoticons/emotion-1.gif" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 21 Dec 2010 00:43:06 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Multiple-gauges-in-a-sheet-for-different-time-frames/m-p/225563#M77853</guid>
      <dc:creator />
      <dc:date>2010-12-21T00:43:06Z</dc:date>
    </item>
  </channel>
</rss>

