<?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: set analysis is not working as expected in App Development</title>
    <link>https://community.qlik.com/t5/App-Development/set-analysis-is-not-working-as-expected/m-p/2162031#M94322</link>
    <description>&lt;P&gt;&lt;a href="https://community.qlik.com/t5/user/viewprofilepage/user-id/47358"&gt;@anat&lt;/a&gt;&amp;nbsp;,Thanks for the reply, only for $(vc1) output is coming, for remaining is not getting output.&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Swathi_0-1705414284403.png"&gt;&lt;img src="https://community.qlik.com/skins/images/F8B11FBB1963C3F5190A68D84129B237/responsive_peak/images/image_not_found.png" alt="Swathi_0-1705414284403.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;in the variables if i give some text or direct fields, without sum or anything, output is coming, for variables it is not coming. variables is correct, individually when i gave in table it is coming correct. iam not where it is wrong, kindly help me&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Tue, 16 Jan 2024 14:20:51 GMT</pubDate>
    <dc:creator>Swathi</dc:creator>
    <dc:date>2024-01-16T14:20:51Z</dc:date>
    <item>
      <title>set analysis is not working as expected</title>
      <link>https://community.qlik.com/t5/App-Development/set-analysis-is-not-working-as-expected/m-p/2162012#M94318</link>
      <description>&lt;P&gt;i have created one inline table&amp;nbsp; and used that to filter table data, based on selection. but output is not coming. i didn't understand why it is not&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Inline Table:&lt;/P&gt;
&lt;P&gt;Load * Inline [&lt;BR /&gt;Volumevscm&lt;BR /&gt;&amp;lt;{-30%}and&amp;gt;{30%}&lt;BR /&gt;&amp;lt;{-30%}and{10%}-{30%}&lt;BR /&gt;&amp;lt;{-30%}and{0%}-{10%}&lt;BR /&gt;&amp;lt;{-30%}and{-10%}-{0%}&lt;BR /&gt;&amp;lt;{-30%}and{-30%}-{-10%}&lt;BR /&gt;&amp;lt;{-30%}and&amp;lt;{-30%}&lt;BR /&gt;];&lt;/P&gt;
&lt;P&gt;i have created one filter used above inline for filter the data of the table. in the table i wrote to below formula&lt;/P&gt;
&lt;P&gt;=Pick(&lt;BR /&gt;Match(&lt;BR /&gt;GetFieldSelections(&lt;BR /&gt;[Volumevscm], &lt;BR /&gt;'&amp;lt;{-30%}and&amp;gt;{30%}', &lt;BR /&gt;'&amp;lt;{-30%}and{10%}-{30%}', &lt;BR /&gt;'&amp;lt;{-30%}and{0%}-{10%}', &lt;BR /&gt;'&amp;lt;{-30%}and{-10%}-{0%}', &lt;BR /&gt;'&amp;lt;{-30%}and{-30%}-{-10%}', &lt;BR /&gt;'&amp;lt;{-30%}and&amp;lt;{-30%}'&lt;BR /&gt;),&lt;BR /&gt;$(vc1), $(vc2),$(vc3),$(vc4),$(vc5),$(vc5),$(vc6)&lt;BR /&gt;)&lt;/P&gt;
&lt;P&gt;variables formula in the pick match:&lt;/P&gt;
&lt;P&gt;$(vc1)= aggr( if( $(vGrowthrateCm2) &amp;gt; $(vv1) and $(vGrowthrateVolume) &amp;lt; $(vv5), sold_to_desc ), sold_to_desc)&lt;/P&gt;
&lt;P&gt;$(vc2)=aggr( if( $(vGrowthrateCm2) &amp;gt;= $(vv2) and $(vGrowthrateCm2) &amp;lt;= $(vv1) and $(vGrowthrateVolume) &amp;lt; $(vv5), sold_to_desc ), sold_to_desc )&lt;/P&gt;
&lt;P&gt;$(vc3)=&amp;nbsp;aggr(if($(vGrowthrateCm2) &amp;gt;= $(vv3) and $(vGrowthrateCm2) &amp;lt; $(vv2) and $(vGrowthrateVolume)&amp;lt;($(vv5)),sold_to_desc),sold_to_desc)&lt;/P&gt;
&lt;P&gt;$(vc4)=aggr(if($(vGrowthrateCm2) &amp;gt;= $(vv5) and $(vGrowthrateCm2) &amp;lt; $(vv4) and $(vGrowthrateVolume)&amp;lt;($(vv5)),sold_to_desc),sold_to_desc)&lt;/P&gt;
&lt;P&gt;$(vc5)=aggr(if($(vGrowthrateCm2) &amp;lt;= $(vv4) and $(vGrowthrateCm2) &amp;lt; $(vv2) and $(vGrowthrateVolume)&amp;lt;($(vv5)),sold_to_desc),sold_to_desc)&lt;/P&gt;
&lt;P&gt;$(vc6)= aggr(if($(vGrowthrateCm2) &amp;gt;= $(vv3) and $(vGrowthrateCm2) &amp;lt; $(vv2) and $(vGrowthrateVolume)&amp;lt;($(vv5)),sold_to_desc),sold_to_desc).&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;my pick match formula is not giving output. showing '-' Kindly help me to solve the issue.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 15 Nov 2024 21:06:53 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/set-analysis-is-not-working-as-expected/m-p/2162012#M94318</guid>
      <dc:creator>Swathi</dc:creator>
      <dc:date>2024-11-15T21:06:53Z</dc:date>
    </item>
    <item>
      <title>Re: set analysis is not working as expected</title>
      <link>https://community.qlik.com/t5/App-Development/set-analysis-is-not-working-as-expected/m-p/2162017#M94319</link>
      <description>&lt;P&gt;seems close bracket missed for&amp;nbsp;GetFieldSelections function.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;=Pick(&lt;BR /&gt;Match(&lt;BR /&gt;GetFieldSelections(&lt;BR /&gt;[Volumevscm]&lt;STRONG&gt;)&lt;/STRONG&gt;,&lt;BR /&gt;'&amp;lt;{-30%}and&amp;gt;{30%}',&lt;BR /&gt;'&amp;lt;{-30%}and{10%}-{30%}',&lt;BR /&gt;'&amp;lt;{-30%}and{0%}-{10%}',&lt;BR /&gt;'&amp;lt;{-30%}and{-10%}-{0%}',&lt;BR /&gt;'&amp;lt;{-30%}and{-30%}-{-10%}',&lt;BR /&gt;'&amp;lt;{-30%}and&amp;lt;{-30%}'&lt;BR /&gt;),&lt;BR /&gt;$(vc1), $(vc2),$(vc3),$(vc4),$(vc5),$(vc5),$(vc6)&lt;BR /&gt;)&lt;/P&gt;</description>
      <pubDate>Tue, 16 Jan 2024 13:57:47 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/set-analysis-is-not-working-as-expected/m-p/2162017#M94319</guid>
      <dc:creator>anat</dc:creator>
      <dc:date>2024-01-16T13:57:47Z</dc:date>
    </item>
    <item>
      <title>Re: set analysis is not working as expected</title>
      <link>https://community.qlik.com/t5/App-Development/set-analysis-is-not-working-as-expected/m-p/2162031#M94322</link>
      <description>&lt;P&gt;&lt;a href="https://community.qlik.com/t5/user/viewprofilepage/user-id/47358"&gt;@anat&lt;/a&gt;&amp;nbsp;,Thanks for the reply, only for $(vc1) output is coming, for remaining is not getting output.&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Swathi_0-1705414284403.png"&gt;&lt;img src="https://community.qlik.com/skins/images/F8B11FBB1963C3F5190A68D84129B237/responsive_peak/images/image_not_found.png" alt="Swathi_0-1705414284403.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;in the variables if i give some text or direct fields, without sum or anything, output is coming, for variables it is not coming. variables is correct, individually when i gave in table it is coming correct. iam not where it is wrong, kindly help me&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 16 Jan 2024 14:20:51 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/set-analysis-is-not-working-as-expected/m-p/2162031#M94322</guid>
      <dc:creator>Swathi</dc:creator>
      <dc:date>2024-01-16T14:20:51Z</dc:date>
    </item>
  </channel>
</rss>

