<?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 Creating a Gauge Chart to Reflect Upcoming Events Based on Todays Date in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Creating-a-Gauge-Chart-to-Reflect-Upcoming-Events-Based-on/m-p/681409#M247033</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I need to create a gauge chart to reflect upcoming events based on todays date.&amp;nbsp; I am sure it is something simple but for some reason I cant wrap my brain around it.&amp;nbsp; Any help would be greatly appreciated.&amp;nbsp; Here is an example.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The clients sends their customer a certain letter based on a renewal date.&amp;nbsp; So for example if the renewal date is Jan. 1, 2015 they would send a letter at 90 days, 60 days, and 30 days of that date.&amp;nbsp; I need a gauge that would reflect the following. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Green: Renewal date is greater than 90 days of todays date.&lt;/P&gt;&lt;P&gt;Yellow: Renewal date is 90 to 61 days of todays date.&lt;/P&gt;&lt;P&gt;Orange: Renewal date is 60 to 31 days of todays date.&lt;/P&gt;&lt;P&gt;Red: Renewal date is 30 days or past todays date.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Chris&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 24 Sep 2014 10:08:15 GMT</pubDate>
    <dc:creator>Anonymous</dc:creator>
    <dc:date>2014-09-24T10:08:15Z</dc:date>
    <item>
      <title>Creating a Gauge Chart to Reflect Upcoming Events Based on Todays Date</title>
      <link>https://community.qlik.com/t5/QlikView/Creating-a-Gauge-Chart-to-Reflect-Upcoming-Events-Based-on/m-p/681409#M247033</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I need to create a gauge chart to reflect upcoming events based on todays date.&amp;nbsp; I am sure it is something simple but for some reason I cant wrap my brain around it.&amp;nbsp; Any help would be greatly appreciated.&amp;nbsp; Here is an example.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The clients sends their customer a certain letter based on a renewal date.&amp;nbsp; So for example if the renewal date is Jan. 1, 2015 they would send a letter at 90 days, 60 days, and 30 days of that date.&amp;nbsp; I need a gauge that would reflect the following. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Green: Renewal date is greater than 90 days of todays date.&lt;/P&gt;&lt;P&gt;Yellow: Renewal date is 90 to 61 days of todays date.&lt;/P&gt;&lt;P&gt;Orange: Renewal date is 60 to 31 days of todays date.&lt;/P&gt;&lt;P&gt;Red: Renewal date is 30 days or past todays date.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Chris&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 24 Sep 2014 10:08:15 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Creating-a-Gauge-Chart-to-Reflect-Upcoming-Events-Based-on/m-p/681409#M247033</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2014-09-24T10:08:15Z</dc:date>
    </item>
    <item>
      <title>Re: Creating a Gauge Chart to Reflect Upcoming Events Based on Todays Date</title>
      <link>https://community.qlik.com/t5/QlikView/Creating-a-Gauge-Chart-to-Reflect-Upcoming-Events-Based-on/m-p/681410#M247034</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You could use a straight table, add customer as dimension and and expression that returns a reference to a built-in image:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;if([Renewal date]-today()&amp;gt;90, 'qmem://&amp;lt;bundled&amp;gt;/BuiltIn/led_g.png', &lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; if([Renewal date]-today()&amp;gt;60,&amp;nbsp; 'qmem://&amp;lt;bundled&amp;gt;/BuiltIn/led_y.png', &lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; if([Renewal date]-today()&amp;gt;30, 'qmem://&amp;lt;bundled&amp;gt;/BuiltIn/led_0.png', 'qmem://&amp;lt;bundled&amp;gt;/BuiltIn/led_r.png')))&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Set the Representation option to Image and the Image Formatting setting to Keep Aspect.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If that's not what you need, please provide more details and some sample data.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 24 Sep 2014 11:28:33 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Creating-a-Gauge-Chart-to-Reflect-Upcoming-Events-Based-on/m-p/681410#M247034</guid>
      <dc:creator>Gysbert_Wassenaar</dc:creator>
      <dc:date>2014-09-24T11:28:33Z</dc:date>
    </item>
  </channel>
</rss>

