<?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: Numerics in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Numerics/m-p/960961#M953447</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Num(DeviceId,'##.#')&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 23 Nov 2015 06:52:17 GMT</pubDate>
    <dc:creator>prma7799</dc:creator>
    <dc:date>2015-11-23T06:52:17Z</dc:date>
    <item>
      <title>Numerics</title>
      <link>https://community.qlik.com/t5/QlikView/Numerics/m-p/960960#M953446</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;I have created&amp;nbsp; a table in that i am facing a problem below image is the reference.&lt;/P&gt;&lt;P&gt;&lt;IMG alt="Untitled.png" class="jive-image image-1" src="https://community.qlik.com/legacyfs/online/106372_Untitled.png" style="height: auto;" /&gt;&lt;/P&gt;&lt;P&gt;How to convert this into numeric.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 23 Nov 2015 06:47:01 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Numerics/m-p/960960#M953446</guid>
      <dc:creator>nareshthavidishetty</dc:creator>
      <dc:date>2015-11-23T06:47:01Z</dc:date>
    </item>
    <item>
      <title>Re: Numerics</title>
      <link>https://community.qlik.com/t5/QlikView/Numerics/m-p/960961#M953447</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Num(DeviceId,'##.#')&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 23 Nov 2015 06:52:17 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Numerics/m-p/960961#M953447</guid>
      <dc:creator>prma7799</dc:creator>
      <dc:date>2015-11-23T06:52:17Z</dc:date>
    </item>
    <item>
      <title>Re: Numerics</title>
      <link>https://community.qlik.com/t5/QlikView/Numerics/m-p/960962#M953448</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;These are numeric. They are just too large to display as integers. As this is an ID according to your image, load them as text like this:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;LOAD &lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; ...&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; Text([Device Id]) As [Device Id],&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; ...&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;;&lt;/EM&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 23 Nov 2015 06:52:30 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Numerics/m-p/960962#M953448</guid>
      <dc:creator>jonathandienst</dc:creator>
      <dc:date>2015-11-23T06:52:30Z</dc:date>
    </item>
    <item>
      <title>Re: Numerics</title>
      <link>https://community.qlik.com/t5/QlikView/Numerics/m-p/960963#M953449</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;or please some sample data.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 23 Nov 2015 06:54:30 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Numerics/m-p/960963#M953449</guid>
      <dc:creator>prma7799</dc:creator>
      <dc:date>2015-11-23T06:54:30Z</dc:date>
    </item>
    <item>
      <title>Re: Numerics</title>
      <link>https://community.qlik.com/t5/QlikView/Numerics/m-p/960964#M953450</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;while loading try sth like&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;num(DeviceID,'#.##') as DeviceID&lt;/P&gt;&lt;P&gt;from&lt;/P&gt;&lt;P&gt;YourTable;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 23 Nov 2015 07:01:36 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Numerics/m-p/960964#M953450</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2015-11-23T07:01:36Z</dc:date>
    </item>
    <item>
      <title>Re: Numerics</title>
      <link>https://community.qlik.com/t5/QlikView/Numerics/m-p/960965#M953451</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;Still i am getting the same out result after using the below field&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Text([Device Id]) as [Device_ID],&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 23 Nov 2015 07:03:28 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Numerics/m-p/960965#M953451</guid>
      <dc:creator>nareshthavidishetty</dc:creator>
      <dc:date>2015-11-23T07:03:28Z</dc:date>
    </item>
    <item>
      <title>Re: Numerics</title>
      <link>https://community.qlik.com/t5/QlikView/Numerics/m-p/960966#M953452</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;try what I suggested..&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 23 Nov 2015 07:07:15 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Numerics/m-p/960966#M953452</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2015-11-23T07:07:15Z</dc:date>
    </item>
    <item>
      <title>Re: Numerics</title>
      <link>https://community.qlik.com/t5/QlikView/Numerics/m-p/960967#M953453</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;try with evaluate()&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;like evaluate(FieldName)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 23 Nov 2015 07:10:34 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Numerics/m-p/960967#M953453</guid>
      <dc:creator>PrashantSangle</dc:creator>
      <dc:date>2015-11-23T07:10:34Z</dc:date>
    </item>
    <item>
      <title>Re: Numerics</title>
      <link>https://community.qlik.com/t5/QlikView/Numerics/m-p/960968#M953454</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Can you please share some sample data.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Raghvendra &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 23 Nov 2015 07:10:51 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Numerics/m-p/960968#M953454</guid>
      <dc:creator>raghvendrasingh</dc:creator>
      <dc:date>2015-11-23T07:10:51Z</dc:date>
    </item>
    <item>
      <title>Re: Numerics</title>
      <link>https://community.qlik.com/t5/QlikView/Numerics/m-p/960969#M953455</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Balraj,&lt;/P&gt;&lt;P&gt;Actually my device id contains both text and numerics.&lt;/P&gt;&lt;P&gt;Like some ID's consists of numeric and some Id's consists of text.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If i use the&lt;STRONG&gt; ' Num(([Device Id]),'##.#') as [Device_ID],' it show only integer ID's&lt;/STRONG&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 23 Nov 2015 07:13:05 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Numerics/m-p/960969#M953455</guid>
      <dc:creator>nareshthavidishetty</dc:creator>
      <dc:date>2015-11-23T07:13:05Z</dc:date>
    </item>
    <item>
      <title>Re: Numerics</title>
      <link>https://community.qlik.com/t5/QlikView/Numerics/m-p/960970#M953456</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;Hi,&lt;/SPAN&gt;&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;&lt;BR /&gt;&lt;/SPAN&gt;&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;Then try,&lt;/SPAN&gt;&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;&lt;BR /&gt;&lt;/SPAN&gt;&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;Num( Evaluate([&lt;STRONG style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;Device Id]&lt;/STRONG&gt;),&lt;STRONG style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;'##.#'&lt;/STRONG&gt;) as &lt;STRONG style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;[Device_ID]&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 23 Nov 2015 07:18:27 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Numerics/m-p/960970#M953456</guid>
      <dc:creator>tamilarasu</dc:creator>
      <dc:date>2015-11-23T07:18:27Z</dc:date>
    </item>
    <item>
      <title>Re: Numerics</title>
      <link>https://community.qlik.com/t5/QlikView/Numerics/m-p/960971#M953457</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;how data type can be different when you are loading from a table?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Are you having multiple tables with same field and different data types??&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 23 Nov 2015 07:27:08 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Numerics/m-p/960971#M953457</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2015-11-23T07:27:08Z</dc:date>
    </item>
    <item>
      <title>Re: Numerics</title>
      <link>https://community.qlik.com/t5/QlikView/Numerics/m-p/960972#M953458</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Naresh,&lt;/P&gt;&lt;P&gt;What is your required output?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 23 Nov 2015 07:28:49 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Numerics/m-p/960972#M953458</guid>
      <dc:creator>qlikviewwizard</dc:creator>
      <dc:date>2015-11-23T07:28:49Z</dc:date>
    </item>
    <item>
      <title>Re: Numerics</title>
      <link>https://community.qlik.com/t5/QlikView/Numerics/m-p/960973#M953459</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Try to &lt;STRONG&gt;evaluate()&lt;/STRONG&gt; function for this &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;may be this will help&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;vipin&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 23 Nov 2015 07:38:05 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Numerics/m-p/960973#M953459</guid>
      <dc:creator>vipin_mishra479</dc:creator>
      <dc:date>2015-11-23T07:38:05Z</dc:date>
    </item>
    <item>
      <title>Re: Numerics</title>
      <link>https://community.qlik.com/t5/QlikView/Numerics/m-p/960974#M953460</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;not working &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 23 Nov 2015 08:37:46 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Numerics/m-p/960974#M953460</guid>
      <dc:creator>nareshthavidishetty</dc:creator>
      <dc:date>2015-11-23T08:37:46Z</dc:date>
    </item>
    <item>
      <title>Re: Numerics</title>
      <link>https://community.qlik.com/t5/QlikView/Numerics/m-p/960975#M953461</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Did you try the below one,&lt;/P&gt;&lt;P&gt;&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;Num( Evaluate([&lt;/SPAN&gt;&lt;STRONG style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;Device Id]&lt;/STRONG&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;),&lt;/SPAN&gt;&lt;STRONG style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;'##.#'&lt;/STRONG&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;) as &lt;/SPAN&gt;&lt;STRONG style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;[Device_ID]&lt;/STRONG&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 23 Nov 2015 08:41:02 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Numerics/m-p/960975#M953461</guid>
      <dc:creator>tamilarasu</dc:creator>
      <dc:date>2015-11-23T08:41:02Z</dc:date>
    </item>
    <item>
      <title>Re: Numerics</title>
      <link>https://community.qlik.com/t5/QlikView/Numerics/m-p/960976#M953462</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt; line-height: 1.5em;"&gt;&amp;gt;&amp;gt;Still i am getting the same out result after using the below field&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="min-height: 8pt; padding: 0px;"&gt;&amp;gt;&amp;gt;Text([Device Id]) as [Device_ID],&lt;/P&gt;&lt;P style="min-height: 8pt; padding: 0px;"&gt;&lt;/P&gt;&lt;P style="min-height: 8pt; padding: 0px;"&gt;This must be the first load from the data source, which should have the number in normal number or text format without the exponent.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 23 Nov 2015 08:41:39 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Numerics/m-p/960976#M953462</guid>
      <dc:creator>jonathandienst</dc:creator>
      <dc:date>2015-11-23T08:41:39Z</dc:date>
    </item>
    <item>
      <title>Re: Numerics</title>
      <link>https://community.qlik.com/t5/QlikView/Numerics/m-p/960977#M953463</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;please go through with the below image,i need to show &lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 12px; background-color: #f2f2f2;"&gt;Like some ID's consists of numeric and some Id's consists of text&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG alt="Untitled.png" class="jive-image image-1" src="https://community.qlik.com/legacyfs/online/106389_Untitled.png" style="height: auto;" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 23 Nov 2015 08:47:09 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Numerics/m-p/960977#M953463</guid>
      <dc:creator>nareshthavidishetty</dc:creator>
      <dc:date>2015-11-23T08:47:09Z</dc:date>
    </item>
    <item>
      <title>Re: Numerics</title>
      <link>https://community.qlik.com/t5/QlikView/Numerics/m-p/960978#M953464</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;use only&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;num(fieldname)&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 23 Nov 2015 09:16:45 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Numerics/m-p/960978#M953464</guid>
      <dc:creator>Chanty4u</dc:creator>
      <dc:date>2015-11-23T09:16:45Z</dc:date>
    </item>
    <item>
      <title>Re: Numerics</title>
      <link>https://community.qlik.com/t5/QlikView/Numerics/m-p/960979#M953465</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;SPAN style="font-size: 12px; font-family: Consolas, 'Courier New', Courier, mono, serif; color: #000000;"&gt;Num(NUM#([device], &lt;/SPAN&gt;&lt;SPAN class="string" style="font-size: 12px; font-family: Consolas, 'Courier New', Courier, mono, serif; color: blue;"&gt;'#'&lt;/SPAN&gt;&lt;SPAN style="font-size: 12px; font-family: Consolas, 'Courier New', Courier, mono, serif; color: #000000;"&gt;),'#.000') AS [deviceid]&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 23 Nov 2015 09:18:07 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Numerics/m-p/960979#M953465</guid>
      <dc:creator>Chanty4u</dc:creator>
      <dc:date>2015-11-23T09:18:07Z</dc:date>
    </item>
  </channel>
</rss>

