<?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 - Convert from table to chart in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Set-analysis-Convert-from-table-to-chart/m-p/990273#M468151</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;I currently have a table which contains a number of field and I have applied various filters to get the desired data.&amp;nbsp; As I need to create some charts I need to change this to set analysis so I can summarise the data.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;My current syntax is :&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="padding-left: 60px;"&gt;if(VacProgress='In Progress' and &lt;/P&gt;&lt;P style="padding-left: 60px;"&gt;(vacstate&amp;lt;&amp;gt;'Draft' and vacstate&amp;lt;&amp;gt;'In progress'and vacstate&amp;lt;&amp;gt;'Refused') and &lt;/P&gt;&lt;P style="padding-left: 60px;"&gt;not wildmatch(empjobref, '*VCP*'),&lt;/P&gt;&lt;P style="padding-left: 60px;"&gt;&lt;SPAN style="font-size: 10pt; line-height: 1.5em;"&gt;count(distinct esrempjobref)&lt;/SPAN&gt;&lt;SPAN style="font-size: 10pt; line-height: 1.5em;"&gt;)&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Can anyone help me change this expression so it works with set analysis?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Many thanks&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Phil&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 21 Sep 2015 09:02:06 GMT</pubDate>
    <dc:creator>Anonymous</dc:creator>
    <dc:date>2015-09-21T09:02:06Z</dc:date>
    <item>
      <title>Set analysis - Convert from table to chart</title>
      <link>https://community.qlik.com/t5/QlikView/Set-analysis-Convert-from-table-to-chart/m-p/990273#M468151</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;I currently have a table which contains a number of field and I have applied various filters to get the desired data.&amp;nbsp; As I need to create some charts I need to change this to set analysis so I can summarise the data.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;My current syntax is :&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="padding-left: 60px;"&gt;if(VacProgress='In Progress' and &lt;/P&gt;&lt;P style="padding-left: 60px;"&gt;(vacstate&amp;lt;&amp;gt;'Draft' and vacstate&amp;lt;&amp;gt;'In progress'and vacstate&amp;lt;&amp;gt;'Refused') and &lt;/P&gt;&lt;P style="padding-left: 60px;"&gt;not wildmatch(empjobref, '*VCP*'),&lt;/P&gt;&lt;P style="padding-left: 60px;"&gt;&lt;SPAN style="font-size: 10pt; line-height: 1.5em;"&gt;count(distinct esrempjobref)&lt;/SPAN&gt;&lt;SPAN style="font-size: 10pt; line-height: 1.5em;"&gt;)&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Can anyone help me change this expression so it works with set analysis?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Many thanks&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Phil&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 21 Sep 2015 09:02:06 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Set-analysis-Convert-from-table-to-chart/m-p/990273#M468151</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2015-09-21T09:02:06Z</dc:date>
    </item>
    <item>
      <title>Re: Set analysis - Convert from table to chart</title>
      <link>https://community.qlik.com/t5/QlikView/Set-analysis-Convert-from-table-to-chart/m-p/990274#M468152</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;May be this:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;=Count(DISTINCT {&amp;lt;VacProgress = {'In Progress'}, vacstate -= {'Draft', 'In Progress', 'Refused'}, empjobref = {'*VCP'}&amp;gt;} esrempjobref)&lt;/STRONG&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 21 Sep 2015 09:14:46 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Set-analysis-Convert-from-table-to-chart/m-p/990274#M468152</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2015-09-21T09:14:46Z</dc:date>
    </item>
    <item>
      <title>Re: Set analysis - Convert from table to chart</title>
      <link>https://community.qlik.com/t5/QlikView/Set-analysis-Convert-from-table-to-chart/m-p/990275#M468153</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Sunny&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;That doesn't work I am afraid.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Maybe something to do with a '-' before vacstate.&amp;nbsp; Also the the wildcard need to be NOT including 'VCP'&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thoughts?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Screen shot below&lt;IMG alt="code.jpg" class="jive-image image-1" src="https://community.qlik.com/legacyfs/online/99521_code.jpg" style="height: 496px; width: 620px;" /&gt; &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 21 Sep 2015 09:23:44 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Set-analysis-Convert-from-table-to-chart/m-p/990275#M468153</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2015-09-21T09:23:44Z</dc:date>
    </item>
    <item>
      <title>Re: Set analysis - Convert from table to chart</title>
      <link>https://community.qlik.com/t5/QlikView/Set-analysis-Convert-from-table-to-chart/m-p/990276#M468154</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;try like this:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #000000;"&gt;Count(DISTINCT {&amp;lt;VacProgress = {'In Progress'}, vacstate =&lt;/STRONG&gt;&lt;SPAN style="font-size: 13.3333px; line-height: 1.5em;"&gt;E({$&amp;lt;&lt;/SPAN&gt;&lt;STRONG style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #000000;"&gt;vacstate &lt;/STRONG&gt;&lt;SPAN style="font-size: 13.3333px; line-height: 1.5em;"&gt;={'&lt;/SPAN&gt;&lt;STRONG style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #000000;"&gt;'Draft', 'In Progress', 'Refused'&lt;/STRONG&gt;&lt;SPAN style="font-size: 13.3333px; line-height: 1.5em;"&gt;'}&amp;gt;}&lt;/SPAN&gt;&lt;STRONG style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #000000;"&gt;vacstate &lt;/STRONG&gt;&lt;SPAN style="font-size: 13.3333px; line-height: 1.5em;"&gt;)&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #000000;"&gt; &lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #000000;"&gt;, empjobref =&lt;/STRONG&gt;&lt;SPAN style="font-size: 13.3333px; line-height: 1.5em;"&gt;E({$&amp;lt;&lt;/SPAN&gt;&lt;STRONG style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #000000;"&gt;empjobref &lt;/STRONG&gt;&lt;SPAN style="font-size: 13.3333px; line-height: 1.5em;"&gt;={'&lt;/SPAN&gt;&lt;STRONG style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #000000;"&gt;*VCP*&lt;/STRONG&gt;&lt;SPAN style="font-size: 13.3333px; line-height: 1.5em;"&gt;'}&amp;gt;}&lt;/SPAN&gt;&lt;STRONG style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #000000;"&gt;empjobref &lt;/STRONG&gt;&lt;SPAN style="font-size: 13.3333px; line-height: 1.5em;"&gt;)&lt;/SPAN&gt;&lt;STRONG style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #000000;"&gt;&amp;gt;} esrempjobref)&lt;/STRONG&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 21 Sep 2015 09:26:02 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Set-analysis-Convert-from-table-to-chart/m-p/990276#M468154</guid>
      <dc:creator>avinashelite</dc:creator>
      <dc:date>2015-09-21T09:26:02Z</dc:date>
    </item>
    <item>
      <title>Re: Set analysis - Convert from table to chart</title>
      <link>https://community.qlik.com/t5/QlikView/Set-analysis-Convert-from-table-to-chart/m-p/990277#M468155</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Although you see red lines underneath the expression, there might be a good chance that you may still get your solution. The red lines are shown in older versions of QlikView when you use &lt;STRONG&gt;-=&lt;/STRONG&gt;. Can you check if after clicking okay do you get a result you expect?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 21 Sep 2015 09:26:27 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Set-analysis-Convert-from-table-to-chart/m-p/990277#M468155</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2015-09-21T09:26:27Z</dc:date>
    </item>
    <item>
      <title>Re: Set analysis - Convert from table to chart</title>
      <link>https://community.qlik.com/t5/QlikView/Set-analysis-Convert-from-table-to-chart/m-p/990278#M468156</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Try this:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;=Count(DISTINCT {&amp;lt;VacProgress = {'In Progress'}, vacstate -= {'Draft', 'In Progress', 'Refused'}, empjobref &lt;SPAN style="color: #ff0000;"&gt;-&lt;/SPAN&gt;= {'*VCP'}&amp;gt;} esrempjobref)&lt;/STRONG&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 21 Sep 2015 09:27:25 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Set-analysis-Convert-from-table-to-chart/m-p/990278#M468156</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2015-09-21T09:27:25Z</dc:date>
    </item>
    <item>
      <title>Re: Set analysis - Convert from table to chart</title>
      <link>https://community.qlik.com/t5/QlikView/Set-analysis-Convert-from-table-to-chart/m-p/990279#M468157</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Sunny&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;That's nearly it !&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;It works when I have the same full table, but when I remove the dimensions it loses data.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thoughts?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Phil&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 21 Sep 2015 09:47:12 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Set-analysis-Convert-from-table-to-chart/m-p/990279#M468157</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2015-09-21T09:47:12Z</dc:date>
    </item>
  </channel>
</rss>

