<?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: ODS TAGSETS TABLEEDITOR - pivotdata_stats=&amp;quot;sum&amp;quot; in Statistical Procedures</title>
    <link>https://communities.sas.com/t5/Statistical-Procedures/ODS-TAGSETS-TABLEEDITOR-pivotdata-stats-quot-sum-quot/m-p/619081#M29799</link>
    <description>&lt;P&gt;Ich beantworte meine Frage jetzt anhand der Aussage der SAS kurz selbst.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;FONT color="#000000" face="Microsoft Sans Serif" size="3"&gt;Über die&amp;nbsp;Entwickler-Tools des jeweilligen Browser, sieht man&amp;nbsp;entsprechende Fehlermeldungen, die alle besagen, dass hier versionsspezifische &lt;/FONT&gt;&lt;FONT color="#000000" face="Microsoft Sans Serif" size="3"&gt;ActiveX-Befehle verwendet wurden, die in neueren Versionen nicht mehr funktionieren.&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT color="#000000" face="Microsoft Sans Serif" size="3"&gt;Beispiel: ReferenceError: ActiveXObject is nit defined (aus Firefox)&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT color="#000000" face="Microsoft Sans Serif" size="3"&gt;oder &lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT color="#000000" face="Microsoft Sans Serif" size="3"&gt;The attached page targets document mode 7. Some console APIs and features may not be available. (aus IE).&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT color="#000000" face="Microsoft Sans Serif" size="3"&gt;Ich habe eine Quelle gefunden, dass es mit IE: 11.1217.16299.0 und Excel 365 wieder funktionieren soll.&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;FONT color="#000000" face="Microsoft Sans Serif" size="3"&gt;Mit anderen Worten, dieser tableeditor ist nunmehr unbrauchbar geworden, da er nur in Abhängigkeit mit der Version IE / Excel funktioniert.&lt;/FONT&gt;&lt;/P&gt;</description>
    <pubDate>Wed, 22 Jan 2020 10:17:35 GMT</pubDate>
    <dc:creator>Sven4IBM</dc:creator>
    <dc:date>2020-01-22T10:17:35Z</dc:date>
    <item>
      <title>ODS TAGSETS TABLEEDITOR - pivotdata_stats="sum"</title>
      <link>https://communities.sas.com/t5/Statistical-Procedures/ODS-TAGSETS-TABLEEDITOR-pivotdata-stats-quot-sum-quot/m-p/618014#M29779</link>
      <description>&lt;P&gt;Ich habe ein simples Pgm aus der community laufen lassen.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;PRE&gt;&lt;CODE class=" language-sas"&gt;ods path(prepend) work.templat(update); 
filename temp url "http://support.sas.com/rnd/base/ods/odsmarkup/tableeditor/tableeditor.tpl";
%include temp;

ods tagsets.Tableeditor file="%sysfunc(getoption(work))\temp.html" 
options(pivotrow="age"
        pivotcol="sex"
	pivotdata="height,weight"
        pivotdata_stats="sum,mean");

proc print data=sashelp.class;
run;

ods tagsets.tableeditor Close;Egal&amp;nbsp;was&amp;nbsp;ich&amp;nbsp;versucht&amp;nbsp;habe,&amp;nbsp;die&amp;nbsp;Fu&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;Die Funktion pivotdata_stat bringt im Excel jedoch nicht das gewünscht Ergebnis. Stattdessen wird nur height angezeigt und da auch nur die Anzahl statt die Beträge. Ich habe Office 2016 Deutsch. Ich dachte erst es läge an dem Format Commax20.2, aber die Beträge in dem Beispiel sind unformatiert.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Bei einem anderen Beispiel zeigt er zwar Beträge aber nur eine Spalte, statt wie im data angegeben 3.&lt;/P&gt;&lt;PRE&gt;&lt;CODE class=" language-sas"&gt;ods tagsets.tableeditor file="/out/ttemp.html"
options(pivotrow="product_category"
pivotdata="quantity,profit,total_retail_price"
pivotdata_caption="Qantity %,Profit %, Price %"
pivotdata_stats="sum,sum,sum"
pivotcalc="column"
pivot_format="dark1"
pivot_subtotals="no"
pivotdata_tocolumns="yes");
proc print data=sashelp.orsales;
run;
ods tagsets.tableeditor close;&lt;/CODE&gt;&lt;/PRE&gt;</description>
      <pubDate>Fri, 17 Jan 2020 10:08:42 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Statistical-Procedures/ODS-TAGSETS-TABLEEDITOR-pivotdata-stats-quot-sum-quot/m-p/618014#M29779</guid>
      <dc:creator>Sven4IBM</dc:creator>
      <dc:date>2020-01-17T10:08:42Z</dc:date>
    </item>
    <item>
      <title>Re: ODS TAGSETS TABLEEDITOR - pivotdata_stats="sum"</title>
      <link>https://communities.sas.com/t5/Statistical-Procedures/ODS-TAGSETS-TABLEEDITOR-pivotdata-stats-quot-sum-quot/m-p/619081#M29799</link>
      <description>&lt;P&gt;Ich beantworte meine Frage jetzt anhand der Aussage der SAS kurz selbst.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;FONT color="#000000" face="Microsoft Sans Serif" size="3"&gt;Über die&amp;nbsp;Entwickler-Tools des jeweilligen Browser, sieht man&amp;nbsp;entsprechende Fehlermeldungen, die alle besagen, dass hier versionsspezifische &lt;/FONT&gt;&lt;FONT color="#000000" face="Microsoft Sans Serif" size="3"&gt;ActiveX-Befehle verwendet wurden, die in neueren Versionen nicht mehr funktionieren.&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT color="#000000" face="Microsoft Sans Serif" size="3"&gt;Beispiel: ReferenceError: ActiveXObject is nit defined (aus Firefox)&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT color="#000000" face="Microsoft Sans Serif" size="3"&gt;oder &lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT color="#000000" face="Microsoft Sans Serif" size="3"&gt;The attached page targets document mode 7. Some console APIs and features may not be available. (aus IE).&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT color="#000000" face="Microsoft Sans Serif" size="3"&gt;Ich habe eine Quelle gefunden, dass es mit IE: 11.1217.16299.0 und Excel 365 wieder funktionieren soll.&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;FONT color="#000000" face="Microsoft Sans Serif" size="3"&gt;Mit anderen Worten, dieser tableeditor ist nunmehr unbrauchbar geworden, da er nur in Abhängigkeit mit der Version IE / Excel funktioniert.&lt;/FONT&gt;&lt;/P&gt;</description>
      <pubDate>Wed, 22 Jan 2020 10:17:35 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Statistical-Procedures/ODS-TAGSETS-TABLEEDITOR-pivotdata-stats-quot-sum-quot/m-p/619081#M29799</guid>
      <dc:creator>Sven4IBM</dc:creator>
      <dc:date>2020-01-22T10:17:35Z</dc:date>
    </item>
  </channel>
</rss>

