<?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: Question about variable with hours in Discussions</title>
    <link>https://community.jmp.com/t5/Discussions/Question-about-variable-with-hours/m-p/430278#M67999</link>
    <description>&lt;P&gt;I have attached a data table with a column formula that measures 24 hourly periods starting at 5AM and ending at 4:59AM.&lt;/P&gt;</description>
    <pubDate>Mon, 25 Oct 2021 22:53:20 GMT</pubDate>
    <dc:creator>dale_lehman</dc:creator>
    <dc:date>2021-10-25T22:53:20Z</dc:date>
    <item>
      <title>Question about variable with hours</title>
      <link>https://community.jmp.com/t5/Discussions/Question-about-variable-with-hours/m-p/429925#M67958</link>
      <description>&lt;P&gt;I have an end-of-work variable of the respondents. I want to set so that people who finish their workday at midnight or 3 AM will be considered as those who finish later, at the moment it presents me as someone who finishes their workday earlier.&lt;BR /&gt;How can I set this up?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;The problematic observations are highlighted in the attached image:&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Rozenzwaige2_0-1635171234591.png" style="width: 400px;"&gt;&lt;img src="https://community.jmp.com/t5/image/serverpage/image-id/36976i6B02CF8B3B6DA779/image-size/medium?v=v2&amp;amp;px=400" role="button" title="Rozenzwaige2_0-1635171234591.png" alt="Rozenzwaige2_0-1635171234591.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Sat, 10 Jun 2023 23:39:12 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/Question-about-variable-with-hours/m-p/429925#M67958</guid>
      <dc:creator>Rozenzwaige2</dc:creator>
      <dc:date>2023-06-10T23:39:12Z</dc:date>
    </item>
    <item>
      <title>Re: Question about variable with hours</title>
      <link>https://community.jmp.com/t5/Discussions/Question-about-variable-with-hours/m-p/429951#M67960</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;
&lt;P&gt;You will need to include the date (at least the day) in your timestamp; otherwise, JMP will not be able to figure out that the 3:00 AM is on the following day.&lt;/P&gt;
&lt;P&gt;Best,&lt;/P&gt;
&lt;P&gt;TS&lt;/P&gt;</description>
      <pubDate>Mon, 25 Oct 2021 14:34:26 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/Question-about-variable-with-hours/m-p/429951#M67960</guid>
      <dc:creator>Thierry_S</dc:creator>
      <dc:date>2021-10-25T14:34:26Z</dc:date>
    </item>
    <item>
      <title>Re: Question about variable with hours</title>
      <link>https://community.jmp.com/t5/Discussions/Question-about-variable-with-hours/m-p/430060#M67965</link>
      <description>&lt;P&gt;The problem is that this is an hour without a date, the end hours of the work represent the hours that the respondents usually finish their workday, it is not an hour of any specific day. There is no way to define the beginning and end of the day?&lt;/P&gt;&lt;P&gt;(E.g. the day starts at 5:00 AM and ends at 4:59 AM)&lt;/P&gt;</description>
      <pubDate>Mon, 25 Oct 2021 15:56:34 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/Question-about-variable-with-hours/m-p/430060#M67965</guid>
      <dc:creator>Rozenzwaige2</dc:creator>
      <dc:date>2021-10-25T15:56:34Z</dc:date>
    </item>
    <item>
      <title>Re: Question about variable with hours</title>
      <link>https://community.jmp.com/t5/Discussions/Question-about-variable-with-hours/m-p/430066#M67967</link>
      <description>&lt;P&gt;Maybe add inhours(24) to any value &amp;lt; 8AM. You could do that in a formula column. I think you'll be trading one problem for another; the new axis will start at 8 hours and run to 32 hours.&lt;/P&gt;</description>
      <pubDate>Mon, 25 Oct 2021 16:03:59 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/Question-about-variable-with-hours/m-p/430066#M67967</guid>
      <dc:creator>Craige_Hales</dc:creator>
      <dc:date>2021-10-25T16:03:59Z</dc:date>
    </item>
    <item>
      <title>Re: Question about variable with hours</title>
      <link>https://community.jmp.com/t5/Discussions/Question-about-variable-with-hours/m-p/430076#M67969</link>
      <description>&lt;P&gt;&amp;nbsp;You can use the Date Difference function (a TimeDate function) even without a date.&amp;nbsp; I tried it with hourly data formatted the way you have it, and Date Difference does work correctly.&amp;nbsp; Just decide what hour you want to measure the differences from and enter that as one of the times to measure the differences relative to.&lt;/P&gt;</description>
      <pubDate>Mon, 25 Oct 2021 16:29:43 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/Question-about-variable-with-hours/m-p/430076#M67969</guid>
      <dc:creator>dale_lehman</dc:creator>
      <dc:date>2021-10-25T16:29:43Z</dc:date>
    </item>
    <item>
      <title>Re: Question about variable with hours</title>
      <link>https://community.jmp.com/t5/Discussions/Question-about-variable-with-hours/m-p/430081#M67972</link>
      <description>&lt;P&gt;I'm quite an amateur at JMP I would very much appreciate it if you could explain in more detail how to do it&lt;/P&gt;</description>
      <pubDate>Mon, 25 Oct 2021 16:39:57 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/Question-about-variable-with-hours/m-p/430081#M67972</guid>
      <dc:creator>Rozenzwaige2</dc:creator>
      <dc:date>2021-10-25T16:39:57Z</dc:date>
    </item>
    <item>
      <title>Re: Question about variable with hours</title>
      <link>https://community.jmp.com/t5/Discussions/Question-about-variable-with-hours/m-p/430278#M67999</link>
      <description>&lt;P&gt;I have attached a data table with a column formula that measures 24 hourly periods starting at 5AM and ending at 4:59AM.&lt;/P&gt;</description>
      <pubDate>Mon, 25 Oct 2021 22:53:20 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/Question-about-variable-with-hours/m-p/430278#M67999</guid>
      <dc:creator>dale_lehman</dc:creator>
      <dc:date>2021-10-25T22:53:20Z</dc:date>
    </item>
  </channel>
</rss>

