<?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: Custom Format and HTML output in Graphics Programming</title>
    <link>https://communities.sas.com/t5/Graphics-Programming/Custom-Format-and-HTML-output/m-p/78728#M2941</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;There seems to be an even bigger problem in that the numerical value displayed in the tool tip for the specified colorvar variable is incorrect - it's only correct when there is only 1 variable specified in the tileby statement.&amp;nbsp; This is clearly something to do with my dataset and missing values as the process works on sashelp datasets - I'll try and fix and see if that help/impacts formats!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 29 Nov 2012 11:20:41 GMT</pubDate>
    <dc:creator>to_the_point</dc:creator>
    <dc:date>2012-11-29T11:20:41Z</dc:date>
    <item>
      <title>Custom Format and HTML output</title>
      <link>https://communities.sas.com/t5/Graphics-Programming/Custom-Format-and-HTML-output/m-p/78714#M2927</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I think I've solved this before but can't remember if it was exactly the same - but here is the problem.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I'm creating a custom format in SAS and then creating a treemap (using gtile) to create a html page on a server.&amp;nbsp; In sas results windows everything looks fine, but when you open the html file on the server the format on the data tips is gone.&amp;nbsp; Any ideas?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;code:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;proc format;&lt;/P&gt;&lt;P&gt;picture sterling&lt;/P&gt;&lt;P&gt;low-&amp;lt;0="000,000,000,099.99" (prefix='-£')&lt;/P&gt;&lt;P&gt;0-high="000,000,000,099.99" (prefix='£');&lt;/P&gt;&lt;P&gt;run;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;ods listing close;&lt;/P&gt;&lt;P&gt;ods html file="treemap.html";&lt;/P&gt;&lt;P&gt;goptions reset=all device=activex;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;proc gtile data=aaa; format totalbalance sterling.;&lt;/P&gt;&lt;P&gt;tile totalaccts&lt;/P&gt;&lt;P&gt;tileby=(status, segment)&lt;/P&gt;&lt;P&gt;/&lt;/P&gt;&lt;P&gt;colorvar=totalbalance&lt;/P&gt;&lt;P&gt;colorramp=(red white green)&lt;/P&gt;&lt;P&gt;detaillevel=1&lt;/P&gt;&lt;P&gt;;&lt;/P&gt;&lt;P&gt;run;&lt;/P&gt;&lt;P&gt;quit;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;ods html close;&lt;/P&gt;&lt;P&gt;ods listing;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 23 Nov 2012 13:46:27 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Graphics-Programming/Custom-Format-and-HTML-output/m-p/78714#M2927</guid>
      <dc:creator>to_the_point</dc:creator>
      <dc:date>2012-11-23T13:46:27Z</dc:date>
    </item>
    <item>
      <title>Re: Custom Format and HTML output</title>
      <link>https://communities.sas.com/t5/Graphics-Programming/Custom-Format-and-HTML-output/m-p/78715#M2928</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I am guessing that this may be a path definition problem and that when moved to the server at least one element is looking in an inaccessible location from the server.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 26 Nov 2012 16:00:25 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Graphics-Programming/Custom-Format-and-HTML-output/m-p/78715#M2928</guid>
      <dc:creator>ballardw</dc:creator>
      <dc:date>2012-11-26T16:00:25Z</dc:date>
    </item>
    <item>
      <title>Re: Custom Format and HTML output</title>
      <link>https://communities.sas.com/t5/Graphics-Programming/Custom-Format-and-HTML-output/m-p/78716#M2929</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Sometimes the (url=none) option will help as it changes how the path is embedded within the HTML itself.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 26 Nov 2012 17:53:59 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Graphics-Programming/Custom-Format-and-HTML-output/m-p/78716#M2929</guid>
      <dc:creator>ArtC</dc:creator>
      <dc:date>2012-11-26T17:53:59Z</dc:date>
    </item>
    <item>
      <title>Re: Custom Format and HTML output</title>
      <link>https://communities.sas.com/t5/Graphics-Programming/Custom-Format-and-HTML-output/m-p/78717#M2930</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi:&lt;/P&gt;&lt;P&gt;I'm confused about what the issue is. Is the issue that you cannot see a picture at all, that you cannot see the tool tips at all or that you are not seeing the pound sterling sign with the format applied to the tool tips? I ran a modified version of your code using SASHELP.PRDSALE, but with your format for ACTUAL and PREDICT, using SAS 9.3 and I do see the pound sterling sign. So, you might want to consider opening a track with Tech Support if you are not seeing the tool tips as you expect.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;cynthia&lt;/P&gt;&lt;BR /&gt;&lt;IMG src="https://communities.sas.com/t5/image/serverpage/image-id/10830iEA094A506277616E/image-size/large?v=1.0&amp;amp;px=600" border="0" alt="pound_on_actual.png" title="pound_on_actual.png" /&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 26 Nov 2012 21:57:50 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Graphics-Programming/Custom-Format-and-HTML-output/m-p/78717#M2930</guid>
      <dc:creator>Cynthia_sas</dc:creator>
      <dc:date>2012-11-26T21:57:50Z</dc:date>
    </item>
    <item>
      <title>Re: Custom Format and HTML output</title>
      <link>https://communities.sas.com/t5/Graphics-Programming/Custom-Format-and-HTML-output/m-p/78718#M2931</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi, when i output the html i output it to another server address, and when i access the html from that server via internet explorer the formats are lost.&amp;nbsp; If i output to the server i have sas running on then the format remains in place either through the sas results window or internet explorer.&amp;nbsp; The server that I am placing the html on has the sas graph activex programme installed but there seems to an issue in moving the custom format over to the new server - hope that makes sense.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;regards&lt;/P&gt;&lt;P&gt;Antony&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 27 Nov 2012 11:13:36 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Graphics-Programming/Custom-Format-and-HTML-output/m-p/78718#M2931</guid>
      <dc:creator>to_the_point</dc:creator>
      <dc:date>2012-11-27T11:13:36Z</dc:date>
    </item>
    <item>
      <title>Re: Custom Format and HTML output</title>
      <link>https://communities.sas.com/t5/Graphics-Programming/Custom-Format-and-HTML-output/m-p/78719#M2932</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I'm trying this now I'll let you know what happens!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 27 Nov 2012 11:14:02 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Graphics-Programming/Custom-Format-and-HTML-output/m-p/78719#M2932</guid>
      <dc:creator>to_the_point</dc:creator>
      <dc:date>2012-11-27T11:14:02Z</dc:date>
    </item>
    <item>
      <title>Re: Custom Format and HTML output</title>
      <link>https://communities.sas.com/t5/Graphics-Programming/Custom-Format-and-HTML-output/m-p/78720#M2933</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;for further clarity I can see the picture, i can drill down and everything works as normal and as should except that the tool tips do not have the applied formats.&amp;nbsp; Further, I've just discovered that if i use internet explorer on the server with sas to open the file on the other server i see the formats!&amp;nbsp; I'm clearly missing an add-in or some process for the non-sas server.&amp;nbsp; hope that makes it clearer.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Antony&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 27 Nov 2012 11:33:52 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Graphics-Programming/Custom-Format-and-HTML-output/m-p/78720#M2933</guid>
      <dc:creator>to_the_point</dc:creator>
      <dc:date>2012-11-27T11:33:52Z</dc:date>
    </item>
    <item>
      <title>Re: Custom Format and HTML output</title>
      <link>https://communities.sas.com/t5/Graphics-Programming/Custom-Format-and-HTML-output/m-p/78721#M2934</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I tried the url=none option and it didn't seem to help - thanks though.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Antony&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 27 Nov 2012 11:34:29 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Graphics-Programming/Custom-Format-and-HTML-output/m-p/78721#M2934</guid>
      <dc:creator>to_the_point</dc:creator>
      <dc:date>2012-11-27T11:34:29Z</dc:date>
    </item>
    <item>
      <title>Re: Custom Format and HTML output</title>
      <link>https://communities.sas.com/t5/Graphics-Programming/Custom-Format-and-HTML-output/m-p/78722#M2935</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;When you try to open the file on the other server, directly, what kind of browser are you using?&amp;nbsp; Also, can you post your html file?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 27 Nov 2012 14:11:36 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Graphics-Programming/Custom-Format-and-HTML-output/m-p/78722#M2935</guid>
      <dc:creator>art297</dc:creator>
      <dc:date>2012-11-27T14:11:36Z</dc:date>
    </item>
    <item>
      <title>Re: Custom Format and HTML output</title>
      <link>https://communities.sas.com/t5/Graphics-Programming/Custom-Format-and-HTML-output/m-p/78723#M2936</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;When you view the output that does, and doesn't, work ... are you viewing them using the exact same IE browser session?&amp;nbsp; ... Or two different browser sessions?&amp;nbsp; (on different machines?)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If two different browser sessions, are they running the exact same version of IE?&amp;nbsp; And do they both have the exact same version of the SAS/Graph Activex Control? (right-mouse-button -&amp;gt; Help -&amp;gt; About Graph Control)&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 27 Nov 2012 14:29:33 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Graphics-Programming/Custom-Format-and-HTML-output/m-p/78723#M2936</guid>
      <dc:creator>GraphGuy</dc:creator>
      <dc:date>2012-11-27T14:29:33Z</dc:date>
    </item>
    <item>
      <title>Re: Custom Format and HTML output</title>
      <link>https://communities.sas.com/t5/Graphics-Programming/Custom-Format-and-HTML-output/m-p/78724#M2937</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I'm using ie9 on the server that doesn't work (just lost formats) and i think it's ie8 on the server that does.&amp;nbsp; I can't upload the html as it contains confidential information about the size of the business i work in - sorry - but i checked it out and at the end there is definitely a reference to the bespoke format if that helps.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 27 Nov 2012 15:04:06 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Graphics-Programming/Custom-Format-and-HTML-output/m-p/78724#M2937</guid>
      <dc:creator>to_the_point</dc:creator>
      <dc:date>2012-11-27T15:04:06Z</dc:date>
    </item>
    <item>
      <title>Re: Custom Format and HTML output</title>
      <link>https://communities.sas.com/t5/Graphics-Programming/Custom-Format-and-HTML-output/m-p/78725#M2938</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;And what version of the SAS/Graph Activex Control is installed into each of those browsers?...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;(The reason this is important is that user-defined-formats have not always been supported, and even after they were supported there were a few enhancements/bug-fixes in various versions along the way...)&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 27 Nov 2012 15:10:51 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Graphics-Programming/Custom-Format-and-HTML-output/m-p/78725#M2938</guid>
      <dc:creator>GraphGuy</dc:creator>
      <dc:date>2012-11-27T15:10:51Z</dc:date>
    </item>
    <item>
      <title>Re: Custom Format and HTML output</title>
      <link>https://communities.sas.com/t5/Graphics-Programming/Custom-Format-and-HTML-output/m-p/78726#M2939</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;two different browser sessions, each on a different machine.&amp;nbsp; the one that doesn't work is ie9 (sas/graph activex version 9.3.0.11158.32) and ie8 (sas/graph activex version 9.3.0.11158.32).&amp;nbsp; interestingly it doesn't work for standard formats either (tried it with dollarx. but nothing).&amp;nbsp; I now have a scenario where the version 8 browser shows the £ and comma formats and the version 9 browser shows a range 0-1 on the colorramp and a blank space in the tool tip.&amp;nbsp; I unfortunately do not have access to a version 9/8 browser on each of the servers so i can't test machine spec and my version 8 ie at home also doesn't show the £ sign which suggests it's missing a base sas component/background file?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 27 Nov 2012 15:19:24 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Graphics-Programming/Custom-Format-and-HTML-output/m-p/78726#M2939</guid>
      <dc:creator>to_the_point</dc:creator>
      <dc:date>2012-11-27T15:19:24Z</dc:date>
    </item>
    <item>
      <title>Re: Custom Format and HTML output</title>
      <link>https://communities.sas.com/t5/Graphics-Programming/Custom-Format-and-HTML-output/m-p/78727#M2940</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;IF it was only a problem of user-formats you could try the built-in format NLMNY. There are others I believe prefixed EUR.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 27 Nov 2012 19:21:38 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Graphics-Programming/Custom-Format-and-HTML-output/m-p/78727#M2940</guid>
      <dc:creator>Peter_C</dc:creator>
      <dc:date>2012-11-27T19:21:38Z</dc:date>
    </item>
    <item>
      <title>Re: Custom Format and HTML output</title>
      <link>https://communities.sas.com/t5/Graphics-Programming/Custom-Format-and-HTML-output/m-p/78728#M2941</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;There seems to be an even bigger problem in that the numerical value displayed in the tool tip for the specified colorvar variable is incorrect - it's only correct when there is only 1 variable specified in the tileby statement.&amp;nbsp; This is clearly something to do with my dataset and missing values as the process works on sashelp datasets - I'll try and fix and see if that help/impacts formats!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 29 Nov 2012 11:20:41 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Graphics-Programming/Custom-Format-and-HTML-output/m-p/78728#M2941</guid>
      <dc:creator>to_the_point</dc:creator>
      <dc:date>2012-11-29T11:20:41Z</dc:date>
    </item>
    <item>
      <title>Re: Custom Format and HTML output</title>
      <link>https://communities.sas.com/t5/Graphics-Programming/Custom-Format-and-HTML-output/m-p/78729#M2942</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;the incorrect number on tool tip seems to be a sas issue with the specified detaillevel statement - I can't work out what it is showing but in the below example it's nearly the arithmetic mean.&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;ods listing close; &lt;BR /&gt;ods html file="sport_sales.html"; &lt;BR /&gt; &lt;BR /&gt;goptions reset=all device=java; &lt;BR /&gt; &lt;BR /&gt;data sports_only;&lt;BR /&gt;&amp;nbsp; set sashelp.orsales;&lt;BR /&gt;&amp;nbsp; if product_line="Sports";&lt;BR /&gt;&amp;nbsp; format profit dollar12.;&lt;BR /&gt;&amp;nbsp; format quantity comma12.;&lt;BR /&gt;run; &lt;BR /&gt; &lt;BR /&gt;proc gtile data=sports_only;&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; flow quantity tileby=(product_group year) /&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; colorvar=profit&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; /* display less details */&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; detaillevel=1 &lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; /* reverse the colors so that blue is highest */&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; colorramp=(CXDD6060 CXFFFFFF CX6497EB);&lt;BR /&gt;run;&lt;BR /&gt;quit; &lt;/P&gt;&lt;P&gt;ods html close; &lt;BR /&gt;ods listing; &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;proc summary data=sports_only nway;&lt;BR /&gt;class product_group year;&lt;BR /&gt;var profit quantity;&lt;BR /&gt;output out=bob2 sum(profit quantity)= ;&lt;BR /&gt;run;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;thoughts?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 29 Nov 2012 11:43:30 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Graphics-Programming/Custom-Format-and-HTML-output/m-p/78729#M2942</guid>
      <dc:creator>to_the_point</dc:creator>
      <dc:date>2012-11-29T11:43:30Z</dc:date>
    </item>
  </channel>
</rss>

