<?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: Qliksense Data Load Negatives in App Development</title>
    <link>https://community.qlik.com/t5/App-Development/Qliksense-Data-Load-Negatives/m-p/1650250#M48514</link>
    <description>&lt;P&gt;Hey,&lt;/P&gt;&lt;P&gt;this one should work:&lt;/P&gt;&lt;P&gt;Table:&lt;BR /&gt;load * inline [&lt;BR /&gt;ID, col1&lt;/P&gt;&lt;P&gt;1, (7)&lt;/P&gt;&lt;P&gt;2, 5&lt;/P&gt;&lt;P&gt;3, (6)&lt;/P&gt;&lt;P&gt;4, 8&lt;BR /&gt;];&lt;/P&gt;&lt;P&gt;NoConcatenate&lt;BR /&gt;Table2:&lt;BR /&gt;Load&lt;BR /&gt;ID,&lt;BR /&gt;num(Replace(Replace(col1, '(', '-'), ')', '')) as col1&lt;BR /&gt;Resident Table;&lt;BR /&gt;Drop Table Table;&lt;/P&gt;</description>
    <pubDate>Fri, 22 Nov 2019 16:47:34 GMT</pubDate>
    <dc:creator>y_grynechko</dc:creator>
    <dc:date>2019-11-22T16:47:34Z</dc:date>
    <item>
      <title>Qliksense Data Load Negatives</title>
      <link>https://community.qlik.com/t5/App-Development/Qliksense-Data-Load-Negatives/m-p/1650242#M48513</link>
      <description>&lt;P&gt;Hiya,&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I'm currently loading in my data and in my txt file the negatives are shown in Brackets.&lt;/P&gt;&lt;P&gt;This doesn't get read as numbers by Qliksense.&lt;/P&gt;&lt;P&gt;I can't change the load data as this is how it comes out the system.&amp;nbsp;&lt;/P&gt;&lt;P&gt;Do you know how I can script it to make it recognise them as negative numbers?&lt;/P&gt;&lt;P&gt;Thanks!&lt;/P&gt;</description>
      <pubDate>Sat, 16 Nov 2024 19:36:18 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Qliksense-Data-Load-Negatives/m-p/1650242#M48513</guid>
      <dc:creator>NemoAndStitch22</dc:creator>
      <dc:date>2024-11-16T19:36:18Z</dc:date>
    </item>
    <item>
      <title>Re: Qliksense Data Load Negatives</title>
      <link>https://community.qlik.com/t5/App-Development/Qliksense-Data-Load-Negatives/m-p/1650250#M48514</link>
      <description>&lt;P&gt;Hey,&lt;/P&gt;&lt;P&gt;this one should work:&lt;/P&gt;&lt;P&gt;Table:&lt;BR /&gt;load * inline [&lt;BR /&gt;ID, col1&lt;/P&gt;&lt;P&gt;1, (7)&lt;/P&gt;&lt;P&gt;2, 5&lt;/P&gt;&lt;P&gt;3, (6)&lt;/P&gt;&lt;P&gt;4, 8&lt;BR /&gt;];&lt;/P&gt;&lt;P&gt;NoConcatenate&lt;BR /&gt;Table2:&lt;BR /&gt;Load&lt;BR /&gt;ID,&lt;BR /&gt;num(Replace(Replace(col1, '(', '-'), ')', '')) as col1&lt;BR /&gt;Resident Table;&lt;BR /&gt;Drop Table Table;&lt;/P&gt;</description>
      <pubDate>Fri, 22 Nov 2019 16:47:34 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Qliksense-Data-Load-Negatives/m-p/1650250#M48514</guid>
      <dc:creator>y_grynechko</dc:creator>
      <dc:date>2019-11-22T16:47:34Z</dc:date>
    </item>
    <item>
      <title>Re: Qliksense Data Load Negatives</title>
      <link>https://community.qlik.com/t5/App-Development/Qliksense-Data-Load-Negatives/m-p/1650261#M48516</link>
      <description>&lt;P&gt;Perfect solution !&lt;/P&gt;</description>
      <pubDate>Fri, 22 Nov 2019 17:36:44 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Qliksense-Data-Load-Negatives/m-p/1650261#M48516</guid>
      <dc:creator>vijayaganesh_s</dc:creator>
      <dc:date>2019-11-22T17:36:44Z</dc:date>
    </item>
    <item>
      <title>Re: Qliksense Data Load Negatives</title>
      <link>https://community.qlik.com/t5/App-Development/Qliksense-Data-Load-Negatives/m-p/1650362#M48524</link>
      <description>&lt;P&gt;Thanks for this, but it's not working for me, it's just giving me the -7 and -6 as minuses and nothing else.&amp;nbsp;&lt;/P&gt;&lt;P&gt;I copy and pasted the exact script you gave and it's not doing anything.&lt;/P&gt;&lt;P&gt;Should I be changing one of the field names to be one that's in my script?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I can't work out how to make it work.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Sat, 23 Nov 2019 08:21:45 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Qliksense-Data-Load-Negatives/m-p/1650362#M48524</guid>
      <dc:creator>NemoAndStitch22</dc:creator>
      <dc:date>2019-11-23T08:21:45Z</dc:date>
    </item>
    <item>
      <title>Re: Qliksense Data Load Negatives</title>
      <link>https://community.qlik.com/t5/App-Development/Qliksense-Data-Load-Negatives/m-p/1650368#M48525</link>
      <description>&lt;P&gt;Instead of using NUM() use &lt;STRONG&gt;NUM#()&amp;nbsp;&lt;/STRONG&gt;as below&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;NUM#&lt;/STRONG&gt;&lt;SPAN&gt;(Replace(Replace(col1, '(', '-'), ')', '')) as col1 &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;this will work fine.&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Sat, 23 Nov 2019 10:14:02 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Qliksense-Data-Load-Negatives/m-p/1650368#M48525</guid>
      <dc:creator>vijayaganesh_s</dc:creator>
      <dc:date>2019-11-23T10:14:02Z</dc:date>
    </item>
    <item>
      <title>Re: Qliksense Data Load Negatives</title>
      <link>https://community.qlik.com/t5/App-Development/Qliksense-Data-Load-Negatives/m-p/1650613#M48543</link>
      <description>&lt;P&gt;It's still not made a difference to my data... This is what I've got.&amp;nbsp;&lt;/P&gt;&lt;P&gt;Stats value is the field that I need this to work on, as previously asked should I be somehow mapping the table to my&amp;nbsp; data load file?&lt;/P&gt;&lt;P&gt;Table:&lt;BR /&gt;load * inline [&lt;BR /&gt;ID, col1&lt;/P&gt;&lt;P&gt;1, (7)&lt;/P&gt;&lt;P&gt;2, 5&lt;/P&gt;&lt;P&gt;3, (6)&lt;/P&gt;&lt;P&gt;4, 8&lt;BR /&gt;];&lt;/P&gt;&lt;P&gt;NoConcatenate&lt;BR /&gt;Table2:&lt;BR /&gt;Load&lt;BR /&gt;ID,&lt;BR /&gt;num#(Replace(Replace(col1, '(', '-'), ')', '')) as Col1&lt;BR /&gt;Resident Table;&lt;BR /&gt;Drop Table Table;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;"Processed Sales Data":&lt;BR /&gt;LOAD&lt;/P&gt;&lt;P&gt;MakeDate(Mid(FileBaseName(),39,4),mid(FileBaseName(),43,2)) as Date,&lt;BR /&gt;Mid(FileBaseName(),39,4) as Year,&lt;BR /&gt;Mid(FileBaseName(),43,2) as Month,&lt;BR /&gt;&lt;BR /&gt;"Effective Date",&lt;BR /&gt;"Stats Value",&lt;BR /&gt;"Change User",&lt;BR /&gt;"Change Date",&lt;/P&gt;</description>
      <pubDate>Mon, 25 Nov 2019 11:48:34 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Qliksense-Data-Load-Negatives/m-p/1650613#M48543</guid>
      <dc:creator>NemoAndStitch22</dc:creator>
      <dc:date>2019-11-25T11:48:34Z</dc:date>
    </item>
    <item>
      <title>Re: Qliksense Data Load Negatives</title>
      <link>https://community.qlik.com/t5/App-Development/Qliksense-Data-Load-Negatives/m-p/1650614#M48544</link>
      <description>&lt;P&gt;Directly replace Col1 by the field which you want to change.&lt;/P&gt;&lt;P&gt;Example if you want the negative data in&amp;nbsp;&lt;STRONG&gt;Stats Value&amp;nbsp;&lt;/STRONG&gt;just use&amp;nbsp;&lt;/P&gt;&lt;P&gt;"Processed Sales Data":&lt;BR /&gt;LOAD&lt;/P&gt;&lt;P&gt;MakeDate(Mid(FileBaseName(),39,4),mid(FileBaseName(),43,2)) as Date,&lt;BR /&gt;Mid(FileBaseName(),39,4) as Year,&lt;BR /&gt;Mid(FileBaseName(),43,2) as Month,&lt;BR /&gt;"Effective Date",&lt;BR /&gt;&lt;FONT color="#0000FF"&gt;&lt;EM&gt;num#(Replace(Replace([&lt;STRONG&gt;Stats Value&lt;/STRONG&gt;], '(', '-'), ')', '')) as [&lt;STRONG&gt;Stats Value&lt;/STRONG&gt;],&lt;/EM&gt;&lt;/FONT&gt;&lt;BR /&gt;"Change User",&lt;BR /&gt;"Change Date",&lt;/P&gt;&lt;P&gt;Etc.,&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;No mapping is required !&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Mon, 25 Nov 2019 11:55:01 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Qliksense-Data-Load-Negatives/m-p/1650614#M48544</guid>
      <dc:creator>vijayaganesh_s</dc:creator>
      <dc:date>2019-11-25T11:55:01Z</dc:date>
    </item>
    <item>
      <title>Re: Qliksense Data Load Negatives</title>
      <link>https://community.qlik.com/t5/App-Development/Qliksense-Data-Load-Negatives/m-p/1650616#M48545</link>
      <description>&lt;P&gt;Perfect! That worked, thank you so much!!&lt;/P&gt;</description>
      <pubDate>Mon, 25 Nov 2019 11:59:08 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Qliksense-Data-Load-Negatives/m-p/1650616#M48545</guid>
      <dc:creator>NemoAndStitch22</dc:creator>
      <dc:date>2019-11-25T11:59:08Z</dc:date>
    </item>
    <item>
      <title>Re: Qliksense Data Load Negatives</title>
      <link>https://community.qlik.com/t5/App-Development/Qliksense-Data-Load-Negatives/m-p/1652455#M48711</link>
      <description>&lt;P&gt;Another alternative is to use the num#() format pattern to indicate that () is negative:&lt;/P&gt;&lt;P&gt;&lt;FONT face="courier new,courier"&gt;&lt;SPAN class="s1"&gt;LOAD&lt;/SPAN&gt; &lt;/FONT&gt;&lt;BR /&gt;&lt;FONT face="courier new,courier"&gt;&lt;SPAN class="s1"&gt;&amp;nbsp; num#&lt;/SPAN&gt;(&lt;SPAN class="s2"&gt;x&lt;/SPAN&gt;, '0;(0)') &lt;SPAN class="s1"&gt;as&lt;/SPAN&gt; &lt;SPAN class="s2"&gt;x&lt;/SPAN&gt; &lt;/FONT&gt;&lt;BR /&gt;&lt;FONT face="courier new,courier"&gt;&lt;SPAN class="s1"&gt;Inline&lt;/SPAN&gt; &lt;SPAN class="s2"&gt;[&lt;BR /&gt;x&lt;BR /&gt;4&lt;BR /&gt;(5)&lt;BR /&gt;]&lt;/SPAN&gt;;&lt;/FONT&gt;&lt;/P&gt;&lt;P class="p1"&gt;-Rob&lt;BR /&gt;&lt;A href="http://masterssummit.com" target="_blank"&gt;http://masterssummit.com&lt;/A&gt;&lt;BR /&gt;&lt;A href="http://qlikviewcookbook.com" target="_blank"&gt;http://qlikviewcookbook.com&lt;/A&gt;&lt;BR /&gt;&lt;A href="http://www.easyqlik.com" target="_blank"&gt;http://www.easyqlik.com&lt;/A&gt;&lt;/P&gt;&lt;P class="p1"&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 28 Nov 2019 18:07:09 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Qliksense-Data-Load-Negatives/m-p/1652455#M48711</guid>
      <dc:creator>rwunderlich</dc:creator>
      <dc:date>2019-11-28T18:07:09Z</dc:date>
    </item>
  </channel>
</rss>

