<?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 Record not display completely in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Record-not-display-completely/m-p/204957#M61653</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Dear all,&lt;/P&gt;&lt;P&gt;I would like to thanks all experts who had given me so many advices and I really learn a lot from you all. As a beginner, I have a long way to go and I hope you all could continue to enlighten me in future.&lt;/P&gt;&lt;P&gt;Thank you very much indeed, Tracy &lt;IMG alt="Big Smile" src="http://community.qlik.com/emoticons/emotion-2.gif" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 08 Apr 2010 02:47:48 GMT</pubDate>
    <dc:creator>tracycrown</dc:creator>
    <dc:date>2010-04-08T02:47:48Z</dc:date>
    <item>
      <title>Record not display completely</title>
      <link>https://community.qlik.com/t5/QlikView/Record-not-display-completely/m-p/204951#M61647</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Dear all&lt;/P&gt;&lt;P&gt;Kindly help to explain why 1st &amp;amp; 2nd records do not display properly in the report due to duplicate start date (Feb 5, 2010).&lt;/P&gt;&lt;P&gt;Thank you so much, Tracy&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 07 Apr 2010 05:25:33 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Record-not-display-completely/m-p/204951#M61647</guid>
      <dc:creator>tracycrown</dc:creator>
      <dc:date>2010-04-07T05:25:33Z</dc:date>
    </item>
    <item>
      <title>Record not display completely</title>
      <link>https://community.qlik.com/t5/QlikView/Record-not-display-completely/m-p/204952#M61648</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Dear all&lt;/P&gt;&lt;P&gt;Atached is the excel data source.&lt;/P&gt;&lt;P&gt;Thank you. Tracy&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 07 Apr 2010 05:27:59 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Record-not-display-completely/m-p/204952#M61648</guid>
      <dc:creator>tracycrown</dc:creator>
      <dc:date>2010-04-07T05:27:59Z</dc:date>
    </item>
    <item>
      <title>Record not display completely</title>
      <link>https://community.qlik.com/t5/QlikView/Record-not-display-completely/m-p/204953#M61649</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Tracy,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;When creating a chart object, all chart expression must have an aggregation function.&lt;/P&gt;&lt;P&gt;Put all your fields as dimensions and create and an expression "=sum(1)".&lt;/P&gt;&lt;P&gt;Or maybe you need to use Table Box Object to achieve the same result as shown in your Excel.&lt;/P&gt;&lt;P&gt;Good Luck&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Pablo&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 07 Apr 2010 05:44:37 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Record-not-display-completely/m-p/204953#M61649</guid>
      <dc:creator>pablolabbe</dc:creator>
      <dc:date>2010-04-07T05:44:37Z</dc:date>
    </item>
    <item>
      <title>Record not display completely</title>
      <link>https://community.qlik.com/t5/QlikView/Record-not-display-completely/m-p/204954#M61650</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Tracy,&lt;/P&gt;&lt;P&gt;You have given dimension values under expressions. Hence you are getting this problem. Also in your script, I find you have renamed date([Start Date]) as 'Start Date'. This should written as date([Start Date]) as [Start Date]. Your script should be :&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;Step1:&lt;/EM&gt;&lt;/P&gt;&lt;BR /&gt;&lt;BR /&gt; &lt;BR /&gt;&lt;BR /&gt; &lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;//-----------------------------------------------------------------------&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Directory;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;LOAD&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;year&lt;/STRONG&gt;([Start Date]) as Year,&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;month&lt;/STRONG&gt;([Start Date]) as Month,&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;day&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;date&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;date&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Recruiter&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Department&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Position&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Plan&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;FROM&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;//-----------------------------------------------------------------------------------------&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&lt;EM&gt;Step2:&lt;/EM&gt; In your chart, the following dimensions should be used:&lt;/STRONG&gt;&lt;/P&gt;&lt;STRONG&gt;[Test-1.xls]&lt;/STRONG&gt; &lt;STRONG&gt;(&lt;/STRONG&gt;&lt;STRONG&gt;biff&lt;/STRONG&gt;, embedded labels, header is 2 lines, table is Sheet1$); &lt;STRONG&gt;,&lt;/STRONG&gt; &lt;STRONG&gt;,&lt;/STRONG&gt; &lt;STRONG&gt;,&lt;/STRONG&gt;&lt;STRONG&gt;(&lt;/STRONG&gt;[Due Date]) as [Due Date], &lt;STRONG&gt;(&lt;/STRONG&gt;[Start Date]) as [Start Date],&lt;STRONG&gt;(&lt;/STRONG&gt;[Start Date]) as Day, &lt;BR /&gt;&lt;BR /&gt; &lt;P&gt;&lt;A href="http://community.qlik.com/cfs-file.ashx/__key/CommunityServer.Discussions.Components.Files/11/5228.Dimensions.png"&gt;&lt;IMG alt="" border="0" src="http://community.qlik.com/resized-image.ashx/__size/550x0/__key/CommunityServer.Discussions.Components.Files/11/5228.Dimensions.png" /&gt;&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Step3: In your expressions, put one one expression as sum(Plan).&lt;/P&gt;&lt;P&gt;Please let me know if it works fine as per the logic.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks &amp;amp; Regards,&lt;/P&gt;&lt;P&gt;Vineet&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 07 Apr 2010 06:56:25 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Record-not-display-completely/m-p/204954#M61650</guid>
      <dc:creator />
      <dc:date>2010-04-07T06:56:25Z</dc:date>
    </item>
    <item>
      <title>Record not display completely</title>
      <link>https://community.qlik.com/t5/QlikView/Record-not-display-completely/m-p/204955#M61651</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hi ,&lt;/P&gt;&lt;P&gt;pls use "position" as a dimension instead of an expression.&lt;/P&gt;&lt;P&gt;i have created one new chart in your application to illustrate this.&lt;/P&gt;&lt;P&gt;now it should work fine&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;thanks&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 07 Apr 2010 08:15:47 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Record-not-display-completely/m-p/204955#M61651</guid>
      <dc:creator />
      <dc:date>2010-04-07T08:15:47Z</dc:date>
    </item>
    <item>
      <title>Record not display completely</title>
      <link>https://community.qlik.com/t5/QlikView/Record-not-display-completely/m-p/204956#M61652</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Tracy,&lt;/P&gt;&lt;P&gt;You are using a straight table and giving position as a expression in that straight table. Now this doesn't work because QlikView gets confused on which value of the position must be displayed. This problem is solved in the application posted by tuqeer. He removed the expression 'position' and gave it as dimension in the chart. I hope this helps&lt;/P&gt;&lt;P&gt;Thanks.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 07 Apr 2010 08:38:14 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Record-not-display-completely/m-p/204956#M61652</guid>
      <dc:creator />
      <dc:date>2010-04-07T08:38:14Z</dc:date>
    </item>
    <item>
      <title>Record not display completely</title>
      <link>https://community.qlik.com/t5/QlikView/Record-not-display-completely/m-p/204957#M61653</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Dear all,&lt;/P&gt;&lt;P&gt;I would like to thanks all experts who had given me so many advices and I really learn a lot from you all. As a beginner, I have a long way to go and I hope you all could continue to enlighten me in future.&lt;/P&gt;&lt;P&gt;Thank you very much indeed, Tracy &lt;IMG alt="Big Smile" src="http://community.qlik.com/emoticons/emotion-2.gif" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 08 Apr 2010 02:47:48 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Record-not-display-completely/m-p/204957#M61653</guid>
      <dc:creator>tracycrown</dc:creator>
      <dc:date>2010-04-08T02:47:48Z</dc:date>
    </item>
  </channel>
</rss>

