<?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: NPrinting Excel Forcing 24 Hour Format in Qlik NPrinting</title>
    <link>https://community.qlik.com/t5/Qlik-NPrinting/NPrinting-Excel-Forcing-24-Hour-Format/m-p/1682507#M28201</link>
    <description>&lt;P&gt;Okay, I think I found a solution but it seems unnecessary.&amp;nbsp; Here are my steps:&lt;/P&gt;&lt;OL&gt;&lt;LI&gt;Adjusted the loadscript for the field to this:&amp;nbsp;DATE(RequestDt_Local,'MM/DD/YYYY hh:mm tt') AS [Trip Date/Time]&lt;/LI&gt;&lt;LI&gt;Opened NPrinting and deselected Keep Source Formats&lt;/LI&gt;&lt;LI&gt;In the cell in Excel (A7 in this case) for the data I manually adjusted the format to&amp;nbsp;mm/dd/yyyy hh:mm AM/PM&lt;/LI&gt;&lt;/OL&gt;&lt;P&gt;This finally produced the desired effect but I'm not sure why these hoops were needed.&amp;nbsp; Here are the errors I ran into:&lt;/P&gt;&lt;P&gt;After step 1 above I tried previewing the report but now I was getting dates but no time, only a colon:&lt;/P&gt;&lt;P&gt;"8/31/2019 :" instead of "8/31/2019 08:32 AM"&lt;/P&gt;&lt;P&gt;Trying to put the format into the properties window either returned an error or reverted back to the 24 hour format.&lt;/P&gt;</description>
    <pubDate>Fri, 06 Mar 2020 15:18:30 GMT</pubDate>
    <dc:creator>bbergstrom</dc:creator>
    <dc:date>2020-03-06T15:18:30Z</dc:date>
    <item>
      <title>NPrinting Excel Forcing 24 Hour Format</title>
      <link>https://community.qlik.com/t5/Qlik-NPrinting/NPrinting-Excel-Forcing-24-Hour-Format/m-p/1681825#M28176</link>
      <description>&lt;P&gt;Qlik Sense Version: November 2019&lt;/P&gt;&lt;P&gt;NPrinting Version: November 2019&lt;/P&gt;&lt;P&gt;Building an Excel NPrinting template and I have a field that is a Date/Time field.&amp;nbsp; In the Qlik Sense app the data is showing up in a 12 hour format but when that field is pulled into NPrinting and previewed it is switching to a 24 hour format.&amp;nbsp; I've tried applying formatting in the designer but it does not make any difference.&amp;nbsp; I tried clicking on the field and and unchecking Keep Source Formats but all of the formats I'm trying are returning numeric values. Is there something I'm missing?&amp;nbsp;&lt;/P&gt;&lt;P&gt;I attached a image showing the Qlik Sense table on the right and the NPrinting output on the left.&amp;nbsp;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 04 Mar 2020 20:44:49 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Qlik-NPrinting/NPrinting-Excel-Forcing-24-Hour-Format/m-p/1681825#M28176</guid>
      <dc:creator>bbergstrom</dc:creator>
      <dc:date>2020-03-04T20:44:49Z</dc:date>
    </item>
    <item>
      <title>Re: NPrinting Excel Forcing 24 Hour Format</title>
      <link>https://community.qlik.com/t5/Qlik-NPrinting/NPrinting-Excel-Forcing-24-Hour-Format/m-p/1681958#M28178</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;You should remove the Keep Source Format and apply the new format in the Excel cells. If this doesn't work open a support ticket, we need to investigate the specific case, because it should work.&lt;/P&gt;&lt;P&gt;You could also force Qlik Sense to export a formatted text as workaround.&lt;/P&gt;&lt;P&gt;Best Regards,&lt;/P&gt;&lt;P&gt;Ruggero&lt;/P&gt;</description>
      <pubDate>Thu, 05 Mar 2020 08:47:57 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Qlik-NPrinting/NPrinting-Excel-Forcing-24-Hour-Format/m-p/1681958#M28178</guid>
      <dc:creator>Ruggero_Piccoli</dc:creator>
      <dc:date>2020-03-05T08:47:57Z</dc:date>
    </item>
    <item>
      <title>Re: NPrinting Excel Forcing 24 Hour Format</title>
      <link>https://community.qlik.com/t5/Qlik-NPrinting/NPrinting-Excel-Forcing-24-Hour-Format/m-p/1682226#M28194</link>
      <description>&lt;P&gt;Do I remove it at the table or field level?&amp;nbsp; I removed it from the field and applied MM/DD/YYYY in the Format field and it's throwing an error saying Row or Column number cannot be zero when trying to preview.&lt;/P&gt;&lt;P&gt;Adding the Keep Source Format back and it previews fine.&lt;/P&gt;&lt;P&gt;Using Excel's formatting on the column does nothing.&lt;/P&gt;</description>
      <pubDate>Thu, 05 Mar 2020 18:40:37 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Qlik-NPrinting/NPrinting-Excel-Forcing-24-Hour-Format/m-p/1682226#M28194</guid>
      <dc:creator>bbergstrom</dc:creator>
      <dc:date>2020-03-05T18:40:37Z</dc:date>
    </item>
    <item>
      <title>Re: NPrinting Excel Forcing 24 Hour Format</title>
      <link>https://community.qlik.com/t5/Qlik-NPrinting/NPrinting-Excel-Forcing-24-Hour-Format/m-p/1682507#M28201</link>
      <description>&lt;P&gt;Okay, I think I found a solution but it seems unnecessary.&amp;nbsp; Here are my steps:&lt;/P&gt;&lt;OL&gt;&lt;LI&gt;Adjusted the loadscript for the field to this:&amp;nbsp;DATE(RequestDt_Local,'MM/DD/YYYY hh:mm tt') AS [Trip Date/Time]&lt;/LI&gt;&lt;LI&gt;Opened NPrinting and deselected Keep Source Formats&lt;/LI&gt;&lt;LI&gt;In the cell in Excel (A7 in this case) for the data I manually adjusted the format to&amp;nbsp;mm/dd/yyyy hh:mm AM/PM&lt;/LI&gt;&lt;/OL&gt;&lt;P&gt;This finally produced the desired effect but I'm not sure why these hoops were needed.&amp;nbsp; Here are the errors I ran into:&lt;/P&gt;&lt;P&gt;After step 1 above I tried previewing the report but now I was getting dates but no time, only a colon:&lt;/P&gt;&lt;P&gt;"8/31/2019 :" instead of "8/31/2019 08:32 AM"&lt;/P&gt;&lt;P&gt;Trying to put the format into the properties window either returned an error or reverted back to the 24 hour format.&lt;/P&gt;</description>
      <pubDate>Fri, 06 Mar 2020 15:18:30 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Qlik-NPrinting/NPrinting-Excel-Forcing-24-Hour-Format/m-p/1682507#M28201</guid>
      <dc:creator>bbergstrom</dc:creator>
      <dc:date>2020-03-06T15:18:30Z</dc:date>
    </item>
  </channel>
</rss>

