<?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: String to integer conversion in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/String-to-integer-conversion/m-p/650202#M1067894</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;mohon....if i now hv a value = 1234567898765433221 then i want to add 0.0000 in front of the value.....how should i do?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;now i useing the expression with :&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;=num#(0.0000) &amp;amp; num#(Ord([BIN/filmPARTnum/uFILMtar])) &amp;amp; num#(KeepChar([BIN/filmPARTnum/uFILMtar],0123456789)) &amp;amp; (num#(KeepChar([BIN/filmPARTnum/vFILMtar],0123456789)))&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;if the expression without&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; num#(0.0000) &amp;amp;&lt;/P&gt;&lt;P&gt;then it work perfect for me.....but once i want to add 0.0000 in front of the data.....it gv me error.......any idea??&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 27 Aug 2014 05:49:25 GMT</pubDate>
    <dc:creator />
    <dc:date>2014-08-27T05:49:25Z</dc:date>
    <item>
      <title>String to integer conversion</title>
      <link>https://community.qlik.com/t5/QlikView/String-to-integer-conversion/m-p/650176#M1067863</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Is it possible to convert the format from string into integer in QV? For example my data is : PX42/ABCDEFG1234/0.222342 and i want to convert it to integer....as a number....is it possible for me??&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 26 Aug 2014 08:01:57 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/String-to-integer-conversion/m-p/650176#M1067863</guid>
      <dc:creator />
      <dc:date>2014-08-26T08:01:57Z</dc:date>
    </item>
    <item>
      <title>Re: String to integer conversion</title>
      <link>https://community.qlik.com/t5/QlikView/String-to-integer-conversion/m-p/650177#M1067866</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Have a look at PurgeChar()/Keepchar().&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 26 Aug 2014 08:09:09 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/String-to-integer-conversion/m-p/650177#M1067866</guid>
      <dc:creator>tresB</dc:creator>
      <dc:date>2014-08-26T08:09:09Z</dc:date>
    </item>
    <item>
      <title>Re: String to integer conversion</title>
      <link>https://community.qlik.com/t5/QlikView/String-to-integer-conversion/m-p/650178#M1067869</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;erm...what is that?i'm new for QV.....sry about that...&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 26 Aug 2014 08:15:15 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/String-to-integer-conversion/m-p/650178#M1067869</guid>
      <dc:creator />
      <dc:date>2014-08-26T08:15:15Z</dc:date>
    </item>
    <item>
      <title>Re: String to integer conversion</title>
      <link>https://community.qlik.com/t5/QlikView/String-to-integer-conversion/m-p/650179#M1067871</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 like this&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;"&gt;=KeepChar('PX42/ABCDEFG1234/0.222342', '1234567890')&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&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;"&gt;LOAD&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&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;"&gt;KeepChar(DimensionName, '1234567890') as FormattedNumber&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;FROM DataSource;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&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;"&gt;Note: Replace &lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;DimensionName&lt;/SPAN&gt; with your actual field name.&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;"&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;"&gt;Regards,&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;Jagan.&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 26 Aug 2014 08:17:21 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/String-to-integer-conversion/m-p/650179#M1067871</guid>
      <dc:creator>jagan</dc:creator>
      <dc:date>2014-08-26T08:17:21Z</dc:date>
    </item>
    <item>
      <title>Re: String to integer conversion</title>
      <link>https://community.qlik.com/t5/QlikView/String-to-integer-conversion/m-p/650180#M1067872</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;it gv me error in calculation dimension.....&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 26 Aug 2014 08:20:05 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/String-to-integer-conversion/m-p/650180#M1067872</guid>
      <dc:creator />
      <dc:date>2014-08-26T08:20:05Z</dc:date>
    </item>
    <item>
      <title>Re: String to integer conversion</title>
      <link>https://community.qlik.com/t5/QlikView/String-to-integer-conversion/m-p/650181#M1067873</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Those are functions.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;PurgeChar('12345@#67#@', '#@') -&amp;gt; gives output : 123456 , simply purges the characters (second parameter from the main string(first parameter).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;keepChar() -&amp;gt; similarly does the reverse, keeps only the characters mentioned as the second argument. For details see help.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 26 Aug 2014 08:20:47 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/String-to-integer-conversion/m-p/650181#M1067873</guid>
      <dc:creator>tresB</dc:creator>
      <dc:date>2014-08-26T08:20:47Z</dc:date>
    </item>
    <item>
      <title>Re: String to integer conversion</title>
      <link>https://community.qlik.com/t5/QlikView/String-to-integer-conversion/m-p/650182#M1067874</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I tried both for &lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;PurgeChar()/Keepchar().&lt;/SPAN&gt;....both also gv me error in calculation in dimension....any idea tresesco???&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 26 Aug 2014 08:21:20 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/String-to-integer-conversion/m-p/650182#M1067874</guid>
      <dc:creator />
      <dc:date>2014-08-26T08:21:20Z</dc:date>
    </item>
    <item>
      <title>Re: String to integer conversion</title>
      <link>https://community.qlik.com/t5/QlikView/String-to-integer-conversion/m-p/650183#M1067875</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;What is the expected output from the your sample string 'PX42/ABCDEFG1234/0.222342' ? Do you need decimal?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 26 Aug 2014 08:26:40 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/String-to-integer-conversion/m-p/650183#M1067875</guid>
      <dc:creator>tresB</dc:creator>
      <dc:date>2014-08-26T08:26:40Z</dc:date>
    </item>
    <item>
      <title>Re: String to integer conversion</title>
      <link>https://community.qlik.com/t5/QlikView/String-to-integer-conversion/m-p/650184#M1067876</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;Do this in load script, so that it would be easier in front end.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="font-size: 12px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d; background-color: #f6f6f6;"&gt;&lt;SPAN style="font-weight: inherit; font-style: inherit;"&gt;LOAD&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-size: 12px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d; background-color: #f6f6f6;"&gt;&lt;SPAN style="font-weight: inherit; font-style: inherit;"&gt;*,&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-size: 12px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d; background-color: #f6f6f6;"&gt;&lt;SPAN style="font-weight: inherit; font-style: inherit;"&gt;KeepChar(DimensionName, '1234567890') as FormattedNumber&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-size: 12px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d; background-color: #f6f6f6;"&gt;&lt;SPAN style="font-weight: inherit; font-style: inherit;"&gt;FROM DataSource;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Jagan.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 26 Aug 2014 08:30:48 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/String-to-integer-conversion/m-p/650184#M1067876</guid>
      <dc:creator>jagan</dc:creator>
      <dc:date>2014-08-26T08:30:48Z</dc:date>
    </item>
    <item>
      <title>Re: String to integer conversion</title>
      <link>https://community.qlik.com/t5/QlikView/String-to-integer-conversion/m-p/650185#M1067877</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;ya i try yr purgechar and keepchar already....its both work very well for me.....then now i want to ask if i want to convert&amp;nbsp; only one character to ASCII value or a value.....izzit possible for me??&lt;/P&gt;&lt;P&gt;for example S is equal to 83 and P is equal to 80.....i found this on ASCII table....but if i want to do it on QV.....can??&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 26 Aug 2014 08:37:56 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/String-to-integer-conversion/m-p/650185#M1067877</guid>
      <dc:creator />
      <dc:date>2014-08-26T08:37:56Z</dc:date>
    </item>
    <item>
      <title>Re: String to integer conversion</title>
      <link>https://community.qlik.com/t5/QlikView/String-to-integer-conversion/m-p/650186#M1067878</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Use Ord(), like:&lt;/P&gt;&lt;P&gt;Ord('P')&amp;nbsp; gives 80&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 26 Aug 2014 08:42:58 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/String-to-integer-conversion/m-p/650186#M1067878</guid>
      <dc:creator>tresB</dc:creator>
      <dc:date>2014-08-26T08:42:58Z</dc:date>
    </item>
    <item>
      <title>Re: String to integer conversion</title>
      <link>https://community.qlik.com/t5/QlikView/String-to-integer-conversion/m-p/650187#M1067879</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 like this&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;CharMap:&lt;/P&gt;&lt;P&gt;Mapping LOAD &lt;/P&gt;&lt;P&gt;Chr(RecNo() - 1) AS Char, &lt;/P&gt;&lt;P&gt;RecNo() - 1 AS Asciicode&lt;/P&gt;&lt;P&gt;AutoGenerate 256;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Data: &lt;/P&gt;&lt;P&gt;LOAD&lt;/P&gt;&lt;P&gt;DimName,&lt;/P&gt;&lt;P&gt;MapSubString('CharMap', DimName) as formattedText&lt;/P&gt;&lt;P&gt;FROM DataSource;&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;"&gt;Note: Replace DimName&lt;/SPAN&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt; with your actual field name.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&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;"&gt;Regards,&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;Jagan.&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 26 Aug 2014 08:53:43 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/String-to-integer-conversion/m-p/650187#M1067879</guid>
      <dc:creator>jagan</dc:creator>
      <dc:date>2014-08-26T08:53:43Z</dc:date>
    </item>
    <item>
      <title>Re: String to integer conversion</title>
      <link>https://community.qlik.com/t5/QlikView/String-to-integer-conversion/m-p/650188#M1067880</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Sry Tresesco disturb u again.....the Ord() function is for 1 charc only? if i have a string "abv123456"&amp;nbsp; and then i want to convert it all to ASCII code.......possible??&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 27 Aug 2014 00:52:41 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/String-to-integer-conversion/m-p/650188#M1067880</guid>
      <dc:creator />
      <dc:date>2014-08-27T00:52:41Z</dc:date>
    </item>
    <item>
      <title>Re: String to integer conversion</title>
      <link>https://community.qlik.com/t5/QlikView/String-to-integer-conversion/m-p/650189#M1067881</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Lee,&lt;/P&gt;&lt;P&gt;Is code posted in previous post is working?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Jagan.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 27 Aug 2014 01:22:56 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/String-to-integer-conversion/m-p/650189#M1067881</guid>
      <dc:creator>jagan</dc:creator>
      <dc:date>2014-08-27T01:22:56Z</dc:date>
    </item>
    <item>
      <title>Re: String to integer conversion</title>
      <link>https://community.qlik.com/t5/QlikView/String-to-integer-conversion/m-p/650190#M1067882</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;all all work and i click it as correct ans already....^^&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 27 Aug 2014 01:26:18 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/String-to-integer-conversion/m-p/650190#M1067882</guid>
      <dc:creator />
      <dc:date>2014-08-27T01:26:18Z</dc:date>
    </item>
    <item>
      <title>Re: String to integer conversion</title>
      <link>https://community.qlik.com/t5/QlikView/String-to-integer-conversion/m-p/650191#M1067883</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;mohan....i want to ask if i hv one table like below.....then i want to delete the duplicate row in the table.....can??&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG alt="12345.PNG.png" class="jive-image" src="https://community.qlik.com/legacyfs/online/65304_12345.PNG.png" /&gt; &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Like the row with x42 x51 and x52 and twice rite? so if i want to delete it can or not??&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 27 Aug 2014 01:47:55 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/String-to-integer-conversion/m-p/650191#M1067883</guid>
      <dc:creator />
      <dc:date>2014-08-27T01:47:55Z</dc:date>
    </item>
    <item>
      <title>Re: String to integer conversion</title>
      <link>https://community.qlik.com/t5/QlikView/String-to-integer-conversion/m-p/650192#M1067884</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;HI Lee,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Try like this&lt;/P&gt;&lt;P&gt;If you have only one field then use&lt;/P&gt;&lt;P&gt;LOAD&lt;/P&gt;&lt;P&gt;DISTINCT Bin&lt;/P&gt;&lt;P&gt;FROM DataSource;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Or if you have other fields then use&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Data:&lt;/P&gt;&lt;P&gt;LOAD&lt;/P&gt;&lt;P&gt;*&lt;/P&gt;&lt;P&gt;WHERE Flag = 1;&lt;/P&gt;&lt;P&gt;LOAD&lt;/P&gt;&lt;P&gt;If(Previous(Bin) &amp;lt;&amp;gt; Bin, 1) AS Flag;&lt;/P&gt;&lt;P&gt;LOAD&lt;/P&gt;&lt;P&gt;*&lt;/P&gt;&lt;P&gt;FROM DataSource&lt;/P&gt;&lt;P&gt;ORDER By Bin, Field1, Field2.....;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Note: Replace Field1, Field2 with your fields to prioritize and identify the first record&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Jagan.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 27 Aug 2014 01:56:24 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/String-to-integer-conversion/m-p/650192#M1067884</guid>
      <dc:creator>jagan</dc:creator>
      <dc:date>2014-08-27T01:56:24Z</dc:date>
    </item>
    <item>
      <title>Re: String to integer conversion</title>
      <link>https://community.qlik.com/t5/QlikView/String-to-integer-conversion/m-p/650193#M1067885</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;cannot be load the data.....can write some coding in the expression there only to delete the duplicate data instead of changing in the&amp;nbsp; script??&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 27 Aug 2014 02:03:20 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/String-to-integer-conversion/m-p/650193#M1067885</guid>
      <dc:creator />
      <dc:date>2014-08-27T02:03:20Z</dc:date>
    </item>
    <item>
      <title>Re: String to integer conversion</title>
      <link>https://community.qlik.com/t5/QlikView/String-to-integer-conversion/m-p/650194#M1067886</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;Can you attach some sample, I didn't understand what you actually required, attach some sample and your expected output.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Jagan.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 27 Aug 2014 02:06:18 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/String-to-integer-conversion/m-p/650194#M1067886</guid>
      <dc:creator>jagan</dc:creator>
      <dc:date>2014-08-27T02:06:18Z</dc:date>
    </item>
    <item>
      <title>Re: String to integer conversion</title>
      <link>https://community.qlik.com/t5/QlikView/String-to-integer-conversion/m-p/650195#M1067887</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;IMG alt="12345.PNG.png" class="jive-image" src="https://community.qlik.com/legacyfs/online/65305_12345.PNG.png" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The table above is i created on the QV.....n then u can see the above hv the duplicate value rite?&lt;/P&gt;&lt;P&gt;so i wish i can write something on the dimension parameter there with some formula or coding to delete the duplicate data....like x42 i only want 1 enough......x51 and x52 also want 1 enough already in my table.....that what i want.....so can or not if i want like this??&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 27 Aug 2014 02:13:32 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/String-to-integer-conversion/m-p/650195#M1067887</guid>
      <dc:creator />
      <dc:date>2014-08-27T02:13:32Z</dc:date>
    </item>
  </channel>
</rss>

