<?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 Date Format within Set Analysis in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Date-Format-within-Set-Analysis/m-p/40708#M783401</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Dear Qlikview community&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I am trying to adjust a date format within a set analysis. &lt;/P&gt;&lt;P&gt;=Sum({$&amp;lt;RRTDATE={"$(=date(vBeginDate,'YYYY-MM-DD'))"}&amp;gt;}GROSSVAL)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The above is my formula but still I am not getting any output. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please can I ask advise&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 25 Nov 2020 16:16:04 GMT</pubDate>
    <dc:creator>georgegv</dc:creator>
    <dc:date>2020-11-25T16:16:04Z</dc:date>
    <item>
      <title>Date Format within Set Analysis</title>
      <link>https://community.qlik.com/t5/QlikView/Date-Format-within-Set-Analysis/m-p/40708#M783401</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Dear Qlikview community&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I am trying to adjust a date format within a set analysis. &lt;/P&gt;&lt;P&gt;=Sum({$&amp;lt;RRTDATE={"$(=date(vBeginDate,'YYYY-MM-DD'))"}&amp;gt;}GROSSVAL)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The above is my formula but still I am not getting any output. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please can I ask advise&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 25 Nov 2020 16:16:04 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Date-Format-within-Set-Analysis/m-p/40708#M783401</guid>
      <dc:creator>georgegv</dc:creator>
      <dc:date>2020-11-25T16:16:04Z</dc:date>
    </item>
    <item>
      <title>Re: Date Format within Set Analysis</title>
      <link>https://community.qlik.com/t5/QlikView/Date-Format-within-Set-Analysis/m-p/40709#M783402</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;May be this, check in text box if your vBeginDate and RRTDATE are having date format-&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #000000; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;=Sum({$&amp;lt;RRTDATE={"=$(=date(date#(vBeginDate,'YYYY-MM-DD')))"}&amp;gt;}GROSSVAL)&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 16 Mar 2018 20:46:24 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Date-Format-within-Set-Analysis/m-p/40709#M783402</guid>
      <dc:creator>Digvijay_Singh</dc:creator>
      <dc:date>2018-03-16T20:46:24Z</dc:date>
    </item>
    <item>
      <title>Re: Date Format within Set Analysis</title>
      <link>https://community.qlik.com/t5/QlikView/Date-Format-within-Set-Analysis/m-p/40710#M783403</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;It depends on your &lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;RRTDATE&lt;/SPAN&gt; format also, make sure it matches with the below format&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;=Sum({$&amp;lt;RRTDATE={"$(=date(date#(vBeginDate,'YYYY-MM-DD')))"}&amp;gt;}GROSSVAL)&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 17 Mar 2018 02:50:07 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Date-Format-within-Set-Analysis/m-p/40710#M783403</guid>
      <dc:creator>shiveshsingh</dc:creator>
      <dc:date>2018-03-17T02:50:07Z</dc:date>
    </item>
    <item>
      <title>Re: Date Format within Set Analysis</title>
      <link>https://community.qlik.com/t5/QlikView/Date-Format-within-Set-Analysis/m-p/40711#M783404</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Whats the format of your&amp;nbsp; &lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;vBeginDate?&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: 13px;"&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; font-size: 13px;"&gt;in any case,&amp;nbsp;&amp;nbsp; &lt;SPAN style="color: #000000; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;date(date#(vBeginDate,'Format1'),'Format2') - this converts to one format to another.&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 17 Mar 2018 02:52:05 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Date-Format-within-Set-Analysis/m-p/40711#M783404</guid>
      <dc:creator>Qrishna</dc:creator>
      <dc:date>2018-03-17T02:52:05Z</dc:date>
    </item>
    <item>
      <title>Re: Date Format within Set Analysis</title>
      <link>https://community.qlik.com/t5/QlikView/Date-Format-within-Set-Analysis/m-p/40712#M783405</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;is any error coimng in the expression,what is the value you store in the &lt;SPAN style="color: #000000; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;vBeginDate.&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 17 Mar 2018 06:13:14 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Date-Format-within-Set-Analysis/m-p/40712#M783405</guid>
      <dc:creator>tripatirao</dc:creator>
      <dc:date>2018-03-17T06:13:14Z</dc:date>
    </item>
    <item>
      <title>Re: Date Format within Set Analysis</title>
      <link>https://community.qlik.com/t5/QlikView/Date-Format-within-Set-Analysis/m-p/40713#M783406</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;To debug the problem,i would suggest you to test your rhs in a text object .&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #000000; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;date(vBeginDate,'YYYY-MM-DD')&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #000000; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;If this is getting you the same date format as your lhs,you should see the result of your expression working.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #000000; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #000000; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 18 Mar 2018 20:04:03 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Date-Format-within-Set-Analysis/m-p/40713#M783406</guid>
      <dc:creator>sasiparupudi1</dc:creator>
      <dc:date>2018-03-18T20:04:03Z</dc:date>
    </item>
    <item>
      <title>Re: Date Format within Set Analysis</title>
      <link>https://community.qlik.com/t5/QlikView/Date-Format-within-Set-Analysis/m-p/40714#M783407</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks for the pointers , the solution worked perfectly&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 22 Mar 2018 06:38:22 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Date-Format-within-Set-Analysis/m-p/40714#M783407</guid>
      <dc:creator>georgegv</dc:creator>
      <dc:date>2018-03-22T06:38:22Z</dc:date>
    </item>
    <item>
      <title>Re: Date Format within Set Analysis</title>
      <link>https://community.qlik.com/t5/QlikView/Date-Format-within-Set-Analysis/m-p/40715#M783408</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Please close this thread by marking any helpful and a correct answer&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 22 Mar 2018 06:40:34 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Date-Format-within-Set-Analysis/m-p/40715#M783408</guid>
      <dc:creator>sasiparupudi1</dc:creator>
      <dc:date>2018-03-22T06:40:34Z</dc:date>
    </item>
  </channel>
</rss>

