<?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: Organization Chart (Hierarchy) in SAS Visual Analytics</title>
    <link>https://communities.sas.com/t5/SAS-Visual-Analytics/Organization-Chart-Hierarchy/m-p/348149#M6860</link>
    <description>&lt;PRE&gt;&lt;CODE class=" language-sas"&gt;Organization Chart (Hierarchy)

this message
https://goo.gl/JmNrRz
https://communities.sas.com/t5/SAS-Visual-Analytics/Organization-Chart-Hierarchy/m-p/348027

If you have IML/R interface you can just cut and paste the code into IML.

You need an internet connection for this. Because Google uses adobe flash
it is very difficult programatically save a static image.
I was unable to create a static png. I had to manually use print screen.


If you have SAS/OR
https://goo.gl/UC63dp
http://support.sas.com/documentation/cdl/en/orpmug/66109/HTML/default/viewer.htm#orpmug_netdraw_examples15.htm

GOOGLE

https://cran.r-project.org/web/packages/googleVis/vignettes/googleVis_examples.html

%utlfkil(d:/htm/orgcht.html);
%utl_submit_r64('
source("c:/Program Files/R/R-3.3.2/etc/Rprofile.site",echo=T);
library(googleVis);
demo(googleVis);
Org &amp;lt;- gvisOrgChart(Regions,
 options=list(width=600, height=250,
 size="large", allowCollapse=TRUE));
print(Org, file="d:/htm/orgcht.html");
');

Welcome to googleVis version 0.6.2

Please read Google's Terms of Use
before you start using the package:
https://developers.google.com/terms/

Note, the plot method of googleVis will by default use
the standard browser to display its output.

See the googleVis package vignettes for more details,
or visit http://github.com/mages/googleVis.

To suppress this message use:
suppressPackageStartupMessages(library(googleVis))



&lt;/CODE&gt;&lt;/PRE&gt;</description>
    <pubDate>Fri, 07 Apr 2017 15:13:02 GMT</pubDate>
    <dc:creator>rogerjdeangelis</dc:creator>
    <dc:date>2017-04-07T15:13:02Z</dc:date>
    <item>
      <title>Organization Chart (Hierarchy)</title>
      <link>https://communities.sas.com/t5/SAS-Visual-Analytics/Organization-Chart-Hierarchy/m-p/348027#M6854</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;How to create organizational chart dinamically like below. When reporting authority change it should be change with photo and name and Designation&lt;/P&gt;&lt;P&gt;&lt;IMG src="https://communities.sas.com/t5/image/serverpage/image-id/8199i0827B3B32BB24084/image-size/original?v=1.0&amp;amp;px=-1" border="0" alt="Sample Org Chart.png" title="Sample Org Chart.png" /&gt;&lt;/P&gt;</description>
      <pubDate>Fri, 07 Apr 2017 09:03:03 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Visual-Analytics/Organization-Chart-Hierarchy/m-p/348027#M6854</guid>
      <dc:creator>srinivaschary</dc:creator>
      <dc:date>2017-04-07T09:03:03Z</dc:date>
    </item>
    <item>
      <title>Re: Organization Chart (Hierarchy)</title>
      <link>https://communities.sas.com/t5/SAS-Visual-Analytics/Organization-Chart-Hierarchy/m-p/348149#M6860</link>
      <description>&lt;PRE&gt;&lt;CODE class=" language-sas"&gt;Organization Chart (Hierarchy)

this message
https://goo.gl/JmNrRz
https://communities.sas.com/t5/SAS-Visual-Analytics/Organization-Chart-Hierarchy/m-p/348027

If you have IML/R interface you can just cut and paste the code into IML.

You need an internet connection for this. Because Google uses adobe flash
it is very difficult programatically save a static image.
I was unable to create a static png. I had to manually use print screen.


If you have SAS/OR
https://goo.gl/UC63dp
http://support.sas.com/documentation/cdl/en/orpmug/66109/HTML/default/viewer.htm#orpmug_netdraw_examples15.htm

GOOGLE

https://cran.r-project.org/web/packages/googleVis/vignettes/googleVis_examples.html

%utlfkil(d:/htm/orgcht.html);
%utl_submit_r64('
source("c:/Program Files/R/R-3.3.2/etc/Rprofile.site",echo=T);
library(googleVis);
demo(googleVis);
Org &amp;lt;- gvisOrgChart(Regions,
 options=list(width=600, height=250,
 size="large", allowCollapse=TRUE));
print(Org, file="d:/htm/orgcht.html");
');

Welcome to googleVis version 0.6.2

Please read Google's Terms of Use
before you start using the package:
https://developers.google.com/terms/

Note, the plot method of googleVis will by default use
the standard browser to display its output.

See the googleVis package vignettes for more details,
or visit http://github.com/mages/googleVis.

To suppress this message use:
suppressPackageStartupMessages(library(googleVis))



&lt;/CODE&gt;&lt;/PRE&gt;</description>
      <pubDate>Fri, 07 Apr 2017 15:13:02 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Visual-Analytics/Organization-Chart-Hierarchy/m-p/348149#M6860</guid>
      <dc:creator>rogerjdeangelis</dc:creator>
      <dc:date>2017-04-07T15:13:02Z</dc:date>
    </item>
    <item>
      <title>Re: Organization Chart (Hierarchy)</title>
      <link>https://communities.sas.com/t5/SAS-Visual-Analytics/Organization-Chart-Hierarchy/m-p/348879#M6869</link>
      <description>&lt;P&gt;I don't think there is any reporting object in VA to do organisation charts. The alternative is to paste in an image from a third-party tool that does these.&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 10 Apr 2017 20:30:54 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Visual-Analytics/Organization-Chart-Hierarchy/m-p/348879#M6869</guid>
      <dc:creator>SASKiwi</dc:creator>
      <dc:date>2017-04-10T20:30:54Z</dc:date>
    </item>
  </channel>
</rss>

