<?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: Qlik Sense NPrinting - Date Fields in App Development</title>
    <link>https://community.qlik.com/t5/App-Development/Qlik-Sense-NPrinting-Date-Fields/m-p/1685767#M52231</link>
    <description>&lt;P&gt;This is still an issue for me in 2020 and it's infuriating to basically have to duplicate everything as a text(date()) string to get it to display correctly in NP when there is a a built in formatting string that does not work.&amp;nbsp;&lt;/P&gt;&lt;P&gt;In my case, I have a date in a table, so I can't create a Formula - anyone else figured this out?&lt;/P&gt;</description>
    <pubDate>Wed, 18 Mar 2020 14:34:36 GMT</pubDate>
    <dc:creator>millerhm</dc:creator>
    <dc:date>2020-03-18T14:34:36Z</dc:date>
    <item>
      <title>Qlik Sense NPrinting - Date Fields</title>
      <link>https://community.qlik.com/t5/App-Development/Qlik-Sense-NPrinting-Date-Fields/m-p/1298250#M27524</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I am creating my first Pixel Perfect report and am bringing in 2 date fields from my app. Within my Qlik Sense script, I am applying Date() and Floor() functions to both fields. Using the fields within a Detail Report they are coming through as numbers and not dates. I tried creating a calculated expression with the GetDate() function and that just returned nothing. When changing the format to Date Time, rather than it return a date in the format specified it returns the literal string that is selected in the format type (returned "MM/dd/yy" for every row). How do I format a date field in Pixel Perfect. Thanks in advanced. &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 21 Apr 2017 13:56:03 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Qlik-Sense-NPrinting-Date-Fields/m-p/1298250#M27524</guid>
      <dc:creator>gbarrett</dc:creator>
      <dc:date>2017-04-21T13:56:03Z</dc:date>
    </item>
    <item>
      <title>Re: Qlik Sense NPrinting - Date Fields</title>
      <link>https://community.qlik.com/t5/App-Development/Qlik-Sense-NPrinting-Date-Fields/m-p/1298251#M27525</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I have the same issue. &lt;/P&gt;&lt;P&gt;I've seen some references to using a script, but not how.&lt;/P&gt;&lt;P&gt;I've also seen formatting the date in Qlik to make it a string; this is not really viable as I need the value to be a date in the application for other things to function. Besides, date formatting should work in NPrinting; its a pretty basic feature...&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 17 Aug 2017 17:38:04 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Qlik-Sense-NPrinting-Date-Fields/m-p/1298251#M27525</guid>
      <dc:creator>dwforest</dc:creator>
      <dc:date>2017-08-17T17:38:04Z</dc:date>
    </item>
    <item>
      <title>Re: Qlik Sense NPrinting - Date Fields</title>
      <link>https://community.qlik.com/t5/App-Development/Qlik-Sense-NPrinting-Date-Fields/m-p/1298252#M27526</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I raised this issue via the Qlik Support portal. It is a known bug and they are working on correcting it. A workaround is to create a formula in Pixel Perfect with this syntax: =text(date(Date_Field,'MM/DD/YY')). Hope this helps for the time being.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 17 Aug 2017 17:48:26 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Qlik-Sense-NPrinting-Date-Fields/m-p/1298252#M27526</guid>
      <dc:creator>gbarrett</dc:creator>
      <dc:date>2017-08-17T17:48:26Z</dc:date>
    </item>
    <item>
      <title>Re: Qlik Sense NPrinting - Date Fields</title>
      <link>https://community.qlik.com/t5/App-Development/Qlik-Sense-NPrinting-Date-Fields/m-p/1298253#M27527</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Tried that and get an error... Custom function 'text' not found&lt;/P&gt;&lt;P&gt;Using Nprining June 2017 with QlikSense on a Pixel Perfect report&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 17 Aug 2017 18:00:25 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Qlik-Sense-NPrinting-Date-Fields/m-p/1298253#M27527</guid>
      <dc:creator>dwforest</dc:creator>
      <dc:date>2017-08-17T18:00:25Z</dc:date>
    </item>
    <item>
      <title>Re: Qlik Sense NPrinting - Date Fields</title>
      <link>https://community.qlik.com/t5/App-Development/Qlik-Sense-NPrinting-Date-Fields/m-p/1298254#M27528</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Are you using it in a formula in the Designer? Not in the formatting for the field, you have to create a specific formula.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG alt="Sales Screenshot.PNG" class="jive-image image-1" src="/legacyfs/online/173745_Sales Screenshot.PNG" style="height: auto;" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 17 Aug 2017 18:05:38 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Qlik-Sense-NPrinting-Date-Fields/m-p/1298254#M27528</guid>
      <dc:creator>gbarrett</dc:creator>
      <dc:date>2017-08-17T18:05:38Z</dc:date>
    </item>
    <item>
      <title>Re: Qlik Sense NPrinting - Date Fields</title>
      <link>https://community.qlik.com/t5/App-Development/Qlik-Sense-NPrinting-Date-Fields/m-p/1298255#M27529</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;No, was trying to do it as a Calculated Field.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Works as formula. Thanks!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 17 Aug 2017 18:13:30 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Qlik-Sense-NPrinting-Date-Fields/m-p/1298255#M27529</guid>
      <dc:creator>dwforest</dc:creator>
      <dc:date>2017-08-17T18:13:30Z</dc:date>
    </item>
    <item>
      <title>Re: Qlik Sense NPrinting - Date Fields</title>
      <link>https://community.qlik.com/t5/App-Development/Qlik-Sense-NPrinting-Date-Fields/m-p/1298256#M27530</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;And I can confirm this is still an issue in Sep 2017 NP, but this post was helpful for me as well to learn a work around.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 18 Oct 2017 20:45:40 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Qlik-Sense-NPrinting-Date-Fields/m-p/1298256#M27530</guid>
      <dc:creator>kdmarkee</dc:creator>
      <dc:date>2017-10-18T20:45:40Z</dc:date>
    </item>
    <item>
      <title>Re: Qlik Sense NPrinting - Date Fields</title>
      <link>https://community.qlik.com/t5/App-Development/Qlik-Sense-NPrinting-Date-Fields/m-p/1685767#M52231</link>
      <description>&lt;P&gt;This is still an issue for me in 2020 and it's infuriating to basically have to duplicate everything as a text(date()) string to get it to display correctly in NP when there is a a built in formatting string that does not work.&amp;nbsp;&lt;/P&gt;&lt;P&gt;In my case, I have a date in a table, so I can't create a Formula - anyone else figured this out?&lt;/P&gt;</description>
      <pubDate>Wed, 18 Mar 2020 14:34:36 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Qlik-Sense-NPrinting-Date-Fields/m-p/1685767#M52231</guid>
      <dc:creator>millerhm</dc:creator>
      <dc:date>2020-03-18T14:34:36Z</dc:date>
    </item>
    <item>
      <title>Re: Qlik Sense NPrinting - Date Fields</title>
      <link>https://community.qlik.com/t5/App-Development/Qlik-Sense-NPrinting-Date-Fields/m-p/1816467#M66828</link>
      <description>&lt;P&gt;Still an issue in 2021. Also have a date within a table, so cannot use the work-around mentioned in this thread.&amp;nbsp;&lt;a href="https://community.qlik.com/t5/user/viewprofilepage/user-id/2677"&gt;@millerhm&lt;/a&gt;&amp;nbsp;have you figured this out yet?&lt;/P&gt;</description>
      <pubDate>Mon, 21 Jun 2021 08:28:58 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Qlik-Sense-NPrinting-Date-Fields/m-p/1816467#M66828</guid>
      <dc:creator>PK007</dc:creator>
      <dc:date>2021-06-21T08:28:58Z</dc:date>
    </item>
  </channel>
</rss>

