<?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: class() explain them in qlikview in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/class-explain-them-in-qlikview/m-p/815633#M1036800</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;About Class function check this post&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A _jive_internal="true" href="https://community.qlik.com/message/680732#680732" title="http://community.qlik.com/message/680732#680732"&gt;http://community.qlik.com/message/680732#680732&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Anand&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 05 Jan 2015 05:54:37 GMT</pubDate>
    <dc:creator>its_anandrjs</dc:creator>
    <dc:date>2015-01-05T05:54:37Z</dc:date>
    <item>
      <title>class() explain them in qlikview</title>
      <link>https://community.qlik.com/t5/QlikView/class-explain-them-in-qlikview/m-p/815628#M1036795</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hi friends,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; explain the class() function in qlikview&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 05 Jan 2015 04:40:40 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/class-explain-them-in-qlikview/m-p/815628#M1036795</guid>
      <dc:creator />
      <dc:date>2015-01-05T04:40:40Z</dc:date>
    </item>
    <item>
      <title>Re: class() explain them in qlikview</title>
      <link>https://community.qlik.com/t5/QlikView/class-explain-them-in-qlikview/m-p/815629#M1036796</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi medi,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The basic function of class() is to determine set of static intervals/limits as reqd.&lt;/P&gt;&lt;P&gt;You can give different lower and upper limits.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Vignesh&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 05 Jan 2015 04:51:47 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/class-explain-them-in-qlikview/m-p/815629#M1036796</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2015-01-05T04:51:47Z</dc:date>
    </item>
    <item>
      <title>Re: class() explain them in qlikview</title>
      <link>https://community.qlik.com/t5/QlikView/class-explain-them-in-qlikview/m-p/815630#M1036797</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi&lt;/P&gt;&lt;P&gt;class function is used to get the band of a particular filed&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Use the expression like&lt;/P&gt;&lt;P&gt;ex:&lt;/P&gt;&lt;P&gt;Age field consist the data like from 20 year to 90 years if u use the class filed to retrieve the age with band of 10&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;=Class(Age,10)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Output:&lt;/P&gt;&lt;P&gt;10&amp;lt;x&amp;lt;20&lt;/P&gt;&lt;P&gt;20&amp;lt;x&amp;lt;30&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;80&amp;lt;x&amp;lt;90&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 05 Jan 2015 04:54:20 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/class-explain-them-in-qlikview/m-p/815630#M1036797</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2015-01-05T04:54:20Z</dc:date>
    </item>
    <item>
      <title>Re: class() explain them in qlikview</title>
      <link>https://community.qlik.com/t5/QlikView/class-explain-them-in-qlikview/m-p/815631#M1036798</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P class="syntax"&gt;&lt;SPAN class="Bold"&gt;&lt;STRONG&gt;Class is alternative method to if to creates age or buckets. see below&lt;BR /&gt;&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P class="syntax"&gt;&lt;SPAN class="Bold"&gt;&lt;STRONG&gt;class&lt;/STRONG&gt;(&lt;/SPAN&gt;&lt;SPAN class="Italic"&gt;expression, interval [ , label [ , offset ]]&lt;/SPAN&gt;&lt;SPAN class="Bold"&gt;)&lt;/SPAN&gt; &lt;/P&gt;&lt;P&gt;Creates a classification of &lt;SPAN class="Italic"&gt;expressions&lt;/SPAN&gt;. The bin width is determined by the number set as &lt;SPAN class="Italic"&gt;interval&lt;/SPAN&gt;. The result is shown as a&amp;lt;=x&amp;lt;b, where a and b are the upper and lower limits of the bin. The x can be replaced by an arbitrary string stated in &lt;SPAN class="Italic"&gt;label&lt;/SPAN&gt;. 0 is normally the default starting point of the classification. This can be changed by adding an &lt;SPAN class="Italic"&gt;offset&lt;/SPAN&gt;. &lt;/P&gt;&lt;P class="example"&gt;Examples:&lt;/P&gt;&lt;P&gt;&lt;SPAN class="Code"&gt;class( var,10 )&lt;/SPAN&gt; with &lt;SPAN class="Italic"&gt;var&lt;/SPAN&gt; = 23 returns &lt;SPAN class="Italic"&gt;'20&amp;lt;=x&amp;lt;30'&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN class="Code"&gt;class( var,5,'value' )&lt;/SPAN&gt; with &lt;SPAN class="Italic"&gt;var&lt;/SPAN&gt; = 23 returns &lt;SPAN class="Italic"&gt;'20&amp;lt;= value &amp;lt;25'&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN class="Code"&gt;class( var,10,'x',5 )&lt;/SPAN&gt; with &lt;SPAN class="Italic"&gt;var&lt;/SPAN&gt; = 23 returns &lt;SPAN class="Italic"&gt;'15&amp;lt;=x&amp;lt;25'&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 05 Jan 2015 04:56:06 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/class-explain-them-in-qlikview/m-p/815631#M1036798</guid>
      <dc:creator>SunilChauhan</dc:creator>
      <dc:date>2015-01-05T04:56:06Z</dc:date>
    </item>
    <item>
      <title>Re: class() explain them in qlikview</title>
      <link>https://community.qlik.com/t5/QlikView/class-explain-them-in-qlikview/m-p/815632#M1036799</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Class make buckets to better analyze the data. for Age expression in this chart I used:&lt;/P&gt;&lt;P&gt;=replace(class(Age,5),'&amp;lt;= x &amp;lt;',' to ')&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;tip: note that I used replace string function to convert the output 35 &amp;lt;= x &amp;lt; 40&amp;nbsp; to a more user friendly 35 to 40.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG alt="sc_147321.png" class="image-1 jive-image" src="https://community.qlik.com/legacyfs/online/74585_sc_147321.png" style="height: auto;" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 05 Jan 2015 05:09:01 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/class-explain-them-in-qlikview/m-p/815632#M1036799</guid>
      <dc:creator />
      <dc:date>2015-01-05T05:09:01Z</dc:date>
    </item>
    <item>
      <title>Re: class() explain them in qlikview</title>
      <link>https://community.qlik.com/t5/QlikView/class-explain-them-in-qlikview/m-p/815633#M1036800</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;About Class function check this post&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A _jive_internal="true" href="https://community.qlik.com/message/680732#680732" title="http://community.qlik.com/message/680732#680732"&gt;http://community.qlik.com/message/680732#680732&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Anand&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 05 Jan 2015 05:54:37 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/class-explain-them-in-qlikview/m-p/815633#M1036800</guid>
      <dc:creator>its_anandrjs</dc:creator>
      <dc:date>2015-01-05T05:54:37Z</dc:date>
    </item>
    <item>
      <title>Re: class() explain them in qlikview</title>
      <link>https://community.qlik.com/t5/QlikView/class-explain-them-in-qlikview/m-p/815634#M1036801</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Creates a classification of &lt;SPAN class="Italic"&gt;expressions&lt;/SPAN&gt;. The bin width is determined by the number set as &lt;SPAN class="Italic"&gt;interval&lt;/SPAN&gt;. The result is shown as a&amp;lt;=x&amp;lt;b, where a and b are the upper and lower limits of the bin.The x can be replaced by an arbitrary string stated in &lt;SPAN class="Italic"&gt;label&lt;/SPAN&gt;. 0 is normally the default starting point of the classification. This can be changed by adding an &lt;SPAN class="Italic"&gt;offset&lt;/SPAN&gt;.&lt;/P&gt;&lt;P class="example"&gt;&lt;/P&gt;&lt;P class="example"&gt;Examples:&lt;/P&gt;&lt;P class="example"&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN class="Code"&gt;class( var,10 )&lt;/SPAN&gt; with &lt;SPAN class="Italic"&gt;var&lt;/SPAN&gt; = 23 returns &lt;SPAN class="Italic"&gt;'20&amp;lt;=x&amp;lt;30'&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN class="Code"&gt;class( var,10,'x',5 )&lt;/SPAN&gt; with &lt;SPAN class="Italic"&gt;var&lt;/SPAN&gt; = 23 returns &lt;SPAN class="Italic"&gt;'15&amp;lt;=x&amp;lt;25'&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 05 Jan 2015 06:00:28 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/class-explain-them-in-qlikview/m-p/815634#M1036801</guid>
      <dc:creator />
      <dc:date>2015-01-05T06:00:28Z</dc:date>
    </item>
    <item>
      <title>Re: class() explain them in qlikview</title>
      <link>https://community.qlik.com/t5/QlikView/class-explain-them-in-qlikview/m-p/815635#M1036802</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;Hi,&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;I am new to Qlikview, My requirement is:&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;I have a table Called age.&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;Age:&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;LOAD * INLINE [&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; Age&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; 11&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; 11&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; 16&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; 18&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; 19&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; 20&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; 21&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; 26&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; 28&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; 29&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; 30&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; 35&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; 38&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; 40&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; 42&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; 48&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; 50&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; 52&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; 60&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;];&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;Now I want create a Bucket Using class Function in Listbox, Can please let me know. Step by step.&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;Requirement is like:&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;List Box:&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;Age&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;11-20 | 21-30 |31-40 | 41-50 | 51-60 Like this type i need.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;Thanks,&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;Kumor&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 10 Apr 2015 05:52:19 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/class-explain-them-in-qlikview/m-p/815635#M1036802</guid>
      <dc:creator />
      <dc:date>2015-04-10T05:52:19Z</dc:date>
    </item>
    <item>
      <title>Re: class() explain them in qlikview</title>
      <link>https://community.qlik.com/t5/QlikView/class-explain-them-in-qlikview/m-p/815636#M1036803</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Listbox---&amp;gt;Field--&amp;gt;Expression&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Type&lt;/P&gt;&lt;P&gt;=class(Age,10,'Age',11)&lt;/P&gt;&lt;P&gt;This is the closer you can get&lt;/P&gt;&lt;P&gt;&lt;IMG __jive_id="83271" alt="10-Apr-15 8-48-35 AM.jpg" class="jive-image image-1" src="/legacyfs/online/83271_10-Apr-15 8-48-35 AM.jpg" style="height: 227px; width: 620px;" /&gt;&lt;/P&gt;&lt;P&gt;You can change the expression to&lt;/P&gt;&lt;P&gt;=class(Age,10,'Age',10) to have bucket every 10 years&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG alt="10-Apr-15 8-53-01 AM.jpg" class="jive-image image-2" src="/legacyfs/online/83272_10-Apr-15 8-53-01 AM.jpg" style="height: 233px; width: 620px;" /&gt;S&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Age- is your field&lt;/P&gt;&lt;P&gt;10- is the bucket (every 10&lt;/P&gt;&lt;P&gt;'Age' is the text you can have between(you can change that to anything you like)&lt;/P&gt;&lt;P&gt;10- number where you want to start from&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 10 Apr 2015 07:51:11 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/class-explain-them-in-qlikview/m-p/815636#M1036803</guid>
      <dc:creator>robert_mika</dc:creator>
      <dc:date>2015-04-10T07:51:11Z</dc:date>
    </item>
  </channel>
</rss>

