<?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: Comment Field in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Comment-Field/m-p/1384447#M421632</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;This used for understand of each comment for Data model level. &lt;/P&gt;&lt;P&gt;&lt;A href="https://www.youtube.com/watch?v=ikoNWLhfaYs&amp;amp;feature=youtu.be" title="https://www.youtube.com/watch?v=ikoNWLhfaYs&amp;amp;feature=youtu.be"&gt;Qlikview Comment Tables WITH by Fields and Tables - YouTube&lt;/A&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 28 Nov 2017 07:30:48 GMT</pubDate>
    <dc:creator>Anil_Babu_Samineni</dc:creator>
    <dc:date>2017-11-28T07:30:48Z</dc:date>
    <item>
      <title>Comment Field</title>
      <link>https://community.qlik.com/t5/QlikView/Comment-Field/m-p/1384446#M421631</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;Here is the sample code,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Transactions:&lt;/P&gt;&lt;P&gt;Load&lt;/P&gt;&lt;P&gt; TransLineID, &lt;/P&gt;&lt;P&gt; TransID,&lt;/P&gt;&lt;P&gt; mod(TransID,26)+1 as Num,&lt;/P&gt;&lt;P&gt; Pick(Ceil(3*Rand1),'A','B','C') as Dim1,&lt;/P&gt;&lt;P&gt; Pick(Ceil(6*Rand1),'a','b','c','d','e','f') as Dim2,&lt;/P&gt;&lt;P&gt; Pick(Ceil(3*Rand()),'X','Y','Z') as Dim3,&lt;/P&gt;&lt;P&gt; Round(1000*Rand()*Rand()*Rand1) as Expression1,&lt;/P&gt;&lt;P&gt; Round(&amp;nbsp; 10*Rand()*Rand()*Rand1) as Expression2,&lt;/P&gt;&lt;P&gt; Round(Rand()*Rand1,0.00001) as Expression3;&lt;/P&gt;&lt;P&gt;Load &lt;/P&gt;&lt;P&gt; Rand() as Rand1,&lt;/P&gt;&lt;P&gt; IterNo() as TransLineID,&lt;/P&gt;&lt;P&gt; RecNo() as TransID&lt;/P&gt;&lt;P&gt;Autogenerate 1000&lt;/P&gt;&lt;P&gt; While Rand()&amp;lt;=0.5 or IterNo()=1;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG style="font-size: 10pt;"&gt;Comment Field Dim1 With "This is a field comment";&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;What happens to the below mentioned line ? Why it is used ?&lt;/P&gt;&lt;P&gt;&lt;STRONG style="font-size: 13.3333px;"&gt;Comment Field Dim1 With "This is a field comment";&lt;/STRONG&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 28 Nov 2017 07:26:11 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Comment-Field/m-p/1384446#M421631</guid>
      <dc:creator>pradeep92</dc:creator>
      <dc:date>2017-11-28T07:26:11Z</dc:date>
    </item>
    <item>
      <title>Re: Comment Field</title>
      <link>https://community.qlik.com/t5/QlikView/Comment-Field/m-p/1384447#M421632</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;This used for understand of each comment for Data model level. &lt;/P&gt;&lt;P&gt;&lt;A href="https://www.youtube.com/watch?v=ikoNWLhfaYs&amp;amp;feature=youtu.be" title="https://www.youtube.com/watch?v=ikoNWLhfaYs&amp;amp;feature=youtu.be"&gt;Qlikview Comment Tables WITH by Fields and Tables - YouTube&lt;/A&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 28 Nov 2017 07:30:48 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Comment-Field/m-p/1384447#M421632</guid>
      <dc:creator>Anil_Babu_Samineni</dc:creator>
      <dc:date>2017-11-28T07:30:48Z</dc:date>
    </item>
    <item>
      <title>Re: Comment Field</title>
      <link>https://community.qlik.com/t5/QlikView/Comment-Field/m-p/1384448#M421633</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;It is nothing but a comment in order to let different developers know the meaning of the field , you can find it here&lt;/P&gt;&lt;P&gt;&lt;IMG alt="1.png" class="jive-image image-1" src="https://community.qlik.com/legacyfs/online/184862_1.png" style="height: auto;" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 28 Nov 2017 07:57:19 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Comment-Field/m-p/1384448#M421633</guid>
      <dc:creator>woshua5550</dc:creator>
      <dc:date>2017-11-28T07:57:19Z</dc:date>
    </item>
    <item>
      <title>Re: Comment Field</title>
      <link>https://community.qlik.com/t5/QlikView/Comment-Field/m-p/1384449#M421634</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thank you bro &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 28 Nov 2017 07:59:07 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Comment-Field/m-p/1384449#M421634</guid>
      <dc:creator>pradeep92</dc:creator>
      <dc:date>2017-11-28T07:59:07Z</dc:date>
    </item>
  </channel>
</rss>

