<?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: Change Line Style if current dimension is current hour in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Change-Line-Style-if-current-dimension-is-current-hour/m-p/533724#M199371</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I think, ReloadTime() hour is not match with hour(Incoming_call_Time).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Can you provide a sample for that?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 17 Sep 2013 22:42:25 GMT</pubDate>
    <dc:creator>MayilVahanan</dc:creator>
    <dc:date>2013-09-17T22:42:25Z</dc:date>
    <item>
      <title>Change Line Style if current dimension is current hour</title>
      <link>https://community.qlik.com/t5/QlikView/Change-Line-Style-if-current-dimension-is-current-hour/m-p/533723#M199370</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;My line chart displays the volume of incoming phone calls received at the call center over the hours (00:00 - 23:59) of the current day.&amp;nbsp; I want to change the line style from the last hour to the current hour (it is now 6:32p so I would like the line from 17:00 - 18:00 to be dashed or something other than a solid)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Dimension: Hour(Incoming_Call_Time)&lt;/P&gt;&lt;P&gt;Expression: Count(Distinct(Call_ID))&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I figured the below would work but no luck.&amp;nbsp; I used ReloadTime() because the data is refreshed every 15 minutes.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; =if(Hour(Incoming_Call_Time)=Hour(ReloadTime()),'&amp;lt;s2&amp;gt;','&amp;lt;s1&amp;gt;')&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG alt="Screen Shot 2013-09-17 at 6.31.50 PM.png" class="jive-image" src="/legacyfs/online/46637_Screen Shot 2013-09-17 at 6.31.50 PM.png" style="width: 620px; height: 237px;" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 17 Sep 2013 22:30:05 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Change-Line-Style-if-current-dimension-is-current-hour/m-p/533723#M199370</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2013-09-17T22:30:05Z</dc:date>
    </item>
    <item>
      <title>Re: Change Line Style if current dimension is current hour</title>
      <link>https://community.qlik.com/t5/QlikView/Change-Line-Style-if-current-dimension-is-current-hour/m-p/533724#M199371</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I think, ReloadTime() hour is not match with hour(Incoming_call_Time).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Can you provide a sample for that?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 17 Sep 2013 22:42:25 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Change-Line-Style-if-current-dimension-is-current-hour/m-p/533724#M199371</guid>
      <dc:creator>MayilVahanan</dc:creator>
      <dc:date>2013-09-17T22:42:25Z</dc:date>
    </item>
    <item>
      <title>Re: Change Line Style if current dimension is current hour</title>
      <link>https://community.qlik.com/t5/QlikView/Change-Line-Style-if-current-dimension-is-current-hour/m-p/533725#M199372</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I can spend some time tomorrow tossing together a sample.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I tested to make sure ReloadTime() was working by modifying my count expression to only count calls if Hour(&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;Incoming_Call_Time&lt;/SPAN&gt;) &amp;lt; Hour(ReloadTime()).&amp;nbsp; The line chart changed and removed calls originating in the 18th hour (6p)&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 17 Sep 2013 23:13:30 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Change-Line-Style-if-current-dimension-is-current-hour/m-p/533725#M199372</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2013-09-17T23:13:30Z</dc:date>
    </item>
    <item>
      <title>Re: Change Line Style if current dimension is current hour</title>
      <link>https://community.qlik.com/t5/QlikView/Change-Line-Style-if-current-dimension-is-current-hour/m-p/533726#M199373</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hey Nick, I want to do the same, if one condition is accomplished, change the line style, otherwise not.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Have you found a way to do it?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards, Marcel. &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 11 Dec 2013 11:15:58 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Change-Line-Style-if-current-dimension-is-current-hour/m-p/533726#M199373</guid>
      <dc:creator>marcel_olmo</dc:creator>
      <dc:date>2013-12-11T11:15:58Z</dc:date>
    </item>
    <item>
      <title>Re: Change Line Style if current dimension is current hour</title>
      <link>https://community.qlik.com/t5/QlikView/Change-Line-Style-if-current-dimension-is-current-hour/m-p/533727#M199374</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Please see attachment and tell me is it help &lt;IMG src="https://community.qlik.com/legacyfs/online/emoticons/happy.png" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 11 Dec 2013 11:28:39 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Change-Line-Style-if-current-dimension-is-current-hour/m-p/533727#M199374</guid>
      <dc:creator>annafuksa1</dc:creator>
      <dc:date>2013-12-11T11:28:39Z</dc:date>
    </item>
    <item>
      <title>Re: Change Line Style if current dimension is current hour</title>
      <link>https://community.qlik.com/t5/QlikView/Change-Line-Style-if-current-dimension-is-current-hour/m-p/533728#M199375</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks Anna! That was it! Regards, Marcel.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 11 Dec 2013 22:12:49 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Change-Line-Style-if-current-dimension-is-current-hour/m-p/533728#M199375</guid>
      <dc:creator>marcel_olmo</dc:creator>
      <dc:date>2013-12-11T22:12:49Z</dc:date>
    </item>
  </channel>
</rss>

