<?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: Time format in App Development</title>
    <link>https://community.qlik.com/t5/App-Development/Time-format/m-p/1189086#M22281</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;Try below&lt;/P&gt;&lt;P&gt;Create &lt;/P&gt;&lt;P&gt;hour(field) as hour&lt;/P&gt;&lt;P&gt;Second(field) as second&amp;nbsp;&amp;nbsp; in script&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;if front end&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;=if(second&amp;lt;10,Green(),if(second&amp;lt;50 ,yellow(),red())&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 21 Sep 2016 04:35:23 GMT</pubDate>
    <dc:creator>Chanty4u</dc:creator>
    <dc:date>2016-09-21T04:35:23Z</dc:date>
    <item>
      <title>Time format</title>
      <link>https://community.qlik.com/t5/App-Development/Time-format/m-p/1189085#M22280</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;&lt;/P&gt;&lt;P&gt;I am working in Qlik Sense.. I have a query related to conditional formatting&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have the KPI in time format like 00:02:56 (hh:mm:ss)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I want to show if it is less than 10 sec than green, 10 - 50 sec yellow and Greater than 50 red.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Can you all please guide me&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks!!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 21 Sep 2016 03:45:05 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Time-format/m-p/1189085#M22280</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2016-09-21T03:45:05Z</dc:date>
    </item>
    <item>
      <title>Re: Time format</title>
      <link>https://community.qlik.com/t5/App-Development/Time-format/m-p/1189086#M22281</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;Try below&lt;/P&gt;&lt;P&gt;Create &lt;/P&gt;&lt;P&gt;hour(field) as hour&lt;/P&gt;&lt;P&gt;Second(field) as second&amp;nbsp;&amp;nbsp; in script&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;if front end&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;=if(second&amp;lt;10,Green(),if(second&amp;lt;50 ,yellow(),red())&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 21 Sep 2016 04:35:23 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Time-format/m-p/1189086#M22281</guid>
      <dc:creator>Chanty4u</dc:creator>
      <dc:date>2016-09-21T04:35:23Z</dc:date>
    </item>
    <item>
      <title>Re: Time format</title>
      <link>https://community.qlik.com/t5/App-Development/Time-format/m-p/1189087#M22282</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello sir.. Thanks for your reply.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have calculated the time in the front end for the KPI and then use Duration format&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Like as (SUM(A)/SUM(B))/86400 ... &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Now I want to color code it by using the above logic..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please guide and let me know if it is making sense or not&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 21 Sep 2016 06:45:40 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Time-format/m-p/1189087#M22282</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2016-09-21T06:45:40Z</dc:date>
    </item>
    <item>
      <title>Re: Time format</title>
      <link>https://community.qlik.com/t5/App-Development/Time-format/m-p/1189088#M22283</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;if(&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt; SUM(A)/SUM(B) &amp;lt; 10, Green(), &lt;SPAN style="font-size: 13.3333px;"&gt;if(&lt;/SPAN&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt; SUM(A)/SUM(B) &amp;lt; 50, Yellow(), Red()))&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 21 Sep 2016 06:54:34 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Time-format/m-p/1189088#M22283</guid>
      <dc:creator>Gysbert_Wassenaar</dc:creator>
      <dc:date>2016-09-21T06:54:34Z</dc:date>
    </item>
  </channel>
</rss>

