<?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: Previous day trend values in App Development</title>
    <link>https://community.qlik.com/t5/App-Development/Previous-day-trend-values/m-p/1600301#M44382</link>
    <description>&lt;P&gt;Thank you very much Kaanerisen,&lt;/P&gt;&lt;P&gt;The values are coming as expected with your expression.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Rajesh.&lt;/P&gt;</description>
    <pubDate>Tue, 09 Jul 2019 10:03:29 GMT</pubDate>
    <dc:creator>Rajesh</dc:creator>
    <dc:date>2019-07-09T10:03:29Z</dc:date>
    <item>
      <title>Previous day trend values</title>
      <link>https://community.qlik.com/t5/App-Development/Previous-day-trend-values/m-p/1600202#M44369</link>
      <description>&lt;P&gt;Hi All,&lt;/P&gt;&lt;P&gt;The required result has achieved using sql server with attached query and output.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Capture.PNG" style="width: 584px;"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/15114i98D4B9DAE980A1EC/image-dimensions/584x224?v=v2" width="584" height="224" role="button" title="Capture.PNG" alt="Capture.PNG" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;Main purpose of the report is to: &amp;nbsp;&lt;/P&gt;&lt;P&gt;List the workflow names which runs &amp;gt;20 mins (this is i am getting)&lt;/P&gt;&lt;P&gt;but Same workflow names how much time took in previous days.&lt;/P&gt;&lt;P&gt;Trying to achieve same in Qlik But not able to achieve.&lt;/P&gt;&lt;P&gt;Able to get todays data in qlik as same out put as SQL, but not previous days.&lt;/P&gt;&lt;P&gt;(Right now todays data not available in attached app-assume yesterday data as Todays data)&lt;/P&gt;&lt;P&gt;Can any one suggest the solution.&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;P&gt;Rajesh&lt;/P&gt;</description>
      <pubDate>Tue, 09 Jul 2019 05:55:30 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Previous-day-trend-values/m-p/1600202#M44369</guid>
      <dc:creator>Rajesh</dc:creator>
      <dc:date>2019-07-09T05:55:30Z</dc:date>
    </item>
    <item>
      <title>Re: Previous day trend values</title>
      <link>https://community.qlik.com/t5/App-Development/Previous-day-trend-values/m-p/1600203#M44370</link>
      <description>&lt;P&gt;Please find attached app&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Rajesh&lt;/P&gt;</description>
      <pubDate>Tue, 09 Jul 2019 06:03:10 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Previous-day-trend-values/m-p/1600203#M44370</guid>
      <dc:creator>Rajesh</dc:creator>
      <dc:date>2019-07-09T06:03:10Z</dc:date>
    </item>
    <item>
      <title>Re: Previous day trend values</title>
      <link>https://community.qlik.com/t5/App-Development/Previous-day-trend-values/m-p/1600213#M44373</link>
      <description>&lt;P&gt;Hi Rajesh,&lt;/P&gt;&lt;P&gt;You can do that by using set analysis with p() function.&lt;/P&gt;&lt;P&gt;&lt;A href="http://help.qlik.com/en-US/sense/June2019/Subsystems/Hub/Content/Sense_Hub/ChartFunctions/SetAnalysis/set-modifiers-implicit-field-value-definitions.htm" target="_blank"&gt;http://help.qlik.com/en-US/sense/June2019/Subsystems/Hub/Content/Sense_Hub/ChartFunctions/SetAnalysis/set-modifiers-implicit-field-value-definitions.htm&lt;/A&gt;&lt;/P&gt;&lt;P&gt;Please check the attached qvf&lt;/P&gt;&lt;LI-CODE lang="markup"&gt;=Sum(
	  {&amp;lt;
       	Date={"$(=Date(Today()-2,'MM/DD/YYYY'))"},
	   	WORKFLOW_ID=p({&amp;lt;Duration={"&amp;gt;20"},Date={"$(=Date(Today()-1,'MM/DD/YYYY'))"}&amp;gt;} WORKFLOW_ID),
	   	INSTANCE_ID=p({&amp;lt;Duration={"&amp;gt;20"},Date={"$(=Date(Today()-1,'MM/DD/YYYY'))"}&amp;gt;} INSTANCE_ID)
      &amp;gt;} 
    Duration)&lt;/LI-CODE&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Untitled.png" style="width: 787px;"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/15116i0523EFAF4EB3A00C/image-size/large?v=v2&amp;amp;px=999" role="button" title="Untitled.png" alt="Untitled.png" /&gt;&lt;/span&gt;Hope it helps,&lt;/P&gt;</description>
      <pubDate>Tue, 09 Jul 2019 06:41:35 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Previous-day-trend-values/m-p/1600213#M44373</guid>
      <dc:creator>kaanerisen</dc:creator>
      <dc:date>2019-07-09T06:41:35Z</dc:date>
    </item>
    <item>
      <title>Re: Previous day trend values</title>
      <link>https://community.qlik.com/t5/App-Development/Previous-day-trend-values/m-p/1600301#M44382</link>
      <description>&lt;P&gt;Thank you very much Kaanerisen,&lt;/P&gt;&lt;P&gt;The values are coming as expected with your expression.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Rajesh.&lt;/P&gt;</description>
      <pubDate>Tue, 09 Jul 2019 10:03:29 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Previous-day-trend-values/m-p/1600301#M44382</guid>
      <dc:creator>Rajesh</dc:creator>
      <dc:date>2019-07-09T10:03:29Z</dc:date>
    </item>
  </channel>
</rss>

