<?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: table box set analysis in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/table-box-set-analysis/m-p/24767#M778985</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 do these 2 things:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;1. as you tried with Calculation Condition:&lt;/P&gt;&lt;P&gt;make a variable eg. vCondition = getfieldselections()&amp;nbsp; (note: be careful to your selections cause it accepts more than one)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;then go to table put condition: $(vCondition)='4'&amp;nbsp; and when the value 4 isn t selected you will get a screen with calculation unfulfilled.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;2. you can go table box properties -&amp;gt; layout - &amp;gt; conditional Show and put the condition ( &lt;SPAN style="font-size: 13.3333px;"&gt;$(vCondition)=4 &lt;/SPAN&gt;) there and the object disappears completely when the selected values doesnt corespond with the condition set.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope it helps,&lt;/P&gt;&lt;P&gt;Andrew&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 13 Apr 2018 13:55:20 GMT</pubDate>
    <dc:creator>andrei_delta</dc:creator>
    <dc:date>2018-04-13T13:55:20Z</dc:date>
    <item>
      <title>table box set analysis</title>
      <link>https://community.qlik.com/t5/QlikView/table-box-set-analysis/m-p/24763#M778981</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;Is it possible to somehow do a type of set analysis in QlikView for a table box.&lt;/P&gt;&lt;P&gt;I want to display the fields as shown in the list below but I only want to include the ones where Activity equals 2 or 3. Where do I write the syntax (I think I know how to write that too but suggestions are always welcome)&lt;/P&gt;&lt;P&gt;&lt;IMG alt="Qlikview.png" class="jive-image image-1" src="https://community.qlik.com/legacyfs/online/199388_Qlikview.png" style="height: 482px; width: 620px;" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 25 Nov 2020 16:16:04 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/table-box-set-analysis/m-p/24763#M778981</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2020-11-25T16:16:04Z</dc:date>
    </item>
    <item>
      <title>Re: table box set analysis</title>
      <link>https://community.qlik.com/t5/QlikView/table-box-set-analysis/m-p/24764#M778982</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You cannot use set analysis in table box object... alternative is to use straight table or some manipulation in the script to create a flag like this -&amp;gt; If(Match(Activity, 2, 3), 1) as Flag and then use this Flag in the table box with 'Omit When Where Field is NULL'&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 12 Apr 2018 09:08:17 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/table-box-set-analysis/m-p/24764#M778982</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2018-04-12T09:08:17Z</dc:date>
    </item>
    <item>
      <title>Re: table box set analysis</title>
      <link>https://community.qlik.com/t5/QlikView/table-box-set-analysis/m-p/24765#M778983</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;It's not possible within a tablebox but you could use a straight-table for it and implementing the condition in a dimension and enable then to hide NULL within this dimension, maybe something like this:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;if(not match(Activity, 2, 3), StartDate)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;- Marcus&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 12 Apr 2018 09:08:25 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/table-box-set-analysis/m-p/24765#M778983</guid>
      <dc:creator>marcus_sommer</dc:creator>
      <dc:date>2018-04-12T09:08:25Z</dc:date>
    </item>
    <item>
      <title>Re: table box set analysis</title>
      <link>https://community.qlik.com/t5/QlikView/table-box-set-analysis/m-p/24766#M778984</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Okay Thank you for your quick answer.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I find this weird since it's a simple sort function in excel and it's always hard to motivate using Qlik when things are easier in Excel &lt;IMG src="https://community.qlik.com/legacyfs/online/emoticons/happy.png" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I'll look into your suggestion and see what I can do. &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 12 Apr 2018 09:19:49 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/table-box-set-analysis/m-p/24766#M778984</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2018-04-12T09:19:49Z</dc:date>
    </item>
    <item>
      <title>Re: table box set analysis</title>
      <link>https://community.qlik.com/t5/QlikView/table-box-set-analysis/m-p/24767#M778985</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 do these 2 things:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;1. as you tried with Calculation Condition:&lt;/P&gt;&lt;P&gt;make a variable eg. vCondition = getfieldselections()&amp;nbsp; (note: be careful to your selections cause it accepts more than one)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;then go to table put condition: $(vCondition)='4'&amp;nbsp; and when the value 4 isn t selected you will get a screen with calculation unfulfilled.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;2. you can go table box properties -&amp;gt; layout - &amp;gt; conditional Show and put the condition ( &lt;SPAN style="font-size: 13.3333px;"&gt;$(vCondition)=4 &lt;/SPAN&gt;) there and the object disappears completely when the selected values doesnt corespond with the condition set.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope it helps,&lt;/P&gt;&lt;P&gt;Andrew&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 13 Apr 2018 13:55:20 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/table-box-set-analysis/m-p/24767#M778985</guid>
      <dc:creator>andrei_delta</dc:creator>
      <dc:date>2018-04-13T13:55:20Z</dc:date>
    </item>
  </channel>
</rss>

