<?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: Duplicate in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Duplicate/m-p/9173#M776065</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P style="font-size: 13.3333px;"&gt;I was asking for the format because it can be num or text field.&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;so I used trim()&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;&lt;SPAN class="statement" style="font-weight: bold; color: #0f0f0f; font-family: 'Open Sans', Arial, sans-serif; font-size: 14px;"&gt;Trim()&lt;/SPAN&gt;&lt;SPAN style="color: #0f0f0f; font-family: 'Open Sans', Arial, sans-serif; font-size: 14px;"&gt; returns the input string trimmed of any leading and trailing spaces.&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;&lt;SPAN style="color: #0f0f0f; font-family: 'Open Sans', Arial, sans-serif; font-size: 14px;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;&lt;SPAN style="color: #0f0f0f; font-family: 'Open Sans', Arial, sans-serif; font-size: 14px;"&gt;it is basically to be sure that the value 18.5.2 will be the same on every row (if there is left or middle or right spaces on any row).&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;&lt;SPAN style="color: #0f0f0f; font-family: 'Open Sans', Arial, sans-serif; font-size: 14px;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;&lt;SPAN style="color: #0f0f0f; font-family: 'Open Sans', Arial, sans-serif; font-size: 14px;"&gt;and used Text() function to format it again as text field..&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;&lt;SPAN style="color: #0f0f0f; font-family: 'Open Sans', Arial, sans-serif; font-size: 14px;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;&lt;SPAN style="color: #0f0f0f; font-family: 'Open Sans', Arial, sans-serif; font-size: 14px;"&gt;but you should make some tests to see if it is not causing any change on your calculations..&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 09 May 2018 16:09:50 GMT</pubDate>
    <dc:creator>YoussefBelloum</dc:creator>
    <dc:date>2018-05-09T16:09:50Z</dc:date>
    <item>
      <title>Duplicate</title>
      <link>https://community.qlik.com/t5/QlikView/Duplicate/m-p/9165#M776057</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi All,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please find the attachment of the Qlikview file..&lt;/P&gt;&lt;P&gt;Here i have&amp;nbsp; a filter called Roll ID&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt; line-height: 1.5em;"&gt;in which i see duplicate values ...(18.5.2&amp;nbsp; two times)&amp;nbsp; &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt; line-height: 1.5em;"&gt;How can i make this unique ..&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt; line-height: 1.5em;"&gt;Need help &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt; line-height: 1.5em;"&gt;Thanks in advance&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 25 Nov 2020 16:16:04 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Duplicate/m-p/9165#M776057</guid>
      <dc:creator>smilingjohn</dc:creator>
      <dc:date>2020-11-25T16:16:04Z</dc:date>
    </item>
    <item>
      <title>Re: Duplicate</title>
      <link>https://community.qlik.com/t5/QlikView/Duplicate/m-p/9166#M776058</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 floor() or ceil()&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;like this on the script:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Floor(Roll_ID) as Roll_ID&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&lt;BR /&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;or&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&lt;BR /&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Ceil(Roll_ID) as Roll_ID&lt;/STRONG&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 09 May 2018 14:57:12 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Duplicate/m-p/9166#M776058</guid>
      <dc:creator>YoussefBelloum</dc:creator>
      <dc:date>2018-05-09T14:57:12Z</dc:date>
    </item>
    <item>
      <title>Re: Duplicate</title>
      <link>https://community.qlik.com/t5/QlikView/Duplicate/m-p/9167#M776059</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;what is the original and the expected format of this field ?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 09 May 2018 15:14:06 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Duplicate/m-p/9167#M776059</guid>
      <dc:creator>YoussefBelloum</dc:creator>
      <dc:date>2018-05-09T15:14:06Z</dc:date>
    </item>
    <item>
      <title>Re: Duplicate</title>
      <link>https://community.qlik.com/t5/QlikView/Duplicate/m-p/9168#M776060</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;If you look in the Roll_ID filter &lt;/P&gt;&lt;P&gt;there is double time 18.5.2 listed which should be displayed only one time ..&lt;/P&gt;&lt;P&gt;Can you please tell me why is this happening ? &lt;/P&gt;&lt;P&gt;it should display it only once just like others &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 09 May 2018 15:17:00 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Duplicate/m-p/9168#M776060</guid>
      <dc:creator>smilingjohn</dc:creator>
      <dc:date>2018-05-09T15:17:00Z</dc:date>
    </item>
    <item>
      <title>Re: Duplicate</title>
      <link>https://community.qlik.com/t5/QlikView/Duplicate/m-p/9169#M776061</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;yes I see it, that's why I was asking for the original format ? it is a QVD, you're not formatting this field on the first load when you're storing the qvd ?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 09 May 2018 15:21:01 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Duplicate/m-p/9169#M776061</guid>
      <dc:creator>YoussefBelloum</dc:creator>
      <dc:date>2018-05-09T15:21:01Z</dc:date>
    </item>
    <item>
      <title>Re: Duplicate</title>
      <link>https://community.qlik.com/t5/QlikView/Duplicate/m-p/9170#M776062</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Youssef &lt;/P&gt;&lt;P&gt;I am fetching thi from oracle DB and getting this field as '&lt;/P&gt;&lt;P&gt;Text (Roll_ID ) as Roll_ID&amp;nbsp; then storing it into QVD &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 09 May 2018 15:23:40 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Duplicate/m-p/9170#M776062</guid>
      <dc:creator>smilingjohn</dc:creator>
      <dc:date>2018-05-09T15:23:40Z</dc:date>
    </item>
    <item>
      <title>Re: Duplicate</title>
      <link>https://community.qlik.com/t5/QlikView/Duplicate/m-p/9171#M776063</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;you will need this:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;text(trim(Roll_ID)) as Roll_ID&lt;/STRONG&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 09 May 2018 15:50:24 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Duplicate/m-p/9171#M776063</guid>
      <dc:creator>YoussefBelloum</dc:creator>
      <dc:date>2018-05-09T15:50:24Z</dc:date>
    </item>
    <item>
      <title>Re: Duplicate</title>
      <link>https://community.qlik.com/t5/QlikView/Duplicate/m-p/9172#M776064</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks Youssef ,&lt;/P&gt;&lt;P&gt;This is working .. i have a doubt will this make any changes to the other calculations ? i mean to ask will this&amp;nbsp; effect by ignoring some records ? IF you can please tell me how does this work then it will be great full &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 09 May 2018 16:02:50 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Duplicate/m-p/9172#M776064</guid>
      <dc:creator>smilingjohn</dc:creator>
      <dc:date>2018-05-09T16:02:50Z</dc:date>
    </item>
    <item>
      <title>Re: Duplicate</title>
      <link>https://community.qlik.com/t5/QlikView/Duplicate/m-p/9173#M776065</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P style="font-size: 13.3333px;"&gt;I was asking for the format because it can be num or text field.&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;so I used trim()&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;&lt;SPAN class="statement" style="font-weight: bold; color: #0f0f0f; font-family: 'Open Sans', Arial, sans-serif; font-size: 14px;"&gt;Trim()&lt;/SPAN&gt;&lt;SPAN style="color: #0f0f0f; font-family: 'Open Sans', Arial, sans-serif; font-size: 14px;"&gt; returns the input string trimmed of any leading and trailing spaces.&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;&lt;SPAN style="color: #0f0f0f; font-family: 'Open Sans', Arial, sans-serif; font-size: 14px;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;&lt;SPAN style="color: #0f0f0f; font-family: 'Open Sans', Arial, sans-serif; font-size: 14px;"&gt;it is basically to be sure that the value 18.5.2 will be the same on every row (if there is left or middle or right spaces on any row).&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;&lt;SPAN style="color: #0f0f0f; font-family: 'Open Sans', Arial, sans-serif; font-size: 14px;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;&lt;SPAN style="color: #0f0f0f; font-family: 'Open Sans', Arial, sans-serif; font-size: 14px;"&gt;and used Text() function to format it again as text field..&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;&lt;SPAN style="color: #0f0f0f; font-family: 'Open Sans', Arial, sans-serif; font-size: 14px;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;&lt;SPAN style="color: #0f0f0f; font-family: 'Open Sans', Arial, sans-serif; font-size: 14px;"&gt;but you should make some tests to see if it is not causing any change on your calculations..&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 09 May 2018 16:09:50 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Duplicate/m-p/9173#M776065</guid>
      <dc:creator>YoussefBelloum</dc:creator>
      <dc:date>2018-05-09T16:09:50Z</dc:date>
    </item>
  </channel>
</rss>

