<?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: New clients in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/New-clients/m-p/956569#M964940</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thank you all for the feedback. It works.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 12 Oct 2015 13:46:34 GMT</pubDate>
    <dc:creator>petermoyaert</dc:creator>
    <dc:date>2015-10-12T13:46:34Z</dc:date>
    <item>
      <title>New clients</title>
      <link>https://community.qlik.com/t5/QlikView/New-clients/m-p/956565#M964936</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;We have a field available with date of creation of new client, called "Since_Client".&lt;/P&gt;&lt;P&gt;I want to see sales of clients that became client in the period since today minus 180days. I have a variable that is called "vMaxDate" but when I start to deduct 180 days it fails.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 12 Oct 2015 10:09:12 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/New-clients/m-p/956565#M964936</guid>
      <dc:creator>petermoyaert</dc:creator>
      <dc:date>2015-10-12T10:09:12Z</dc:date>
    </item>
    <item>
      <title>Re: New clients</title>
      <link>https://community.qlik.com/t5/QlikView/New-clients/m-p/956566#M964937</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Peter,&lt;/P&gt;&lt;P&gt;try using &lt;STRONG&gt;$(variable) Hence you can calculate the difference as &lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&lt;BR /&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG style="color: #000000; font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;Interval(vMaxDate-&lt;SPAN style="color: #000000; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;Since_Client,'dd')&lt;/SPAN&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 12 Oct 2015 10:11:35 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/New-clients/m-p/956566#M964937</guid>
      <dc:creator>sujeetsingh</dc:creator>
      <dc:date>2015-10-12T10:11:35Z</dc:date>
    </item>
    <item>
      <title>Re: New clients</title>
      <link>https://community.qlik.com/t5/QlikView/New-clients/m-p/956567#M964938</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Create a chart with dimension Customer and as expression something like&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;=Sum({&amp;lt;Since_Client = {"&amp;gt;=$(=Date(Today()-180))"}&amp;gt;} Sales)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You need to check that format of Since_Client and the set modifier created using dollar sign expansion is matching.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 12 Oct 2015 10:12:37 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/New-clients/m-p/956567#M964938</guid>
      <dc:creator>swuehl</dc:creator>
      <dc:date>2015-10-12T10:12:37Z</dc:date>
    </item>
    <item>
      <title>Re: New clients</title>
      <link>https://community.qlik.com/t5/QlikView/New-clients/m-p/956568#M964939</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;just replace today() with your vMaxDate in Swuehl exp and also by pass any other calendar Category like below &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;=Sum({&amp;lt;Since_Client = {"&amp;gt;=$(=Date(num(&lt;STRONG style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #000000;"&gt;vMaxDate)&lt;/STRONG&gt;-180))"},Year=,Month=,Day=&amp;gt;} Sales)&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 12 Oct 2015 10:16:20 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/New-clients/m-p/956568#M964939</guid>
      <dc:creator>preminqlik</dc:creator>
      <dc:date>2015-10-12T10:16:20Z</dc:date>
    </item>
    <item>
      <title>Re: New clients</title>
      <link>https://community.qlik.com/t5/QlikView/New-clients/m-p/956569#M964940</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thank you all for the feedback. It works.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 12 Oct 2015 13:46:34 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/New-clients/m-p/956569#M964940</guid>
      <dc:creator>petermoyaert</dc:creator>
      <dc:date>2015-10-12T13:46:34Z</dc:date>
    </item>
    <item>
      <title>Re: New clients</title>
      <link>https://community.qlik.com/t5/QlikView/New-clients/m-p/956570#M964941</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Peter,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If you have got the answer , mark the correct answer and close this thread so that it will others too&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 12 Oct 2015 13:57:35 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/New-clients/m-p/956570#M964941</guid>
      <dc:creator>avinashelite</dc:creator>
      <dc:date>2015-10-12T13:57:35Z</dc:date>
    </item>
  </channel>
</rss>

