<?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 Add character to formula in a pivot table in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Add-character-to-formula-in-a-pivot-table/m-p/1846708#M1215481</link>
    <description>&lt;P&gt;Hi!&lt;/P&gt;&lt;P&gt;I am using a&amp;nbsp; formula in a pivot table and the result is OK.&lt;/P&gt;&lt;P&gt;I want to add "&amp;amp; '/ '&amp;amp;'55'"to the formula and the result should be like "456,0 / 55" ,but the result in the pivot is "456,1345678 /55"&lt;/P&gt;&lt;P&gt;How can&amp;nbsp; this be solved?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;(num((sum({&amp;lt;[NW Type]= {'NR3*'} &amp;gt;}[5G MDS Volume LME])/sum({&amp;lt;[NW Type]= {'NR3*'} &amp;gt;}[5G Duration LME])) ,'#&amp;nbsp;##0,00'))&lt;BR /&gt;+ Avg([DL throughput LTE Volume (ENDC UE with active NR)] / [DL throughput LTE Duration (ENDC UE with active NR)])&lt;/P&gt;</description>
    <pubDate>Thu, 14 Oct 2021 09:29:47 GMT</pubDate>
    <dc:creator>stekol61</dc:creator>
    <dc:date>2021-10-14T09:29:47Z</dc:date>
    <item>
      <title>Add character to formula in a pivot table</title>
      <link>https://community.qlik.com/t5/QlikView/Add-character-to-formula-in-a-pivot-table/m-p/1846708#M1215481</link>
      <description>&lt;P&gt;Hi!&lt;/P&gt;&lt;P&gt;I am using a&amp;nbsp; formula in a pivot table and the result is OK.&lt;/P&gt;&lt;P&gt;I want to add "&amp;amp; '/ '&amp;amp;'55'"to the formula and the result should be like "456,0 / 55" ,but the result in the pivot is "456,1345678 /55"&lt;/P&gt;&lt;P&gt;How can&amp;nbsp; this be solved?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;(num((sum({&amp;lt;[NW Type]= {'NR3*'} &amp;gt;}[5G MDS Volume LME])/sum({&amp;lt;[NW Type]= {'NR3*'} &amp;gt;}[5G Duration LME])) ,'#&amp;nbsp;##0,00'))&lt;BR /&gt;+ Avg([DL throughput LTE Volume (ENDC UE with active NR)] / [DL throughput LTE Duration (ENDC UE with active NR)])&lt;/P&gt;</description>
      <pubDate>Thu, 14 Oct 2021 09:29:47 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Add-character-to-formula-in-a-pivot-table/m-p/1846708#M1215481</guid>
      <dc:creator>stekol61</dc:creator>
      <dc:date>2021-10-14T09:29:47Z</dc:date>
    </item>
    <item>
      <title>Re: Add character to formula in a pivot table</title>
      <link>https://community.qlik.com/t5/QlikView/Add-character-to-formula-in-a-pivot-table/m-p/1846710#M1215482</link>
      <description>&lt;P&gt;Your num() formula only applies to the first aspect of your overall expression (the sum part), not the average part. It should encompass the entire expression. Note that your format is actually set to ,00 and your desired format appears to be ,0 so you'll want to adjust that.&lt;/P&gt;</description>
      <pubDate>Thu, 14 Oct 2021 09:31:46 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Add-character-to-formula-in-a-pivot-table/m-p/1846710#M1215482</guid>
      <dc:creator>Or</dc:creator>
      <dc:date>2021-10-14T09:31:46Z</dc:date>
    </item>
    <item>
      <title>Re: Add character to formula in a pivot table</title>
      <link>https://community.qlik.com/t5/QlikView/Add-character-to-formula-in-a-pivot-table/m-p/1846715#M1215483</link>
      <description>&lt;P&gt;Delete the 0s in your num format.&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;'#&amp;nbsp;##' instead of&amp;nbsp;'#&amp;nbsp;##0,00'&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Thu, 14 Oct 2021 09:36:39 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Add-character-to-formula-in-a-pivot-table/m-p/1846715#M1215483</guid>
      <dc:creator>Mario_ES</dc:creator>
      <dc:date>2021-10-14T09:36:39Z</dc:date>
    </item>
    <item>
      <title>Re: Add character to formula in a pivot table</title>
      <link>https://community.qlik.com/t5/QlikView/Add-character-to-formula-in-a-pivot-table/m-p/1846719#M1215484</link>
      <description>&lt;P&gt;I tried that as well but it doesn't help.&lt;/P&gt;&lt;P&gt;(num((sum({&amp;lt;[NW Type]= {'NR3*'} &amp;gt;}[5G MDS Volume LME])/sum({&amp;lt;[NW Type]= {'NR3*'} &amp;gt;}[5G Duration LME])),'#&amp;nbsp;##0,0'))&lt;BR /&gt;+ (num((Avg([DL throughput LTE Volume (ENDC UE with active NR)] / [DL throughput LTE Duration (ENDC UE with active NR)])),'#&amp;nbsp;##0,0'))&amp;amp;' / '&amp;amp;'55&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 14 Oct 2021 09:39:45 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Add-character-to-formula-in-a-pivot-table/m-p/1846719#M1215484</guid>
      <dc:creator>stekol61</dc:creator>
      <dc:date>2021-10-14T09:39:45Z</dc:date>
    </item>
    <item>
      <title>Re: Add character to formula in a pivot table</title>
      <link>https://community.qlik.com/t5/QlikView/Add-character-to-formula-in-a-pivot-table/m-p/1846722#M1215485</link>
      <description>&lt;P&gt;I tried with&amp;nbsp;&lt;SPAN&gt;'#&amp;nbsp;##', same result&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Thu, 14 Oct 2021 09:41:41 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Add-character-to-formula-in-a-pivot-table/m-p/1846722#M1215485</guid>
      <dc:creator>stekol61</dc:creator>
      <dc:date>2021-10-14T09:41:41Z</dc:date>
    </item>
  </channel>
</rss>

