<?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 Expression logic in App Development</title>
    <link>https://community.qlik.com/t5/App-Development/Set-Expression-logic/m-p/1998274#M82671</link>
    <description>&lt;P&gt;Thanks, Alt was not working hence IF used,&lt;/P&gt;
&lt;P&gt;IF([COMPUTING LOGIC] = 'DIRECT',sum({&amp;lt;[COMPUTING LOGIC] ={'DIRECT'}&amp;gt;}VALUE),&lt;BR /&gt;NUM((sum({&amp;lt;[COMPUTING LOGIC]={'Num'}&amp;gt;}VALUE) / sum({&amp;lt;[COMPUTING LOGIC]={'Den'}&amp;gt;}VALUE)),'###0%' ))&lt;/P&gt;</description>
    <pubDate>Sat, 29 Oct 2022 05:10:51 GMT</pubDate>
    <dc:creator>Anku</dc:creator>
    <dc:date>2022-10-29T05:10:51Z</dc:date>
    <item>
      <title>Set Expression logic</title>
      <link>https://community.qlik.com/t5/App-Development/Set-Expression-logic/m-p/1995923#M82461</link>
      <description>&lt;P&gt;Hi all, Please refer below snapshot;&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Anku_0-1666589391971.png" style="width: 400px;"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/91980i0C3B8600855BAD75/image-size/medium?v=v2&amp;amp;px=400" role="button" title="Anku_0-1666589391971.png" alt="Anku_0-1666589391971.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;Where it is direct, it's easy but to some names the values should be an output of calculation as shown above e.g., Name "C".&lt;/P&gt;
&lt;P&gt;Note: all Names have their respective Keys which has some values ( which are itself a output from an expression). Also, only expression is required, script level changes not possible.&lt;/P&gt;
&lt;P&gt;Thanks.&lt;/P&gt;</description>
      <pubDate>Mon, 24 Oct 2022 05:35:04 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Set-Expression-logic/m-p/1995923#M82461</guid>
      <dc:creator>Anku</dc:creator>
      <dc:date>2022-10-24T05:35:04Z</dc:date>
    </item>
    <item>
      <title>Re: Set Expression logic</title>
      <link>https://community.qlik.com/t5/App-Development/Set-Expression-logic/m-p/1996369#M82497</link>
      <description>&lt;P&gt;as below&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;=sum(value) / sum(&lt;STRONG&gt;TOTAL&lt;/STRONG&gt; &amp;lt;Name&amp;gt; value)&lt;/P&gt;</description>
      <pubDate>Tue, 25 Oct 2022 03:23:21 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Set-Expression-logic/m-p/1996369#M82497</guid>
      <dc:creator>vinieme12</dc:creator>
      <dc:date>2022-10-25T03:23:21Z</dc:date>
    </item>
    <item>
      <title>Re: Set Expression logic</title>
      <link>https://community.qlik.com/t5/App-Development/Set-Expression-logic/m-p/1997256#M82582</link>
      <description>&lt;P&gt;Thanks for your response.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Provided expression will divide each cell value with overall sum.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;However, here I am looking for an expression which can divide values against respective names having num and denom in logic column.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Eg, Name "A" will show as 7681 (key is 1) however name "C" will be the out put of 7521/6920 ( key 45/67).&lt;/P&gt;
&lt;P&gt;Thank you&lt;/P&gt;</description>
      <pubDate>Wed, 26 Oct 2022 18:14:19 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Set-Expression-logic/m-p/1997256#M82582</guid>
      <dc:creator>Anku</dc:creator>
      <dc:date>2022-10-26T18:14:19Z</dc:date>
    </item>
    <item>
      <title>Re: Set Expression logic</title>
      <link>https://community.qlik.com/t5/App-Development/Set-Expression-logic/m-p/1997628#M82627</link>
      <description>&lt;P&gt;=Alt( sum({&amp;lt;Logic={'Direct'}&amp;gt;}Value) , sum({&amp;lt;Logic={'Num'}&amp;gt;}Value) /&amp;nbsp;sum({&amp;lt;Logic={'Den'}&amp;gt;}Value)&amp;nbsp; )&lt;/P&gt;</description>
      <pubDate>Thu, 27 Oct 2022 13:39:35 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Set-Expression-logic/m-p/1997628#M82627</guid>
      <dc:creator>vinieme12</dc:creator>
      <dc:date>2022-10-27T13:39:35Z</dc:date>
    </item>
    <item>
      <title>Re: Set Expression logic</title>
      <link>https://community.qlik.com/t5/App-Development/Set-Expression-logic/m-p/1998274#M82671</link>
      <description>&lt;P&gt;Thanks, Alt was not working hence IF used,&lt;/P&gt;
&lt;P&gt;IF([COMPUTING LOGIC] = 'DIRECT',sum({&amp;lt;[COMPUTING LOGIC] ={'DIRECT'}&amp;gt;}VALUE),&lt;BR /&gt;NUM((sum({&amp;lt;[COMPUTING LOGIC]={'Num'}&amp;gt;}VALUE) / sum({&amp;lt;[COMPUTING LOGIC]={'Den'}&amp;gt;}VALUE)),'###0%' ))&lt;/P&gt;</description>
      <pubDate>Sat, 29 Oct 2022 05:10:51 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Set-Expression-logic/m-p/1998274#M82671</guid>
      <dc:creator>Anku</dc:creator>
      <dc:date>2022-10-29T05:10:51Z</dc:date>
    </item>
  </channel>
</rss>

