<?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: depend on field selection use set analysis in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/depend-on-field-selection-use-set-analysis/m-p/574330#M213929</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You can use two separate expressions.&lt;/P&gt;&lt;P&gt;And set the appropriate show condition for each one. It works like you want.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 12 Feb 2014 18:08:30 GMT</pubDate>
    <dc:creator>whiteline</dc:creator>
    <dc:date>2014-02-12T18:08:30Z</dc:date>
    <item>
      <title>depend on field selection use set analysis</title>
      <link>https://community.qlik.com/t5/QlikView/depend-on-field-selection-use-set-analysis/m-p/574327#M213926</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi All,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have below expresion:&lt;/P&gt;&lt;P&gt;=if(GetSelectedCount(Number), &lt;/P&gt;&lt;P&gt;concat({&amp;lt;CreationDate&amp;gt;} CreationDate,'|'),&lt;/P&gt;&lt;P&gt;concat(CreationDate,'|'))&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The probles is that if Numer is not selected and I choose the date other row are still visible but without data.&lt;BR /&gt;I would like to have those rows hidden, but {&amp;lt;CreationDate&amp;gt;} seems to affect "else" choice.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This only happen if I display CreationDate &lt;/P&gt;&lt;P&gt;=if(GetSelectedCount(Number)&amp;lt;&amp;gt;0, sum({&amp;lt;CreationDate&amp;gt;} NPV), sum(NPV) ) is working fine.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I don't want to move CreationDate to dimension and check 'suppress when null' as CreationDate can have null values (anyway it shows error in calc)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Example attached.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 12 Feb 2014 10:30:16 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/depend-on-field-selection-use-set-analysis/m-p/574327#M213926</guid>
      <dc:creator>karolina_</dc:creator>
      <dc:date>2014-02-12T10:30:16Z</dc:date>
    </item>
    <item>
      <title>Re: depend on field selection use set analysis</title>
      <link>https://community.qlik.com/t5/QlikView/depend-on-field-selection-use-set-analysis/m-p/574328#M213927</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;What is the reason to use&lt;/P&gt;&lt;P&gt;=if(GetSelectedCount(Number), &lt;/P&gt;&lt;P&gt;concat({&amp;lt;CreationDate&amp;gt;} CreationDate,'|'),&lt;/P&gt;&lt;P&gt;concat(CreationDate,'|'))&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;instead of just&lt;/P&gt;&lt;P&gt;concat(CreationDate,'|')&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 12 Feb 2014 10:42:01 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/depend-on-field-selection-use-set-analysis/m-p/574328#M213927</guid>
      <dc:creator>whiteline</dc:creator>
      <dc:date>2014-02-12T10:42:01Z</dc:date>
    </item>
    <item>
      <title>Re: depend on field selection use set analysis</title>
      <link>https://community.qlik.com/t5/QlikView/depend-on-field-selection-use-set-analysis/m-p/574329#M213928</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;One of the next columns is using formula like:&lt;BR /&gt;=if(GetSelectedCount(Number)&amp;lt;&amp;gt;0, sum({&amp;lt;CreationDate&amp;gt;} NPV), sum(NPV) )&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;If I would not have =if(GetSelectedCount(Number),&lt;STRONG&gt;concat({&amp;lt;CreationDate&amp;gt;} CreationDate,'|')&lt;/STRONG&gt;,concat(CreationDate,'|'))&lt;BR /&gt;I would only see selected CreationDate and other would have the cell empty.&lt;BR /&gt;With this formula I can see CreationDates for other products as well.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 12 Feb 2014 10:53:59 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/depend-on-field-selection-use-set-analysis/m-p/574329#M213928</guid>
      <dc:creator>karolina_</dc:creator>
      <dc:date>2014-02-12T10:53:59Z</dc:date>
    </item>
    <item>
      <title>Re: depend on field selection use set analysis</title>
      <link>https://community.qlik.com/t5/QlikView/depend-on-field-selection-use-set-analysis/m-p/574330#M213929</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You can use two separate expressions.&lt;/P&gt;&lt;P&gt;And set the appropriate show condition for each one. It works like you want.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 12 Feb 2014 18:08:30 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/depend-on-field-selection-use-set-analysis/m-p/574330#M213929</guid>
      <dc:creator>whiteline</dc:creator>
      <dc:date>2014-02-12T18:08:30Z</dc:date>
    </item>
    <item>
      <title>Re: depend on field selection use set analysis</title>
      <link>https://community.qlik.com/t5/QlikView/depend-on-field-selection-use-set-analysis/m-p/574331#M213930</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I did two tables which appear conditionally.&lt;/P&gt;&lt;P&gt;Didn't thought about 2 conditional expressions although I have other conditional columns in that table &lt;span class="lia-unicode-emoji" title=":confused_face:"&gt;😕&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Do you know how is performance 2 conditional tables vs table with +2x8 conditional expressions?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 13 Feb 2014 07:13:38 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/depend-on-field-selection-use-set-analysis/m-p/574331#M213930</guid>
      <dc:creator>karolina_</dc:creator>
      <dc:date>2014-02-13T07:13:38Z</dc:date>
    </item>
    <item>
      <title>Re: depend on field selection use set analysis</title>
      <link>https://community.qlik.com/t5/QlikView/depend-on-field-selection-use-set-analysis/m-p/574332#M213931</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;It's not so obvious. Generally 2 tables could have better performance, but QV caches the results for both for each user. Anyway, it seems that you don't have millions of rows,and can use the approach that is easier maintain.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 13 Feb 2014 18:54:14 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/depend-on-field-selection-use-set-analysis/m-p/574332#M213931</guid>
      <dc:creator>whiteline</dc:creator>
      <dc:date>2014-02-13T18:54:14Z</dc:date>
    </item>
    <item>
      <title>Re: Re: depend on field selection use set analysis</title>
      <link>https://community.qlik.com/t5/QlikView/depend-on-field-selection-use-set-analysis/m-p/574333#M213932</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Sory for late reply. &lt;BR /&gt;I checked version with conditional columns and it seems not working as expected (example attached) so separate table is a must.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks for your time&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 18 Feb 2014 11:15:20 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/depend-on-field-selection-use-set-analysis/m-p/574333#M213932</guid>
      <dc:creator>karolina_</dc:creator>
      <dc:date>2014-02-18T11:15:20Z</dc:date>
    </item>
  </channel>
</rss>

