<?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: Traffic lights gauge for data refresh indicator in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Traffic-lights-gauge-for-data-refresh-indicator/m-p/1234139#M869968</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Anil,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks for the response.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If have tried your solution but not able to achieve the functionality. What are the segment boundaries that we need to take.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Nani&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 28 Nov 2016 07:27:58 GMT</pubDate>
    <dc:creator />
    <dc:date>2016-11-28T07:27:58Z</dc:date>
    <item>
      <title>Traffic lights gauge for data refresh indicator</title>
      <link>https://community.qlik.com/t5/QlikView/Traffic-lights-gauge-for-data-refresh-indicator/m-p/1234136#M869965</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi All,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope all are doing good.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I need help on creating a traffic light gauge chart to indicate data refresh.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If the data refreshed to day i have to display green light and if the data refreshed yesterday i need to display Amber and for before yesterday i need to display red light.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;To achieve this I have taken ReloadTime() as expression and i have taken three segments for green and amber and red.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;For scale i have considered 0 as min and Today() as Max value.Green lower bound is Today() and for amber lower bound is Today()-1 and 0 is lower bound for red.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;But i am not able to achieve the functionality.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Any suggestions are highly appreciated.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Nani&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/Traffic-lights-gauge-for-data-refresh-indicator/m-p/1234136#M869965</guid>
      <dc:creator />
      <dc:date>2020-11-25T16:16:04Z</dc:date>
    </item>
    <item>
      <title>Re: Traffic lights gauge for data refresh indicator</title>
      <link>https://community.qlik.com/t5/QlikView/Traffic-lights-gauge-for-data-refresh-indicator/m-p/1234137#M869966</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;see this&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="https://community.qlik.com/thread/179863"&gt;Pivot table with a traffic light field&lt;/A&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 28 Nov 2016 07:14:19 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Traffic-lights-gauge-for-data-refresh-indicator/m-p/1234137#M869966</guid>
      <dc:creator>vikasmahajan</dc:creator>
      <dc:date>2016-11-28T07:14:19Z</dc:date>
    </item>
    <item>
      <title>Re: Traffic lights gauge for data refresh indicator</title>
      <link>https://community.qlik.com/t5/QlikView/Traffic-lights-gauge-for-data-refresh-indicator/m-p/1234138#M869967</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Try to take gauge expression Like below&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;=If(Today() = ReloadTime(), Green(), If(Today() = ReloadTime()-1, Amber(), If(Today() = ReloadTime()-2, Red(), Yellow())))&lt;/STRONG&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 28 Nov 2016 07:17:05 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Traffic-lights-gauge-for-data-refresh-indicator/m-p/1234138#M869967</guid>
      <dc:creator>Anil_Babu_Samineni</dc:creator>
      <dc:date>2016-11-28T07:17:05Z</dc:date>
    </item>
    <item>
      <title>Re: Traffic lights gauge for data refresh indicator</title>
      <link>https://community.qlik.com/t5/QlikView/Traffic-lights-gauge-for-data-refresh-indicator/m-p/1234139#M869968</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Anil,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks for the response.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If have tried your solution but not able to achieve the functionality. What are the segment boundaries that we need to take.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Nani&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 28 Nov 2016 07:27:58 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Traffic-lights-gauge-for-data-refresh-indicator/m-p/1234139#M869968</guid>
      <dc:creator />
      <dc:date>2016-11-28T07:27:58Z</dc:date>
    </item>
    <item>
      <title>Re: Traffic lights gauge for data refresh indicator</title>
      <link>https://community.qlik.com/t5/QlikView/Traffic-lights-gauge-for-data-refresh-indicator/m-p/1234140#M869969</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Vikas ,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;i need to show traffic lights to indicate data refresh date not in pivot table.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Nani&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 28 Nov 2016 07:28:48 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Traffic-lights-gauge-for-data-refresh-indicator/m-p/1234140#M869969</guid>
      <dc:creator />
      <dc:date>2016-11-28T07:28:48Z</dc:date>
    </item>
    <item>
      <title>Re: Traffic lights gauge for data refresh indicator</title>
      <link>https://community.qlik.com/t5/QlikView/Traffic-lights-gauge-for-data-refresh-indicator/m-p/1234141#M869970</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Nani,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Like attached?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 28 Nov 2016 08:17:13 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Traffic-lights-gauge-for-data-refresh-indicator/m-p/1234141#M869970</guid>
      <dc:creator>tamilarasu</dc:creator>
      <dc:date>2016-11-28T08:17:13Z</dc:date>
    </item>
    <item>
      <title>Re: Traffic lights gauge for data refresh indicator</title>
      <link>https://community.qlik.com/t5/QlikView/Traffic-lights-gauge-for-data-refresh-indicator/m-p/1234142#M869971</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Nagaraj,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;i am not able to open the application. can you pls explain the logic that you have incorporated?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Nani&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 28 Nov 2016 08:24:25 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Traffic-lights-gauge-for-data-refresh-indicator/m-p/1234142#M869971</guid>
      <dc:creator />
      <dc:date>2016-11-28T08:24:25Z</dc:date>
    </item>
    <item>
      <title>Re: Traffic lights gauge for data refresh indicator</title>
      <link>https://community.qlik.com/t5/QlikView/Traffic-lights-gauge-for-data-refresh-indicator/m-p/1234143#M869972</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Nani,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Kindly check the scrrenshots in the below word document.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 28 Nov 2016 08:41:05 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Traffic-lights-gauge-for-data-refresh-indicator/m-p/1234143#M869972</guid>
      <dc:creator>tamilarasu</dc:creator>
      <dc:date>2016-11-28T08:41:05Z</dc:date>
    </item>
    <item>
      <title>Re: Traffic lights gauge for data refresh indicator</title>
      <link>https://community.qlik.com/t5/QlikView/Traffic-lights-gauge-for-data-refresh-indicator/m-p/1234144#M869973</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks Nagaraj. Exactly that is what i am looking for.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Nani&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 29 Nov 2016 05:29:45 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Traffic-lights-gauge-for-data-refresh-indicator/m-p/1234144#M869973</guid>
      <dc:creator />
      <dc:date>2016-11-29T05:29:45Z</dc:date>
    </item>
  </channel>
</rss>

