<?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 to calculate an expression indicating whether the value from a column is repeated in more than one row? in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/How-to-calculate-an-expression-indicating-whether-the-value-from/m-p/762677#M271183</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Also the file which I used...&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 18 Dec 2014 20:40:41 GMT</pubDate>
    <dc:creator>kamal_sanguri</dc:creator>
    <dc:date>2014-12-18T20:40:41Z</dc:date>
    <item>
      <title>How to calculate an expression indicating whether the value from a column is repeated in more than one row?</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-calculate-an-expression-indicating-whether-the-value-from/m-p/762675#M271181</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I have a data table containing names of people from different lists, combined in one large list by concatenating multiple data sources. For example, each person might "qualify" to be on the main/master list for multiple reasons and not all columns are duplicates, so this is not a case where I want to eliminate duplicates. I want to add a column in my table chart to indicate if a person is on the list more than once.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Example Data:&lt;/P&gt;&lt;P&gt;Name, Phone, PhoneLocation, Multiple Contact Methods?&lt;/P&gt;&lt;P&gt;Dave, 555-1212, home, yes&lt;/P&gt;&lt;P&gt;Dan, 555-0000, home, no&lt;/P&gt;&lt;P&gt;Dave, 555-7777, work, yes&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This example seems silly, but imagine there are many more fields in the list and it is sorted by something unrelated to name or phone number. Is this a simple set analysis count or something?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 18 Dec 2014 19:18:57 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-calculate-an-expression-indicating-whether-the-value-from/m-p/762675#M271181</guid>
      <dc:creator>daveatkins</dc:creator>
      <dc:date>2014-12-18T19:18:57Z</dc:date>
    </item>
    <item>
      <title>Re: How to calculate an expression indicating whether the value from a column is repeated in more than one row?</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-calculate-an-expression-indicating-whether-the-value-from/m-p/762676#M271182</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Probably this will help.. &lt;IMG src="https://community.qlik.com/legacyfs/online/emoticons/happy.png" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 18 Dec 2014 20:39:04 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-calculate-an-expression-indicating-whether-the-value-from/m-p/762676#M271182</guid>
      <dc:creator>kamal_sanguri</dc:creator>
      <dc:date>2014-12-18T20:39:04Z</dc:date>
    </item>
    <item>
      <title>Re: How to calculate an expression indicating whether the value from a column is repeated in more than one row?</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-calculate-an-expression-indicating-whether-the-value-from/m-p/762677#M271183</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Also the file which I used...&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 18 Dec 2014 20:40:41 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-calculate-an-expression-indicating-whether-the-value-from/m-p/762677#M271183</guid>
      <dc:creator>kamal_sanguri</dc:creator>
      <dc:date>2014-12-18T20:40:41Z</dc:date>
    </item>
    <item>
      <title>Re: How to calculate an expression indicating whether the value from a column is repeated in more than one row?</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-calculate-an-expression-indicating-whether-the-value-from/m-p/762678#M271184</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;you can create a flag in your table like:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;if&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #000000; font-size: 8pt;"&gt;(&lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;count&lt;/SPAN&gt;&lt;SPAN style="color: #000000; font-size: 8pt;"&gt;(&lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;Name&lt;/SPAN&gt;&lt;SPAN style="color: #000000; font-size: 8pt;"&gt;)&amp;gt;1,1,0) &lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;as&lt;/SPAN&gt;&lt;SPAN style="color: #000000; font-size: 8pt;"&gt; &lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;flag&lt;/SPAN&gt;&lt;SPAN style="color: #000000; font-size: 8pt;"&gt; &lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;resident&lt;/SPAN&gt;&lt;SPAN style="color: #000000; font-size: 8pt;"&gt; table..&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt; &lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #000000; font-size: 8pt;"&gt;this will create a flag which will identify which are duplicate and which are not.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt; &lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #000000; font-size: 8pt;"&gt;Regards&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 8pt;"&gt;&lt;SPAN style="color: #000000;"&gt;Saurabh&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 8pt;"&gt;&lt;BR /&gt; &lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 18 Dec 2014 21:46:28 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-calculate-an-expression-indicating-whether-the-value-from/m-p/762678#M271184</guid>
      <dc:creator>saurabh5</dc:creator>
      <dc:date>2014-12-18T21:46:28Z</dc:date>
    </item>
    <item>
      <title>Re: How to calculate an expression indicating whether the value from a column is repeated in more than one row?</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-calculate-an-expression-indicating-whether-the-value-from/m-p/762679#M271185</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;won't that just be 1 for all rows, since it will simply count the total number of names?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 19 Dec 2014 19:50:18 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-calculate-an-expression-indicating-whether-the-value-from/m-p/762679#M271185</guid>
      <dc:creator>daveatkins</dc:creator>
      <dc:date>2014-12-19T19:50:18Z</dc:date>
    </item>
    <item>
      <title>Re: How to calculate an expression indicating whether the value from a column is repeated in more than one row?</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-calculate-an-expression-indicating-whether-the-value-from/m-p/762680#M271186</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Did you check the app that I attached?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 19 Dec 2014 19:51:47 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-calculate-an-expression-indicating-whether-the-value-from/m-p/762680#M271186</guid>
      <dc:creator>kamal_sanguri</dc:creator>
      <dc:date>2014-12-19T19:51:47Z</dc:date>
    </item>
    <item>
      <title>Re: How to calculate an expression indicating whether the value from a column is repeated in more than one row?</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-calculate-an-expression-indicating-whether-the-value-from/m-p/762681#M271187</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;download the excel file put the data and then run the app after changing the path in QVW.. let me know..&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 19 Dec 2014 19:53:00 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-calculate-an-expression-indicating-whether-the-value-from/m-p/762681#M271187</guid>
      <dc:creator>kamal_sanguri</dc:creator>
      <dc:date>2014-12-19T19:53:00Z</dc:date>
    </item>
    <item>
      <title>Re: How to calculate an expression indicating whether the value from a column is repeated in more than one row?</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-calculate-an-expression-indicating-whether-the-value-from/m-p/762682#M271188</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;it will count the names, and flag with number '1' if it repeating more than once in your column,and if the name is just once in the column then it will flag it as '0'.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 19 Dec 2014 20:21:18 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-calculate-an-expression-indicating-whether-the-value-from/m-p/762682#M271188</guid>
      <dc:creator>saurabh5</dc:creator>
      <dc:date>2014-12-19T20:21:18Z</dc:date>
    </item>
    <item>
      <title>Re: How to calculate an expression indicating whether the value from a column is repeated in more than one row?</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-calculate-an-expression-indicating-whether-the-value-from/m-p/762683#M271189</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;When I tried this, it counted all rows; it did not group by the name/account. To see what was happening, I simplified to:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;load count(Account) as NumberOfRepeats&lt;/P&gt;&lt;P&gt;Resident Main;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;this results in adding a new column which contains the count of all Accounts--the same number for each row&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 19 Dec 2014 21:12:32 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-calculate-an-expression-indicating-whether-the-value-from/m-p/762683#M271189</guid>
      <dc:creator>daveatkins</dc:creator>
      <dc:date>2014-12-19T21:12:32Z</dc:date>
    </item>
    <item>
      <title>Re: How to calculate an expression indicating whether the value from a column is repeated in more than one row?</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-calculate-an-expression-indicating-whether-the-value-from/m-p/762684#M271190</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I guess you didn't try this...&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 19 Dec 2014 21:21:51 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-calculate-an-expression-indicating-whether-the-value-from/m-p/762684#M271190</guid>
      <dc:creator>kamal_sanguri</dc:creator>
      <dc:date>2014-12-19T21:21:51Z</dc:date>
    </item>
    <item>
      <title>Re: How to calculate an expression indicating whether the value from a column is repeated in more than one row?</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-calculate-an-expression-indicating-whether-the-value-from/m-p/762685#M271191</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;count function will count all the values in that column and there is no way you can use countif function in Qlikview.&lt;/P&gt;&lt;P&gt;So you have to use Exist function to see if that value has already been loaded in that column.&lt;/P&gt;&lt;P&gt;&lt;BR /&gt; &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 19 Dec 2014 21:24:42 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-calculate-an-expression-indicating-whether-the-value-from/m-p/762685#M271191</guid>
      <dc:creator>kamal_sanguri</dc:creator>
      <dc:date>2014-12-19T21:24:42Z</dc:date>
    </item>
    <item>
      <title>Re: How to calculate an expression indicating whether the value from a column is repeated in more than one row?</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-calculate-an-expression-indicating-whether-the-value-from/m-p/762686#M271192</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;yes I tried that example. Is that the only way to do this? The model typically takes 1/2 hour or more to load (millions of rows of data, 60+ columns). I thought I had done this kind of conditional count in an expressions sometime. I would rather not have to move the table from one table to another unless that is the only way to do this.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 19 Dec 2014 21:30:03 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-calculate-an-expression-indicating-whether-the-value-from/m-p/762686#M271192</guid>
      <dc:creator>daveatkins</dc:creator>
      <dc:date>2014-12-19T21:30:03Z</dc:date>
    </item>
    <item>
      <title>Re: How to calculate an expression indicating whether the value from a column is repeated in more than one row?</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-calculate-an-expression-indicating-whether-the-value-from/m-p/762687#M271193</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;For this specific problem.. I don't think there would be any other way, otherwise you would have seen numbers of community member stepped in to help you &lt;IMG src="https://community.qlik.com/legacyfs/online/emoticons/happy.png" /&gt; &lt;IMG src="https://community.qlik.com/legacyfs/online/emoticons/grin.png" /&gt; &lt;IMG src="https://community.qlik.com/legacyfs/online/emoticons/wink.png" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 19 Dec 2014 21:36:18 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-calculate-an-expression-indicating-whether-the-value-from/m-p/762687#M271193</guid>
      <dc:creator>kamal_sanguri</dc:creator>
      <dc:date>2014-12-19T21:36:18Z</dc:date>
    </item>
    <item>
      <title>Re: How to calculate an expression indicating whether the value from a column is repeated in more than one row?</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-calculate-an-expression-indicating-whether-the-value-from/m-p/762688#M271194</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;OK, thank you for your solution...I will try that and see how it goes with real data.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 19 Dec 2014 21:40:18 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-calculate-an-expression-indicating-whether-the-value-from/m-p/762688#M271194</guid>
      <dc:creator>daveatkins</dc:creator>
      <dc:date>2014-12-19T21:40:18Z</dc:date>
    </item>
    <item>
      <title>Re: How to calculate an expression indicating whether the value from a column is repeated in more than one row?</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-calculate-an-expression-indicating-whether-the-value-from/m-p/762689#M271195</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;If the performance is an Issue, try this.. this should enhance perform at least a bit..&lt;/P&gt;&lt;P&gt;load table store into qvd.. so that it loads faster next time..&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 19 Dec 2014 21:44:28 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-calculate-an-expression-indicating-whether-the-value-from/m-p/762689#M271195</guid>
      <dc:creator>kamal_sanguri</dc:creator>
      <dc:date>2014-12-19T21:44:28Z</dc:date>
    </item>
    <item>
      <title>Re: How to calculate an expression indicating whether the value from a column is repeated in more than one row?</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-calculate-an-expression-indicating-whether-the-value-from/m-p/762690#M271196</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;yes, definitely. I load two massive SQL queries separately, save to qvd, then load and concatenate them. This helps during testing and development. When the application is deployed however, it will be a realtime dashboard reloading probably hourly.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 19 Dec 2014 22:02:09 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-calculate-an-expression-indicating-whether-the-value-from/m-p/762690#M271196</guid>
      <dc:creator>daveatkins</dc:creator>
      <dc:date>2014-12-19T22:02:09Z</dc:date>
    </item>
  </channel>
</rss>

