<?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 Creating a column for Shift using mm/dd/yyyy/ hh/mm/ss timestamp column in App Development</title>
    <link>https://community.qlik.com/t5/App-Development/Creating-a-column-for-Shift-using-mm-dd-yyyy-hh-mm-ss-timestamp/m-p/139358#M9783</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'm looking to create a column for "Shift" (A,B,C,D,E) using a mm/dd/yyyy/ hh/mm/ss timestamp column inside my data table under data manager.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I'm extremely new to Qlik but have experience using excel/vba. Through google searches I've made it as far as...&lt;/P&gt;&lt;P&gt;data manager&amp;gt;edit this table&amp;gt;add field&amp;gt;calculate field&amp;gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I've started with just trying to get an expression that separates to...&lt;/P&gt;&lt;P&gt;A shift - &lt;SPAN style="font-size: 13.3333px;"&gt;10:30pm-6:30am&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;B Shift - &lt;SPAN style="font-size: 13.3333px;"&gt;6:30am-2:30pm&lt;/SPAN&gt; &lt;/P&gt;&lt;P&gt;C Shift - &lt;SPAN style="font-size: 13.3333px;"&gt;2:30pm-10:30pm&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;Eventually my end goal would be to include D and E shift&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;A shift - &lt;SPAN style="font-size: 13.3333px;"&gt;10:30pm-6:30am Mon-Fri&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;B Shift - &lt;SPAN style="font-size: 13.3333px;"&gt;6:30am-2:30pm&lt;/SPAN&gt; &lt;SPAN style="font-size: 13.3333px;"&gt;Mon-Fri&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;C Shift - &lt;SPAN style="font-size: 13.3333px;"&gt;2:30pm-10:30pm &lt;SPAN style="font-size: 13.3333px;"&gt;Mon-Fri&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;D Shift - 10:30pm-10:30am Sat-Sun&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;E Shift - 10:30am-10:30pm Sat-Sun&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;My current expression is...&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;if(Time([Time Quarantined]) &amp;gt;= MakeTime(10,30,00) &lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;and Time([Time Quarantined]) &amp;lt; MakeTime(06,30,00),'A')&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;if(Time([Time Quarantined]) &amp;gt;= MakeTime(06,30,00) &lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;and Time([Time Quarantined]) &amp;lt; MakeTime(02,30,00),'B')&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;if(Time([Time Quarantined]) &amp;gt;= MakeTime(02,30,00) &lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;and Time([Time Quarantined]) &amp;lt; MakeTime(10,30,00),'C')&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;I get a "Missing Right parenthesis" error when I do this. &lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;If I do.. &lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;if(Time([Time Quarantined]) &amp;gt;= MakeTime(10,30,00) &lt;SPAN style="font-size: 13.3333px;"&gt;,'A')&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;Then It will create the column but the entire columns result is "A" so obviously I have more than just syntax errors in my expression.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I'm looking for help of any kind. Some insight on why my first expressions gets a parenthesis error, why the second expression shows "a" as a results for all rows in the column, examples of how I should do it, if including D and E is possible in a Qlik expression, locations of resources to better understand Qlik, and if there is any sort of debugger or step through function in Qlik where I can troubleshoot longer expressions similar to the "evaluation formula" function in excel. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks for any help in advance. &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 31 Aug 2018 14:17:11 GMT</pubDate>
    <dc:creator>t-gilchrist</dc:creator>
    <dc:date>2018-08-31T14:17:11Z</dc:date>
    <item>
      <title>Creating a column for Shift using mm/dd/yyyy/ hh/mm/ss timestamp column</title>
      <link>https://community.qlik.com/t5/App-Development/Creating-a-column-for-Shift-using-mm-dd-yyyy-hh-mm-ss-timestamp/m-p/139358#M9783</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'm looking to create a column for "Shift" (A,B,C,D,E) using a mm/dd/yyyy/ hh/mm/ss timestamp column inside my data table under data manager.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I'm extremely new to Qlik but have experience using excel/vba. Through google searches I've made it as far as...&lt;/P&gt;&lt;P&gt;data manager&amp;gt;edit this table&amp;gt;add field&amp;gt;calculate field&amp;gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I've started with just trying to get an expression that separates to...&lt;/P&gt;&lt;P&gt;A shift - &lt;SPAN style="font-size: 13.3333px;"&gt;10:30pm-6:30am&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;B Shift - &lt;SPAN style="font-size: 13.3333px;"&gt;6:30am-2:30pm&lt;/SPAN&gt; &lt;/P&gt;&lt;P&gt;C Shift - &lt;SPAN style="font-size: 13.3333px;"&gt;2:30pm-10:30pm&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;Eventually my end goal would be to include D and E shift&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;A shift - &lt;SPAN style="font-size: 13.3333px;"&gt;10:30pm-6:30am Mon-Fri&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;B Shift - &lt;SPAN style="font-size: 13.3333px;"&gt;6:30am-2:30pm&lt;/SPAN&gt; &lt;SPAN style="font-size: 13.3333px;"&gt;Mon-Fri&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;C Shift - &lt;SPAN style="font-size: 13.3333px;"&gt;2:30pm-10:30pm &lt;SPAN style="font-size: 13.3333px;"&gt;Mon-Fri&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;D Shift - 10:30pm-10:30am Sat-Sun&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;E Shift - 10:30am-10:30pm Sat-Sun&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;My current expression is...&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;if(Time([Time Quarantined]) &amp;gt;= MakeTime(10,30,00) &lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;and Time([Time Quarantined]) &amp;lt; MakeTime(06,30,00),'A')&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;if(Time([Time Quarantined]) &amp;gt;= MakeTime(06,30,00) &lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;and Time([Time Quarantined]) &amp;lt; MakeTime(02,30,00),'B')&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;if(Time([Time Quarantined]) &amp;gt;= MakeTime(02,30,00) &lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;and Time([Time Quarantined]) &amp;lt; MakeTime(10,30,00),'C')&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;I get a "Missing Right parenthesis" error when I do this. &lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;If I do.. &lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;if(Time([Time Quarantined]) &amp;gt;= MakeTime(10,30,00) &lt;SPAN style="font-size: 13.3333px;"&gt;,'A')&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;Then It will create the column but the entire columns result is "A" so obviously I have more than just syntax errors in my expression.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I'm looking for help of any kind. Some insight on why my first expressions gets a parenthesis error, why the second expression shows "a" as a results for all rows in the column, examples of how I should do it, if including D and E is possible in a Qlik expression, locations of resources to better understand Qlik, and if there is any sort of debugger or step through function in Qlik where I can troubleshoot longer expressions similar to the "evaluation formula" function in excel. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks for any help in advance. &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 31 Aug 2018 14:17:11 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Creating-a-column-for-Shift-using-mm-dd-yyyy-hh-mm-ss-timestamp/m-p/139358#M9783</guid>
      <dc:creator>t-gilchrist</dc:creator>
      <dc:date>2018-08-31T14:17:11Z</dc:date>
    </item>
    <item>
      <title>Re: Creating a column for Shift using mm/dd/yyyy/ hh/mm/ss timestamp column</title>
      <link>https://community.qlik.com/t5/App-Development/Creating-a-column-for-Shift-using-mm-dd-yyyy-hh-mm-ss-timestamp/m-p/139359#M9784</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;When you are using more if conditions you're not supposed to close the brackets as you mentioned.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;When you closed the first if clause after the value A, it won't consider the remaining condition into if clause.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;So use the below expression:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;=if(Time([Time Quarantined]) &amp;gt;= MakeTime(10,30,00) and Time([Time Quarantined]) &amp;lt; MakeTime(06,30,00),'A',&lt;/P&gt;&lt;P&gt;&amp;nbsp; if(Time([Time Quarantined]) &amp;gt;= MakeTime(06,30,00) and Time([Time Quarantined]) &amp;lt; MakeTime(02,30,00),'B',&lt;/P&gt;&lt;P&gt;&amp;nbsp; if(Time([Time Quarantined]) &amp;gt;= MakeTime(02,30,00) and Time([Time Quarantined]) &amp;lt; MakeTime(10,30,00),'C')&lt;/P&gt;&lt;P&gt;))&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 01 Sep 2018 05:07:18 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Creating-a-column-for-Shift-using-mm-dd-yyyy-hh-mm-ss-timestamp/m-p/139359#M9784</guid>
      <dc:creator>BalaBhaskar_Qlik</dc:creator>
      <dc:date>2018-09-01T05:07:18Z</dc:date>
    </item>
    <item>
      <title>Re: Creating a column for Shift using mm/dd/yyyy/ hh/mm/ss timestamp column</title>
      <link>https://community.qlik.com/t5/App-Development/Creating-a-column-for-Shift-using-mm-dd-yyyy-hh-mm-ss-timestamp/m-p/139360#M9785</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi, a few thing to comment:&lt;/P&gt;&lt;P&gt;- 0:00 pm is 22 hours, not 10&lt;/P&gt;&lt;P&gt;- There is no time that can be higher than 10:30 and lower than 6:30&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;To add D and E you can add a check using weekday()&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;So, maybe:&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;If (WeekDay(&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;[Time Quarantined])&amp;lt;5,&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&amp;nbsp; if(Time([Time Quarantined]) &amp;gt;= MakeTime(&lt;STRONG&gt;22&lt;/STRONG&gt;,30,00) &lt;STRONG&gt;or&lt;/STRONG&gt; Time([Time Quarantined]) &amp;lt; MakeTime(06,30,00),'A',&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&amp;nbsp; if(Time([Time Quarantined]) &amp;gt;= MakeTime(06,30,00) and Time([Time Quarantined]) &amp;lt; MakeTime(&lt;STRONG&gt;14&lt;/STRONG&gt;,30,00),'B',&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&amp;nbsp; if(Time([Time Quarantined]) &amp;gt;= MakeTime(&lt;STRONG&gt;14&lt;/STRONG&gt;,30,00) and Time([Time Quarantined]) &amp;lt; MakeTime(&lt;STRONG&gt;22&lt;/STRONG&gt;,30,00),'C'&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&amp;nbsp; ))),&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&amp;nbsp; if(Time([Time Quarantined]) &amp;gt;= MakeTime(&lt;STRONG&gt;22&lt;/STRONG&gt;,30,00) &lt;STRONG&gt;or&lt;/STRONG&gt; Time([Time Quarantined]) &amp;lt; MakeTime(10,30,00),'D',&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&amp;nbsp; if(Time([Time Quarantined]) &amp;gt;= MakeTime(10,30,00) and Time([Time Quarantined]) &amp;lt; MakeTime(&lt;STRONG&gt;22&lt;/STRONG&gt;,30,00),'E',&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&amp;nbsp; ))&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;)&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 01 Sep 2018 07:10:22 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Creating-a-column-for-Shift-using-mm-dd-yyyy-hh-mm-ss-timestamp/m-p/139360#M9785</guid>
      <dc:creator>rubenmarin</dc:creator>
      <dc:date>2018-09-01T07:10:22Z</dc:date>
    </item>
    <item>
      <title>Re: Creating a column for Shift using mm/dd/yyyy/ hh/mm/ss timestamp column</title>
      <link>https://community.qlik.com/t5/App-Development/Creating-a-column-for-Shift-using-mm-dd-yyyy-hh-mm-ss-timestamp/m-p/139361#M9786</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thank you for taking the time to reply.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Using the provided expression I get a "Missing left term" error.&lt;/P&gt;&lt;P&gt;Removing the "=" at the beginning of the expression I'm left with a "Missing right parenthesis" error.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Using only the first shifts conditions...&lt;/P&gt;&lt;P&gt;&lt;IMG class="jive-image image-1" src="https://community.qlik.com/legacyfs/online/212600_pastedImage_0.png" /&gt;&lt;/P&gt;&lt;P&gt;I am still getting the parenthesis error.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 04 Sep 2018 11:48:13 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Creating-a-column-for-Shift-using-mm-dd-yyyy-hh-mm-ss-timestamp/m-p/139361#M9786</guid>
      <dc:creator>t-gilchrist</dc:creator>
      <dc:date>2018-09-04T11:48:13Z</dc:date>
    </item>
    <item>
      <title>Re: Creating a column for Shift using mm/dd/yyyy/ hh/mm/ss timestamp column</title>
      <link>https://community.qlik.com/t5/App-Development/Creating-a-column-for-Shift-using-mm-dd-yyyy-hh-mm-ss-timestamp/m-p/139362#M9787</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thank you for taking the time to reply.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;Hi, a few thing to comment:&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;- 0:00 pm is 22 hours, not 10. &lt;SPAN style="text-decoration: underline;"&gt;It makes sense why the test with acceptable syntax did not behave as expected now.&lt;/SPAN&gt; &lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;- There is no time that can be higher than 10:30 and lower than 6:30. &lt;SPAN style="text-decoration: underline;"&gt;Opps, yes that was meant to be an or.&lt;/SPAN&gt; &lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;- &lt;/EM&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;&lt;EM&gt;To add D and E you can add a check using weekday(). &lt;SPAN style="text-decoration: underline;"&gt;Perfect, I was hoping that function would work.&lt;/SPAN&gt; &lt;/EM&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Using the full expression you provided I am getting the "Missing right parenthesis" error.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Using only the first shift of the expression and excluding day-of-week, I am getting the "Missing right parenthesis" error...&lt;/P&gt;&lt;P&gt;&lt;IMG class="jive-image image-1" src="https://community.qlik.com/legacyfs/online/212602_pastedImage_154.png" style="max-height: 900px; max-width: 1200px;" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 04 Sep 2018 11:59:16 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Creating-a-column-for-Shift-using-mm-dd-yyyy-hh-mm-ss-timestamp/m-p/139362#M9787</guid>
      <dc:creator>t-gilchrist</dc:creator>
      <dc:date>2018-09-04T11:59:16Z</dc:date>
    </item>
    <item>
      <title>Re: Creating a column for Shift using mm/dd/yyyy/ hh/mm/ss timestamp column</title>
      <link>https://community.qlik.com/t5/App-Development/Creating-a-column-for-Shift-using-mm-dd-yyyy-hh-mm-ss-timestamp/m-p/139363#M9788</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Trey, I see it correct, maybe it's a bug in the syntax checker or some limitation when creating calculated fields in data manager.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You can try adding it in script editor, keep the synched script section as it is (creating a backup of your app before editing the script can be a good idea), and add a new script section after the synched section,, the script can be:&lt;/P&gt;&lt;PRE __default_attr="plain" __jive_macro_name="code" class="jive_macro_code _jivemacro_uid_1536128001584762 jive_text_macro" jivemacro_uid="_1536128001584762"&gt;
&lt;P&gt;Rename oldTableName to newTableName;&lt;/P&gt;
&lt;P&gt;&lt;/P&gt;
&lt;P&gt;oldTableName:&lt;/P&gt;
&lt;P&gt;Noconcatenate&lt;/P&gt;
&lt;P&gt;LOAD *,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; If(Time([Time Quarantined....&lt;/P&gt;
&lt;P&gt;Resident newTableName;&lt;/P&gt;
&lt;P&gt;&lt;/P&gt;
&lt;P&gt;DROP Table newTableName;&lt;/P&gt;
&lt;/PRE&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 05 Sep 2018 06:13:32 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Creating-a-column-for-Shift-using-mm-dd-yyyy-hh-mm-ss-timestamp/m-p/139363#M9788</guid>
      <dc:creator>rubenmarin</dc:creator>
      <dc:date>2018-09-05T06:13:32Z</dc:date>
    </item>
  </channel>
</rss>

