<?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 Formel Zahl und Text in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Formel-Zahl-und-Text/m-p/1868062#M1216419</link>
    <description>&lt;P&gt;Hallo zusammen,&lt;/P&gt;
&lt;P&gt;ich würde gerne eine Summe Bilden und dahinter die Währung als Text ausgeben.&lt;/P&gt;
&lt;P&gt;sum(Werte)&amp;amp;text("Währung")&lt;/P&gt;
&lt;P&gt;es funktioniert soweit. Nur ist es jetzt noch möglich, die Summe als Zahlenformat z.B. 1.500.220 auszugeben (statt jetzt als Text 1500220)&lt;/P&gt;
&lt;P&gt;Vielen Dank für die Hilfe &lt;span class="lia-unicode-emoji" title=":slightly_smiling_face:"&gt;🙂&lt;/span&gt;&lt;/P&gt;</description>
    <pubDate>Wed, 08 Dec 2021 12:14:58 GMT</pubDate>
    <dc:creator>woody1982</dc:creator>
    <dc:date>2021-12-08T12:14:58Z</dc:date>
    <item>
      <title>Formel Zahl und Text</title>
      <link>https://community.qlik.com/t5/QlikView/Formel-Zahl-und-Text/m-p/1868062#M1216419</link>
      <description>&lt;P&gt;Hallo zusammen,&lt;/P&gt;
&lt;P&gt;ich würde gerne eine Summe Bilden und dahinter die Währung als Text ausgeben.&lt;/P&gt;
&lt;P&gt;sum(Werte)&amp;amp;text("Währung")&lt;/P&gt;
&lt;P&gt;es funktioniert soweit. Nur ist es jetzt noch möglich, die Summe als Zahlenformat z.B. 1.500.220 auszugeben (statt jetzt als Text 1500220)&lt;/P&gt;
&lt;P&gt;Vielen Dank für die Hilfe &lt;span class="lia-unicode-emoji" title=":slightly_smiling_face:"&gt;🙂&lt;/span&gt;&lt;/P&gt;</description>
      <pubDate>Wed, 08 Dec 2021 12:14:58 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Formel-Zahl-und-Text/m-p/1868062#M1216419</guid>
      <dc:creator>woody1982</dc:creator>
      <dc:date>2021-12-08T12:14:58Z</dc:date>
    </item>
    <item>
      <title>Re: Formel Zahl und Text</title>
      <link>https://community.qlik.com/t5/QlikView/Formel-Zahl-und-Text/m-p/1868224#M1216441</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;
&lt;P&gt;wenn die Währung immer der in der&amp;nbsp;MoneyFormat Variablen definierten Währung entspricht, wäre die einfachste Lösung denke ich so etwas wie&lt;/P&gt;
&lt;LI-CODE lang="markup"&gt;Money(Sum(Werte))&lt;/LI-CODE&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Wenn &lt;STRONG&gt;Währung&lt;/STRONG&gt; hier ein Feldname ist, dann könnte ein Lösung auch so aussehen:&lt;/P&gt;
&lt;LI-CODE lang="markup"&gt;Num(Sum(Werte),'#.##0 ')&amp;amp;Währung&lt;/LI-CODE&gt;
&lt;P&gt;Dies liefert aber wieder nur einen String, kann also nicht als Zahl verwendet werden, z.B. um numerisch zu sortieren.&lt;/P&gt;
&lt;P&gt;Hier wäre dann so etwas wie&amp;nbsp;&lt;/P&gt;
&lt;LI-CODE lang="markup"&gt;Money(Sum(Werte),'#.##0 '&amp;amp;Währung)&lt;/LI-CODE&gt;
&lt;P&gt;&amp;nbsp;besser.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Gruß&lt;/P&gt;
&lt;P&gt;Marco&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 08 Dec 2021 16:44:03 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Formel-Zahl-und-Text/m-p/1868224#M1216441</guid>
      <dc:creator>MarcoWedel</dc:creator>
      <dc:date>2021-12-08T16:44:03Z</dc:date>
    </item>
    <item>
      <title>Re: Formel Zahl und Text</title>
      <link>https://community.qlik.com/t5/QlikView/Formel-Zahl-und-Text/m-p/1868426#M1216448</link>
      <description>&lt;P&gt;Guten Morgen,&lt;/P&gt;
&lt;P&gt;Danke für die Antwort.&amp;nbsp;&lt;BR /&gt;Ja, bei Währung handelt es sich um ein Feld.&lt;/P&gt;
&lt;P&gt;Die erste Formel kommt aufs selbe raus wie meine bestehende. Die zweite funktioniert leider nicht, zeigt keine Währung mit an.&lt;/P&gt;</description>
      <pubDate>Thu, 09 Dec 2021 06:29:28 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Formel-Zahl-und-Text/m-p/1868426#M1216448</guid>
      <dc:creator>woody1982</dc:creator>
      <dc:date>2021-12-09T06:29:28Z</dc:date>
    </item>
    <item>
      <title>Re: Formel Zahl und Text</title>
      <link>https://community.qlik.com/t5/QlikView/Formel-Zahl-und-Text/m-p/1868755#M1216467</link>
      <description>&lt;P&gt;vielleicht funktioniert das besser:&lt;/P&gt;
&lt;LI-CODE lang="markup"&gt;Dual(Num(Sum(Werte),'#.##0',',','.')&amp;amp;Währung,Sum(Werte))&lt;/LI-CODE&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Unterschied ist hier nochmal die explizite Angabe von Dezimal- und Tausendertrennzeichen sowie die Dual()-Funktion, damit sich das Ergebnis trotz Stringverkettung der Textdarstellung auch wie eine Zahl verhält (z.B. bei Sortierung).&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 09 Dec 2021 17:22:25 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Formel-Zahl-und-Text/m-p/1868755#M1216467</guid>
      <dc:creator>MarcoWedel</dc:creator>
      <dc:date>2021-12-09T17:22:25Z</dc:date>
    </item>
    <item>
      <title>Re: Formel Zahl und Text</title>
      <link>https://community.qlik.com/t5/QlikView/Formel-Zahl-und-Text/m-p/1870137#M1216516</link>
      <description>&lt;P&gt;Guten Morgen,&lt;/P&gt;
&lt;P&gt;leider auch nicht. Die Summe wird als Zahl ausgegeben, aber die Währung erscheint nicht.&lt;/P&gt;
&lt;P&gt;Vielen Dank trotzdem&lt;/P&gt;</description>
      <pubDate>Tue, 14 Dec 2021 05:58:26 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Formel-Zahl-und-Text/m-p/1870137#M1216516</guid>
      <dc:creator>woody1982</dc:creator>
      <dc:date>2021-12-14T05:58:26Z</dc:date>
    </item>
    <item>
      <title>Re: Formel Zahl und Text</title>
      <link>https://community.qlik.com/t5/QlikView/Formel-Zahl-und-Text/m-p/1870475#M1216529</link>
      <description>&lt;P&gt;Schau mal ins Tab Zahlen, da sollte Formel-Standard für diese Formel angehakt sein, denn ansonsten nimmt QlikView das hier spezifizierte Format.&lt;/P&gt;
&lt;P&gt;- Marcus&lt;/P&gt;</description>
      <pubDate>Tue, 14 Dec 2021 15:38:13 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Formel-Zahl-und-Text/m-p/1870475#M1216529</guid>
      <dc:creator>marcus_sommer</dc:creator>
      <dc:date>2021-12-14T15:38:13Z</dc:date>
    </item>
  </channel>
</rss>

