<?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: How do I only load distinct? in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/How-do-I-only-load-distinct/m-p/1220314#M390298</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;That is not working though... is there a work around? Can I do this without altering the code?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 07 Dec 2016 12:21:13 GMT</pubDate>
    <dc:creator />
    <dc:date>2016-12-07T12:21:13Z</dc:date>
    <item>
      <title>How do I only load distinct?</title>
      <link>https://community.qlik.com/t5/QlikView/How-do-I-only-load-distinct/m-p/1220312#M390296</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Here is the code that I am using to populate my dashboard with data.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Table1:&lt;/P&gt;&lt;P&gt;Load&lt;/P&gt;&lt;P&gt;ITMSNumber,&lt;/P&gt;&lt;P&gt;Prioritization,&lt;/P&gt;&lt;P&gt;if(isnull(SCA),'No','Yes') as SCA,&lt;/P&gt;&lt;P&gt;if(ITMSNumber like 'X*',1,0) as SCA_Extract,&lt;/P&gt;&lt;P&gt;if(DATALOADSTATUSID=25, 'Available - SCA-V', if(DATALOADSTATUSID=26, 'Available - DZ', if(DATALOADSTATUSID=30, 'Quarantined - Coming Soon', if(DATALOADSTATUSID=40, 'Available - DSC', if(DATALOADSTATUSID=50, 'Available - DSC, Partial Load'))))) as DATALOADSTATUS1,&lt;/P&gt;&lt;P&gt;DATALOADSTATUSID,&lt;/P&gt;&lt;P&gt;IT_DSCRequest_RegisterNumber as [DSC CCR Number],&lt;/P&gt;&lt;P&gt;LOADPRIORITYSTATUSID;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;SQL SELECT ITMSNumber,IT_DSCRequest_RegisterNumber,Prioritization,SCA,DATALOADSTATUSID,ITMS_App_Status_ID,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; LOADPRIORITYSTATUSID&lt;/P&gt;&lt;P&gt;FROM MPL.dbo.tblSTRATEGY&lt;/P&gt;&lt;P&gt;where LOADPRIORITYSTATUSID=10 or LOADPRIORITYSTATUSID=20 or LOADPRIORITYSTATUSID=30 or LOADPRIORITYSTATUSID=40 or LOADPRIORITYSTATUSID=50 and (LEN(DATALOADSTATUSID) &amp;gt;0); &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;RENAME FIELD Prioritization TO [Pr Yr];&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Left Keep&lt;/P&gt;&lt;P&gt;Table2:&lt;/P&gt;&lt;P&gt;Load&lt;/P&gt;&lt;P&gt;DOINVSTATUSID,&lt;/P&gt;&lt;P&gt;if("DOMAIN_SKILLTEAM"='QUAL','Quality', &lt;/P&gt;&lt;P&gt;if("DOMAIN_SKILLTEAM"='PRD', 'Product Development',&lt;/P&gt;&lt;P&gt;if("DOMAIN_SKILLTEAM"='TP', 'Third Party',&lt;/P&gt;&lt;P&gt;if("DOMAIN_SKILLTEAM"='MSS', 'Marketing &amp;amp; Sales',&lt;/P&gt;&lt;P&gt;if("DOMAIN_SKILLTEAM"='HR', 'Human Resources',&lt;/P&gt;&lt;P&gt;if("DOMAIN_SKILLTEAM"='PUR', 'Purchasing',&lt;/P&gt;&lt;P&gt;if("DOMAIN_SKILLTEAM"='IT', 'Information Technology',&lt;/P&gt;&lt;P&gt;if("DOMAIN_SKILLTEAM"='FIN', 'Finance',&lt;/P&gt;&lt;P&gt;if("DOMAIN_SKILLTEAM"='CRS', 'Credit',&lt;/P&gt;&lt;P&gt;if("DOMAIN_SKILLTEAM"='MFG', 'Manufacturing',&lt;/P&gt;&lt;P&gt; "DOMAIN_SKILLTEAM")))))))))) as SkillTeam,&lt;/P&gt;&lt;P&gt;GDIAITSTATUSID,&lt;/P&gt;&lt;P&gt;ITMSNumber,&lt;/P&gt;&lt;P&gt;Description,&lt;/P&gt;&lt;P&gt;LOWER(DATASTRATEGYAUTHORCDSID) as 'Data Steward',&lt;/P&gt;&lt;P&gt;LOWER(DATASTRATEGYL6CDSID) as 'Data Steward Supervisor',&lt;/P&gt;&lt;P&gt;GDIAIT_Notes as 'IT notes',&lt;/P&gt;&lt;P&gt;Notes as 'Data Ops Notes';&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;SQL SELECT DOINVSTATUSID,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; "DOMAIN_SKILLTEAM",&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; GDIAITSTATUSID,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; ITMSNumber,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; Description,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; DATASTRATEGYAUTHORCDSID,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; DATASTRATEGYL6CDSID,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; Notes,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; GDIAIT_Notes&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; FROM MPL.dbo.tblAPPINVENTORY&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; WHERE (LEN(DOINVSTATUSID) &amp;gt;0);&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Left Keep&lt;/P&gt;&lt;P&gt;SQL SELECT Acronym,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; ITMSNumber,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; Name&lt;/P&gt;&lt;P&gt;FROM MPL.dbo.tblBASIC;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Left Keep&lt;/P&gt;&lt;P&gt;SQL SELECT DOINVSTATUS,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; DOINVSTATUSID,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; DOINVSTATUSSORTORDER&lt;/P&gt;&lt;P&gt;FROM MPL.dbo."tblSTATUS-DATAOPSINVENTORY"&lt;/P&gt;&lt;P&gt;WHERE (LEN(DOINVSTATUSID) &amp;gt;0);&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Left Keep&lt;/P&gt;&lt;P&gt;Table3:&lt;/P&gt;&lt;P&gt;Load&lt;/P&gt;&lt;P&gt;ITMS_Number as ITMSNumber,&lt;/P&gt;&lt;P&gt;IncompleteFields,&lt;/P&gt;&lt;P&gt;PercentComplete,&lt;/P&gt;&lt;P&gt;num(PercentComplete, '#.%') as '% Complete';&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;SQL SELECT PercentComplete,&lt;/P&gt;&lt;P&gt;&amp;nbsp; IncompleteFields,&lt;/P&gt;&lt;P&gt;&amp;nbsp; ITMS_Number&lt;/P&gt;&lt;P&gt;FROM MPL.dbo."tblQV_DASHBOARD_METRICS";&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;SQL SELECT GDIAITSTATUS,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; GDIAITSTATUSID&lt;/P&gt;&lt;P&gt;FROM MPL.dbo."tblSTATUS-GDIAIT";&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;SQL SELECT DATALOADSTATUS,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; DATALOADSTATUSID,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; DATALOADSTATUSSORTORDER&lt;/P&gt;&lt;P&gt;FROM MPL.dbo."tblSTATUS-DATALOAD"&lt;/P&gt;&lt;P&gt;WHERE (LEN(DATALOADSTATUSID) &amp;gt;0);&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Left Keep&lt;/P&gt;&lt;P&gt;Table4:&lt;/P&gt;&lt;P&gt;Load&lt;/P&gt;&lt;P&gt;ITMSNumber,&lt;/P&gt;&lt;P&gt;SupportApplicationSupervisor as 'AM Contact';&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;SQL SELECT SupportApplicationSupervisor,&lt;/P&gt;&lt;P&gt;&amp;nbsp; ITMSNumber&lt;/P&gt;&lt;P&gt;FROM MPL.dbo."tblContact";&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;SQL SELECT dbo.tblITMS_Profile.[ITMS Type], Count(dbo.tblITMS_Profile.[ITMS Type]) AS [Count of ITMS Type], dbo.tblITMS_Profile.[Application Status] AS [Status]&lt;/P&gt;&lt;P&gt;FROM dbo.tblITMS_Profile&lt;/P&gt;&lt;P&gt;WHERE dbo.tblITMS_Profile.[Application Status] = 'In Production'&lt;/P&gt;&lt;P&gt;GROUP BY dbo.tblITMS_Profile.[ITMS Type], dbo.tblITMS_Profile.[Application Status]&lt;/P&gt;&lt;P&gt;ORDER BY dbo.tblITMS_Profile.[ITMS Type];&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;SQL SELECT Count(*) AS Total&lt;/P&gt;&lt;P&gt;FROM dbo.tblITMS_Profile&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I'm trying to only load distinct values by ITMSNumber but there's one text object that when I click it, it adjusts a straight table and has 2 of the same ITMSNumber's. I have no idea why it's doing this. This is the final touch that my dashboard needs for piloting and I can't seem to get it straight.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG alt="dupes.PNG" class="jive-image image-1" src="https://community.qlik.com/legacyfs/online/145885_dupes.PNG" style="height: auto;" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 07 Dec 2016 12:13:43 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-do-I-only-load-distinct/m-p/1220312#M390296</guid>
      <dc:creator />
      <dc:date>2016-12-07T12:13:43Z</dc:date>
    </item>
    <item>
      <title>Re: How do I only load distinct?</title>
      <link>https://community.qlik.com/t5/QlikView/How-do-I-only-load-distinct/m-p/1220313#M390297</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You use the DISTINCT keyword to specify that a load should be distinct. That works in SELECT and LOAD blocks. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Table1:&lt;/P&gt;&lt;P&gt;LOAD DISTINCT a, b, c, ... FROM .... ;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Table2:&lt;/P&gt;&lt;P&gt;SELECT DISTINCT p, q, r, ... FROM .... ;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 07 Dec 2016 12:19:06 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-do-I-only-load-distinct/m-p/1220313#M390297</guid>
      <dc:creator>Gysbert_Wassenaar</dc:creator>
      <dc:date>2016-12-07T12:19:06Z</dc:date>
    </item>
    <item>
      <title>Re: How do I only load distinct?</title>
      <link>https://community.qlik.com/t5/QlikView/How-do-I-only-load-distinct/m-p/1220314#M390298</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;That is not working though... is there a work around? Can I do this without altering the code?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 07 Dec 2016 12:21:13 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-do-I-only-load-distinct/m-p/1220314#M390298</guid>
      <dc:creator />
      <dc:date>2016-12-07T12:21:13Z</dc:date>
    </item>
    <item>
      <title>Re: How do I only load distinct?</title>
      <link>https://community.qlik.com/t5/QlikView/How-do-I-only-load-distinct/m-p/1220315#M390299</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;What do you mean "not working". There is no way a LOAD DISTINCT will load duplicate records.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 07 Dec 2016 12:23:23 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-do-I-only-load-distinct/m-p/1220315#M390299</guid>
      <dc:creator>Gysbert_Wassenaar</dc:creator>
      <dc:date>2016-12-07T12:23:23Z</dc:date>
    </item>
    <item>
      <title>Re: How do I only load distinct?</title>
      <link>https://community.qlik.com/t5/QlikView/How-do-I-only-load-distinct/m-p/1220316#M390300</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;That's exactly why this is perplexing.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The problem is that the only part of the row that is a duplicate is the ITMSNumber. I need to get rid of all of the others that have the same ITMSNumber.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 07 Dec 2016 12:25:14 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-do-I-only-load-distinct/m-p/1220316#M390300</guid>
      <dc:creator />
      <dc:date>2016-12-07T12:25:14Z</dc:date>
    </item>
    <item>
      <title>Re: How do I only load distinct?</title>
      <link>https://community.qlik.com/t5/QlikView/How-do-I-only-load-distinct/m-p/1220317#M390301</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Where do the other parts come from? Those parts are making the rows unique.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 07 Dec 2016 12:27:28 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-do-I-only-load-distinct/m-p/1220317#M390301</guid>
      <dc:creator>Gysbert_Wassenaar</dc:creator>
      <dc:date>2016-12-07T12:27:28Z</dc:date>
    </item>
    <item>
      <title>Re: How do I only load distinct?</title>
      <link>https://community.qlik.com/t5/QlikView/How-do-I-only-load-distinct/m-p/1220318#M390302</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;They come from a database. Does that answer your question?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 07 Dec 2016 12:28:07 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-do-I-only-load-distinct/m-p/1220318#M390302</guid>
      <dc:creator />
      <dc:date>2016-12-07T12:28:07Z</dc:date>
    </item>
    <item>
      <title>Re: How do I only load distinct?</title>
      <link>https://community.qlik.com/t5/QlikView/How-do-I-only-load-distinct/m-p/1220319#M390303</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;It answers the question. It doesn't help however. I cannot mind read, nor access your data remotely so unless you give information there's nothing I can do for you. Post a small Qlikview document that demonstrates the problem. &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 07 Dec 2016 12:36:37 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-do-I-only-load-distinct/m-p/1220319#M390303</guid>
      <dc:creator>Gysbert_Wassenaar</dc:creator>
      <dc:date>2016-12-07T12:36:37Z</dc:date>
    </item>
    <item>
      <title>Re: How do I only load distinct?</title>
      <link>https://community.qlik.com/t5/QlikView/How-do-I-only-load-distinct/m-p/1220320#M390304</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I don't know how to do that...&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 07 Dec 2016 12:45:35 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-do-I-only-load-distinct/m-p/1220320#M390304</guid>
      <dc:creator />
      <dc:date>2016-12-07T12:45:35Z</dc:date>
    </item>
    <item>
      <title>Re: How do I only load distinct?</title>
      <link>https://community.qlik.com/t5/QlikView/How-do-I-only-load-distinct/m-p/1220321#M390305</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;A href="https://community.qlik.com/docs/DOC-1290"&gt;Preparing examples for Upload - Reduction and Data Scrambling&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="https://community.qlik.com/docs/DOC-16454"&gt;Uploading a Sample&lt;/A&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 07 Dec 2016 12:50:43 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-do-I-only-load-distinct/m-p/1220321#M390305</guid>
      <dc:creator>Gysbert_Wassenaar</dc:creator>
      <dc:date>2016-12-07T12:50:43Z</dc:date>
    </item>
    <item>
      <title>Re: How do I only load distinct?</title>
      <link>https://community.qlik.com/t5/QlikView/How-do-I-only-load-distinct/m-p/1220322#M390306</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;The DISTINCT keyword in load statement is meant to remove duplicate Records (that is. &lt;SPAN style="font-size: 13.3333px;"&gt;Records &lt;/SPAN&gt;that ALL fields have&amp;nbsp; the same values will load only once)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;if you want to remove &lt;SPAN style="font-size: 13.3333px;"&gt;Records &lt;/SPAN&gt;that one of the fields is the same value as in another raw, you must ask yourself which of the &lt;SPAN style="font-size: 13.3333px;"&gt;Records &lt;/SPAN&gt;you want to remove. if it doesn't matter then you should use this syntax:&lt;/P&gt;&lt;P&gt;load&lt;/P&gt;&lt;P&gt;* \\ list all the fields in your load statment&lt;/P&gt;&lt;P&gt;from [YourTable]&lt;/P&gt;&lt;P&gt;where not exists (&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt; &lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;ITMSNumber , &lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;ITMSNumber&lt;/SPAN&gt;);&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-size: 13px; 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-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt; // the second parameter is redundent in this case since its the default, but i included it for the form of the function to be clearer&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;the function syntax is Exists(FieldName, Expression)&lt;/P&gt;&lt;P&gt;what it does is check if the value in the "Expression" is one of the values loaded so far into "FieldName" &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;in our case it reads a raw from the source table and checks if the value of the field "&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;ITMSNumber" in that raw is already loaded into this field, if NO, (like in the first record) it loads that raw into memory&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;if YES, then the raw is skipped and qlik reads the next raw and repeats the process&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;in your case it means it will only one raw for each value in the "&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;ITMSNumber&lt;/SPAN&gt;" field.&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;btw it will keep only the raw where each value first appears.&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;based on the load order.&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;hope that helps/clerifes&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;Mansyno&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 12 Sep 2017 10:54:53 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-do-I-only-load-distinct/m-p/1220322#M390306</guid>
      <dc:creator>wizardo</dc:creator>
      <dc:date>2017-09-12T10:54:53Z</dc:date>
    </item>
  </channel>
</rss>

