<?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 expression help!! in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/expression-help/m-p/735598#M1084141</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi all,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I am trying to calculate how many days in the current month have a [Visit_ID] of 4 but i can't seem to find the answer. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Can anyone help please?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 24 Jun 2014 13:35:53 GMT</pubDate>
    <dc:creator>hopkinsc</dc:creator>
    <dc:date>2014-06-24T13:35:53Z</dc:date>
    <item>
      <title>expression help!!</title>
      <link>https://community.qlik.com/t5/QlikView/expression-help/m-p/735598#M1084141</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi all,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I am trying to calculate how many days in the current month have a [Visit_ID] of 4 but i can't seem to find the answer. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Can anyone help please?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 24 Jun 2014 13:35:53 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/expression-help/m-p/735598#M1084141</guid>
      <dc:creator>hopkinsc</dc:creator>
      <dc:date>2014-06-24T13:35:53Z</dc:date>
    </item>
    <item>
      <title>Re: expression help!!</title>
      <link>https://community.qlik.com/t5/QlikView/expression-help/m-p/735599#M1084142</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;Try like this&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Count({&amp;lt;Visit_ID = {4}, Month={'$(=Month(Today()))'}&amp;gt;} Days)&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 24 Jun 2014 13:51:35 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/expression-help/m-p/735599#M1084142</guid>
      <dc:creator>MayilVahanan</dc:creator>
      <dc:date>2014-06-24T13:51:35Z</dc:date>
    </item>
    <item>
      <title>Re: Re: expression help!!</title>
      <link>https://community.qlik.com/t5/QlikView/expression-help/m-p/735600#M1084143</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi, thanks,I don't have a field for Days, and the month needs to be taken from a date field..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;here is what i want in a bit more detail...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;i want to see which salesmen have worked full or half day.&lt;/P&gt;&lt;P&gt;A full days work is equal to them doing 4 visits, and a half day is them doing 2 visits per day..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have attached a sample..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;so what i want is a variable to show if the salesman have done a full days work (4 visits) or half days work (2 visits) for the current month&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 24 Jun 2014 15:29:53 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/expression-help/m-p/735600#M1084143</guid>
      <dc:creator>hopkinsc</dc:creator>
      <dc:date>2014-06-24T15:29:53Z</dc:date>
    </item>
    <item>
      <title>Re: Re: expression help!!</title>
      <link>https://community.qlik.com/t5/QlikView/expression-help/m-p/735601#M1084144</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Does anyone know the answer to this?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 24 Jun 2014 18:30:23 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/expression-help/m-p/735601#M1084144</guid>
      <dc:creator>hopkinsc</dc:creator>
      <dc:date>2014-06-24T18:30:23Z</dc:date>
    </item>
    <item>
      <title>Re: expression help!!</title>
      <link>https://community.qlik.com/t5/QlikView/expression-help/m-p/735602#M1084146</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Try this:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Create a simple table with the dimensions:&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;Salesman&lt;/LI&gt;&lt;LI&gt;Calculated dimension: Month(Date)&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;then add the next expression:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;count({&amp;lt;'Month(Date)='&amp;gt;} Visit_ID)/4&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;So you will have days worked by Salesman and by month.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I attached the .qvw with the example.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 24 Jun 2014 19:11:34 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/expression-help/m-p/735602#M1084146</guid>
      <dc:creator />
      <dc:date>2014-06-24T19:11:34Z</dc:date>
    </item>
    <item>
      <title>Re: expression help!!</title>
      <link>https://community.qlik.com/t5/QlikView/expression-help/m-p/735603#M1084148</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;count( {$ &amp;lt;Date={"&amp;gt;=$(=MonthStart(Today()))&amp;lt;=$(=MonthEnd(Today()))"}&amp;gt; } Visit_ID) / 4 &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG alt="1.png" class="jive-image" src="https://community.qlik.com/legacyfs/online/61105_1.png" style="width: auto; height: auto;" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 24 Jun 2014 19:46:24 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/expression-help/m-p/735603#M1084148</guid>
      <dc:creator>maxgro</dc:creator>
      <dc:date>2014-06-24T19:46:24Z</dc:date>
    </item>
  </channel>
</rss>

