<?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: Need Set Analysis Fixed For Certain Dimensions and Dynamic Others On Visual in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Need-Set-Analysis-Fixed-For-Certain-Dimensions-and-Dynamic/m-p/1692192#M726871</link>
    <description>&lt;P&gt;Thanks so much for quick feedback!&lt;/P&gt;&lt;P&gt;I need the Version to stay "VR.Final" even if the VERSION is change on the filter pane chart. It's a transpose extensions and here is the complete code that i am using:&lt;/P&gt;&lt;P&gt;IF(ValueList('Actual','CV','OL')='Actual',&lt;BR /&gt;Sum({1&amp;lt;MEASURE_ANCESTOR_ID={'AC.IS40'},SCENARIO_ANCESTOR_ID={'SC.Actual'},VERSION_ID={'VR.Final'}&amp;gt;}AMOUNT)&lt;BR /&gt;,&lt;/P&gt;&lt;P&gt;IF(ValueList('Actual','CV','OL')='CV',&lt;BR /&gt;Sum({&amp;lt;LAYER_DESC_LVL_2={'Total Layer'},MEASURE_ANCESTOR_ID={'AC.IS40'},SCENARIO_DESCRIPTION={'Budget'}&amp;gt;}AMOUNT)&lt;BR /&gt;,&lt;/P&gt;&lt;P&gt;IF(ValueList('Actual','CV','OL')='OL',&lt;BR /&gt;Sum({&amp;lt;LAYER_DESC_LVL_2={'Total Layer'},MEASURE_ANCESTOR_ID={'AC.IS40'},SCENARIO_DESCRIPTION={'Outlook'}&amp;gt;}AMOUNT)&lt;/P&gt;&lt;P&gt;)))&lt;/P&gt;</description>
    <pubDate>Thu, 09 Apr 2020 21:15:17 GMT</pubDate>
    <dc:creator>lenny500</dc:creator>
    <dc:date>2020-04-09T21:15:17Z</dc:date>
    <item>
      <title>Need Set Analysis Fixed For Certain Dimensions and Dynamic Others On Visual</title>
      <link>https://community.qlik.com/t5/QlikView/Need-Set-Analysis-Fixed-For-Certain-Dimensions-and-Dynamic/m-p/1691059#M726869</link>
      <description>&lt;P&gt;Hello All,&lt;/P&gt;&lt;P&gt;New to QLIK and love it so far...this is prob an easy question.&lt;/P&gt;&lt;P&gt;I have 3 dimensions (SCENARIO, VERSION and CATEGORY)&lt;/P&gt;&lt;P&gt;For the 'SC.Actual' SCENARIO, I need the VERSION to be fixed with 'VR.Final', however i want the CATEGORY to be flexible depending on what the user selects on the Filter Pane Chart.&lt;/P&gt;&lt;P&gt;Here is my set analysis expression:&lt;/P&gt;&lt;P&gt;Sum({1&amp;lt;SCENARIO_ANCESTOR_ID={'SC.Actual'},VERSION_ID={'VR.Final'}&amp;gt;}AMOUNT)&lt;/P&gt;&lt;P&gt;this stays the same number no matter what category is chosen on the filter pane chart. is it possible for some dimensions to be set and some to be dynamic?&lt;/P&gt;&lt;P&gt;Thanks!&lt;/P&gt;</description>
      <pubDate>Sat, 16 Nov 2024 00:54:00 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Need-Set-Analysis-Fixed-For-Certain-Dimensions-and-Dynamic/m-p/1691059#M726869</guid>
      <dc:creator>lenny500</dc:creator>
      <dc:date>2024-11-16T00:54:00Z</dc:date>
    </item>
    <item>
      <title>Re: Need Set Analysis Fixed For Certain Dimensions and Dynamic Others On Visual</title>
      <link>https://community.qlik.com/t5/QlikView/Need-Set-Analysis-Fixed-For-Certain-Dimensions-and-Dynamic/m-p/1691078#M726870</link>
      <description>&lt;P&gt;Try like:&lt;/P&gt;&lt;P&gt;If(&amp;nbsp;&lt;SPAN&gt;SCENARIO_ANCESTOR_ID='SC.Actual',&amp;nbsp; Sum({&amp;lt;VERSION_ID={'VR.Final'}&amp;gt;}AMOUNT) , Sum(AMOUNT) )&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Mon, 06 Apr 2020 05:33:12 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Need-Set-Analysis-Fixed-For-Certain-Dimensions-and-Dynamic/m-p/1691078#M726870</guid>
      <dc:creator>tresB</dc:creator>
      <dc:date>2020-04-06T05:33:12Z</dc:date>
    </item>
    <item>
      <title>Re: Need Set Analysis Fixed For Certain Dimensions and Dynamic Others On Visual</title>
      <link>https://community.qlik.com/t5/QlikView/Need-Set-Analysis-Fixed-For-Certain-Dimensions-and-Dynamic/m-p/1692192#M726871</link>
      <description>&lt;P&gt;Thanks so much for quick feedback!&lt;/P&gt;&lt;P&gt;I need the Version to stay "VR.Final" even if the VERSION is change on the filter pane chart. It's a transpose extensions and here is the complete code that i am using:&lt;/P&gt;&lt;P&gt;IF(ValueList('Actual','CV','OL')='Actual',&lt;BR /&gt;Sum({1&amp;lt;MEASURE_ANCESTOR_ID={'AC.IS40'},SCENARIO_ANCESTOR_ID={'SC.Actual'},VERSION_ID={'VR.Final'}&amp;gt;}AMOUNT)&lt;BR /&gt;,&lt;/P&gt;&lt;P&gt;IF(ValueList('Actual','CV','OL')='CV',&lt;BR /&gt;Sum({&amp;lt;LAYER_DESC_LVL_2={'Total Layer'},MEASURE_ANCESTOR_ID={'AC.IS40'},SCENARIO_DESCRIPTION={'Budget'}&amp;gt;}AMOUNT)&lt;BR /&gt;,&lt;/P&gt;&lt;P&gt;IF(ValueList('Actual','CV','OL')='OL',&lt;BR /&gt;Sum({&amp;lt;LAYER_DESC_LVL_2={'Total Layer'},MEASURE_ANCESTOR_ID={'AC.IS40'},SCENARIO_DESCRIPTION={'Outlook'}&amp;gt;}AMOUNT)&lt;/P&gt;&lt;P&gt;)))&lt;/P&gt;</description>
      <pubDate>Thu, 09 Apr 2020 21:15:17 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Need-Set-Analysis-Fixed-For-Certain-Dimensions-and-Dynamic/m-p/1692192#M726871</guid>
      <dc:creator>lenny500</dc:creator>
      <dc:date>2020-04-09T21:15:17Z</dc:date>
    </item>
    <item>
      <title>Re: Need Set Analysis Fixed For Certain Dimensions and Dynamic Others On Visual</title>
      <link>https://community.qlik.com/t5/QlikView/Need-Set-Analysis-Fixed-For-Certain-Dimensions-and-Dynamic/m-p/1692536#M726872</link>
      <description>&lt;P&gt;Sorry did I just complicate it? usually i get a response pretty quickly...&lt;/P&gt;</description>
      <pubDate>Thu, 09 Apr 2020 21:14:25 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Need-Set-Analysis-Fixed-For-Certain-Dimensions-and-Dynamic/m-p/1692536#M726872</guid>
      <dc:creator>lenny500</dc:creator>
      <dc:date>2020-04-09T21:14:25Z</dc:date>
    </item>
    <item>
      <title>Re: Need Set Analysis Fixed For Certain Dimensions and Dynamic Others On Visual</title>
      <link>https://community.qlik.com/t5/QlikView/Need-Set-Analysis-Fixed-For-Certain-Dimensions-and-Dynamic/m-p/1697732#M726873</link>
      <description>&lt;P&gt;Believe the following Design Blog post should get you on the right track with things:&lt;/P&gt;&lt;P&gt;&lt;A href="https://community.qlik.com/t5/Qlik-Design-Blog/Set-Analysis-in-the-Aggr-function/ba-p/1463822" target="_blank"&gt;https://community.qlik.com/t5/Qlik-Design-Blog/Set-Analysis-in-the-Aggr-function/ba-p/1463822&lt;/A&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;BR /&gt;Brett&lt;/P&gt;</description>
      <pubDate>Wed, 29 Apr 2020 13:34:50 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Need-Set-Analysis-Fixed-For-Certain-Dimensions-and-Dynamic/m-p/1697732#M726873</guid>
      <dc:creator>Brett_Bleess</dc:creator>
      <dc:date>2020-04-29T13:34:50Z</dc:date>
    </item>
  </channel>
</rss>

