<?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: error string combination in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/error-string-combination/m-p/1209868#M875670</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Anil&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Pls see attached , doesnt work with the NUM function.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Sat, 05 Nov 2016 10:34:06 GMT</pubDate>
    <dc:creator />
    <dc:date>2016-11-05T10:34:06Z</dc:date>
    <item>
      <title>error string combination</title>
      <link>https://community.qlik.com/t5/QlikView/error-string-combination/m-p/1209865#M875666</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi there,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;How can i combine the 2 expression together to achieve this outout:&lt;/P&gt;&lt;P&gt;&lt;STRONG style="color: #ff0000;"&gt;V1 (7.6) Vs V2 (8.9)&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;=Subfield(GetFieldSelections([Vessel/Voy]),',',1)&amp;amp;'&amp;nbsp;&amp;nbsp; Vs&amp;nbsp;&amp;nbsp; '&amp;amp;''&amp;amp;sum({$&amp;lt;[Vessel/Voy]={'$(&lt;SPAN style="color: #ff0000;"&gt;v1&lt;/SPAN&gt;)'}&amp;gt;}PM_WAIT_TIME_Q) / Count ({$&amp;lt;[Vessel/Voy]={'$(&lt;SPAN style="color: #ff0000;"&gt;v1&lt;/SPAN&gt;)'}&amp;gt;}CNTR_N),''##,###.#'') &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;=Subfield(GetFieldSelections([Vessel/Voy]),',',1)&amp;amp;'&amp;nbsp;&amp;nbsp; Vs&amp;nbsp;&amp;nbsp; '&amp;amp;''&amp;amp;sum({$&amp;lt;[Vessel/Voy]={'$(&lt;SPAN style="color: #ff0000;"&gt;v2&lt;/SPAN&gt;)'}&amp;gt;}PM_WAIT_TIME_Q) / Count ({$&amp;lt;[Vessel/Voy]={'$(&lt;SPAN style="color: #ff0000;"&gt;v2&lt;/SPAN&gt;)'}&amp;gt;}CNTR_N),''##,###.#'') &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG alt="Capture.PNG" class="jive-image image-1" src="https://community.qlik.com/legacyfs/online/143043_Capture.PNG" style="height: auto;" /&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/error-string-combination/m-p/1209865#M875666</guid>
      <dc:creator />
      <dc:date>2020-11-25T16:16:04Z</dc:date>
    </item>
    <item>
      <title>Re: error string combination</title>
      <link>https://community.qlik.com/t5/QlikView/error-string-combination/m-p/1209866#M875667</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You can use the concatenation operator &amp;amp; to concatenate two strings (and remove the second equal sign). Also check your quoting, I think the format code of the num() function should be embedded in single quotes only.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;=Subfield(GetFieldSelections([Vessel/Voy]),',',1)&amp;amp;'&amp;nbsp;&amp;nbsp; Vs&amp;nbsp;&amp;nbsp; '&amp;amp;''&amp;amp;sum({$&amp;lt;[Vessel/Voy]={'$(&lt;SPAN style="font-weight: inherit; font-style: inherit; font-family: inherit; color: #ff0000;"&gt;v1&lt;/SPAN&gt;)'}&amp;gt;}PM_WAIT_TIME_Q) / Count ({$&amp;lt;[Vessel/Voy]={'$(&lt;SPAN style="font-weight: inherit; font-style: inherit; font-family: inherit; color: #ff0000;"&gt;v1&lt;/SPAN&gt;)'}&amp;gt;}CNTR_N),'##,###.#')&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&amp;amp;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;SPAN style="font-weight: inherit; font-style: inherit; font-size: 13.3333px; font-family: inherit;"&gt;Subfield(GetFieldSelections([Vessel/Voy]),',',1)&amp;amp;'&amp;nbsp;&amp;nbsp; Vs&amp;nbsp;&amp;nbsp; '&amp;amp;''&amp;amp;sum({$&amp;lt;[Vessel/Voy]={'$(&lt;SPAN style="font-weight: inherit; font-style: inherit; font-size: 13.3333px; font-family: inherit; color: #ff0000;"&gt;v2&lt;/SPAN&gt;)'}&amp;gt;}PM_WAIT_TIME_Q) / Count ({$&amp;lt;[Vessel/Voy]={'$(&lt;SPAN style="font-weight: inherit; font-style: inherit; font-size: 13.3333px; font-family: inherit; color: #ff0000;"&gt;v2&lt;/SPAN&gt;)'}&amp;gt;}CNTR_N),'##,###.#')&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;SPAN style="font-weight: inherit; font-style: inherit; font-size: 13.3333px; font-family: inherit;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;SPAN style="font-weight: inherit; font-style: inherit; font-size: 13.3333px; font-family: inherit;"&gt;edit:&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;SPAN style="font-weight: inherit; font-style: inherit; font-size: 13.3333px; font-family: inherit;"&gt;Wait, where are the functions like num that used the format code at all. I've added num() functions.&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;SPAN style="font-weight: inherit; font-style: inherit; font-size: 13.3333px; font-family: inherit;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;=Subfield(GetFieldSelections([Vessel/Voy]),',',1)&amp;amp;'&amp;nbsp;&amp;nbsp; Vs&amp;nbsp;&amp;nbsp; '&amp;amp;''&amp;amp;Num(sum({$&amp;lt;[Vessel/Voy]={'$(&lt;SPAN style="font-weight: inherit; font-style: inherit; font-family: inherit; color: #ff0000;"&gt;v1&lt;/SPAN&gt;)'}&amp;gt;}PM_WAIT_TIME_Q) / Count ({$&amp;lt;[Vessel/Voy]={'$(&lt;SPAN style="font-weight: inherit; font-style: inherit; font-family: inherit; color: #ff0000;"&gt;v1&lt;/SPAN&gt;)'}&amp;gt;}CNTR_N),'##,###.#')&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&amp;amp;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;SPAN style="font-weight: inherit; font-style: inherit; font-size: 13.3333px; font-family: inherit;"&gt;Subfield(GetFieldSelections([Vessel/Voy]),',',1)&amp;amp;'&amp;nbsp;&amp;nbsp; Vs&amp;nbsp;&amp;nbsp; '&amp;amp;''&amp;amp;Num(sum({$&amp;lt;[Vessel/Voy]={'$(&lt;SPAN style="font-weight: inherit; font-style: inherit; font-size: 13.3333px; font-family: inherit; color: #ff0000;"&gt;v2&lt;/SPAN&gt;)'}&amp;gt;}PM_WAIT_TIME_Q) / Count ({$&amp;lt;[Vessel/Voy]={'$(&lt;SPAN style="font-weight: inherit; font-style: inherit; font-size: 13.3333px; font-family: inherit; color: #ff0000;"&gt;v2&lt;/SPAN&gt;)'}&amp;gt;}CNTR_N),'##,###.#')&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 05 Nov 2016 10:14:43 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/error-string-combination/m-p/1209866#M875667</guid>
      <dc:creator>swuehl</dc:creator>
      <dc:date>2016-11-05T10:14:43Z</dc:date>
    </item>
    <item>
      <title>Re: error string combination</title>
      <link>https://community.qlik.com/t5/QlikView/error-string-combination/m-p/1209867#M875669</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;What does the value you are getting for this, And can you provide the values of &lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;&lt;STRONG&gt;[Vessel/Voy]&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;SubField(GetFieldSelections([Vessel/Voy]),',',1) -- If This is V1&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;&lt;STRONG&gt;=Subfield(GetFieldSelections([Vessel/Voy]),',',1)&amp;amp; ' ' &amp;amp; '(' &amp;amp; Num(sum({$&amp;lt;[Vessel/Voy]={$(=&lt;STRONG style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;Subfield(GetFieldSelections([Vessel/Voy]),',',1)&lt;/STRONG&gt;)}&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;STRONG&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;&amp;gt;} PM_WAIT_TIME_Q) / Count ({$&amp;lt;[Vessel/Voy]=&lt;/SPAN&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;&amp;gt;}CNTR_N),''##,###.#'') &amp;amp; ')' &amp;amp; ' ' &amp;amp; ' Vs ' &amp;amp;&lt;/SPAN&gt;&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;&lt;STRONG&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;Subfield(GetFieldSelections([Vessel/Voy]),',',1)&amp;amp; ' ' &amp;amp; '(' &amp;amp; Num(sum({$&amp;lt;[Vessel/Voy]=&lt;/SPAN&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;&amp;gt;} PM_WAIT_TIME_Q) / Count ({$&amp;lt;[Vessel/Voy]=&lt;/SPAN&gt;&lt;/STRONG&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;&lt;STRONG&gt;&amp;gt;}CNTR_N),''##,###.#'') &amp;amp; ')'&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;&lt;STRONG&gt;&lt;BR /&gt;&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;&lt;STRONG&gt;&lt;SPAN style="text-decoration: underline;"&gt;Note&lt;/SPAN&gt;: I didn't understand the $(v1) &amp;amp; $(v2)&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;&lt;STRONG&gt;&lt;BR /&gt;&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;&lt;STRONG style="text-decoration: underline;"&gt;&lt;SPAN style="color: #ff0000; text-decoration: underline;"&gt;OR&lt;/SPAN&gt;&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;&lt;STRONG&gt;&lt;BR /&gt;&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;&lt;STRONG&gt;=Subfield(GetFieldSelections([Vessel/Voy]),',',1)&amp;amp; ' ' &amp;amp; '(' &amp;amp; &lt;SPAN style="color: #ff0000;"&gt;Num&lt;/SPAN&gt;(sum({$&amp;lt;[Vessel/Voy]=&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;{'$(&lt;/SPAN&gt;&lt;SPAN style="font-weight: inherit; font-style: inherit; font-size: 13px; font-family: inherit; color: #ff0000;"&gt;v1&lt;/SPAN&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;)'}&lt;/SPAN&gt;&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;STRONG&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;&amp;gt;} PM_WAIT_TIME_Q) / Count ({$&amp;lt;[Vessel/Voy]=&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;{'$(&lt;/SPAN&gt;&lt;SPAN style="font-weight: inherit; font-style: inherit; font-size: 13px; font-family: inherit; color: #ff0000;"&gt;v1&lt;/SPAN&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;)'}&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;&amp;gt;}CNTR_N),''##,###.#'') &amp;amp; ')' &amp;amp; ' ' &amp;amp; ' Vs ' &amp;amp;&lt;/SPAN&gt;&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;&lt;SPAN style="color: #3d3d3d; font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;&lt;STRONG&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;Subfield(GetFieldSelections([Vessel/Voy]),',',1)&amp;amp; ' ' &amp;amp; '(' &amp;amp; &lt;SPAN style="color: #ff0000;"&gt;Num&lt;/SPAN&gt;(sum({$&amp;lt;[Vessel/Voy]=&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;{'$(&lt;/SPAN&gt;&lt;SPAN style="font-weight: inherit; font-style: inherit; font-size: 13px; font-family: inherit; color: #ff0000;"&gt;v2&lt;/SPAN&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;)'}&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;&amp;gt;} PM_WAIT_TIME_Q) / Count ({$&amp;lt;[Vessel/Voy]=&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;{'$(&lt;/SPAN&gt;&lt;SPAN style="font-weight: inherit; font-style: inherit; font-size: 13px; font-family: inherit; color: #ff0000;"&gt;v2&lt;/SPAN&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;)'}&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/STRONG&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;&lt;STRONG&gt;&amp;gt;}CNTR_N),''##,###.#'') &amp;amp; ')'&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;&lt;SPAN style="color: #3d3d3d; font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;&lt;STRONG&gt;&lt;BR /&gt;&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;&lt;SPAN style="color: #3d3d3d; font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;&lt;STRONG&gt;Note: I've added NUM Function here&lt;BR /&gt;&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 05 Nov 2016 10:23:42 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/error-string-combination/m-p/1209867#M875669</guid>
      <dc:creator>Anil_Babu_Samineni</dc:creator>
      <dc:date>2016-11-05T10:23:42Z</dc:date>
    </item>
    <item>
      <title>Re: error string combination</title>
      <link>https://community.qlik.com/t5/QlikView/error-string-combination/m-p/1209868#M875670</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Anil&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Pls see attached , doesnt work with the NUM function.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 05 Nov 2016 10:34:06 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/error-string-combination/m-p/1209868#M875670</guid>
      <dc:creator />
      <dc:date>2016-11-05T10:34:06Z</dc:date>
    </item>
    <item>
      <title>Re: error string combination</title>
      <link>https://community.qlik.com/t5/QlikView/error-string-combination/m-p/1209869#M875671</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;The problem with the num() function is the incorrect quoting of the format code. use single quotes only:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;=Subfield(GetFieldSelections([Vessel/Voy]),',',1)&amp;amp; ' ' &amp;amp; '(' &amp;amp; Num(sum({$&amp;lt;[Vessel/Voy]={'$(v1)'}&amp;gt;} PM_WAIT_TIME_Q) / Count ({$&amp;lt;[Vessel/Voy]={'$(v1)'}&amp;gt;}CNTR_N),'##,###.#') &amp;amp; ')' &amp;amp; ' ' &amp;amp; ' Vs ' &amp;amp;&lt;/P&gt;&lt;P&gt;Subfield(GetFieldSelections([Vessel/Voy]),',',1)&amp;amp; ' ' &amp;amp; '(' &amp;amp; Num(sum({$&amp;lt;[Vessel/Voy]={'$(v2)'}&amp;gt;} PM_WAIT_TIME_Q) / Count ({$&amp;lt;[Vessel/Voy]={'$(v2)'}&amp;gt;}CNTR_N),'##,###.#') &amp;amp; ')'&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 05 Nov 2016 10:58:47 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/error-string-combination/m-p/1209869#M875671</guid>
      <dc:creator>swuehl</dc:creator>
      <dc:date>2016-11-05T10:58:47Z</dc:date>
    </item>
    <item>
      <title>Re: error string combination</title>
      <link>https://community.qlik.com/t5/QlikView/error-string-combination/m-p/1209870#M875673</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks but the missing num in v2 ()&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG __jive_id="143044" alt="Capture.PNG" class="jive-image image-1" src="https://community.qlik.com/legacyfs/online/143044_Capture.PNG" style="height: auto;" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 05 Nov 2016 11:07:39 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/error-string-combination/m-p/1209870#M875673</guid>
      <dc:creator />
      <dc:date>2016-11-05T11:07:39Z</dc:date>
    </item>
    <item>
      <title>Re: error string combination</title>
      <link>https://community.qlik.com/t5/QlikView/error-string-combination/m-p/1209871#M875674</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;Subfield(GetFieldSelections([Vessel/Voy]),',',1)&amp;amp; ' ' &amp;amp; '(' &amp;amp; Num(sum({$&amp;lt;[Vessel/Voy]={'$(v1)'}&amp;gt;} PM_WAIT_TIME_Q) / &lt;/P&gt;&lt;P&gt;Count ({$&amp;lt;[Vessel/Voy]={'$(v1)'}&amp;gt;}CNTR_N),'##,###.#') &amp;amp; ')' &amp;amp; ' ' &amp;amp; ' Vs ' &amp;amp;&lt;/P&gt;&lt;P&gt;Subfield(GetFieldSelections([Vessel/Voy]),',',2)&amp;amp; ' ' &amp;amp; '(' &amp;amp; Num(sum(aggr(sum(PM_WAIT_TIME_Q) / &lt;/P&gt;&lt;P&gt;Count (CNTR_N),[Vessel/Voy]))-sum(aggr(sum({$&amp;lt;[Vessel/Voy]={'$(v1)'}&amp;gt;}PM_WAIT_TIME_Q) / &lt;/P&gt;&lt;P&gt;Count ({$&amp;lt;[Vessel/Voy]={'$(v1)'}&amp;gt;}CNTR_N),[Vessel/Voy])),'##,###.#') &amp;amp; ')'&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;hope this helps!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 05 Nov 2016 11:12:39 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/error-string-combination/m-p/1209871#M875674</guid>
      <dc:creator>Frank_Hartmann</dc:creator>
      <dc:date>2016-11-05T11:12:39Z</dc:date>
    </item>
    <item>
      <title>Re: error string combination</title>
      <link>https://community.qlik.com/t5/QlikView/error-string-combination/m-p/1209872#M875675</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;superb &lt;span class="lia-unicode-emoji" title=":grinning_face_with_big_eyes:"&gt;😃&lt;/span&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 05 Nov 2016 11:15:30 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/error-string-combination/m-p/1209872#M875675</guid>
      <dc:creator />
      <dc:date>2016-11-05T11:15:30Z</dc:date>
    </item>
    <item>
      <title>Re: error string combination</title>
      <link>https://community.qlik.com/t5/QlikView/error-string-combination/m-p/1209873#M875676</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Im glad that it works &lt;span class="lia-unicode-emoji" title=":slightly_smiling_face:"&gt;🙂&lt;/span&gt;&lt;/P&gt;&lt;P&gt;Please close the thread by marking correct answer. It will help others (&lt;SPAN style="font-size: 13.3333px;"&gt;who browse for the similar problem&lt;/SPAN&gt;) to find the solution.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 05 Nov 2016 11:20:22 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/error-string-combination/m-p/1209873#M875676</guid>
      <dc:creator>Frank_Hartmann</dc:creator>
      <dc:date>2016-11-05T11:20:22Z</dc:date>
    </item>
  </channel>
</rss>

