<?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: Hierarchical Network Analysis/Diagram in SAS Visual Analytics</title>
    <link>https://communities.sas.com/t5/SAS-Visual-Analytics/Hierarchical-Network-Analysis-Diagram/m-p/517950#M11551</link>
    <description>&lt;P&gt;Hi Falko,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Firstly, thank you so much for your response! The diagram in your response is exactly what I would like to achieve in my network diagram. However, I would like to enquire if that is achievable with the 'Hierarchical' option?&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Attached contains images of my expected and actual outcome in SAS VA, as well as the test data that I used.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I am able to achieve the expected outcome with the 'Ungrouped' option as well, however, my concern is that subsequently, I am hoping to design a dashboard that is able to branch out from the node that we choose (i.e. the node that we choose will be node 0) and show the level of branching according to the hierarchy level chosen. I am unable to do that with the 'Ungrouped' option, hence I am trying to explore whether it is doable with the 'Hierarchical' option in VA.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Below are 2 images to illustrate the outcome that I am trying to achieve/work towards.&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="Capture.PNG" style="width: 382px;"&gt;&lt;img src="https://communities.sas.com/t5/image/serverpage/image-id/25323i3EBC2199873341F3/image-dimensions/382x253?v=v2" width="382" height="253" role="button" title="Capture.PNG" alt="Capture.PNG" /&gt;&lt;/span&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Capture2.PNG" style="width: 338px;"&gt;&lt;img src="https://communities.sas.com/t5/image/serverpage/image-id/25324iB6AD380D854B58D7/image-dimensions/338x278?v=v2" width="338" height="278" role="button" title="Capture2.PNG" alt="Capture2.PNG" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thank you again and I hope to hear from you soon!&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Best regards,&lt;/P&gt;&lt;P&gt;Leon&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Mon, 03 Dec 2018 02:14:57 GMT</pubDate>
    <dc:creator>leoncai</dc:creator>
    <dc:date>2018-12-03T02:14:57Z</dc:date>
    <item>
      <title>Hierarchical Network Analysis/Diagram</title>
      <link>https://communities.sas.com/t5/SAS-Visual-Analytics/Hierarchical-Network-Analysis-Diagram/m-p/517405#M11545</link>
      <description>&lt;P&gt;Hello there!&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I would really appreciated any help that I can get. I am currently trying to work on Hierarchical Network Analysis on SAS VA and I cannot seem to get the outcome that I would want it to be.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Attached is an image of the sample expected hierarchical network diagram that I would like to achieve. However, can anyone advise me if this is achievable in SAS VA?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Also, in the problem that I am tackling, the hierarchy levels for different entity is different and SAS VA does not seem to be able to omit the missing field from my data and as a result, nodes named "missing" will appear on my network diagram.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thank you in advance!&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Best regards,&lt;/P&gt;&lt;P&gt;Leon&lt;/P&gt;</description>
      <pubDate>Fri, 30 Nov 2018 09:28:56 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Visual-Analytics/Hierarchical-Network-Analysis-Diagram/m-p/517405#M11545</guid>
      <dc:creator>leoncai</dc:creator>
      <dc:date>2018-11-30T09:28:56Z</dc:date>
    </item>
    <item>
      <title>Re: Hierarchical Network Analysis/Diagram</title>
      <link>https://communities.sas.com/t5/SAS-Visual-Analytics/Hierarchical-Network-Analysis-Diagram/m-p/517444#M11546</link>
      <description>&lt;P&gt;Hi Leon,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Attaching data given your example. This very simple table has two columns for source and target. VA would render such data set as follow:&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="network.png" style="width: 305px;"&gt;&lt;img src="https://communities.sas.com/t5/image/serverpage/image-id/25281i34446ED05A9BCC3B/image-size/large?v=v2&amp;amp;px=999" role="button" title="network.png" alt="network.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;I'm not exactly sure what you mean with&amp;nbsp;missing values. VA will automatically render all valid edges in your network structure. If you name a node 'missing' this would still represent a valid node name and therefore be included in your final network. You may want to consider not generating related rows (e.g. use a filter to exclude) or use a numeric column here and don't apply a value.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Hope this helps. Falko&lt;/P&gt;</description>
      <pubDate>Fri, 30 Nov 2018 12:35:06 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Visual-Analytics/Hierarchical-Network-Analysis-Diagram/m-p/517444#M11546</guid>
      <dc:creator>FalkoSchulz</dc:creator>
      <dc:date>2018-11-30T12:35:06Z</dc:date>
    </item>
    <item>
      <title>Re: Hierarchical Network Analysis/Diagram</title>
      <link>https://communities.sas.com/t5/SAS-Visual-Analytics/Hierarchical-Network-Analysis-Diagram/m-p/517950#M11551</link>
      <description>&lt;P&gt;Hi Falko,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Firstly, thank you so much for your response! The diagram in your response is exactly what I would like to achieve in my network diagram. However, I would like to enquire if that is achievable with the 'Hierarchical' option?&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Attached contains images of my expected and actual outcome in SAS VA, as well as the test data that I used.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I am able to achieve the expected outcome with the 'Ungrouped' option as well, however, my concern is that subsequently, I am hoping to design a dashboard that is able to branch out from the node that we choose (i.e. the node that we choose will be node 0) and show the level of branching according to the hierarchy level chosen. I am unable to do that with the 'Ungrouped' option, hence I am trying to explore whether it is doable with the 'Hierarchical' option in VA.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Below are 2 images to illustrate the outcome that I am trying to achieve/work towards.&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="Capture.PNG" style="width: 382px;"&gt;&lt;img src="https://communities.sas.com/t5/image/serverpage/image-id/25323i3EBC2199873341F3/image-dimensions/382x253?v=v2" width="382" height="253" role="button" title="Capture.PNG" alt="Capture.PNG" /&gt;&lt;/span&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Capture2.PNG" style="width: 338px;"&gt;&lt;img src="https://communities.sas.com/t5/image/serverpage/image-id/25324iB6AD380D854B58D7/image-dimensions/338x278?v=v2" width="338" height="278" role="button" title="Capture2.PNG" alt="Capture2.PNG" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thank you again and I hope to hear from you soon!&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Best regards,&lt;/P&gt;&lt;P&gt;Leon&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 03 Dec 2018 02:14:57 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Visual-Analytics/Hierarchical-Network-Analysis-Diagram/m-p/517950#M11551</guid>
      <dc:creator>leoncai</dc:creator>
      <dc:date>2018-12-03T02:14:57Z</dc:date>
    </item>
    <item>
      <title>Re: Hierarchical Network Analysis/Diagram</title>
      <link>https://communities.sas.com/t5/SAS-Visual-Analytics/Hierarchical-Network-Analysis-Diagram/m-p/518115#M11553</link>
      <description>&lt;P&gt;Hi Leon,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Yes, unfortunately hierarchical networks do render all values including missing values. I will send feedback to the development team and see whether this can be improved. There is not much value rendering nodes with missing value in unbalanced hierarchies - I agree. I should also mention that the hierarchical network (even while the name may suggest it) - is not truly hierarchical as it merges nodes with the same name on each level. For true hierarchical structures - it would be better to utilize things like org charts.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;While VA currently does not support this visualization - you could look into &lt;A href="https://go.documentation.sas.com/?docsetId=vaobj&amp;amp;docsetTarget=p0ppd5f6rdubvbn18zlirr9xshy3.htm&amp;amp;docsetVersion=8.2&amp;amp;locale=en" target="_self"&gt;data-driven content &lt;/A&gt;objects which let you embed any 3rd party graph visualizations.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Hope this helps. Regards, Falko&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 03 Dec 2018 15:26:59 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Visual-Analytics/Hierarchical-Network-Analysis-Diagram/m-p/518115#M11553</guid>
      <dc:creator>FalkoSchulz</dc:creator>
      <dc:date>2018-12-03T15:26:59Z</dc:date>
    </item>
    <item>
      <title>Re: Hierarchical Network Analysis/Diagram</title>
      <link>https://communities.sas.com/t5/SAS-Visual-Analytics/Hierarchical-Network-Analysis-Diagram/m-p/518625#M11564</link>
      <description>Hi Falko,&lt;BR /&gt;&lt;BR /&gt;Thanks for the clarification. I shall look into the date-driven content objects then!&lt;BR /&gt;&lt;BR /&gt;Best regards,&lt;BR /&gt;Leon</description>
      <pubDate>Wed, 05 Dec 2018 01:27:53 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Visual-Analytics/Hierarchical-Network-Analysis-Diagram/m-p/518625#M11564</guid>
      <dc:creator>leoncai</dc:creator>
      <dc:date>2018-12-05T01:27:53Z</dc:date>
    </item>
    <item>
      <title>Re: Hierarchical Network Analysis/Diagram</title>
      <link>https://communities.sas.com/t5/SAS-Visual-Analytics/Hierarchical-Network-Analysis-Diagram/m-p/629381#M13567</link>
      <description>&lt;P&gt;Hi Falko,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Following this thread subject, Hierarchical Network Diagram, I was surfing SAS website and found a very good example that will help me to accomplish my task as in the following link:&lt;/P&gt;&lt;P&gt;&lt;A href="https://video.sas.com/detail/video/6029136083001/intro-to-network-analysis-in-sas%C2%AE-visual-analytics" target="_blank"&gt;https://video.sas.com/detail/video/6029136083001/intro-to-network-analysis-in-sas%C2%AE-visual-analytics&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;However, I am still looking around for the mentioned dataset in this URL so I can practice the graph first before loading my full dataset into SAS VIYA VA.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Would you please assist me with this?&lt;/P&gt;</description>
      <pubDate>Wed, 04 Mar 2020 08:54:22 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Visual-Analytics/Hierarchical-Network-Analysis-Diagram/m-p/629381#M13567</guid>
      <dc:creator>waelaburezeq1</dc:creator>
      <dc:date>2020-03-04T08:54:22Z</dc:date>
    </item>
    <item>
      <title>Re: Hierarchical Network Analysis/Diagram</title>
      <link>https://communities.sas.com/t5/SAS-Visual-Analytics/Hierarchical-Network-Analysis-Diagram/m-p/630455#M13570</link>
      <description>&lt;P&gt;Hi! Sorry for the delay in responding. I sent an email to our training team who put this example together. I will forward the sample data as soon I have it.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Meanwhile - you could also try the two examples in this discussion. While smaller examples - the overall data structure does not change. Building such network data set is very straightforward. The official VA doc also has some additional details/examples if required:&amp;nbsp;&lt;A href="https://go.documentation.sas.com/?docsetId=vaobj&amp;amp;docsetTarget=n0kcvb9vm0kd1sn1b199uu8hgq1w.htm&amp;amp;docsetVersion=8.3&amp;amp;locale=en#n1czra7n080skwn10f1ltl7y6r8l" target="_blank"&gt;https://go.documentation.sas.com/?docsetId=vaobj&amp;amp;docsetTarget=n0kcvb9vm0kd1sn1b199uu8hgq1w.htm&amp;amp;docsetVersion=8.3&amp;amp;locale=en#n1czra7n080skwn10f1ltl7y6r8l&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Thanks, Falko&lt;/P&gt;</description>
      <pubDate>Sun, 08 Mar 2020 04:04:53 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Visual-Analytics/Hierarchical-Network-Analysis-Diagram/m-p/630455#M13570</guid>
      <dc:creator>FalkoSchulz</dc:creator>
      <dc:date>2020-03-08T04:04:53Z</dc:date>
    </item>
    <item>
      <title>Re: Hierarchical Network Analysis/Diagram</title>
      <link>https://communities.sas.com/t5/SAS-Visual-Analytics/Hierarchical-Network-Analysis-Diagram/m-p/634389#M13607</link>
      <description>&lt;P&gt;Sorry for the delay in responding. Please find attached the two data sets used in the introduction training video.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Hope this helps. Regards, Falko&lt;/P&gt;</description>
      <pubDate>Tue, 24 Mar 2020 09:42:41 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Visual-Analytics/Hierarchical-Network-Analysis-Diagram/m-p/634389#M13607</guid>
      <dc:creator>FalkoSchulz</dc:creator>
      <dc:date>2020-03-24T09:42:41Z</dc:date>
    </item>
  </channel>
</rss>

