<?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: How to track Sales based on customer-specific dates in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/How-to-track-Sales-based-on-customer-specific-dates/m-p/792973#M1021825</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;HI LazuPets,&lt;/P&gt;&lt;P&gt;Can you post a sample QVW?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Andy&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 26 Mar 2015 15:32:25 GMT</pubDate>
    <dc:creator>awhitfield</dc:creator>
    <dc:date>2015-03-26T15:32:25Z</dc:date>
    <item>
      <title>How to track Sales based on customer-specific dates</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-track-Sales-based-on-customer-specific-dates/m-p/792970#M1021822</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;I would like to be able to track the sales of those customers who have purchased one specific product "X" with one extra condition:. only all those customer-specific sales that exist during the same day as the purchase of the product "X" should be taken into account.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The expression below illustrates what I would like to track. I know that Customer&amp;amp;Date combination does not work like it is used below, but if did, the expression below would give me what I am looking for. In other words, I am looking the overall sales of Customer&amp;amp;Date combinations that have purchased this product X.&amp;nbsp;&amp;nbsp; &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN lang="EN-US" style="font-size: 9.0pt; font-family: 'Courier New'; color: black;"&gt;Sum({&amp;lt;&lt;/SPAN&gt;&lt;SPAN lang="EN-US" style="font-size: 9.0pt; font-family: 'Courier New'; color: red;"&gt;Customer&amp;amp;Date&lt;/SPAN&gt;&lt;SPAN lang="EN-US" style="font-size: 9.0pt; font-family: 'Courier New'; color: black;"&gt;=P({1&amp;lt;Product={'X'}&amp;gt;})&amp;gt;}Sales) &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Could someone be able to help me? Thank you already in advance! &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 20 Nov 2020 18:02:30 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-track-Sales-based-on-customer-specific-dates/m-p/792970#M1021822</guid>
      <dc:creator />
      <dc:date>2020-11-20T18:02:30Z</dc:date>
    </item>
    <item>
      <title>Re: How to track Sales based on customer-specific dates</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-track-Sales-based-on-customer-specific-dates/m-p/792971#M1021823</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt; Hi&lt;/P&gt;&lt;P&gt;Check with this function&lt;/P&gt;&lt;P&gt;which explains the Trace function as follows:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;H1&gt;&lt;A name="kanchor1351"&gt;&lt;/A&gt;Trace&lt;/H1&gt;&lt;P&gt;The &lt;SPAN class="Bold"&gt;trace&lt;/SPAN&gt; statement writes &lt;SPAN class="Italic"&gt;string&lt;/SPAN&gt; to the &lt;SPAN class="Bold"&gt;Script Execution Progress&lt;/SPAN&gt; window and to the script log file, when used. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The syntax is:&lt;/P&gt;&lt;P class="syntax"&gt;&lt;/P&gt;&lt;P class="syntax"&gt;&lt;SPAN class="Bold"&gt;trace&lt;/SPAN&gt;&lt;SPAN class="Italic"&gt; string&lt;/SPAN&gt; &lt;/P&gt;&lt;P class="example"&gt;&lt;/P&gt;&lt;P class="example"&gt;Examples:&lt;/P&gt;&lt;P class="Code"&gt;trace Main table loaded;&lt;/P&gt;&lt;P class="Code"&gt;trace $(MyMessage);&lt;/P&gt;&lt;P class="Code"&gt;&lt;/P&gt;&lt;P class="Code"&gt;See the Examples here&lt;/P&gt;&lt;P&gt;&amp;nbsp; &lt;A href="http://www.qlikviewaddict.com/2012/02/trace.html" style="font-size: 10pt; line-height: 1.5em;" title="http://www.qlikviewaddict.com/2012/02/trace.html"&gt;QlikView Addict: QlikView TRACE Statement&lt;/A&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 26 Mar 2015 13:04:33 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-track-Sales-based-on-customer-specific-dates/m-p/792971#M1021823</guid>
      <dc:creator />
      <dc:date>2015-03-26T13:04:33Z</dc:date>
    </item>
    <item>
      <title>Re: How to track Sales based on customer-specific dates</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-track-Sales-based-on-customer-specific-dates/m-p/792972#M1021824</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thank you, but I forgot to mention that I would like be able to do this in the expression with already ready dimensions without the need to change any script. "Customer", "date" and "Sales" already exist so I would like to be able to do this in expression using the existing ones. Do you think it is possible?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 26 Mar 2015 15:30:05 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-track-Sales-based-on-customer-specific-dates/m-p/792972#M1021824</guid>
      <dc:creator />
      <dc:date>2015-03-26T15:30:05Z</dc:date>
    </item>
    <item>
      <title>Re: How to track Sales based on customer-specific dates</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-track-Sales-based-on-customer-specific-dates/m-p/792973#M1021825</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;HI LazuPets,&lt;/P&gt;&lt;P&gt;Can you post a sample QVW?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Andy&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 26 Mar 2015 15:32:25 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-track-Sales-based-on-customer-specific-dates/m-p/792973#M1021825</guid>
      <dc:creator>awhitfield</dc:creator>
      <dc:date>2015-03-26T15:32:25Z</dc:date>
    </item>
  </channel>
</rss>

