<?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: Double stage set analysis on string in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Double-stage-set-analysis-on-string/m-p/1026553#M346949</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;This is the second part. My goal is to mix them.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;=Concat(&lt;SPAN style="font-size: 10pt; line-height: 1.5em;"&gt;{&amp;lt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13.3333px;"&gt;DateSurvey&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;SPAN style="font-size: 10pt; line-height: 1.5em;"&gt;={"&amp;lt;=$(=date(today(),'DD/MM/YY'))"}&amp;gt;} &lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13.3333px;"&gt;SurveyResult&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;SPAN style="font-size: 10pt; line-height: 1.5em;"&gt;,', ')&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 18 Mar 2016 15:16:52 GMT</pubDate>
    <dc:creator />
    <dc:date>2016-03-18T15:16:52Z</dc:date>
    <item>
      <title>Double stage set analysis on string</title>
      <link>https://community.qlik.com/t5/QlikView/Double-stage-set-analysis-on-string/m-p/1026552#M346948</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P style="font-size: 13.3333px;"&gt;Hi, &lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;The title is as it is. I will explain.&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;I have a double issue with this set analysis. &lt;/P&gt;&lt;UL&gt;&lt;LI&gt;First, the dimension I want at the end of the calculation is a string, not a number. (So I read I should use concat({.....}Dimension,','))&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; to be able to use set analysis.&lt;/SPAN&gt;&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;Secondly, the set analysis is a 2 stages set analysis&lt;/LI&gt;&lt;/UL&gt;&lt;P style="font-size: 13.3333px;"&gt;&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;Here is my case: I want the last result of a survey in the past (&amp;lt;Today).&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;The data is as below:&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;Location, SurveyResult, DateSurvey&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;Paris, Poor, 10/01/2015&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;Tokyo, Verygood, 15/02/2016&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;Paris, Verygood, 15/07/2015&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;Tokyo, Perfect, 23/02/2016&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;Tokyo, Undefined, 07/06/2017&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;Paris, Undefined, 03/06/2020&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;I tried something like this but there is only one condition, I miss the condition to say that this &lt;SPAN style="font-size: 13.3333px;"&gt;DateSurvey should be in the past.&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;=Concat(&lt;SPAN style="font-size: 10pt;"&gt;{&amp;lt;&lt;SPAN style="font-size: 13.3333px;"&gt;DateSurvey&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;SPAN style="font-size: 10pt;"&gt;={"$(=(date(Max(&lt;SPAN style="font-size: 13.3333px;"&gt;DateSurvey&lt;/SPAN&gt;))))"}&amp;gt;} &lt;SPAN style="font-size: 13.3333px;"&gt;SurveyResult&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;SPAN style="font-size: 10pt;"&gt;,', ')&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;&lt;SPAN style="font-size: 10pt;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;&lt;SPAN style="font-size: 10pt;"&gt;Thanks for your help. I really tried my best before posting.&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 18 Mar 2016 14:54:35 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Double-stage-set-analysis-on-string/m-p/1026552#M346948</guid>
      <dc:creator />
      <dc:date>2016-03-18T14:54:35Z</dc:date>
    </item>
    <item>
      <title>Re: Double stage set analysis on string</title>
      <link>https://community.qlik.com/t5/QlikView/Double-stage-set-analysis-on-string/m-p/1026553#M346949</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;This is the second part. My goal is to mix them.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;=Concat(&lt;SPAN style="font-size: 10pt; line-height: 1.5em;"&gt;{&amp;lt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13.3333px;"&gt;DateSurvey&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;SPAN style="font-size: 10pt; line-height: 1.5em;"&gt;={"&amp;lt;=$(=date(today(),'DD/MM/YY'))"}&amp;gt;} &lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13.3333px;"&gt;SurveyResult&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;SPAN style="font-size: 10pt; line-height: 1.5em;"&gt;,', ')&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 18 Mar 2016 15:16:52 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Double-stage-set-analysis-on-string/m-p/1026553#M346949</guid>
      <dc:creator />
      <dc:date>2016-03-18T15:16:52Z</dc:date>
    </item>
    <item>
      <title>Re: Double stage set analysis on string</title>
      <link>https://community.qlik.com/t5/QlikView/Double-stage-set-analysis-on-string/m-p/1026554#M346950</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I found:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;=firstsortedvalue({&amp;lt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13.3333px;"&gt;DateSurvey&lt;/SPAN&gt;={"&amp;lt;=$(=date(today(),'DD/MM/YY'))"}&amp;gt;}&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13.3333px;"&gt;SurveyResult&lt;/SPAN&gt;,-&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13.3333px;"&gt;DateSurvey&lt;/SPAN&gt;)&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 18 Mar 2016 15:27:40 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Double-stage-set-analysis-on-string/m-p/1026554#M346950</guid>
      <dc:creator />
      <dc:date>2016-03-18T15:27:40Z</dc:date>
    </item>
    <item>
      <title>Re: Double stage set analysis on string</title>
      <link>https://community.qlik.com/t5/QlikView/Double-stage-set-analysis-on-string/m-p/1026555#M346951</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;If you are looking only the past result. I found that in the 'limited' dataset, the surveyresult should be 'undefined', so you can use that in your set analysis?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 18 Mar 2016 15:50:29 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Double-stage-set-analysis-on-string/m-p/1026555#M346951</guid>
      <dc:creator>alexpanjhc</dc:creator>
      <dc:date>2016-03-18T15:50:29Z</dc:date>
    </item>
    <item>
      <title>Re: Double stage set analysis on string</title>
      <link>https://community.qlik.com/t5/QlikView/Double-stage-set-analysis-on-string/m-p/1026556#M346952</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Yes indeed thank you. But I would have preferred to know how to merge two set analysis in one (dealing with the same dimension as a filter). &lt;IMG src="https://community.qlik.com/legacyfs/online/emoticons/silly.png" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 18 Mar 2016 17:01:26 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Double-stage-set-analysis-on-string/m-p/1026556#M346952</guid>
      <dc:creator />
      <dc:date>2016-03-18T17:01:26Z</dc:date>
    </item>
  </channel>
</rss>

