<?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: SET ANALYSIS yesterday sales with selected day in App Development</title>
    <link>https://community.qlik.com/t5/App-Development/SET-ANALYSIS-yesterday-sales-with-selected-day/m-p/1254932#M25381</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;thanks Dears &lt;A href="https://community.qlik.com/qlik-users/2911"&gt;lironbaram&lt;/A&gt;‌‌ and Manish,&lt;/P&gt;&lt;P&gt;both of your suggestions are working probably without select a specific date but once i select a date the value will be Zero and I'm sure this field contain value and absolutely not zero &lt;IMG src="https://community.qlik.com/legacyfs/online/emoticons/sad.png" /&gt; &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;any suggestions from your End about this issue ?&amp;nbsp; &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 16 Jan 2017 13:26:49 GMT</pubDate>
    <dc:creator>m_alsoby</dc:creator>
    <dc:date>2017-01-16T13:26:49Z</dc:date>
    <item>
      <title>SET ANALYSIS yesterday sales with selected day</title>
      <link>https://community.qlik.com/t5/App-Development/SET-ANALYSIS-yesterday-sales-with-selected-day/m-p/1254929#M25378</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Gents, &lt;/P&gt;&lt;P&gt;Greetings, &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Looking to use Set Analysis to have a dynamic variable&amp;nbsp; for date field to retrieve yesterday [of the selected day] sales.&lt;/P&gt;&lt;P&gt;my Fields are :&lt;/P&gt;&lt;P&gt;1- TRANSACTION_DATE (For Date)&lt;/P&gt;&lt;P&gt;2- SALES (For Sales)&amp;nbsp; &lt;/P&gt;&lt;P&gt;and I use IF condition for retrieve a specific category of sales already do it.&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt;"&gt;I tried many &lt;/SPAN&gt;statements some them gave Zero values and some Gave me - &lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;&lt;SPAN style="font-size: 10pt;"&gt;Sum({$&amp;lt;TRANSACTION_DATE={'MAX(TRANSACTION_DATE) -1'}&amp;gt;}SALES)&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;&lt;SPAN style="font-size: 10pt;"&gt;Sum({TRANSACTION_DATE={"$(vToDate)"}} SALES&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;&lt;SPAN style="font-size: 10pt;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt;"&gt;kindly help me to find the Solution for that &lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 16 Jan 2017 12:32:24 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/SET-ANALYSIS-yesterday-sales-with-selected-day/m-p/1254929#M25378</guid>
      <dc:creator>m_alsoby</dc:creator>
      <dc:date>2017-01-16T12:32:24Z</dc:date>
    </item>
    <item>
      <title>Re: SET ANALYSIS yesterday sales with selected day</title>
      <link>https://community.qlik.com/t5/App-Development/SET-ANALYSIS-yesterday-sales-with-selected-day/m-p/1254930#M25379</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hi &lt;/P&gt;&lt;P&gt;try this &lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13.3333px;"&gt;Sum({$&amp;lt;TRANSACTION_DATE={'$(=MAX(TRANSACTION_DATE) -1)'}&amp;gt;}SALES)&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13.3333px;"&gt;if this doesn't work &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13.3333px;"&gt;try this , it's important that you'll use exactly the same date format as TRANSACTION_DATE format&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; font-size: 13.3333px;"&gt;Sum({$&amp;lt;TRANSACTION_DATE={'$(=date(MAX(TRANSACTION_DATE) -1,'DD/MM/YYYY'))'}&amp;gt;}SALES)&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 16 Jan 2017 12:37:08 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/SET-ANALYSIS-yesterday-sales-with-selected-day/m-p/1254930#M25379</guid>
      <dc:creator>lironbaram</dc:creator>
      <dc:date>2017-01-16T12:37:08Z</dc:date>
    </item>
    <item>
      <title>Re: SET ANALYSIS yesterday sales with selected day</title>
      <link>https://community.qlik.com/t5/App-Development/SET-ANALYSIS-yesterday-sales-with-selected-day/m-p/1254931#M25380</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;SUM({&amp;lt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13.3333px;"&gt;TRANSACTION_DATE&lt;/SPAN&gt; = {'$(=Date(Max(&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13.3333px;"&gt;TRANSACTION_DATE&lt;/SPAN&gt;)))'}&amp;gt;}SALES)&lt;/P&gt;&lt;P&gt;and&lt;/P&gt;&lt;P&gt;SUM({&amp;lt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13.3333px;"&gt;TRANSACTION_DATE&lt;/SPAN&gt; = {'$(=Date(Max(&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13.3333px;"&gt;TRANSACTION_DATE&lt;/SPAN&gt;)-1))'}&amp;gt;}SALES)&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 16 Jan 2017 12:42:41 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/SET-ANALYSIS-yesterday-sales-with-selected-day/m-p/1254931#M25380</guid>
      <dc:creator>MK_QSL</dc:creator>
      <dc:date>2017-01-16T12:42:41Z</dc:date>
    </item>
    <item>
      <title>Re: SET ANALYSIS yesterday sales with selected day</title>
      <link>https://community.qlik.com/t5/App-Development/SET-ANALYSIS-yesterday-sales-with-selected-day/m-p/1254932#M25381</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;thanks Dears &lt;A href="https://community.qlik.com/qlik-users/2911"&gt;lironbaram&lt;/A&gt;‌‌ and Manish,&lt;/P&gt;&lt;P&gt;both of your suggestions are working probably without select a specific date but once i select a date the value will be Zero and I'm sure this field contain value and absolutely not zero &lt;IMG src="https://community.qlik.com/legacyfs/online/emoticons/sad.png" /&gt; &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;any suggestions from your End about this issue ?&amp;nbsp; &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 16 Jan 2017 13:26:49 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/SET-ANALYSIS-yesterday-sales-with-selected-day/m-p/1254932#M25381</guid>
      <dc:creator>m_alsoby</dc:creator>
      <dc:date>2017-01-16T13:26:49Z</dc:date>
    </item>
    <item>
      <title>Re: SET ANALYSIS yesterday sales with selected day</title>
      <link>https://community.qlik.com/t5/App-Development/SET-ANALYSIS-yesterday-sales-with-selected-day/m-p/1254933#M25382</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;thanks a lot dear i got it now this issue has been solved &lt;IMG src="https://community.qlik.com/legacyfs/online/emoticons/happy.png" /&gt; &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;appreciate you help&amp;nbsp; &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 16 Jan 2017 13:39:30 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/SET-ANALYSIS-yesterday-sales-with-selected-day/m-p/1254933#M25382</guid>
      <dc:creator>m_alsoby</dc:creator>
      <dc:date>2017-01-16T13:39:30Z</dc:date>
    </item>
  </channel>
</rss>

