<?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 Passing correct dates in set analysis in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Passing-correct-dates-in-set-analysis/m-p/154281#M30963</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks a lot buddy i have removed the # and the problem is solved and regarding the other point i have posted a part of the expression but in actual i have to do some MTD ,YTD calcuation based on the date selection and that's y i am using set analysis&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 10 Mar 2011 16:22:31 GMT</pubDate>
    <dc:creator>spsrk_84</dc:creator>
    <dc:date>2011-03-10T16:22:31Z</dc:date>
    <item>
      <title>Passing correct dates in set analysis</title>
      <link>https://community.qlik.com/t5/QlikView/Passing-correct-dates-in-set-analysis/m-p/154277#M30959</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Guys,&lt;/P&gt;&lt;P&gt;I have converted my date column in a proper format in the edit script but the date value is passed as numbers in set analysis&lt;/P&gt;&lt;P&gt;i have tried using the date function inside set analysis but still the issue is not solved . Please suugest if i am missing something&lt;/P&gt;&lt;P&gt;and i am using QV10&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 10 Mar 2011 15:16:42 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Passing-correct-dates-in-set-analysis/m-p/154277#M30959</guid>
      <dc:creator>spsrk_84</dc:creator>
      <dc:date>2011-03-10T15:16:42Z</dc:date>
    </item>
    <item>
      <title>Passing correct dates in set analysis</title>
      <link>https://community.qlik.com/t5/QlikView/Passing-correct-dates-in-set-analysis/m-p/154278#M30960</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Set analysis requires that the date field and the date value are formatted in exactly the same way. Date field's format is determined in the "Document Properties" - "Number" tab, and the date format of the value can be determined within the formula. For example:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;{&amp;lt;MyDate = {"&amp;gt;$(=date(vStartDate, 'MM/DD/YYYY'))"}&amp;gt;}&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If you quote your expression, we could try to find where is the problem.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 10 Mar 2011 15:25:45 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Passing-correct-dates-in-set-analysis/m-p/154278#M30960</guid>
      <dc:creator>Oleg_Troyansky</dc:creator>
      <dc:date>2011-03-10T15:25:45Z</dc:date>
    </item>
    <item>
      <title>Passing correct dates in set analysis</title>
      <link>https://community.qlik.com/t5/QlikView/Passing-correct-dates-in-set-analysis/m-p/154279#M30961</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi ,&lt;/P&gt;&lt;P&gt;Thanks for the reply i have the date format of the field set correctly in document properties&lt;/P&gt;&lt;H4&gt;now the expression i am using is&lt;/H4&gt;&lt;H4&gt;"SUM({&amp;lt;DimCalendar.FullDate={$(#=ONLY(DATE(DimCalendar.FullDate,'MM/DD/YYYY')))}&amp;gt;}RPT_Portfolio_Exposure.LoanOutstanding) "&lt;/H4&gt;&lt;H4&gt;now if i select some values in the field "FullDate" dates its passed as 46012 eventhough i am giving date function inside&lt;/H4&gt;&lt;P&gt;set analysis .Also i have applied the same date function in the script for the same field&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 10 Mar 2011 16:06:09 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Passing-correct-dates-in-set-analysis/m-p/154279#M30961</guid>
      <dc:creator>spsrk_84</dc:creator>
      <dc:date>2011-03-10T16:06:09Z</dc:date>
    </item>
    <item>
      <title>Passing correct dates in set analysis</title>
      <link>https://community.qlik.com/t5/QlikView/Passing-correct-dates-in-set-analysis/m-p/154280#M30962</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;2 things you can try:&lt;/P&gt;&lt;P&gt;1. Get rid of '#' - I think, '#' signifies numeric expression, which might cancel the effect of the date() formatting.&lt;/P&gt;&lt;P&gt;2. Try flipping between Only() and Date() - instead of using only(Date(...)), use Date(Only(...)), - again, without the # in the beginning.&lt;/P&gt;&lt;P&gt;On the other hand, I don't quite understand the point of this expression - your Set Analysis states that FULLDATE should be equal to the selected value of FULLDATE. The same data set can be defined without using any Set Analysis - it's the default. If you need to enforce that the single date is selected, you can add "Calculation Condition" with the customized message, requesting that the user selects a single date.&lt;/P&gt;&lt;P&gt;Am I missing something?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 10 Mar 2011 16:15:02 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Passing-correct-dates-in-set-analysis/m-p/154280#M30962</guid>
      <dc:creator>Oleg_Troyansky</dc:creator>
      <dc:date>2011-03-10T16:15:02Z</dc:date>
    </item>
    <item>
      <title>Passing correct dates in set analysis</title>
      <link>https://community.qlik.com/t5/QlikView/Passing-correct-dates-in-set-analysis/m-p/154281#M30963</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks a lot buddy i have removed the # and the problem is solved and regarding the other point i have posted a part of the expression but in actual i have to do some MTD ,YTD calcuation based on the date selection and that's y i am using set analysis&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 10 Mar 2011 16:22:31 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Passing-correct-dates-in-set-analysis/m-p/154281#M30963</guid>
      <dc:creator>spsrk_84</dc:creator>
      <dc:date>2011-03-10T16:22:31Z</dc:date>
    </item>
  </channel>
</rss>

