<?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: chart help in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/chart-help/m-p/72344#M607520</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;And how would you write expression that counts how many times Student access system on that date. &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 06 Apr 2018 17:44:29 GMT</pubDate>
    <dc:creator>userid128223</dc:creator>
    <dc:date>2018-04-06T17:44:29Z</dc:date>
    <item>
      <title>chart help</title>
      <link>https://community.qlik.com/t5/QlikView/chart-help/m-p/72342#M607518</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;so i have following field&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;TABLE border="1" class="jiveBorder" style="border: 1px solid rgb(0, 0, 0); width: 100%;"&gt;&lt;TBODY&gt;&lt;TR&gt;&lt;TH style="text-align: center; background-color: #6690bc; color: #ffffff; padding: 2px;" valign="middle"&gt;&lt;STRONG&gt;StudentID&lt;/STRONG&gt;&lt;/TH&gt;&lt;TH style="text-align: center; background-color: #6690bc; color: #ffffff; padding: 2px;" valign="middle"&gt;DateStamp&lt;/TH&gt;&lt;TH style="text-align: center; background-color: #6690bc; color: #ffffff; padding: 2px;" valign="middle"&gt;&lt;STRONG&gt;TimeStamp&lt;/STRONG&gt;&lt;/TH&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD style="padding: 2px;"&gt;Eric&lt;/TD&gt;&lt;TD style="padding: 2px;"&gt;3/22/2018&lt;/TD&gt;&lt;TD style="padding: 2px;"&gt;&lt;TABLE border="1" class="jiveBorder" height="50" style="border: 1px solid #000000; width: 411px; height: 41px;" width="409"&gt;&lt;TBODY&gt;&lt;TR&gt;&lt;TD style="padding: 2px;"&gt;3/22/2018 3:01PM&lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD style="padding: 2px;"&gt;Eric&lt;/TD&gt;&lt;TD style="padding: 2px;"&gt;3/22/2018&lt;/TD&gt;&lt;TD style="padding: 2px;"&gt;3/22/2018 5:04 PM&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD style="padding: 2px;"&gt;Eric&lt;/TD&gt;&lt;TD style="padding: 2px;"&gt;3/22/2018&lt;/TD&gt;&lt;TD style="padding: 2px;"&gt;3/22/2018 9:05 PM&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD style="padding: 2px;"&gt;Paul&lt;/TD&gt;&lt;TD style="padding: 2px;"&gt;3/5/2018&lt;/TD&gt;&lt;TD style="padding: 2px;"&gt;3/5/2018 8:05 AM&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD style="padding: 2px;"&gt;Paul&lt;/TD&gt;&lt;TD style="padding: 2px;"&gt;3/5/2018&lt;/TD&gt;&lt;TD style="padding: 2px;"&gt;3/5/2018 2:00 PM&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD style="padding: 2px;"&gt;Paul&lt;/TD&gt;&lt;TD style="padding: 2px;"&gt;3//5/2018&lt;/TD&gt;&lt;TD style="padding: 2px;"&gt;3/5/2018 6:06 PM&lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Combo chart:&lt;/P&gt;&lt;P&gt;dimension: StudentID &amp;amp; DateStamp&lt;/P&gt;&lt;P&gt;expression: count(TimeStamp) &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;My issue is that my date fields is not distinct and its not charting properly. How can i make dimension to only show distinct DateStamp&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 06 Apr 2018 16:33:33 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/chart-help/m-p/72342#M607518</guid>
      <dc:creator>userid128223</dc:creator>
      <dc:date>2018-04-06T16:33:33Z</dc:date>
    </item>
    <item>
      <title>Re: chart help</title>
      <link>https://community.qlik.com/t5/QlikView/chart-help/m-p/72343#M607519</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You can resolve this in script or use a calculated dimension&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Script&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Date(Floor(DateStamp)) as DateStamp&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;CalculatedDimension&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Date(Floor(DateStamp))&lt;/STRONG&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 06 Apr 2018 16:35:40 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/chart-help/m-p/72343#M607519</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2018-04-06T16:35:40Z</dc:date>
    </item>
    <item>
      <title>Re: chart help</title>
      <link>https://community.qlik.com/t5/QlikView/chart-help/m-p/72344#M607520</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;And how would you write expression that counts how many times Student access system on that date. &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 06 Apr 2018 17:44:29 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/chart-help/m-p/72344#M607520</guid>
      <dc:creator>userid128223</dc:creator>
      <dc:date>2018-04-06T17:44:29Z</dc:date>
    </item>
    <item>
      <title>Re: chart help</title>
      <link>https://community.qlik.com/t5/QlikView/chart-help/m-p/72345#M607521</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;it shows total count, instead of per date total. &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 06 Apr 2018 17:45:15 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/chart-help/m-p/72345#M607521</guid>
      <dc:creator>userid128223</dc:creator>
      <dc:date>2018-04-06T17:45:15Z</dc:date>
    </item>
    <item>
      <title>Re: chart help</title>
      <link>https://community.qlik.com/t5/QlikView/chart-help/m-p/72346#M607522</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Not sure what you mean? For the sample, what is the expected output?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 06 Apr 2018 17:46:32 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/chart-help/m-p/72346#M607522</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2018-04-06T17:46:32Z</dc:date>
    </item>
  </channel>
</rss>

