<?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: using a left in set analysis in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/using-a-left-in-set-analysis/m-p/515495#M1122602</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;thank you thats got it&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 15 Jan 2014 12:07:02 GMT</pubDate>
    <dc:creator>samuel_brierley</dc:creator>
    <dc:date>2014-01-15T12:07:02Z</dc:date>
    <item>
      <title>using a left in set analysis</title>
      <link>https://community.qlik.com/t5/QlikView/using-a-left-in-set-analysis/m-p/515490#M1122591</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;Can anyone see a problem with the below formula?&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 8pt;"&gt;sum{$&amp;lt;&lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;left&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;(&lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;OverHeads&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;,7) = {&lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;"SICKNESS"&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;} &amp;gt;} &lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;[Total Hours]&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;) &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 15 Jan 2014 11:42:03 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/using-a-left-in-set-analysis/m-p/515490#M1122591</guid>
      <dc:creator>samuel_brierley</dc:creator>
      <dc:date>2014-01-15T11:42:03Z</dc:date>
    </item>
    <item>
      <title>Re: using a left in set analysis</title>
      <link>https://community.qlik.com/t5/QlikView/using-a-left-in-set-analysis/m-p/515491#M1122593</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;=sum({$ &amp;lt;&lt;SPAN style="color: #800000; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 10.909090995788574px;"&gt;OverHeads&lt;/SPAN&gt;={"&lt;SPAN style="color: #800000; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 10.909090995788574px;"&gt;SICKNESS&lt;/SPAN&gt;*"}&amp;gt;} [Total Hours])&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;SICKNESS length is 8&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 15 Jan 2014 11:50:53 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/using-a-left-in-set-analysis/m-p/515491#M1122593</guid>
      <dc:creator>maxgro</dc:creator>
      <dc:date>2014-01-15T11:50:53Z</dc:date>
    </item>
    <item>
      <title>Re: using a left in set analysis</title>
      <link>https://community.qlik.com/t5/QlikView/using-a-left-in-set-analysis/m-p/515492#M1122596</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;=if(&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;left&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;(&lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;OverHeads&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;,7) = '&lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;SICKNESS',Sum(&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;[Total Hours]))&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 15 Jan 2014 11:54:25 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/using-a-left-in-set-analysis/m-p/515492#M1122596</guid>
      <dc:creator>kiranmanoharrode</dc:creator>
      <dc:date>2014-01-15T11:54:25Z</dc:date>
    </item>
    <item>
      <title>Re: using a left in set analysis</title>
      <link>https://community.qlik.com/t5/QlikView/using-a-left-in-set-analysis/m-p/515493#M1122598</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;if(&lt;/P&gt;&lt;P&gt; WildMatch(Subtitle,'ABC*'),Left(Subtitle,5),sum(value))&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 15 Jan 2014 12:00:52 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/using-a-left-in-set-analysis/m-p/515493#M1122598</guid>
      <dc:creator>nizamsha</dc:creator>
      <dc:date>2014-01-15T12:00:52Z</dc:date>
    </item>
    <item>
      <title>Re: using a left in set analysis</title>
      <link>https://community.qlik.com/t5/QlikView/using-a-left-in-set-analysis/m-p/515494#M1122600</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You can´t use a function to modify a field name.&lt;/P&gt;&lt;P&gt;Possible workarounds:&lt;/P&gt;&lt;P&gt;1) Create a field at script level &lt;SPAN style="font-size: 8pt; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #0000ff;"&gt;left&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;(&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #800000;"&gt;OverHeads&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;,7) &lt;/SPAN&gt;as filterfield&lt;/P&gt;&lt;P&gt;2) Using "if" as Kiran proposes&lt;/P&gt;&lt;P&gt;3) Using "*" modifier as Massimo proposes&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 15 Jan 2014 12:02:52 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/using-a-left-in-set-analysis/m-p/515494#M1122600</guid>
      <dc:creator>Clever_Anjos</dc:creator>
      <dc:date>2014-01-15T12:02:52Z</dc:date>
    </item>
    <item>
      <title>Re: using a left in set analysis</title>
      <link>https://community.qlik.com/t5/QlikView/using-a-left-in-set-analysis/m-p/515495#M1122602</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;thank you thats got it&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 15 Jan 2014 12:07:02 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/using-a-left-in-set-analysis/m-p/515495#M1122602</guid>
      <dc:creator>samuel_brierley</dc:creator>
      <dc:date>2014-01-15T12:07:02Z</dc:date>
    </item>
  </channel>
</rss>

