<?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: Hybrid Network Analysis Object in SAS Visual Analytics</title>
    <link>https://communities.sas.com/t5/SAS-Visual-Analytics/Hybrid-Network-Analysis-Object/m-p/779680#M15617</link>
    <description>&lt;P&gt;You could use the Visual Analytics data-driven content object (doc is here&amp;nbsp;&lt;A href="https://go.documentation.sas.com/doc/en/vacdc/8.2/vaobj/p0ppd5f6rdubvbn18zlirr9xshy3.htm" target="_blank"&gt;https://go.documentation.sas.com/doc/en/vacdc/8.2/vaobj/p0ppd5f6rdubvbn18zlirr9xshy3.htm&lt;/A&gt;) and use any available D3-org chart visualization. There is also an example using Google Org Chart at &lt;A href="https://github.com/sassoftware/sas-visualanalytics-thirdpartyvisualizations" target="_blank"&gt;https://github.com/sassoftware/sas-visualanalytics-thirdpartyvisualizations&lt;/A&gt; if you need code snippets to get started. Data-driven content objects require some basic JavaScript development but a great option to include any special data viz into your existing reporting environment. Hope this helps! Falko&lt;/P&gt;</description>
    <pubDate>Wed, 10 Nov 2021 23:56:00 GMT</pubDate>
    <dc:creator>FalkoSchulz</dc:creator>
    <dc:date>2021-11-10T23:56:00Z</dc:date>
    <item>
      <title>Hybrid Network Analysis Object</title>
      <link>https://communities.sas.com/t5/SAS-Visual-Analytics/Hybrid-Network-Analysis-Object/m-p/779213#M15609</link>
      <description>&lt;P&gt;In Visual Analysis, is there any way to create to a network analysis object which is a hybrid of a Hierarchical network analysis object and an Ungrouped network analysis object that allows both nodes displayed in a hierarchical arrangement and nodes directly linked in a source-target arrangement that does not follow the hierarchy?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Why do I need this? What am I trying to do?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I am trying to create an interactive network analysis object that visualizes a thesaurus. Hierarchical relationships are used to visualize the relationships between broader terms and narrower terms (along the lines of a family tree). This creates several tree-like structures. Source-target relationships are used to visualize the relationships between related terms that do not have a hierarchical relationship (in some cases linking the trees).&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Is there any way to accomplish this?&lt;/P&gt;</description>
      <pubDate>Mon, 08 Nov 2021 20:38:14 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Visual-Analytics/Hybrid-Network-Analysis-Object/m-p/779213#M15609</guid>
      <dc:creator>rossmpersonal</dc:creator>
      <dc:date>2021-11-08T20:38:14Z</dc:date>
    </item>
    <item>
      <title>Re: Hybrid Network Analysis Object</title>
      <link>https://communities.sas.com/t5/SAS-Visual-Analytics/Hybrid-Network-Analysis-Object/m-p/779474#M15611</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;
&lt;P&gt;Unfortunately the network graph in network analysis only supports a force-directed layout algorithm which means nodes are positioned dependent on their place in the network and how well-connected they are. I guess - what you need is some sort of org-chart diagram which is something on the list of visuals to be added to VA but not currently available.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I had a similar challenge not too long ago when visualizing scientific papers around COVID19. The idea was to use SAS visual-text analytics to determine three-levels of topics and then group papers by that as well as link papers together if they reference each other. I ended up creating separate disconnected graphs for each topic as shown here:&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="SAS VTA - COVID19 (Communities)" style="width: 999px;"&gt;&lt;img src="https://communities.sas.com/t5/image/serverpage/image-id/65545i073D64396D2906E0/image-size/large?v=v2&amp;amp;px=999" role="button" title="va_community_network_1.png" alt="SAS VTA - COVID19 (Communities)" /&gt;&lt;span class="lia-inline-image-caption" onclick="event.preventDefault();"&gt;SAS VTA - COVID19 (Communities)&lt;/span&gt;&lt;/span&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="SAS VTA - COVID19 (Topics)" style="width: 999px;"&gt;&lt;img src="https://communities.sas.com/t5/image/serverpage/image-id/65546i9F91902CF835FC22/image-size/large?v=v2&amp;amp;px=999" role="button" title="vta_community_v1.png" alt="SAS VTA - COVID19 (Topics)" /&gt;&lt;span class="lia-inline-image-caption" onclick="event.preventDefault();"&gt;SAS VTA - COVID19 (Topics)&lt;/span&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;Not ideal as a hierarchical view/structure may be easier for the audience but it did work out quite ok in the end. I combined the network plot with other visuals in the report to allow easier filtering / drill operations.&lt;/P&gt;
&lt;P&gt;Sorry - I don't have the easy answer but maybe some of that helps.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Regards, Falko&lt;/P&gt;</description>
      <pubDate>Wed, 10 Nov 2021 00:49:06 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Visual-Analytics/Hybrid-Network-Analysis-Object/m-p/779474#M15611</guid>
      <dc:creator>FalkoSchulz</dc:creator>
      <dc:date>2021-11-10T00:49:06Z</dc:date>
    </item>
    <item>
      <title>Re: Hybrid Network Analysis Object</title>
      <link>https://communities.sas.com/t5/SAS-Visual-Analytics/Hybrid-Network-Analysis-Object/m-p/779629#M15613</link>
      <description>&lt;P&gt;What is "the list of visuals to be added to VA but not currently available" ?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Is it publicly available?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Does the list show where each visual to be added is in the roadmap?&lt;/P&gt;</description>
      <pubDate>Wed, 10 Nov 2021 19:29:40 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Visual-Analytics/Hybrid-Network-Analysis-Object/m-p/779629#M15613</guid>
      <dc:creator>rossmpersonal</dc:creator>
      <dc:date>2021-11-10T19:29:40Z</dc:date>
    </item>
    <item>
      <title>Re: Hybrid Network Analysis Object</title>
      <link>https://communities.sas.com/t5/SAS-Visual-Analytics/Hybrid-Network-Analysis-Object/m-p/779656#M15615</link>
      <description>&lt;P&gt;No, that is not published as far as I know. You may be able to get in touch with your local SAS contacts who may have more details around road maps, new features coming, etc.&lt;/P&gt;</description>
      <pubDate>Wed, 10 Nov 2021 22:00:22 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Visual-Analytics/Hybrid-Network-Analysis-Object/m-p/779656#M15615</guid>
      <dc:creator>FalkoSchulz</dc:creator>
      <dc:date>2021-11-10T22:00:22Z</dc:date>
    </item>
    <item>
      <title>Re: Hybrid Network Analysis Object</title>
      <link>https://communities.sas.com/t5/SAS-Visual-Analytics/Hybrid-Network-Analysis-Object/m-p/779673#M15616</link>
      <description>&lt;P&gt;Do you know any third-party tools that can do this until this feature is added?&lt;/P&gt;</description>
      <pubDate>Wed, 10 Nov 2021 23:37:58 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Visual-Analytics/Hybrid-Network-Analysis-Object/m-p/779673#M15616</guid>
      <dc:creator>rossmpersonal</dc:creator>
      <dc:date>2021-11-10T23:37:58Z</dc:date>
    </item>
    <item>
      <title>Re: Hybrid Network Analysis Object</title>
      <link>https://communities.sas.com/t5/SAS-Visual-Analytics/Hybrid-Network-Analysis-Object/m-p/779680#M15617</link>
      <description>&lt;P&gt;You could use the Visual Analytics data-driven content object (doc is here&amp;nbsp;&lt;A href="https://go.documentation.sas.com/doc/en/vacdc/8.2/vaobj/p0ppd5f6rdubvbn18zlirr9xshy3.htm" target="_blank"&gt;https://go.documentation.sas.com/doc/en/vacdc/8.2/vaobj/p0ppd5f6rdubvbn18zlirr9xshy3.htm&lt;/A&gt;) and use any available D3-org chart visualization. There is also an example using Google Org Chart at &lt;A href="https://github.com/sassoftware/sas-visualanalytics-thirdpartyvisualizations" target="_blank"&gt;https://github.com/sassoftware/sas-visualanalytics-thirdpartyvisualizations&lt;/A&gt; if you need code snippets to get started. Data-driven content objects require some basic JavaScript development but a great option to include any special data viz into your existing reporting environment. Hope this helps! Falko&lt;/P&gt;</description>
      <pubDate>Wed, 10 Nov 2021 23:56:00 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Visual-Analytics/Hybrid-Network-Analysis-Object/m-p/779680#M15617</guid>
      <dc:creator>FalkoSchulz</dc:creator>
      <dc:date>2021-11-10T23:56:00Z</dc:date>
    </item>
  </channel>
</rss>

