<?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 Prevent QlikSense from recognizing value as date in App Development</title>
    <link>https://community.qlik.com/t5/App-Development/Prevent-QlikSense-from-recognizing-value-as-date/m-p/1721079#M54835</link>
    <description>&lt;P&gt;Hello all,&amp;nbsp;&lt;/P&gt;&lt;P&gt;Working on a QlikSense app, pulling data from Oracle DB.&amp;nbsp;&lt;/P&gt;&lt;P&gt;In one of the fields the users may enter dates (in different formats), numbers or string - the DB field itself is Character.&lt;/P&gt;&lt;P&gt;When the data gets into QlikSense, the valid date values are automatically recognized as dates and are converted to numeric representation of date (like you'd have in Excel).&amp;nbsp;&lt;/P&gt;&lt;P&gt;My goal is to keep those values untouched - as they are in the database. For example '01/10/2019'. Any If functions or TEXT function that I tried, changed the value (for example to '1-10-19'). I'd like to have QlikSense to ignore the value and interpret all values in this field as simple string.&lt;/P&gt;&lt;P&gt;I thank you for any suggestions,&lt;/P&gt;&lt;P&gt;David.&lt;/P&gt;</description>
    <pubDate>Sat, 16 Nov 2024 02:05:16 GMT</pubDate>
    <dc:creator>bubbleboy77</dc:creator>
    <dc:date>2024-11-16T02:05:16Z</dc:date>
    <item>
      <title>Prevent QlikSense from recognizing value as date</title>
      <link>https://community.qlik.com/t5/App-Development/Prevent-QlikSense-from-recognizing-value-as-date/m-p/1721079#M54835</link>
      <description>&lt;P&gt;Hello all,&amp;nbsp;&lt;/P&gt;&lt;P&gt;Working on a QlikSense app, pulling data from Oracle DB.&amp;nbsp;&lt;/P&gt;&lt;P&gt;In one of the fields the users may enter dates (in different formats), numbers or string - the DB field itself is Character.&lt;/P&gt;&lt;P&gt;When the data gets into QlikSense, the valid date values are automatically recognized as dates and are converted to numeric representation of date (like you'd have in Excel).&amp;nbsp;&lt;/P&gt;&lt;P&gt;My goal is to keep those values untouched - as they are in the database. For example '01/10/2019'. Any If functions or TEXT function that I tried, changed the value (for example to '1-10-19'). I'd like to have QlikSense to ignore the value and interpret all values in this field as simple string.&lt;/P&gt;&lt;P&gt;I thank you for any suggestions,&lt;/P&gt;&lt;P&gt;David.&lt;/P&gt;</description>
      <pubDate>Sat, 16 Nov 2024 02:05:16 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Prevent-QlikSense-from-recognizing-value-as-date/m-p/1721079#M54835</guid>
      <dc:creator>bubbleboy77</dc:creator>
      <dc:date>2024-11-16T02:05:16Z</dc:date>
    </item>
    <item>
      <title>Re: Prevent QlikSense from recognizing value as date</title>
      <link>https://community.qlik.com/t5/App-Development/Prevent-QlikSense-from-recognizing-value-as-date/m-p/1721129#M54842</link>
      <description>&lt;P&gt;Have you tried using TEXT() in the data load script? It will not work in the front-end, as the field is probably defined as "mixed" in the datamodel.&lt;/P&gt;</description>
      <pubDate>Tue, 23 Jun 2020 08:06:29 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Prevent-QlikSense-from-recognizing-value-as-date/m-p/1721129#M54842</guid>
      <dc:creator>fosuzuki</dc:creator>
      <dc:date>2020-06-23T08:06:29Z</dc:date>
    </item>
    <item>
      <title>Re: Prevent QlikSense from recognizing value as date</title>
      <link>https://community.qlik.com/t5/App-Development/Prevent-QlikSense-from-recognizing-value-as-date/m-p/1721150#M54845</link>
      <description>&lt;P&gt;You could try untagging the field as '$date' and tagging it as '$text'.&lt;/P&gt;</description>
      <pubDate>Tue, 23 Jun 2020 08:22:15 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Prevent-QlikSense-from-recognizing-value-as-date/m-p/1721150#M54845</guid>
      <dc:creator>Or</dc:creator>
      <dc:date>2020-06-23T08:22:15Z</dc:date>
    </item>
    <item>
      <title>Re: Prevent QlikSense from recognizing value as date</title>
      <link>https://community.qlik.com/t5/App-Development/Prevent-QlikSense-from-recognizing-value-as-date/m-p/1725357#M55236</link>
      <description>&lt;P&gt;Thank you! I tried that, with no luck..&amp;nbsp;&lt;/P&gt;&lt;P&gt;I have a date '1/01/2019' in the DB, that's shown as '1-1-19' in QlikSense.&lt;/P&gt;&lt;P&gt;How can I have it remain as&amp;nbsp;'1/01/2019'?&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks again,&lt;/P&gt;&lt;P&gt;David.&lt;/P&gt;</description>
      <pubDate>Mon, 06 Jul 2020 13:01:17 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Prevent-QlikSense-from-recognizing-value-as-date/m-p/1725357#M55236</guid>
      <dc:creator>bubbleboy77</dc:creator>
      <dc:date>2020-07-06T13:01:17Z</dc:date>
    </item>
    <item>
      <title>Re: Prevent QlikSense from recognizing value as date</title>
      <link>https://community.qlik.com/t5/App-Development/Prevent-QlikSense-from-recognizing-value-as-date/m-p/1725358#M55237</link>
      <description>&lt;P&gt;Can you share your script code?&lt;/P&gt;</description>
      <pubDate>Mon, 06 Jul 2020 13:03:29 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Prevent-QlikSense-from-recognizing-value-as-date/m-p/1725358#M55237</guid>
      <dc:creator>fosuzuki</dc:creator>
      <dc:date>2020-07-06T13:03:29Z</dc:date>
    </item>
    <item>
      <title>Re: Prevent QlikSense from recognizing value as date</title>
      <link>https://community.qlik.com/t5/App-Development/Prevent-QlikSense-from-recognizing-value-as-date/m-p/1725360#M55238</link>
      <description>&lt;P&gt;Thank you Or, I tried this but with no luck yet.&lt;/P&gt;&lt;P&gt;Am I doing this correctly?&amp;nbsp;&lt;/P&gt;&lt;P&gt;At the UI application I wrote:&amp;nbsp;&lt;/P&gt;&lt;P&gt;Untag field INVOICE_NUMBER with '$date';&lt;BR /&gt;Tag field INVOICE_NUMBER with '$text';&lt;/P&gt;&lt;P&gt;I have a date '1/01/2019' in the DB, that's shown as '1-1-19' in QlikSense.&lt;/P&gt;&lt;P&gt;How can I have it remain as&amp;nbsp;'1/01/2019'?&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 06 Jul 2020 13:03:34 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Prevent-QlikSense-from-recognizing-value-as-date/m-p/1725360#M55238</guid>
      <dc:creator>bubbleboy77</dc:creator>
      <dc:date>2020-07-06T13:03:34Z</dc:date>
    </item>
    <item>
      <title>Re: Prevent QlikSense from recognizing value as date</title>
      <link>https://community.qlik.com/t5/App-Development/Prevent-QlikSense-from-recognizing-value-as-date/m-p/1725422#M55257</link>
      <description>&lt;P&gt;Your invoice number is a date? Possibly you are tagging the wrong field?&lt;/P&gt;&lt;P&gt;Tagging and untagging doesn't always solve these issues, but it is worth trying. If that doesn't solve your problem, I'm not really sure what else to try since you've already tried the obvious options such as using text(). Perhaps you could try concatenating an extra whitespace to the end of your string, which should (possibly) make it not read as a date.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 06 Jul 2020 14:41:06 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Prevent-QlikSense-from-recognizing-value-as-date/m-p/1725422#M55257</guid>
      <dc:creator>Or</dc:creator>
      <dc:date>2020-07-06T14:41:06Z</dc:date>
    </item>
  </channel>
</rss>

