<?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: Put this Formula in set analysis in Management &amp; Governance</title>
    <link>https://community.qlik.com/t5/Management-Governance/Put-this-Formula-in-set-analysis/m-p/1312395#M9483</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello Rahul,&lt;/P&gt;&lt;P&gt;I have to know how many the car is actif &lt;SPAN style="font-size: 13.3333px;"&gt;in a month&lt;/SPAN&gt; :&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;count_Actif_1:&lt;/P&gt;&lt;P&gt;Load distinct(car),Month(Date) as Month_actif,Year(Date) as Year_actif,&lt;/P&gt;&lt;P&gt;count(1) as Actif&lt;/P&gt;&lt;P&gt;resident table&lt;/P&gt;&lt;P&gt;where "Statut"= Actif'&lt;/P&gt;&lt;P&gt;group by car,Month(Date),Year(Date);&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt; so i use this Ratio to know,&lt;/P&gt;&lt;P&gt;So now i need to but this Ratio to a SetAnalysis to add some variable like VsetPeriodPres and type_car ...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 13 Apr 2017 08:59:21 GMT</pubDate>
    <dc:creator>zied_ahmed1</dc:creator>
    <dc:date>2017-04-13T08:59:21Z</dc:date>
    <item>
      <title>Put this Formula in set analysis</title>
      <link>https://community.qlik.com/t5/Management-Governance/Put-this-Formula-in-set-analysis/m-p/1312392#M9480</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;i have this Formula and would like to add it in a set analysis &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Actif/ Day(MonthEnd(Date(Date#(GetFieldSelections(Month_actif), 'MMM')))).&amp;nbsp; I need to add vSetPeriodPres and a field type in our &lt;/P&gt;&lt;P&gt;SetAnalysis&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 13 Apr 2017 08:18:01 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Management-Governance/Put-this-Formula-in-set-analysis/m-p/1312392#M9480</guid>
      <dc:creator>zied_ahmed1</dc:creator>
      <dc:date>2017-04-13T08:18:01Z</dc:date>
    </item>
    <item>
      <title>Re: Put this Formula in set analysis</title>
      <link>https://community.qlik.com/t5/Management-Governance/Put-this-Formula-in-set-analysis/m-p/1312393#M9481</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;A href="https://community.qlik.com/qlik-users/212706"&gt;rahulpawarb&lt;/A&gt;‌&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 13 Apr 2017 08:31:36 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Management-Governance/Put-this-Formula-in-set-analysis/m-p/1312393#M9481</guid>
      <dc:creator>zied_ahmed1</dc:creator>
      <dc:date>2017-04-13T08:31:36Z</dc:date>
    </item>
    <item>
      <title>Re: Put this Formula in set analysis</title>
      <link>https://community.qlik.com/t5/Management-Governance/Put-this-Formula-in-set-analysis/m-p/1312394#M9482</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello Zied,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Could you please elaborate more on this requirement as well as provide prior Expression where we need to include new one? This will help me to understand the situation in better way.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards!&lt;/P&gt;&lt;P&gt;Rahul&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 13 Apr 2017 08:44:51 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Management-Governance/Put-this-Formula-in-set-analysis/m-p/1312394#M9482</guid>
      <dc:creator>rahulpawarb</dc:creator>
      <dc:date>2017-04-13T08:44:51Z</dc:date>
    </item>
    <item>
      <title>Re: Put this Formula in set analysis</title>
      <link>https://community.qlik.com/t5/Management-Governance/Put-this-Formula-in-set-analysis/m-p/1312395#M9483</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello Rahul,&lt;/P&gt;&lt;P&gt;I have to know how many the car is actif &lt;SPAN style="font-size: 13.3333px;"&gt;in a month&lt;/SPAN&gt; :&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;count_Actif_1:&lt;/P&gt;&lt;P&gt;Load distinct(car),Month(Date) as Month_actif,Year(Date) as Year_actif,&lt;/P&gt;&lt;P&gt;count(1) as Actif&lt;/P&gt;&lt;P&gt;resident table&lt;/P&gt;&lt;P&gt;where "Statut"= Actif'&lt;/P&gt;&lt;P&gt;group by car,Month(Date),Year(Date);&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt; so i use this Ratio to know,&lt;/P&gt;&lt;P&gt;So now i need to but this Ratio to a SetAnalysis to add some variable like VsetPeriodPres and type_car ...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 13 Apr 2017 08:59:21 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Management-Governance/Put-this-Formula-in-set-analysis/m-p/1312395#M9483</guid>
      <dc:creator>zied_ahmed1</dc:creator>
      <dc:date>2017-04-13T08:59:21Z</dc:date>
    </item>
    <item>
      <title>Re: Put this Formula in set analysis</title>
      <link>https://community.qlik.com/t5/Management-Governance/Put-this-Formula-in-set-analysis/m-p/1312396#M9484</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello Zied,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;May be this:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Count({&amp;lt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;Month_actif&lt;/SPAN&gt;={'Jan'}, &lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;Statut&lt;/SPAN&gt;={'&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;Actif&lt;/SPAN&gt;'}&amp;gt;}car)&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please correct me if I misunderstood.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards!&lt;/P&gt;&lt;P&gt;Rahul&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 13 Apr 2017 09:05:56 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Management-Governance/Put-this-Formula-in-set-analysis/m-p/1312396#M9484</guid>
      <dc:creator>rahulpawarb</dc:creator>
      <dc:date>2017-04-13T09:05:56Z</dc:date>
    </item>
    <item>
      <title>Re: Put this Formula in set analysis</title>
      <link>https://community.qlik.com/t5/Management-Governance/Put-this-Formula-in-set-analysis/m-p/1312397#M9485</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I think we need to use Actif and not Statut=Actif because we have in the script &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;Load distinct(car),Month(Date) as Month_actif,Year(Date) as Year_actif,&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;count(1) as &lt;STRONG&gt;Actif&lt;/STRONG&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 13 Apr 2017 09:17:54 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Management-Governance/Put-this-Formula-in-set-analysis/m-p/1312397#M9485</guid>
      <dc:creator>zied_ahmed1</dc:creator>
      <dc:date>2017-04-13T09:17:54Z</dc:date>
    </item>
    <item>
      <title>Re: Put this Formula in set analysis</title>
      <link>https://community.qlik.com/t5/Management-Governance/Put-this-Formula-in-set-analysis/m-p/1312398#M9486</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;another thing...in the Ratio we have to add / number of days of the month &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;Day(MonthEnd(Date(Date#(GetFieldSelections(Month_actif), 'MMM')))))&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 13 Apr 2017 09:20:21 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Management-Governance/Put-this-Formula-in-set-analysis/m-p/1312398#M9486</guid>
      <dc:creator>zied_ahmed1</dc:creator>
      <dc:date>2017-04-13T09:20:21Z</dc:date>
    </item>
  </channel>
</rss>

