<?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 set analysis and selections on particular fields in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/set-analysis-and-selections-on-particular-fields/m-p/317585#M117103</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi, marson,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;what about creating in your script a For i=1 To N - Next statement and Concatenate those data in a variable.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Greetings from Munich&lt;/P&gt;&lt;P&gt;Martina&lt;/P&gt;&lt;P&gt;EVACO GmbH&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 21 Dec 2011 13:40:36 GMT</pubDate>
    <dc:creator>brenner_martina</dc:creator>
    <dc:date>2011-12-21T13:40:36Z</dc:date>
    <item>
      <title>set analysis and selections on particular fields</title>
      <link>https://community.qlik.com/t5/QlikView/set-analysis-and-selections-on-particular-fields/m-p/317581#M117099</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi to all,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have an associative cloud with N fileds and I would like to write an expression which result just depends by selections on 3 particular fields (f1, f2, f3) on N available (f1, f2, ..., fN).&lt;/P&gt;&lt;P&gt;I think it's necessary a set analysis. I writed&amp;nbsp; &lt;EM style="background-color: #ffffff;"&gt;{1&amp;lt;f1=P() ,&lt;EM&gt;f2&lt;/EM&gt;=P() , &lt;EM&gt;f3&lt;/EM&gt;=P() &amp;gt;&lt;EM&gt;} but it's incorrect: the result depends also by selections on f4, ... fN while I don't want it!&lt;/EM&gt;&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks in advance&lt;/P&gt;&lt;P&gt;stefano&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 21 Dec 2011 13:22:18 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/set-analysis-and-selections-on-particular-fields/m-p/317581#M117099</guid>
      <dc:creator />
      <dc:date>2011-12-21T13:22:18Z</dc:date>
    </item>
    <item>
      <title>Re: set analysis and selections on particular fields</title>
      <link>https://community.qlik.com/t5/QlikView/set-analysis-and-selections-on-particular-fields/m-p/317582#M117100</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;The set expression you should use is:&lt;/P&gt;&lt;P style="padding-left: 30px;"&gt;{&amp;lt;f4=, f5=, ... fN=&amp;gt;}&lt;/P&gt;&lt;P&gt;&lt;EM&gt;(all fieldnames you want to ignore)&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;that is, just the fieldnames followed by an equalsign (and nothing more)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;hth&lt;/P&gt;&lt;P&gt;/GandalfGray&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 21 Dec 2011 13:33:16 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/set-analysis-and-selections-on-particular-fields/m-p/317582#M117100</guid>
      <dc:creator>gandalfgray</dc:creator>
      <dc:date>2011-12-21T13:33:16Z</dc:date>
    </item>
    <item>
      <title>Re: set analysis and selections on particular fields</title>
      <link>https://community.qlik.com/t5/QlikView/set-analysis-and-selections-on-particular-fields/m-p/317583#M117101</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I known the solution &lt;SPAN style="color: #636363; font-family: Arial; font-size: 12px; background-color: #ffffff;"&gt;{&amp;lt;f4=, f5=, ... fN=&amp;gt;} but N is a big number so I would like to use another way to do it!&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 21 Dec 2011 13:36:28 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/set-analysis-and-selections-on-particular-fields/m-p/317583#M117101</guid>
      <dc:creator />
      <dc:date>2011-12-21T13:36:28Z</dc:date>
    </item>
    <item>
      <title>set analysis and selections on particular fields</title>
      <link>https://community.qlik.com/t5/QlikView/set-analysis-and-selections-on-particular-fields/m-p/317584#M117102</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi, Marson,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;normally you don't need to enter a Set analysis string for showing selections. This is only necessary if you will show data &lt;EM style="text-decoration: underline;"&gt;&lt;STRONG&gt;NOT &lt;/STRONG&gt;&lt;/EM&gt;for selected data, p.e.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Sum({&amp;lt;FieldX=&amp;gt;} Sales)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;this means, you get the sum of all data even with selections in all fields except FieldX.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Greetings from Munich&lt;/P&gt;&lt;P&gt;Martina&lt;/P&gt;&lt;P&gt;EVACO GmbH&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 21 Dec 2011 13:37:55 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/set-analysis-and-selections-on-particular-fields/m-p/317584#M117102</guid>
      <dc:creator>brenner_martina</dc:creator>
      <dc:date>2011-12-21T13:37:55Z</dc:date>
    </item>
    <item>
      <title>set analysis and selections on particular fields</title>
      <link>https://community.qlik.com/t5/QlikView/set-analysis-and-selections-on-particular-fields/m-p/317585#M117103</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi, marson,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;what about creating in your script a For i=1 To N - Next statement and Concatenate those data in a variable.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Greetings from Munich&lt;/P&gt;&lt;P&gt;Martina&lt;/P&gt;&lt;P&gt;EVACO GmbH&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 21 Dec 2011 13:40:36 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/set-analysis-and-selections-on-particular-fields/m-p/317585#M117103</guid>
      <dc:creator>brenner_martina</dc:creator>
      <dc:date>2011-12-21T13:40:36Z</dc:date>
    </item>
    <item>
      <title>Re: set analysis and selections on particular fields</title>
      <link>https://community.qlik.com/t5/QlikView/set-analysis-and-selections-on-particular-fields/m-p/317586#M117104</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hopefully I got this right.&amp;nbsp; If not, hopefully the idea is clear enough that you can fix any syntax errors.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: courier new,courier;"&gt;{&amp;lt;[$(=concat({1&amp;lt;$Field-={'F1','F2','F3'}&amp;gt;} $Field,']=,['))]=&amp;gt;}&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 21 Dec 2011 18:16:43 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/set-analysis-and-selections-on-particular-fields/m-p/317586#M117104</guid>
      <dc:creator>johnw</dc:creator>
      <dc:date>2011-12-21T18:16:43Z</dc:date>
    </item>
    <item>
      <title>Re: set analysis and selections on particular fields</title>
      <link>https://community.qlik.com/t5/QlikView/set-analysis-and-selections-on-particular-fields/m-p/317587#M117105</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thank you very much John, you reply is perfect! &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 22 Dec 2011 08:15:48 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/set-analysis-and-selections-on-particular-fields/m-p/317587#M117105</guid>
      <dc:creator />
      <dc:date>2011-12-22T08:15:48Z</dc:date>
    </item>
  </channel>
</rss>

