<?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: Date problem in Set Analysis Expression in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Date-problem-in-Set-Analysis-Expression/m-p/1372065#M822985</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Prashant,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have by mistake uploaded another qlikview document. Now I have uploaded right one.&lt;/P&gt;&lt;P&gt;Now please suggest what I am doing wrong in my set analysis expression.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Manish Prasad&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 26 Jul 2017 05:18:18 GMT</pubDate>
    <dc:creator>manpri7078</dc:creator>
    <dc:date>2017-07-26T05:18:18Z</dc:date>
    <item>
      <title>Date problem in Set Analysis Expression</title>
      <link>https://community.qlik.com/t5/QlikView/Date-problem-in-Set-Analysis-Expression/m-p/1372061#M822981</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi All,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I am attaching both Sample QVW as well as sample excel file for my query which are in two parts.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;1.&lt;/STRONG&gt;&amp;nbsp; My sample excel file is having different sheets with sheet name as Dec 16, Jan 17, Feb 17 and so on. But all the sheets have similar format data. I need a way to dynamically load all the sheets through one load statement. I think that it is possible but I am not aware of the process. My load statement for Dec 16 is as following :&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;LOAD [Mon-FY], Month as Mon, LEFT(FY,4) as Period, [GL Code], Description, [Field 1], [Field 2], [Field 3], [Field 4], &lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; [Field 5]&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;FROM [Sample Excel File.xlsx]&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;(ooxml, embedded labels, table is [Dec 16], filters(Remove(Row, Pos(Top, 1)),Remove(Col, Pos(Top, 19)),Remove(Col, Pos(Top, 19))));&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I need to load all other sheets data also through this load statement. Kindly suggest me if possible but without using ODBC.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;2.&lt;/STRONG&gt; I am trying to make a straight table chart but some error are there in my set analysis expression. I have made one set analysis expression for example purpose. And also I have made a text object to check whether I am doing right or wrong. There is error in my set analysis expression which I am not able to figure it out. My month selected is Jun but I want to make chart for May using variable vFirstPeriod which I have defined in an input box. Kindly Suggest me what wrong I am doing in my set analysis expression.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Manish Prasad&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-problem-in-Set-Analysis-Expression/m-p/1372061#M822981</guid>
      <dc:creator>manpri7078</dc:creator>
      <dc:date>2020-11-25T16:16:04Z</dc:date>
    </item>
    <item>
      <title>Re: Date problem in Set Analysis Expression</title>
      <link>https://community.qlik.com/t5/QlikView/Date-problem-in-Set-Analysis-Expression/m-p/1372062#M822982</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;For Question number 1 Refer the below thread for the answer.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="https://community.qlik.com/thread/268625"&gt;need to load all the sheets in excel at time ?&lt;/A&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 26 Jul 2017 04:54:24 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Date-problem-in-Set-Analysis-Expression/m-p/1372062#M822982</guid>
      <dc:creator>techvarun</dc:creator>
      <dc:date>2017-07-26T04:54:24Z</dc:date>
    </item>
    <item>
      <title>Re: Date problem in Set Analysis Expression</title>
      <link>https://community.qlik.com/t5/QlikView/Date-problem-in-Set-Analysis-Expression/m-p/1372063#M822983</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;HI Manish,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;It's Possible Please refer below code And follow instructions which are in a comment:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Let &lt;/STRONG&gt;vFileName&lt;STRONG&gt; ='C:\Users\USER-12\Desktop\Multi Sheet Excel.xls';&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Temp_Sheets:&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;LOAD Sheet as S // Number of &lt;/STRONG&gt;Sheets:like&lt;STRONG&gt; I Have 3 sheets&amp;nbsp; 1 2&amp;nbsp; 3 so &lt;/STRONG&gt;i&lt;STRONG&gt; Give 3 Value in field Sheet&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;FROM&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&lt;C&gt;&lt;/C&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;(&lt;/STRONG&gt;biff&lt;STRONG&gt;, embedded labels, table is [0$]); // 0 is my &lt;/STRONG&gt;defalut&lt;STRONG&gt; sheet where &lt;/STRONG&gt;i&lt;STRONG&gt; mention my Total number sheet&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;let vMaxSheet = peek('S', -1, 'Temp_Sheets');// Count of Sheets&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;DROP TABLE Temp_Sheets;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt; &lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;for vSheetNo = 1 to $(vMaxSheet)&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Data:&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; LOAD&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; *&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; FROM $(vFileName)&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; (biff, embedded labels, table is [$(vSheetNo)$]);// Sheet Number must be in sequence like 0 1&amp;nbsp; 2&amp;nbsp; &lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;next&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Arvind Patil&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 26 Jul 2017 05:04:45 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Date-problem-in-Set-Analysis-Expression/m-p/1372063#M822983</guid>
      <dc:creator>arvind_patil</dc:creator>
      <dc:date>2017-07-26T05:04:45Z</dc:date>
    </item>
    <item>
      <title>Re: Date problem in Set Analysis Expression</title>
      <link>https://community.qlik.com/t5/QlikView/Date-problem-in-Set-Analysis-Expression/m-p/1372064#M822984</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;&lt;/P&gt;&lt;P&gt;modify your expression to below&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;1: to convert your date field into date from numeric value =Date([Mon-FY],'MMM-YY')&lt;/P&gt;&lt;P&gt;2: In your chart you are using sum(Kolkata)&lt;/P&gt;&lt;P&gt;there is no such field named Kolkata in your script. Please check.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Read below blog to learn about date&lt;/P&gt;&lt;P&gt;&lt;A class="jive-link-wiki-small" data-containerid="2049" data-containertype="14" data-objectid="1208" data-objecttype="102" href="https://community.qlik.com/docs/DOC-1208"&gt;https://community.qlik.com/docs/DOC-1208&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;A class="jive-link-blog-small" data-containerid="2588" data-containertype="37" data-objectid="2954" data-objecttype="38" href="https://community.qlik.com/blogs/qlikviewdesignblog/2013/02/19/why-don-t-my-dates-work"&gt;https://community.qlik.com/blogs/qlikviewdesignblog/2013/02/19/why-don-t-my-dates-work&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;A class="jive-link-blog-small" data-containerid="2588" data-containertype="37" data-objectid="2622" data-objecttype="38" href="https://community.qlik.com/blogs/qlikviewdesignblog/2012/06/07/get-the-dates-right"&gt;https://community.qlik.com/blogs/qlikviewdesignblog/2012/06/07/get-the-dates-right&lt;/A&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 26 Jul 2017 05:07:50 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Date-problem-in-Set-Analysis-Expression/m-p/1372064#M822984</guid>
      <dc:creator>PrashantSangle</dc:creator>
      <dc:date>2017-07-26T05:07:50Z</dc:date>
    </item>
    <item>
      <title>Re: Date problem in Set Analysis Expression</title>
      <link>https://community.qlik.com/t5/QlikView/Date-problem-in-Set-Analysis-Expression/m-p/1372065#M822985</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Prashant,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have by mistake uploaded another qlikview document. Now I have uploaded right one.&lt;/P&gt;&lt;P&gt;Now please suggest what I am doing wrong in my set analysis expression.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Manish Prasad&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 26 Jul 2017 05:18:18 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Date-problem-in-Set-Analysis-Expression/m-p/1372065#M822985</guid>
      <dc:creator>manpri7078</dc:creator>
      <dc:date>2017-07-26T05:18:18Z</dc:date>
    </item>
    <item>
      <title>Re: Date problem in Set Analysis Expression</title>
      <link>https://community.qlik.com/t5/QlikView/Date-problem-in-Set-Analysis-Expression/m-p/1372066#M822986</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 have checked your variable definition. In that you are inserting string so convert string to date you have to use date#()&lt;/P&gt;&lt;P&gt;not date()&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;update your expression like&lt;/P&gt;&lt;P&gt;SUM({&amp;lt;[Mon-FY]={"$(=num(Date(vFirstPeriod,'MMM-YY')))"}&amp;gt;}[Field 1])&lt;/P&gt;&lt;P&gt;and your [Mon-FY] field in num format so either floor it your script or format your set analysis as per format&lt;/P&gt;&lt;P&gt;like&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;SUM({&amp;lt;[Mon-FY]={"$(=num(Date(vFirstPeriod,'MMM-YY'),,'####.000000'))"}&amp;gt;}[Field 1])&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Prashant&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 26 Jul 2017 05:43:25 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Date-problem-in-Set-Analysis-Expression/m-p/1372066#M822986</guid>
      <dc:creator>PrashantSangle</dc:creator>
      <dc:date>2017-07-26T05:43:25Z</dc:date>
    </item>
    <item>
      <title>Re: Date problem in Set Analysis Expression</title>
      <link>https://community.qlik.com/t5/QlikView/Date-problem-in-Set-Analysis-Expression/m-p/1372067#M822987</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Prashant,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have modified my set analysis expression as per your advice, but still no data is coming.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please see my first chart in my modified document which is attached herewith.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Manish Prasad&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 26 Jul 2017 05:57:51 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Date-problem-in-Set-Analysis-Expression/m-p/1372067#M822987</guid>
      <dc:creator>manpri7078</dc:creator>
      <dc:date>2017-07-26T05:57:51Z</dc:date>
    </item>
    <item>
      <title>Re: Date problem in Set Analysis Expression</title>
      <link>https://community.qlik.com/t5/QlikView/Date-problem-in-Set-Analysis-Expression/m-p/1372068#M822988</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;You are&amp;nbsp; still using date() replace it with date#().&lt;/P&gt;&lt;P&gt;There 2 semicolon in your expression remove it.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;modify your expression as &lt;/P&gt;&lt;P&gt;SUM({&amp;lt;[Mon-FY]={"$(=num(&lt;STRONG&gt;Date#(&lt;/STRONG&gt;vFirstPeriod,'MMM-YY'&lt;STRONG&gt;),'&lt;/STRONG&gt;####.000000'))"}&amp;gt;}[Field 1])&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;After apply above changes still you are not getting value because there is no date available for May 17.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Prashant&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 26 Jul 2017 06:03:35 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Date-problem-in-Set-Analysis-Expression/m-p/1372068#M822988</guid>
      <dc:creator>PrashantSangle</dc:creator>
      <dc:date>2017-07-26T06:03:35Z</dc:date>
    </item>
    <item>
      <title>Re: Date problem in Set Analysis Expression</title>
      <link>https://community.qlik.com/t5/QlikView/Date-problem-in-Set-Analysis-Expression/m-p/1372069#M822989</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Prashant,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Still no data is coming after modifying my expression as&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;&lt;STRONG&gt;SUM({&amp;lt;[Mon-FY]={"$(=num(&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;STRONG&gt;Date#(&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;vFirstPeriod,'MMM-YY'&lt;/SPAN&gt;),'&lt;/STRONG&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;&lt;STRONG&gt;####.000000'))"}&amp;gt;}[Field 1])&lt;/STRONG&gt;&lt;/SPAN&gt;.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;Although Data for May-17 is available as also from Dec-16 to Jun-17.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please check it on my attached document and suggest me what is wrong there.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Manish Prasad&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 26 Jul 2017 06:17:28 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Date-problem-in-Set-Analysis-Expression/m-p/1372069#M822989</guid>
      <dc:creator>manpri7078</dc:creator>
      <dc:date>2017-07-26T06:17:28Z</dc:date>
    </item>
    <item>
      <title>Re: Date problem in Set Analysis Expression</title>
      <link>https://community.qlik.com/t5/QlikView/Date-problem-in-Set-Analysis-Expression/m-p/1372070#M822990</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;Your input value is May-17 when you convert it into date it will take it as 01-05-17 and data which you have in month may on date 05-05-17 both are not going to match.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In your script convert add below modification&lt;/P&gt;&lt;P&gt;monthname([Mon-FY]) as monthName&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;and use MonthName field in your set expression.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;update your set expression like &lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;STRONG style="font-style: inherit; font-family: inherit;"&gt;SUM({&amp;lt;&lt;SPAN style="font-size: 13.3333px;"&gt;monthName&lt;/SPAN&gt;={"$(=monthName(&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;STRONG style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;Date#(&lt;SPAN style="font-weight: inherit; font-style: inherit;"&gt;vFirstPeriod,'MMM-YY'&lt;/SPAN&gt;)&lt;/STRONG&gt;&lt;SPAN style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;STRONG style="font-style: inherit; font-family: inherit;"&gt;))"}&amp;gt;}[Field 1])&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;.&lt;/SPAN&gt;&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, 26 Jul 2017 06:27:32 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Date-problem-in-Set-Analysis-Expression/m-p/1372070#M822990</guid>
      <dc:creator>PrashantSangle</dc:creator>
      <dc:date>2017-07-26T06:27:32Z</dc:date>
    </item>
    <item>
      <title>Re: Date problem in Set Analysis Expression</title>
      <link>https://community.qlik.com/t5/QlikView/Date-problem-in-Set-Analysis-Expression/m-p/1372071#M822991</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Prashant,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have modified my qlikview document as per your suggestions but still there is problem. Can you attach my document after modifications as suggested by you so that I can re-check your app with that of mine as to what steps I am missing.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Manish Prasad &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 26 Jul 2017 07:06:56 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Date-problem-in-Set-Analysis-Expression/m-p/1372071#M822991</guid>
      <dc:creator>manpri7078</dc:creator>
      <dc:date>2017-07-26T07:06:56Z</dc:date>
    </item>
    <item>
      <title>Re: Date problem in Set Analysis Expression</title>
      <link>https://community.qlik.com/t5/QlikView/Date-problem-in-Set-Analysis-Expression/m-p/1372072#M822992</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;Please find attachment.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I did changes in script, chart and your Month List box &lt;/P&gt;&lt;P&gt;In Month List box use expression as Aggr(Mon,Mon)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Prashant&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 26 Jul 2017 07:25:33 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Date-problem-in-Set-Analysis-Expression/m-p/1372072#M822992</guid>
      <dc:creator>PrashantSangle</dc:creator>
      <dc:date>2017-07-26T07:25:33Z</dc:date>
    </item>
    <item>
      <title>Re: Date problem in Set Analysis Expression</title>
      <link>https://community.qlik.com/t5/QlikView/Date-problem-in-Set-Analysis-Expression/m-p/1372073#M822993</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Prashant,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks for your guide and suggestions. Now I have been able to accomplish my task.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Manish Prasad&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 26 Jul 2017 07:47:20 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Date-problem-in-Set-Analysis-Expression/m-p/1372073#M822993</guid>
      <dc:creator>manpri7078</dc:creator>
      <dc:date>2017-07-26T07:47:20Z</dc:date>
    </item>
  </channel>
</rss>

