<?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: Place to find some sample data sets / databases? in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Place-to-find-some-sample-data-sets-databases/m-p/629434#M1089048</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Or using some script like : -&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;SimpleLatLong:&lt;/P&gt;&lt;P&gt;LOAD * INLINE [&lt;/P&gt;&lt;P&gt;CONTID,CONTINENT,Latitude,Longitude&lt;/P&gt;&lt;P&gt;1,Europe,54.525961,15.255119&lt;/P&gt;&lt;P&gt;2,North America,54.525961,-105.255119&lt;/P&gt;&lt;P&gt;3,South America,-8.783195,-55.491477&lt;/P&gt;&lt;P&gt;4,Asia,34.047863,100.619655&lt;/P&gt;&lt;P&gt;5,Africa,-8.783195,34.508523&lt;/P&gt;&lt;P&gt;6,Oceania,-27,133&lt;/P&gt;&lt;P&gt;7,Micronesia,6.887351,158.215072&lt;/P&gt;&lt;P&gt;];&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;//*********************************************&lt;/P&gt;&lt;P&gt;//Random Table Generator&lt;/P&gt;&lt;P&gt;//*********************************************&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;SET vRandChar = Chr(Floor(Rand() * 94) + 33); //Character&lt;/P&gt;&lt;P&gt;SET vRandCharU = Upper(Chr(Floor(Rand() * 26) + 65)); //Uppercase Character&lt;/P&gt;&lt;P&gt;SET vRandCharL = Lower(Chr(Floor(Rand() * 26) + 97)); //Lower Character&lt;/P&gt;&lt;P&gt;SET vRandTime = MakeTime(Floor(Rand() * ($2-$1)) + $1, Floor(Rand() *60),Floor(Rand()*60)); //Time Between $1 Hour to $2 Hour (24 Hour Notation)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;MapSector:&lt;/P&gt;&lt;P&gt;MAPPING LOAD * INLINE [&lt;/P&gt;&lt;P&gt;SECTORID,SECTOR&lt;/P&gt;&lt;P&gt;1,Investment Banking&lt;/P&gt;&lt;P&gt;2,Cards&lt;/P&gt;&lt;P&gt;3,Retail Banking&lt;/P&gt;&lt;P&gt;4,Commercial Banking&lt;/P&gt;&lt;P&gt;];&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;MapContinent:&lt;/P&gt;&lt;P&gt;MAPPING LOAD * INLINE [&lt;/P&gt;&lt;P&gt;CONTID,CONTINENT&lt;/P&gt;&lt;P&gt;1,Europe&lt;/P&gt;&lt;P&gt;2,North America&lt;/P&gt;&lt;P&gt;3,South America&lt;/P&gt;&lt;P&gt;4,Asia&lt;/P&gt;&lt;P&gt;5,Africa&lt;/P&gt;&lt;P&gt;6,Oceania&lt;/P&gt;&lt;P&gt;7,Micronesia&lt;/P&gt;&lt;P&gt;];&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;LongMap:&lt;/P&gt;&lt;P&gt;MAPPING LOAD CONTID,&lt;/P&gt;&lt;P&gt;&amp;nbsp; Longitude&lt;/P&gt;&lt;P&gt;RESIDENT SimpleLatLong;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;LatMap:&lt;/P&gt;&lt;P&gt;MAPPING LOAD CONTID,&lt;/P&gt;&lt;P&gt;&amp;nbsp; Latitude&lt;/P&gt;&lt;P&gt;RESIDENT SimpleLatLong;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;DROP TABLE SimpleLatLong;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;EmployeeDistribution:&lt;/P&gt;&lt;P&gt;LOAD *,&lt;/P&gt;&lt;P&gt;&amp;nbsp; ApplyMap('MapContinent',CONTID) AS CONTINENT,&lt;/P&gt;&lt;P&gt;&amp;nbsp; ApplyMap('LongMap',CONTID) AS Longitude,&lt;/P&gt;&lt;P&gt;&amp;nbsp; ApplyMap('LatMap',CONTID) AS Latitude,&lt;/P&gt;&lt;P&gt;&amp;nbsp; EMPLOYEECOUNTYEAR &amp;amp; CONTID AS %INFLATIONKEY,&lt;/P&gt;&lt;P&gt;&amp;nbsp; interval(TIMESPENT,'hhhh:mm:ss')*24*5 AS AVERGAGETIMESPENT,&lt;/P&gt;&lt;P&gt;&amp;nbsp; ROUND(COUNTOFEMPLOYEE / 100 * CEIL(RAND() * 3)) AS UNCOMPLIANT;&lt;/P&gt;&lt;P&gt;LOAD CEIL(RAND() * 7) AS CONTID, &lt;/P&gt;&lt;P&gt;&amp;nbsp; ApplyMap('MapSector',CEIL(RAND() * 4)) AS SECTOR, &lt;/P&gt;&lt;P&gt;&amp;nbsp; $(vRandCharU) &amp;amp; 1 AS TeamNames,&lt;/P&gt;&lt;P&gt;&amp;nbsp; CEIL(RAND() * 400)*50 AS AVERAGESALARYGBP,&lt;/P&gt;&lt;P&gt;&amp;nbsp; CEIL(RAND() * 4) + 2009 AS EMPLOYEECOUNTYEAR,&lt;/P&gt;&lt;P&gt;&amp;nbsp; CEIL(RAND() * 756)*10 AS COUNTOFEMPLOYEE,&lt;/P&gt;&lt;P&gt;&amp;nbsp; IF(CEIL(RAND() * 2)=1,'Male','Female') AS GENDER,&lt;/P&gt;&lt;P&gt;&amp;nbsp; $(vRandTime(8,17)) AS TIMESPENT&lt;/P&gt;&lt;P&gt;AutoGenerate (30);&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;LEFT JOIN (EmployeeDistribution)&lt;/P&gt;&lt;P&gt;LOAD DISTINCT %INFLATIONKEY,&lt;/P&gt;&lt;P&gt;&amp;nbsp; .03 AS INFLATIONRATE&lt;/P&gt;&lt;P&gt;RESIDENT EmployeeDistribution;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;SET vRandChar = NULL(); //Character&lt;/P&gt;&lt;P&gt;SET vRandCharU = NULL(); //Uppercase Character&lt;/P&gt;&lt;P&gt;SET vRandCharL = NULL(); //Lower Character&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 27 May 2014 13:28:22 GMT</pubDate>
    <dc:creator />
    <dc:date>2014-05-27T13:28:22Z</dc:date>
    <item>
      <title>Place to find some sample data sets / databases?</title>
      <link>https://community.qlik.com/t5/QlikView/Place-to-find-some-sample-data-sets-databases/m-p/629430#M1089044</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello to everyone!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I'm quite new to QV community and enviroment.&lt;BR /&gt;I have solid background knowledge in BI principles, DB and programming.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I've yet invested some time in QV, play a little with designer...but the sample data is very poor.&lt;BR /&gt;&amp;nbsp; &lt;/P&gt;&lt;P&gt;Can anyone give me advice or post some links, where can i get some good data samples to play with?&lt;BR /&gt;It would be nice to get some bigger data sets with more facts and dimensions....&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please give some advices.&lt;/P&gt;&lt;P&gt;Thanks in advance!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 27 May 2014 13:14:27 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Place-to-find-some-sample-data-sets-databases/m-p/629430#M1089044</guid>
      <dc:creator />
      <dc:date>2014-05-27T13:14:27Z</dc:date>
    </item>
    <item>
      <title>Re: Place to find some sample data sets / databases?</title>
      <link>https://community.qlik.com/t5/QlikView/Place-to-find-some-sample-data-sets-databases/m-p/629431#M1089045</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;A href="https://geodacenter.asu.edu/sdata" title="https://geodacenter.asu.edu/sdata"&gt;Sample Data | GeoDa Center&lt;/A&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 27 May 2014 13:15:53 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Place-to-find-some-sample-data-sets-databases/m-p/629431#M1089045</guid>
      <dc:creator />
      <dc:date>2014-05-27T13:15:53Z</dc:date>
    </item>
    <item>
      <title>Re: Place to find some sample data sets / databases?</title>
      <link>https://community.qlik.com/t5/QlikView/Place-to-find-some-sample-data-sets-databases/m-p/629432#M1089046</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;why don't you take free training available at Qlik.&lt;/P&gt;&lt;P&gt;&lt;A href="http://www.qlik.com/us/services/training/free-training" title="http://www.qlik.com/us/services/training/free-training"&gt;QlikView Free Training - Business Intelligence (BI) Reporting Software Solutions | Qlik&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;ASHFAQ&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 27 May 2014 13:16:53 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Place-to-find-some-sample-data-sets-databases/m-p/629432#M1089046</guid>
      <dc:creator>ashfaq_haseeb</dc:creator>
      <dc:date>2014-05-27T13:16:53Z</dc:date>
    </item>
    <item>
      <title>Re: Place to find some sample data sets / databases?</title>
      <link>https://community.qlik.com/t5/QlikView/Place-to-find-some-sample-data-sets-databases/m-p/629433#M1089047</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Goto Script window of a new application. Press : Alt+I then T . You would get a sample script that generates some sample data.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 27 May 2014 13:24:09 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Place-to-find-some-sample-data-sets-databases/m-p/629433#M1089047</guid>
      <dc:creator>tresB</dc:creator>
      <dc:date>2014-05-27T13:24:09Z</dc:date>
    </item>
    <item>
      <title>Re: Place to find some sample data sets / databases?</title>
      <link>https://community.qlik.com/t5/QlikView/Place-to-find-some-sample-data-sets-databases/m-p/629434#M1089048</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Or using some script like : -&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;SimpleLatLong:&lt;/P&gt;&lt;P&gt;LOAD * INLINE [&lt;/P&gt;&lt;P&gt;CONTID,CONTINENT,Latitude,Longitude&lt;/P&gt;&lt;P&gt;1,Europe,54.525961,15.255119&lt;/P&gt;&lt;P&gt;2,North America,54.525961,-105.255119&lt;/P&gt;&lt;P&gt;3,South America,-8.783195,-55.491477&lt;/P&gt;&lt;P&gt;4,Asia,34.047863,100.619655&lt;/P&gt;&lt;P&gt;5,Africa,-8.783195,34.508523&lt;/P&gt;&lt;P&gt;6,Oceania,-27,133&lt;/P&gt;&lt;P&gt;7,Micronesia,6.887351,158.215072&lt;/P&gt;&lt;P&gt;];&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;//*********************************************&lt;/P&gt;&lt;P&gt;//Random Table Generator&lt;/P&gt;&lt;P&gt;//*********************************************&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;SET vRandChar = Chr(Floor(Rand() * 94) + 33); //Character&lt;/P&gt;&lt;P&gt;SET vRandCharU = Upper(Chr(Floor(Rand() * 26) + 65)); //Uppercase Character&lt;/P&gt;&lt;P&gt;SET vRandCharL = Lower(Chr(Floor(Rand() * 26) + 97)); //Lower Character&lt;/P&gt;&lt;P&gt;SET vRandTime = MakeTime(Floor(Rand() * ($2-$1)) + $1, Floor(Rand() *60),Floor(Rand()*60)); //Time Between $1 Hour to $2 Hour (24 Hour Notation)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;MapSector:&lt;/P&gt;&lt;P&gt;MAPPING LOAD * INLINE [&lt;/P&gt;&lt;P&gt;SECTORID,SECTOR&lt;/P&gt;&lt;P&gt;1,Investment Banking&lt;/P&gt;&lt;P&gt;2,Cards&lt;/P&gt;&lt;P&gt;3,Retail Banking&lt;/P&gt;&lt;P&gt;4,Commercial Banking&lt;/P&gt;&lt;P&gt;];&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;MapContinent:&lt;/P&gt;&lt;P&gt;MAPPING LOAD * INLINE [&lt;/P&gt;&lt;P&gt;CONTID,CONTINENT&lt;/P&gt;&lt;P&gt;1,Europe&lt;/P&gt;&lt;P&gt;2,North America&lt;/P&gt;&lt;P&gt;3,South America&lt;/P&gt;&lt;P&gt;4,Asia&lt;/P&gt;&lt;P&gt;5,Africa&lt;/P&gt;&lt;P&gt;6,Oceania&lt;/P&gt;&lt;P&gt;7,Micronesia&lt;/P&gt;&lt;P&gt;];&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;LongMap:&lt;/P&gt;&lt;P&gt;MAPPING LOAD CONTID,&lt;/P&gt;&lt;P&gt;&amp;nbsp; Longitude&lt;/P&gt;&lt;P&gt;RESIDENT SimpleLatLong;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;LatMap:&lt;/P&gt;&lt;P&gt;MAPPING LOAD CONTID,&lt;/P&gt;&lt;P&gt;&amp;nbsp; Latitude&lt;/P&gt;&lt;P&gt;RESIDENT SimpleLatLong;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;DROP TABLE SimpleLatLong;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;EmployeeDistribution:&lt;/P&gt;&lt;P&gt;LOAD *,&lt;/P&gt;&lt;P&gt;&amp;nbsp; ApplyMap('MapContinent',CONTID) AS CONTINENT,&lt;/P&gt;&lt;P&gt;&amp;nbsp; ApplyMap('LongMap',CONTID) AS Longitude,&lt;/P&gt;&lt;P&gt;&amp;nbsp; ApplyMap('LatMap',CONTID) AS Latitude,&lt;/P&gt;&lt;P&gt;&amp;nbsp; EMPLOYEECOUNTYEAR &amp;amp; CONTID AS %INFLATIONKEY,&lt;/P&gt;&lt;P&gt;&amp;nbsp; interval(TIMESPENT,'hhhh:mm:ss')*24*5 AS AVERGAGETIMESPENT,&lt;/P&gt;&lt;P&gt;&amp;nbsp; ROUND(COUNTOFEMPLOYEE / 100 * CEIL(RAND() * 3)) AS UNCOMPLIANT;&lt;/P&gt;&lt;P&gt;LOAD CEIL(RAND() * 7) AS CONTID, &lt;/P&gt;&lt;P&gt;&amp;nbsp; ApplyMap('MapSector',CEIL(RAND() * 4)) AS SECTOR, &lt;/P&gt;&lt;P&gt;&amp;nbsp; $(vRandCharU) &amp;amp; 1 AS TeamNames,&lt;/P&gt;&lt;P&gt;&amp;nbsp; CEIL(RAND() * 400)*50 AS AVERAGESALARYGBP,&lt;/P&gt;&lt;P&gt;&amp;nbsp; CEIL(RAND() * 4) + 2009 AS EMPLOYEECOUNTYEAR,&lt;/P&gt;&lt;P&gt;&amp;nbsp; CEIL(RAND() * 756)*10 AS COUNTOFEMPLOYEE,&lt;/P&gt;&lt;P&gt;&amp;nbsp; IF(CEIL(RAND() * 2)=1,'Male','Female') AS GENDER,&lt;/P&gt;&lt;P&gt;&amp;nbsp; $(vRandTime(8,17)) AS TIMESPENT&lt;/P&gt;&lt;P&gt;AutoGenerate (30);&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;LEFT JOIN (EmployeeDistribution)&lt;/P&gt;&lt;P&gt;LOAD DISTINCT %INFLATIONKEY,&lt;/P&gt;&lt;P&gt;&amp;nbsp; .03 AS INFLATIONRATE&lt;/P&gt;&lt;P&gt;RESIDENT EmployeeDistribution;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;SET vRandChar = NULL(); //Character&lt;/P&gt;&lt;P&gt;SET vRandCharU = NULL(); //Uppercase Character&lt;/P&gt;&lt;P&gt;SET vRandCharL = NULL(); //Lower Character&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 27 May 2014 13:28:22 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Place-to-find-some-sample-data-sets-databases/m-p/629434#M1089048</guid>
      <dc:creator />
      <dc:date>2014-05-27T13:28:22Z</dc:date>
    </item>
    <item>
      <title>Re: Place to find some sample data sets / databases?</title>
      <link>https://community.qlik.com/t5/QlikView/Place-to-find-some-sample-data-sets-databases/m-p/629435#M1089049</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Amm, it seems to simple to me. I think that is appropriate for beginners...&lt;/P&gt;&lt;P&gt;I'm already doing on a little more advance topics like: data model, scripting, qvd, incremental loads, set analysis,...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Extensions, specially mapping functionality is still on a future task's list &lt;IMG src="https://community.qlik.com/legacyfs/online/emoticons/happy.png" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 27 May 2014 14:33:43 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Place-to-find-some-sample-data-sets-databases/m-p/629435#M1089049</guid>
      <dc:creator />
      <dc:date>2014-05-27T14:33:43Z</dc:date>
    </item>
    <item>
      <title>Re: Place to find some sample data sets / databases?</title>
      <link>https://community.qlik.com/t5/QlikView/Place-to-find-some-sample-data-sets-databases/m-p/629436#M1089050</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;thanks a lot, at first sight looks very useful &lt;IMG src="https://community.qlik.com/legacyfs/online/emoticons/happy.png" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 27 May 2014 14:35:14 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Place-to-find-some-sample-data-sets-databases/m-p/629436#M1089050</guid>
      <dc:creator />
      <dc:date>2014-05-27T14:35:14Z</dc:date>
    </item>
    <item>
      <title>Re: Place to find some sample data sets / databases?</title>
      <link>https://community.qlik.com/t5/QlikView/Place-to-find-some-sample-data-sets-databases/m-p/629437#M1089051</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;One cool site that I use when I want to mock-up data sets is mockaroo.com.&amp;nbsp; It allows you to choose the data types for each field, and populates them with realistic data. &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 27 May 2014 17:10:29 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Place-to-find-some-sample-data-sets-databases/m-p/629437#M1089051</guid>
      <dc:creator />
      <dc:date>2014-05-27T17:10:29Z</dc:date>
    </item>
    <item>
      <title>Re: Place to find some sample data sets / databases?</title>
      <link>https://community.qlik.com/t5/QlikView/Place-to-find-some-sample-data-sets-databases/m-p/629438#M1089052</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Cool website. Thanks for sharing.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 28 Apr 2016 21:56:54 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Place-to-find-some-sample-data-sets-databases/m-p/629438#M1089052</guid>
      <dc:creator />
      <dc:date>2016-04-28T21:56:54Z</dc:date>
    </item>
    <item>
      <title>Re: Place to find some sample data sets / databases?</title>
      <link>https://community.qlik.com/t5/QlikView/Place-to-find-some-sample-data-sets-databases/m-p/1919355#M1218485</link>
      <description>&lt;P&gt;Hi Folks,&lt;BR /&gt;If you want to generate free datasets and use them for your analysis purpose.&lt;/P&gt;
&lt;P&gt;Visit:&amp;nbsp;&lt;A href="https://www.mockaroo.com/" target="_blank"&gt;https://www.mockaroo.com/&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;Here you can create data of your own choice, and create an unlimited number of rows.&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="kumarravi_1-1650282506851.png" style="width: 400px;"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/77285i8BF2461B4A468FF5/image-size/medium?v=v2&amp;amp;px=400" role="button" title="kumarravi_1-1650282506851.png" alt="kumarravi_1-1650282506851.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I hope this helped you!&lt;/P&gt;</description>
      <pubDate>Mon, 18 Apr 2022 11:48:46 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Place-to-find-some-sample-data-sets-databases/m-p/1919355#M1218485</guid>
      <dc:creator>kumarravi</dc:creator>
      <dc:date>2022-04-18T11:48:46Z</dc:date>
    </item>
  </channel>
</rss>

