<?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: Valueloop to Time Format in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Valueloop-to-Time-Format/m-p/1084107#M931050</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Gysbert,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Creating a new field at script will make it hard coded but here in this case this interval would be dynamic...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;And what about this?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;'&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;The class function works, but the problem is that your first time doesn't start at exactly a half hour interval."&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Are you pointing to slider time representation?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 16 Mar 2016 13:37:08 GMT</pubDate>
    <dc:creator>Anonymous</dc:creator>
    <dc:date>2016-03-16T13:37:08Z</dc:date>
    <item>
      <title>Valueloop to Time Format</title>
      <link>https://community.qlik.com/t5/QlikView/Valueloop-to-Time-Format/m-p/1084097#M931040</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello Qlikers,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I need to convert&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;=Valueloop($(Start), $(End), $(Step))&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;into time format...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I tried with Time# and Time combination but no success...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Any suggestion?&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/Valueloop-to-Time-Format/m-p/1084097#M931040</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2020-11-25T16:16:04Z</dc:date>
    </item>
    <item>
      <title>Re: Valueloop to Time Format</title>
      <link>https://community.qlik.com/t5/QlikView/Valueloop-to-Time-Format/m-p/1084098#M931041</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I am not sure but you can try this&lt;/P&gt;&lt;P&gt;=&lt;STRONG style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;Valueloop(frac(time#('$(Start)','hh:mm:ss')), &lt;STRONG style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;frac(time#('&lt;STRONG style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;$(End)&lt;/STRONG&gt;','hh:mm:ss'))&lt;/STRONG&gt;, 1)&lt;/STRONG&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 16 Mar 2016 07:28:23 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Valueloop-to-Time-Format/m-p/1084098#M931041</guid>
      <dc:creator>Kushal_Chawda</dc:creator>
      <dc:date>2016-03-16T07:28:23Z</dc:date>
    </item>
    <item>
      <title>Re: Valueloop to Time Format</title>
      <link>https://community.qlik.com/t5/QlikView/Valueloop-to-Time-Format/m-p/1084099#M931042</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;A step of 1 would mean steps of 1 day. Perhaps a different interval is more useful: hour - 1/24, minute - 1/1440, second - 1/86400&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 16 Mar 2016 07:31:28 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Valueloop-to-Time-Format/m-p/1084099#M931042</guid>
      <dc:creator>Gysbert_Wassenaar</dc:creator>
      <dc:date>2016-03-16T07:31:28Z</dc:date>
    </item>
    <item>
      <title>Re: Valueloop to Time Format</title>
      <link>https://community.qlik.com/t5/QlikView/Valueloop-to-Time-Format/m-p/1084100#M931043</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Yeah &lt;A href="https://community.qlik.com/qlik-users/96544"&gt;gwassenaar&lt;/A&gt;‌.&amp;nbsp; thanks for correction&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 16 Mar 2016 07:33:35 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Valueloop-to-Time-Format/m-p/1084100#M931043</guid>
      <dc:creator>Kushal_Chawda</dc:creator>
      <dc:date>2016-03-16T07:33:35Z</dc:date>
    </item>
    <item>
      <title>Re: Valueloop to Time Format</title>
      <link>https://community.qlik.com/t5/QlikView/Valueloop-to-Time-Format/m-p/1084101#M931044</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Kush,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have already tried like what you suggested but thing is what when&lt;/P&gt;&lt;P&gt;I use inside valueloop() it gives me blank '-'&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 16 Mar 2016 07:34:05 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Valueloop-to-Time-Format/m-p/1084101#M931044</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2016-03-16T07:34:05Z</dc:date>
    </item>
    <item>
      <title>Re: Valueloop to Time Format</title>
      <link>https://community.qlik.com/t5/QlikView/Valueloop-to-Time-Format/m-p/1084102#M931045</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Did not work...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Attaching the Sample....&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Need Value as per Slider Time in Straight table instead of numeric value &lt;STRONG&gt;in Valueloop Sheet&lt;/STRONG&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 16 Mar 2016 08:34:40 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Valueloop-to-Time-Format/m-p/1084102#M931045</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2016-03-16T08:34:40Z</dc:date>
    </item>
    <item>
      <title>Re: Valueloop to Time Format</title>
      <link>https://community.qlik.com/t5/QlikView/Valueloop-to-Time-Format/m-p/1084103#M931046</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;AFAIK there is no way to format a valueloop which required always pure numeric values. I have earlier tried some things even with $-sign expansion and dual-functions but nothing seems to work. Easier is to emulate this with normal date/time-fields, see the example within the attachment.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;- Marcus&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 16 Mar 2016 12:56:12 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Valueloop-to-Time-Format/m-p/1084103#M931046</guid>
      <dc:creator>marcus_sommer</dc:creator>
      <dc:date>2016-03-16T12:56:12Z</dc:date>
    </item>
    <item>
      <title>Re: Valueloop to Time Format</title>
      <link>https://community.qlik.com/t5/QlikView/Valueloop-to-Time-Format/m-p/1084104#M931047</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Marcus,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks for clearing on Valueloop formatting!!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In my scenario, Customer is looking for 11:30 - 11:30 window where&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;11:30 - 23:59 represent current selected date data for 2nd half&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;00:00 - 11:30 &lt;SPAN style="font-size: 13.3333px;"&gt;represent next date of current selected date for 1st half&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;From my earlier post, &lt;STRONG&gt;Bill gave me almost what I am looking for with your inputs but it is with Field Value&lt;/STRONG&gt;......(&lt;STRONG&gt;see the attached)&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;&lt;STRONG&gt;&lt;BR /&gt;&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;I want same in ValueLoop sheet but with the Custom slider option..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Any other way instead of using Valueloop(), &lt;STRONG&gt;Can I get functionality like Class() with Custom slider option?&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 16 Mar 2016 13:18:13 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Valueloop-to-Time-Format/m-p/1084104#M931047</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2016-03-16T13:18:13Z</dc:date>
    </item>
    <item>
      <title>Re: Valueloop to Time Format</title>
      <link>https://community.qlik.com/t5/QlikView/Valueloop-to-Time-Format/m-p/1084105#M931048</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;The class function works, but the problem is that your first time doesn't start at exactly a half hour interval. But perhaps a better solution is to create a new time field in the script based on for example half hour intervals:&lt;/P&gt;&lt;P&gt;Time(Floor(T_SEG, 1/48),'hh:mm') as T_SEG_30MIN_INTERVAL&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 16 Mar 2016 13:26:59 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Valueloop-to-Time-Format/m-p/1084105#M931048</guid>
      <dc:creator>Gysbert_Wassenaar</dc:creator>
      <dc:date>2016-03-16T13:26:59Z</dc:date>
    </item>
    <item>
      <title>Re: Valueloop to Time Format</title>
      <link>https://community.qlik.com/t5/QlikView/Valueloop-to-Time-Format/m-p/1084106#M931049</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Meanwhile I am trying on your suggestion with simple date/time fields, will let you know if it works&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, 16 Mar 2016 13:28:55 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Valueloop-to-Time-Format/m-p/1084106#M931049</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2016-03-16T13:28:55Z</dc:date>
    </item>
    <item>
      <title>Re: Valueloop to Time Format</title>
      <link>https://community.qlik.com/t5/QlikView/Valueloop-to-Time-Format/m-p/1084107#M931050</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Gysbert,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Creating a new field at script will make it hard coded but here in this case this interval would be dynamic...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;And what about this?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;'&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;The class function works, but the problem is that your first time doesn't start at exactly a half hour interval."&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Are you pointing to slider time representation?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 16 Mar 2016 13:37:08 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Valueloop-to-Time-Format/m-p/1084107#M931050</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2016-03-16T13:37:08Z</dc:date>
    </item>
    <item>
      <title>Re: Valueloop to Time Format</title>
      <link>https://community.qlik.com/t5/QlikView/Valueloop-to-Time-Format/m-p/1084108#M931051</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Here a small adjustment to the example from yesterday with variables instead of field within the slider. The change now is that a trigger is set by changing the VInput variable which changed then the T12 variable which then changed also the slider-area - maybe it comes a bit nearer to what you want.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;- Marcus&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 16 Mar 2016 14:07:43 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Valueloop-to-Time-Format/m-p/1084108#M931051</guid>
      <dc:creator>marcus_sommer</dc:creator>
      <dc:date>2016-03-16T14:07:43Z</dc:date>
    </item>
  </channel>
</rss>

