<?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: Network Diagram Links in SAS Visual Analytics</title>
    <link>https://communities.sas.com/t5/SAS-Visual-Analytics/Network-Diagram-Links/m-p/158143#M756</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Seb,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The values for your talkName column need to contain a subset of your personName column - that is how they link for it to be networked... In the documentation, it states: &lt;SPAN style="color: #000000; background-color: rgba(255, 255, 255, 0);"&gt;The basic data roles for an ungrouped network diagram are the &lt;SPAN class="xis-windowItem" style="font-weight: bold;"&gt;Source&lt;/SPAN&gt; and the &lt;SPAN class="xis-windowItem" style="font-weight: bold;"&gt;Target&lt;/SPAN&gt;. The &lt;SPAN class="xis-windowItem" style="font-weight: bold;"&gt;Source&lt;/SPAN&gt; specifies a category that contains all of the node values for the plot. The &lt;SPAN class="xis-windowItem" style="font-weight: bold;"&gt;Target&lt;/SPAN&gt; specifies a category that creates the links between nodes. The &lt;SPAN class="xis-windowItem" style="font-weight: bold;"&gt;Target&lt;/SPAN&gt; category must contain a subset of the values of the &lt;SPAN class="xis-windowItem" style="font-weight: bold;"&gt;Source&lt;/SPAN&gt; category. &lt;A class="active_link" href="http://support.sas.com/documentation/cdl/en/vaug/67270/HTML/default/viewer.htm#p06eosr7smtwskn1qphlego3bso8.htm" title="http://support.sas.com/documentation/cdl/en/vaug/67270/HTML/default/viewer.htm#p06eosr7smtwskn1qphlego3bso8.htm"&gt;SAS(R) Visual Analytics 6.4: User's Guide&lt;/A&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #000000; background-color: rgba(255, 255, 255, 0);"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #000000; background-color: rgba(255, 255, 255, 0);"&gt;You might find &lt;A __default_attr="824121" __jive_macro_name="user" class="jive_macro jive_macro_user" data-objecttype="3" href="https://communities.sas.com/"&gt;&lt;/A&gt;'s blog post on networks a useful read - &lt;A href="http://blogs.sas.com/content/sascom/2014/02/19/exploring-social-networks-with-sas-visual-analytics/" title="http://blogs.sas.com/content/sascom/2014/02/19/exploring-social-networks-with-sas-visual-analytics/"&gt; Exploring social networks with SAS Visual Analytics - SAS Voices&lt;/A&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #000000; background-color: rgba(255, 255, 255, 0);"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #000000; background-color: rgba(255, 255, 255, 0);"&gt;Kind Regards,&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #000000; background-color: rgba(255, 255, 255, 0);"&gt;Michelle&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 12 Aug 2014 19:21:07 GMT</pubDate>
    <dc:creator>MichelleHomes</dc:creator>
    <dc:date>2014-08-12T19:21:07Z</dc:date>
    <item>
      <title>Network Diagram Links</title>
      <link>https://communities.sas.com/t5/SAS-Visual-Analytics/Network-Diagram-Links/m-p/158142#M755</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi all, hoping for some help.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have a very simple data set which lists the names of people that were mentioned in a talk. The dataset has 2 columns - personName and talkName.&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt; line-height: 1.5em;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt; line-height: 1.5em;"&gt;e.g.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;TABLE border="1" class="jiveBorder" height="99" style="border: 1px solid #000000; width: 254px; height: 77px;"&gt;&lt;TBODY&gt;&lt;TR&gt;&lt;TH style="text-align: center; background-color: #6690bc; color: #ffffff; padding: 2px;" valign="middle"&gt;&lt;STRONG&gt;personName&lt;/STRONG&gt;&lt;/TH&gt;&lt;TH style="text-align: center; background-color: #6690bc; color: #ffffff; padding: 2px;" valign="middle"&gt;&lt;STRONG&gt;talkName&lt;/STRONG&gt;&lt;/TH&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD style="padding: 2px;"&gt;John Smith&lt;/TD&gt;&lt;TD style="padding: 2px;"&gt;123&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD style="padding: 2px;"&gt;John Smith&lt;/TD&gt;&lt;TD style="padding: 2px;"&gt;234&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD style="padding: 2px;"&gt;Bob Jones&lt;/TD&gt;&lt;TD style="padding: 2px;"&gt;123&lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I want to create a &lt;STRONG&gt;Network Diagram in VA Explorer&lt;/STRONG&gt; which shows all persons, and links them if they were mentioned in the same talk. So in the example above, John Smith should be linked to Bob Jones, since talkName matches.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I believed I could do this using an "&lt;STRONG&gt;Ungrouped&lt;/STRONG&gt;" network type, and setting the &lt;STRONG&gt;Target&lt;/STRONG&gt; to personName, and &lt;STRONG&gt;Source&lt;/STRONG&gt; to talkName. All the people are shown in the network diagram, but with no links.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG alt="network.png" class="jive-image-thumbnail jive-image" src="https://communities.sas.com/legacyfs/online/7040_network.png" width="450" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Does anyone know if I'm missing something?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Seb&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 12 Aug 2014 16:14:33 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Visual-Analytics/Network-Diagram-Links/m-p/158142#M755</guid>
      <dc:creator>GrokAndRoll</dc:creator>
      <dc:date>2014-08-12T16:14:33Z</dc:date>
    </item>
    <item>
      <title>Re: Network Diagram Links</title>
      <link>https://communities.sas.com/t5/SAS-Visual-Analytics/Network-Diagram-Links/m-p/158143#M756</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Seb,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The values for your talkName column need to contain a subset of your personName column - that is how they link for it to be networked... In the documentation, it states: &lt;SPAN style="color: #000000; background-color: rgba(255, 255, 255, 0);"&gt;The basic data roles for an ungrouped network diagram are the &lt;SPAN class="xis-windowItem" style="font-weight: bold;"&gt;Source&lt;/SPAN&gt; and the &lt;SPAN class="xis-windowItem" style="font-weight: bold;"&gt;Target&lt;/SPAN&gt;. The &lt;SPAN class="xis-windowItem" style="font-weight: bold;"&gt;Source&lt;/SPAN&gt; specifies a category that contains all of the node values for the plot. The &lt;SPAN class="xis-windowItem" style="font-weight: bold;"&gt;Target&lt;/SPAN&gt; specifies a category that creates the links between nodes. The &lt;SPAN class="xis-windowItem" style="font-weight: bold;"&gt;Target&lt;/SPAN&gt; category must contain a subset of the values of the &lt;SPAN class="xis-windowItem" style="font-weight: bold;"&gt;Source&lt;/SPAN&gt; category. &lt;A class="active_link" href="http://support.sas.com/documentation/cdl/en/vaug/67270/HTML/default/viewer.htm#p06eosr7smtwskn1qphlego3bso8.htm" title="http://support.sas.com/documentation/cdl/en/vaug/67270/HTML/default/viewer.htm#p06eosr7smtwskn1qphlego3bso8.htm"&gt;SAS(R) Visual Analytics 6.4: User's Guide&lt;/A&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #000000; background-color: rgba(255, 255, 255, 0);"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #000000; background-color: rgba(255, 255, 255, 0);"&gt;You might find &lt;A __default_attr="824121" __jive_macro_name="user" class="jive_macro jive_macro_user" data-objecttype="3" href="https://communities.sas.com/"&gt;&lt;/A&gt;'s blog post on networks a useful read - &lt;A href="http://blogs.sas.com/content/sascom/2014/02/19/exploring-social-networks-with-sas-visual-analytics/" title="http://blogs.sas.com/content/sascom/2014/02/19/exploring-social-networks-with-sas-visual-analytics/"&gt; Exploring social networks with SAS Visual Analytics - SAS Voices&lt;/A&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #000000; background-color: rgba(255, 255, 255, 0);"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #000000; background-color: rgba(255, 255, 255, 0);"&gt;Kind Regards,&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #000000; background-color: rgba(255, 255, 255, 0);"&gt;Michelle&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 12 Aug 2014 19:21:07 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Visual-Analytics/Network-Diagram-Links/m-p/158143#M756</guid>
      <dc:creator>MichelleHomes</dc:creator>
      <dc:date>2014-08-12T19:21:07Z</dc:date>
    </item>
    <item>
      <title>Re: Network Diagram Links</title>
      <link>https://communities.sas.com/t5/SAS-Visual-Analytics/Network-Diagram-Links/m-p/158144#M757</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Seb,&lt;/P&gt;&lt;P&gt;Have a look at the SAS Global Forum Paper &lt;A href="http://support.sas.com/resources/papers/proceedings14/SAS045-2014.pdf"&gt;From Traffic to Twitter – Exploring Networks with SAS Visual Analytics&lt;/A&gt; and check out the section for ungrouped networks. As &lt;A __default_attr="704789" __jive_macro_name="user" class="jive_macro jive_macro_user" data-objecttype="3" href="https://communities.sas.com/"&gt;&lt;/A&gt; mentioned - you will also need to have all target categories listed in the source column (with an empty target). This is necessary as we are only utilising one table here (vs. the typical node and edge tables). These additional rows will let you specify node attributes for leaf nodes. In your example above - you should have gotten a warning at the bottom of the graph indicating this issue.&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;Hope this helps. Cheers, Falko&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 12 Aug 2014 22:24:58 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Visual-Analytics/Network-Diagram-Links/m-p/158144#M757</guid>
      <dc:creator>FalkoSchulz</dc:creator>
      <dc:date>2014-08-12T22:24:58Z</dc:date>
    </item>
    <item>
      <title>Re: Network Diagram Links</title>
      <link>https://communities.sas.com/t5/SAS-Visual-Analytics/Network-Diagram-Links/m-p/158145#M758</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;A __default_attr="704789" __jive_macro_name="user" class="jive_macro jive_macro_user" href="https://communities.sas.com/" modifiedtitle="true" title="Michelle Homes"&gt;&lt;/A&gt;, &lt;A __default_attr="824121" __jive_macro_name="user" class="jive_macro jive_macro_user" href="https://communities.sas.com/"&gt;&lt;/A&gt;,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks a lot for your help. You were correct, of course; I've added new rows with each target category in the source column, and my network now shows links:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG __jive_id="7053" alt="network 2.png" class="jive-image" height="291" src="https://communities.sas.com/legacyfs/online/7053_network 2.png" style="width: 201px; height: 291.39385474860336px;" width="201" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Ideally I really wanted this to resolve to a situation where John would be linked directly to Bob because they shared the same talk.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I assume that the correct way to do this would actually be to change my data to remove the concept of talknames, and instead make the "target" column also contain person names? e.g.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;TABLE border="1" class="jiveBorder" height="124" style="border: 1px solid #000000; width: 186px; height: 119px;"&gt;&lt;TBODY&gt;&lt;TR&gt;&lt;TH style="text-align: center; background-color: #6690bc; color: #ffffff; padding: 2px;" valign="middle"&gt;&lt;STRONG&gt;Person1&lt;/STRONG&gt;&lt;/TH&gt;&lt;TH style="text-align: center; background-color: #6690bc; color: #ffffff; padding: 2px;" valign="middle"&gt;&lt;STRONG&gt;Person2&lt;/STRONG&gt;&lt;/TH&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD style="padding: 2px;"&gt;John Smith&lt;/TD&gt;&lt;TD style="padding: 2px;"&gt;Bob Jones&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD style="padding: 2px;"&gt;Bob Jones&lt;/TD&gt;&lt;TD style="padding: 2px;"&gt;&lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Again, thanks for the advice. I had misinterpreted the concept.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Cheers,&lt;/P&gt;&lt;P&gt;Seb&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 13 Aug 2014 08:52:16 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Visual-Analytics/Network-Diagram-Links/m-p/158145#M758</guid>
      <dc:creator>GrokAndRoll</dc:creator>
      <dc:date>2014-08-13T08:52:16Z</dc:date>
    </item>
    <item>
      <title>Re: Network Diagram Links</title>
      <link>https://communities.sas.com/t5/SAS-Visual-Analytics/Network-Diagram-Links/m-p/158146#M759</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Typically, you have one source and one target column indicating the actual link between two entities. In your example you would probably use a user id's (as names may not be unique) in both of these columns. You can add additional node attributes in additional columns and assign to other roles in the network, e.g. data tips.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;An example table as follow:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;TABLE border="1" class="jiveBorder" style="border: 1px solid rgb(0, 0, 0); width: 100%;"&gt;&lt;TBODY&gt;&lt;TR&gt;&lt;TH style="text-align: center; background-color: #6690bc; color: #ffffff; padding: 2px;" valign="middle"&gt;&lt;STRONG&gt;SOURCE&lt;/STRONG&gt;&lt;/TH&gt;&lt;TH style="text-align: center; background-color: #6690bc; color: #ffffff; padding: 2px;" valign="middle"&gt;&lt;STRONG&gt;TARGET&lt;/STRONG&gt;&lt;/TH&gt;&lt;TH style="text-align: center; background-color: #6690bc; color: #ffffff; padding: 2px;" valign="middle"&gt;&lt;STRONG&gt;NAME&lt;/STRONG&gt;&lt;/TH&gt;&lt;TH style="text-align: center; background-color: #6690bc; color: #ffffff; padding: 2px;" valign="middle"&gt;&lt;STRONG&gt;talkName&lt;/STRONG&gt;&lt;/TH&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD style="padding: 2px;"&gt;USER1&lt;/TD&gt;&lt;TD style="padding: 2px;"&gt;USER2&lt;/TD&gt;&lt;TD style="padding: 2px;"&gt;John Smith&lt;/TD&gt;&lt;TD style="padding: 2px;"&gt;123&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD style="padding: 2px;"&gt;USER2&lt;/TD&gt;&lt;TD style="padding: 2px;"&gt;&lt;/TD&gt;&lt;TD style="padding: 2px;"&gt;Bob Jones&lt;/TD&gt;&lt;TD style="padding: 2px;"&gt;123&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;USER1&lt;/TD&gt;&lt;TD&gt;USER3&lt;/TD&gt;&lt;TD&gt;John Smith&lt;/TD&gt;&lt;TD&gt;123&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD style="padding: 2px;"&gt;USER3&lt;/TD&gt;&lt;TD style="padding: 2px;"&gt;&lt;/TD&gt;&lt;TD style="padding: 2px;"&gt;Simon&lt;/TD&gt;&lt;TD style="padding: 2px;"&gt;234&lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You can assign NAME/talkName as other attributes in the network diagram. Note, that I added Bob (USER2) and Simon (USER3) as additional rows without a TARGET value - this way you can assign attributes such as name and talkName to both user id's.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope this makes sense. Cheers, Falko&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 13 Aug 2014 10:20:27 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Visual-Analytics/Network-Diagram-Links/m-p/158146#M759</guid>
      <dc:creator>FalkoSchulz</dc:creator>
      <dc:date>2014-08-13T10:20:27Z</dc:date>
    </item>
    <item>
      <title>Re: Network Diagram Links</title>
      <link>https://communities.sas.com/t5/SAS-Visual-Analytics/Network-Diagram-Links/m-p/158147#M760</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Falco,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks for the help. Yes, that makes absolute sense. In fact I did actually choose to use unique IDs, but I didn't want to complicate my example with those!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This is maybe out of the bounds of the original topic, but is there a standard approach for converting data from the original structure I posted into the new source-target structure? I thought I could do it through some creative use of the MERGE function but I've not managed it so far...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Cheers,&lt;/P&gt;&lt;P&gt;Seb&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 13 Aug 2014 10:32:46 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Visual-Analytics/Network-Diagram-Links/m-p/158147#M760</guid>
      <dc:creator>GrokAndRoll</dc:creator>
      <dc:date>2014-08-13T10:32:46Z</dc:date>
    </item>
    <item>
      <title>Re: Network Diagram Links</title>
      <link>https://communities.sas.com/t5/SAS-Visual-Analytics/Network-Diagram-Links/m-p/158148#M761</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;try using filter to make specific pic undet talk name. by this way you can only associate your nodes to the specified talkname that you have selected. I used one of this for route optimization model.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;satlr&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 13 Aug 2014 11:58:45 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Visual-Analytics/Network-Diagram-Links/m-p/158148#M761</guid>
      <dc:creator>sat_lr</dc:creator>
      <dc:date>2014-08-13T11:58:45Z</dc:date>
    </item>
    <item>
      <title>Re: Network Diagram Links</title>
      <link>https://communities.sas.com/t5/SAS-Visual-Analytics/Network-Diagram-Links/m-p/158149#M762</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Well, there is no generic approach in getting this automated as there are many different ways to describe a relationship. In your example you define the relationship as user1.talkName = user2.talkName but there could be others such as user1.lastName eq user2.lastName, etc. In social networks you often take a predefinied relationship such as user1 follows user2.&lt;/P&gt;&lt;P&gt;A simple SQL join on your data by comparing the talkName would probably create the required structure. However you will find that a merge like this will produce a link from user1-&amp;gt;user2 as well as link from user2-&amp;gt;user1 as both are valid conditions for the relationship before. While VA can handle multi-links between entities its a rather confusing network to look at. You may also want to consider introducing additional nodes in your network such as the actual talkName so users who are mentioned in each talk are grouped/clustered together. Also, include some additional measures / categories which you can use to highlight stronger or weaker relationships (VA allows you to visualize this by using wider links or different colors). Maybe check out the &lt;A href="http://support.sas.com/documentation/solutions/optgraph/index.html"&gt;OPTGRAPH&lt;/A&gt; procedure if you have access to it as this provides a great set of additional network algorithms and can give you additional measures such as Eigenvector or degree - important measures when doing social network analysis.&lt;/P&gt;&lt;P&gt;Cheers, Falko&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 14 Aug 2014 02:08:45 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Visual-Analytics/Network-Diagram-Links/m-p/158149#M762</guid>
      <dc:creator>FalkoSchulz</dc:creator>
      <dc:date>2014-08-14T02:08:45Z</dc:date>
    </item>
  </channel>
</rss>

