<?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 Text Table Chart in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Set-Analysis-Text-Table-Chart/m-p/248860#M94645</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Try any of these:&lt;/P&gt;&lt;H2&gt;&lt;SPAN style="font-size: 10pt;"&gt;&lt;A class="dropspot" id="a7"&gt;MinString&lt;/A&gt;( &lt;SPAN style="font-style: italic;"&gt;expression &lt;/SPAN&gt;)&lt;/SPAN&gt;&lt;/H2&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A class="dropspot" id="a8"&gt;MaxString&lt;/A&gt;&lt;SPAN style="font-style: italic;"&gt;(expression &lt;/SPAN&gt;)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A class="dropspot" id="a15"&gt;FirstValue&lt;/A&gt;&lt;SPAN style="font-style: italic;"&gt;(expression&lt;/SPAN&gt;)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A class="dropspot" id="a16"&gt;LastValue&lt;/A&gt;(&lt;SPAN style="font-style: italic;"&gt;expression&lt;/SPAN&gt;)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;hth/gg&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 09 Sep 2011 10:25:06 GMT</pubDate>
    <dc:creator>gandalfgray</dc:creator>
    <dc:date>2011-09-09T10:25:06Z</dc:date>
    <item>
      <title>Set Analysis Text Table Chart</title>
      <link>https://community.qlik.com/t5/QlikView/Set-Analysis-Text-Table-Chart/m-p/248858#M94643</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;currently i facing following problem:&lt;/P&gt;&lt;P&gt;I have a table chart where Text should be displayed but different from the current selection. Thats why I thaught this works with using Set Analysis.&lt;/P&gt;&lt;P&gt;The problem is that i do not have any clue which funciton I can use for Text. Sum of course gives me always NULL.&lt;/P&gt;&lt;P&gt;I also tried with Text() but there i can not use set analysis. &lt;/P&gt;&lt;P&gt;Remarks.ShortDescription is text.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;regards,&lt;/P&gt;&lt;P&gt;corleone&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;PRE __default_attr="plain" __jive_macro_name="code" class="jive_text_macro jive_macro_code"&gt;&lt;P&gt;sum( {$&amp;lt;Remarks.Date=, Remarks.State={*}-{'closed'}&amp;gt;} Remarks.ShortDescription)&lt;/P&gt;&lt;/PRE&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 09 Sep 2011 10:17:36 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Set-Analysis-Text-Table-Chart/m-p/248858#M94643</guid>
      <dc:creator />
      <dc:date>2011-09-09T10:17:36Z</dc:date>
    </item>
    <item>
      <title>Re: Set Analysis Text Table Chart</title>
      <link>https://community.qlik.com/t5/QlikView/Set-Analysis-Text-Table-Chart/m-p/248859#M94644</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;SPAN style="font-family: trebuchet ms,geneva;"&gt;&lt;EM&gt;Hi Corleone,&lt;/EM&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: trebuchet ms,geneva;"&gt;&lt;EM&gt;Have you tried use &lt;SPAN style="color: #0000ff;"&gt;&lt;STRONG&gt;Only()&lt;/STRONG&gt;&lt;/SPAN&gt; Function?&lt;/EM&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #800080; font-family: trebuchet ms,geneva;"&gt;&lt;STRONG&gt;&lt;EM&gt;&lt;CODE class="jive-code"&gt;Only( {$&amp;lt;Remarks.Date=, Remarks.State={*}-{'closed'}&amp;gt;} Remarks.ShortDescription)&lt;/CODE&gt;&lt;/EM&gt;&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: trebuchet ms,geneva;"&gt;&lt;EM&gt;Because, we don't want to perform aggregation on the field. If this doesn't work, then please can you post the sample QV document and I can work on the expression.&lt;/EM&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: trebuchet ms,geneva;"&gt;&lt;EM&gt;Cheers - DV&lt;/EM&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 09 Sep 2011 10:21:27 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Set-Analysis-Text-Table-Chart/m-p/248859#M94644</guid>
      <dc:creator>IAMDV</dc:creator>
      <dc:date>2011-09-09T10:21:27Z</dc:date>
    </item>
    <item>
      <title>Re: Set Analysis Text Table Chart</title>
      <link>https://community.qlik.com/t5/QlikView/Set-Analysis-Text-Table-Chart/m-p/248860#M94645</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Try any of these:&lt;/P&gt;&lt;H2&gt;&lt;SPAN style="font-size: 10pt;"&gt;&lt;A class="dropspot" id="a7"&gt;MinString&lt;/A&gt;( &lt;SPAN style="font-style: italic;"&gt;expression &lt;/SPAN&gt;)&lt;/SPAN&gt;&lt;/H2&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A class="dropspot" id="a8"&gt;MaxString&lt;/A&gt;&lt;SPAN style="font-style: italic;"&gt;(expression &lt;/SPAN&gt;)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A class="dropspot" id="a15"&gt;FirstValue&lt;/A&gt;&lt;SPAN style="font-style: italic;"&gt;(expression&lt;/SPAN&gt;)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A class="dropspot" id="a16"&gt;LastValue&lt;/A&gt;(&lt;SPAN style="font-style: italic;"&gt;expression&lt;/SPAN&gt;)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;hth/gg&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 09 Sep 2011 10:25:06 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Set-Analysis-Text-Table-Chart/m-p/248860#M94645</guid>
      <dc:creator>gandalfgray</dc:creator>
      <dc:date>2011-09-09T10:25:06Z</dc:date>
    </item>
    <item>
      <title>Set Analysis Text Table Chart</title>
      <link>https://community.qlik.com/t5/QlikView/Set-Analysis-Text-Table-Chart/m-p/248861#M94646</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks DV for the fast support! perfect!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 09 Sep 2011 11:12:42 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Set-Analysis-Text-Table-Chart/m-p/248861#M94646</guid>
      <dc:creator />
      <dc:date>2011-09-09T11:12:42Z</dc:date>
    </item>
    <item>
      <title>Re: Set Analysis Text Table Chart</title>
      <link>https://community.qlik.com/t5/QlikView/Set-Analysis-Text-Table-Chart/m-p/248862#M94647</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;SPAN style="font-family: trebuchet ms,geneva;"&gt;&lt;EM&gt;Corleone - You are welcome. I am glad it worked for you.&lt;/EM&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: trebuchet ms,geneva;"&gt;&lt;EM&gt;Cheers - DV&lt;BR /&gt;&lt;/EM&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 09 Sep 2011 11:59:55 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Set-Analysis-Text-Table-Chart/m-p/248862#M94647</guid>
      <dc:creator>IAMDV</dc:creator>
      <dc:date>2011-09-09T11:59:55Z</dc:date>
    </item>
  </channel>
</rss>

