Sharepoint 2013 Org Chart Viewer

Hello,
      I have a sharepoint 2013 site for a project I'm working on.  I want to put the org chart viewer on a page that exists outside of the my site.  I have put the web part on the my site, exported it and then put it on the page
where I want it and it fails to load.  I have also taken the HTML used for the web part from the my site page and put it on the page, but it still fails to load.
Is it possible to put the org chart viewer control on a non my site page?  If so, how is this done?
Thanks
Jim

Hi,
According to your post, my understanding is that you wanted to put the org chart viewer control on a non my site page.
It is possible to put the org chart viewer control on a non my site page.
SharePoint 2013 Server come with a feature called the "Organisation Browser" to display organisational information. By default the web part is located on every user’s ‘My Profile’ tab on their MySite and it can be added to other pages if required.
SharePoint Org Chart web part provides all of the capabilities mentioned above that the SharePoint Organization Browser lacks, plus a whole lot more.
Here is a similar thread for you to take a look at:
http://www.sharepointwendy.com/2013/06/product-review-sharepoint-org-chart.html
More information:
http://www.sharepointorgchart.com/default.aspx?ref=WN
http://www.sharepointorgchart.com/UserGuide/OrgChartFromADOrUserProfileService.aspx
Best Regards,
Linda Li
Linda Li
TechNet Community Support

Similar Messages

  • [Forum FAQ] Show Attachments in SharePoint 2013 Custom List View

    Introduction:
    By default, there is an Attachments column in the SharePoint List, some people want to display attachments name and click name can open the documents in List View. In this article, we would show you the method with
    REST API, JSLink and jQuery.
    Solution:
    The steps in detail as follows:
    Download the jQuery API  and upload the js file into the
    SiteAssets Document Library.
    Save the following code as a js file (showAttachments.js) and upload it into the
    SiteAssets Document Library.
    (function () {
    // Create object that have the context information about the field that we want to change it output render
    var attachmentsFiledContext = {};
    attachmentsFiledContext.Templates = {};
    attachmentsFiledContext.Templates.Fields = {
    "Attachments": { "View": AttachmentsFiledTemplate }
    SPClientTemplates.TemplateManager.RegisterTemplateOverrides(attachmentsFiledContext);
    // This function provides the rendering logic for list view
    function AttachmentsFiledTemplate(ctx) {
    var itemId = ctx.CurrentItem.ID;
    var listName = ctx.ListTitle;
    return getAttachments(listName, itemId);
    //get attachments field properties
    function getAttachments(listName,itemId) {
    var url = _spPageContextInfo.webAbsoluteUrl;
    var requestUri = url + "/_api/web/lists/getbytitle('" + listName + "')/items(" + itemId + ")/AttachmentFiles";
    var str = "";
    // execute AJAX request
    $.ajax({
    url: requestUri,
    type: "GET",
    headers: { "ACCEPT": "application/json;odata=verbose" },
    async: false,
    success: function (data) {
    for (var i = 0; i < data.d.results.length; i++) {
    str += "<a href='" + data.d.results[i].ServerRelativeUrl + "'>" + data.d.results[i].FileName + "</a>";
    if (i != data.d.results.length - 1) {
    str += "<br/>";
    error: function (err) {
    //alert(err);
    return str;
    3.     Edit the list view page.
    4.
    Edit the list web part. Go to Miscellaneous -> JS Link.
    5.    Add the following URL into the JS Link textbox.
    ~site/SiteAssets/jquery-1.11.1.min.js|~site/SiteAssets/showAttachments.js
    Result:<o:p></o:p>
    Please click to vote if the post helps you. This can be beneficial to other community members reading the thread.

    Hi,
    Thanks for your details steps, with your steps I can reproduce the issue using SharePoint server 2013 without any CU or PU.
    The items not displayed when group by the calculated column.
    However, I had done more research and test, I had found that it’s a known issue.
    I had tested with the SharePoint server 2013 which applied the December CU, the issue disappeared, the items displayed well.
    You can install the December CU for SharePoint server 2013, then test whether it works.
    http://blogs.technet.com/b/stefan_gossner/archive/2013/12/20/december-2013-cu-for-sharepoint-2013-has-been-released.aspx
    Thanks,
    Jason
    Forum Support
    Please remember to mark the replies as answers if they help and unmark them if they provide no help. If you have feedback for TechNet Subscriber Support, contact
    [email protected]
    Jason Guo
    TechNet Community Support

  • Visio 2013 Org Chart Pictures using Exchange as a Data Source

    When I run the org chart wizard it creates the org charts however no pictures show up. How do I make the pictures show up when Exchange is the data source? We use Exchange 2010, Lync 2010, Outlook 2010 & 2013 and pictures show up in all those apps and
    are loaded in AD.
    WHat needs to be checked or configured to have the org-chart in Visio 2013 show those pictures?

    Hi,
    If you want to show the pictures in the Organization chart, we need to add the photo the display
    fields. Please try to do the following steps:
    Create a new Organization chart> Organization Chart Wizard choose information that's already stored in a file or database> Choose A microsft Exchange Server directory> Select Photo and add to display fields> Choose the information which you want
    to show> I want to specify how much of my Organization to display on each page > Choose the team
    For more detail information, please refer to the following link:
    http://blogs.office.com/b/visio/archive/2012/08/20/visualize-your-organization-like-never-before-with-org-chart-styles-and-auto-photo-imports.aspx
    http://office.microsoft.com/en-in/visio-help/create-an-organization-chart-automatically-from-employee-data-HA102832203.aspx
    Thanks,
    George Zhao
    Forum Support
    Come back and mark the replies as answers if they help and unmark them if they provide no help.
    If you have any feedback on our support, please click "[email protected]"

  • Visio 2013 Org Chart Changing Picture Quality

    Hi,
    I'm trying to make an org chart with a lot of employees. I can generate the chart with the wizard, but if I add pictures, Visio tends to crash before finishing. I ended up generating the org chart with the wizard and then added the pictures using vba and the
    ChangePicture function. This works well enough to solve the crashing problem. However, for larger JPEG images (300KB or larger), many of them don't seem to show up. If they do, they tend to randomly disappear and reappear when I go through the different pages
    of the chart and come back to it. Is there a way to lower the picture quality using vba before or after putting them on the chart? 
    Thanks,
    Bobby

    Hi,
    In regarding of the issue, we might try to troubleshooting the Visio 2013 crash during you using the Organization chart and check if it is helpful. I have some questions:
    How many images do you insert to the diagram?
    Where do you get the
    organization information (Photos)? Form exchange server, text, excel file or ODBC-compliant data source?  
    Please try the following methods:
    Install the latest patches.
    Start Visio in
    safe mode.
    Repair Visio.
    Add the size of virtual memory
    If the issue still exists, please check what happened when Visio 2013 crash via the
    event log.
    If you need further assistance about "lower the picture quality" via VBA, please post your question to MSDN forum:
    http://social.msdn.microsoft.com/Forums/en-US/home?forum=isvvba
    Regards,
    George Zhao
    TechNet Community Support

  • Sharepoint 2013 Document library view show version history

    Hello everyone,
    I have a document library view with many folders. Each folder is a procedure and have document attached to it.
    When I add a new version, I would like to show version history for each document contained in the folder. For example:
    There is a folder Procedure 123 which has three files ( File1, File2, and File3). After a week the user the user created new revisions for each document.
    I would like to have a document view with the following information
    File Name   version
    ======  ======
    File 01         0
    File 02         0
    File 03         0
    File 01         1
    File 02         1
    File 03         1
    File 01         2
    File 02         2
    File 03         2
    Thanks for your help.
    Jhonny Marcelo

    This is quite simple, you have to modify the current view (Modify this view) of document library and then you can select version column from available column list (make sure version is enabled). please check below picture for detail.
    Adnan Amin MCT, SharePoint Architect | If you find this post useful kindly please mark it as an answer.

  • Datasheet view in SharePoint 2013

    Is there a way to display the datasheet view in SharePoint 2013 like the older version i.e. MS Access Web Datasheet component? There are lot of features removed from the current datasheet view.
    Thanks Arut

    Hi,
    According to your post, my understanding is that you wanted to display the datasheet view in SharePoint 2013 like the older version.
    In SharePoint 2013 the Datasheet view was replaced with the new Quick Edit option which works now in all browsers (since it is no longer using ActiveX).
    Though the new Quick Edit mode does not support all the "Excel-like" features, it has many improvements.
    To use the old Datasheet view, the
    KwizCom Datasheet view seems to be a solution. After using the add-on, the Datasheet view ribbon button will be located left to the Quick Edit button.
    More information:
    http://jimehrenberg.wordpress.com/2013/11/05/datasheet-view-improvements-in-sharepoint-2013-2/
    Best Regards,
    Linda Li
    Linda Li
    TechNet Community Support

  • Sharepoint 2013 XSLT view in Dataview webpart

    I have one doubt. Recently I seen that in sharepoint 2013, for data view webpart xslt view is not available in Sharepoint Designer. I came to know that XSLT view will not be supported in 2013. My query is whether Microsoft will remove complete XSLT part
    in next version of sharepoint. Like Content query webpart and all. Also am not getting why they removed that XSLT view in 2013. Because if they are going to remove XSLT, then it will create a problem in migration and all. Please clear me if you have any idea
    on the same.

    Hi,
    You should use CSR(Client Side rendering)
    http://sharepoint.stackexchange.com/questions/75451/xsl-to-customize-xsltlistviewwebpart-sharepoint-foundation-2013
    http://www.rbradbrook.co.uk/blog/2013/04/14/introduction-to-client-side-rendering-in-sharepoint-2013/
    Please remember to click 'Mark as Answer' on the answer if it helps you

  • Display look up column as drop down list in a web part in SharePoint 2013

    Hi,
    I have a look up column in SharePoint 2013 calendar list.I want to show that field with values in the page as drop down list to filter the data based in selected value.
    Is it possible through OOB or javascript.
    Please help .
    Thank you.

    Hi  ,
    According to your description, my understanding is that you want to  filter a calendar based a look up column in SharePoint 2013.
    Calendar View not support OOTB filters connection. it is disabled for calendar view, you need to change view(not calendar view) so OOTB filters works and get connected to your view.
    You can achieve this using combination of jQuery and SharePoint OOB techniques.
    For jQuery filters refer to the  blog: enter SharePoint List Filters using jQuery
    Also you can filter Calendar View Web Part using JQuery and SPServices:
    http://blogs.visigo.com/chriscoulson/filter-a-sharepoint-calendar-list-with-a-date-picker/
    http://joshmccarty.com/2011/11/sharepoint-jquery-and-fullcalendar%E2%80%94now-with-spservices/
    http://spservices.codeplex.com/discussions/258846
    Another  way, you can have a look at the SPFilterCalendar :
    http://www.aasoftech.com/SitePages/How%20to%20Filter%20SharePoint%20Calendar%20Dynamically.aspx
    Best Regards,
    Eric
    Eric Tao
    TechNet Community Support

  • "External Data Refresh Failed" in Excel Workbook in SharePoint 2013

      Hi Everyone,
    I hope someone can help me sort this out. I wasn't sure if this should be submitted to SQL Server 2012 or SharePoint 2013 but I think I have ruled out an actual SQL issue here.
    I have a test SharePoint 2013 Farm installed on one server.  On that server we have SQL Server 2012 Standard (Database Engine Only) installed as one instance for SharePoint 2013.  SharePoint 2013 is installed as Enterprise. 
    On another server I have SQL Server 2012 Enterprise installed I have both the Database Engine and Analysis Services installed on that server in one Instance.
    I have created a new Analysis Services Cube and stored in on that server using VS 2012 Data Tools.   I then use Office 2013 Excel and create a new Pivot Table and bring in that data into that workbook.  I save that workbook to my desktop and
    can click on the DATA tab and do a "Refresh All" and the data is refreshed with no problem. 
    I then Save that Workbook to SharePoint 2013 in my Business Center documents library. I then try to do a Data Refresh and get the following error: External Data Refresh Failed. We were unable to refresh one or more data connections in the workbook. The following
    connections failed to refresh: servername ConnectionName.
    Let me tell you a little bit about how I have my SharePoint 2013 setup.
    In Application Management ==> Secure Store Service - I have a Target Application Id setup with an AD account name and password.
    In Application Management ==> Excel Services Application Settings - I an using an Unattended Service Account that is pointing to the Target Application ID that I setup in Secure Store Service.
    Now in SQL Server 2012. I have made the AD account name and password a SYSADMIN account (because nothing seemed to work) and mapped that login to my Database that I created my cube from.
    I have went into the Properties of my Analysis Server on SQL Server 2012 and out that AD userid in the Security Page as a Server Administrator. 
    Now let me tell you the real kicker here. 
    I also have a Sharepoint 2010 farm that we have been testing for about a year.  This is something we wanted to go into production with but now have decided we will deploy our new production site on 2013. 
    This has the same setup only I am using SQL Server 2008 R2 as my database for SharePoint 2010, and am using SQL Server 2008 R2 on another server and instance for Database Engines and Analysis Server. 
    I have already created a cube on the SQL 2008 r2 Analysis Server using BIDS.
    I created a Excel Pivot Table based on that cube and save it to the SharePoint 2013 site.  
    I then put the SSS AD account name on the SQL Server 2008 Analysis Services Security as Administrator.
    I pull up that Excel Workbook and go into Data and do a Refresh All and it works. 
    I then bring up my copy of the Excel workbook I created for my SQL Server 2012 Cube (this does not work on SP 2013) and save it to my Business Center in SP 2010.  This will do a DATA Refresh on that workbook.
    Another thing that I have done, (we have Office Web Apps Server running on the SP 2013 side), is set SPWOPISuppressSetting -view -extension xlsx so that when I bring up the Excel spreadsheet in 2013 it has a url with the xlviewer instead of the WOPI 
    url.
    OK.  I have went through all of my setup.   I am must wondering if I missed something in my install for this.  HELP.   There can't be that much difference in the installation between 2010 and 2013. 
    Thanks in Advance everyone.

    After many hours of research and totally burning down my SQL Server 2012 server because of the many changes I made to it, I finally found the issue that caused this and specifically why SP would not work with SQL Server 2012 Analysis Services.  This
    time I reinstalled SQL Server 2012 from scratch again but only put SP1 on at this time.  I can't be completely sure this fixed the issue since I have not put any of the other CU  on the box.  But, after the reinstall, everything seemed to work
    perfectly from the Excel Services side.
    The issue I then ran into was that I could not get my PerformancePoint Services to work with my Cubes that were created on SQL Server 2012.  I received Error Message " The DataSource Provider for data sources of type 'ADOMD.NET' is not registered" on
    my SharePoint 2013 Server Event Viewer. 
    I finally found this post on the issue: 
    http://yossidahan.wordpress.com/2012/08/14/cant-get-ssas-databases-to-appear-in-performance-point-dashboard-designer-check-you-adomd-net-version/
    Seems that SP 2013 is built to use SQL Server 2008 R2 Analysis Services, so you need to install the ADOMD.net from SQL Server 2008 in order for it to work.   But make sure you install Version 10 since if you install any other it doesn't seem to
    work. 
    I feel like I wasted a whole month tracking these issues down, and I haven't been able to test PowerView, PowerPivot or SSRS yet.  I hope there is not any more. 

  • SharePoint 2013 ListView GroupBy SpURL field

    I am doing GroupBy Url Field in SharePoint (2013 Enterprise Edition) view. I have set 5  for group limits to return, and item limit to 1. Though there are more than 5 groups in list I can see less than 5 groups in view.
    After bit of analysis I found that while querying from DB SharePoint API gets unique 5 combination of Description + ", " + Url of Url field. But while displaying it, groups by based on description field only.
    Let's assume I have below content in my list for column "MyLink"
    Bing, http://bing.com
    Bing, http://bing.co.in
    Google, http://Google.com
    Google, http://Google.co.in
    Now if I group by "MyLink" and set GroupLimit to 2 and item limit to 1 (changed item limit to 2, 10, 100 - same result), in the view I can see only 1 group "Bing". Though I have given 2 different Url's, Url is not considered here while
    displaying.
    As of now I have hidden field MyLink_Hidden of single line of text, which has combination of Description and Url. I am grouping by this field and replacing the group header through JS. Please suggest if this is known issue in SharePoint 2013 and there is
    better solution.
    PaLa

    Hi Pala,
    It is by design that GroupBy with hyperlink field will be grouped by description, so it is not easy to change it.
    As you want to group by the view with different related content, I recommend to extract the list name and the item id from the current item's server relative URL in the workflow, and then use the value to update the column in the Task list.
    After that, the column value will become , it is list name/item id_.000.
    It will make the view more clear about the related item when grouping the view with this column.
    And you method is also fine.
    Thanks,
    Victoria
    Forum Support
    Please remember to mark the replies as answers if they help and unmark them if they provide no help. If you have feedback for TechNet Subscriber Support, contact
    [email protected]
    Victoria Xia
    TechNet Community Support

  • OBIEE11g: Organization Chart View for Narrative  is not working

    HI
    I was trying this blog ( http://bidirect.blogspot.ae/2012/11/oracle-business-intelligence.html) for Org Chart View using native view. But when i run Report is showing only code which i pasted in Native view. It is not drawing Chart upon Data.
    Can any one help me on this.
    BI Apps 7.9.6.4
    OBIEE 11.1.1.6.9
    OS: Window 2008 SP2
    DB: 11g
    Regards
    Sher

    Hi,
    Yes, That might be a reason, the script u used i have seen http://Google.com kind of stuff, so once try connect to internet and see.
    Thanks.

  • Navigation from OnePage to Another Page in MS Visio chart added in SharePoint 2013 Site

    Dear All,
    I have made Org Chart in MS Visio 2013 including multiple pages (sheets) & hyperlink provided to navigate from one page to another after clicking on particular box/Icon.
    In Ms Visio, its working properly but when i have added this in SharePoint site then when clicking on hyper linked Box then instead of navigating to another page , it is downloading files.
    Kindly let me know what should be done.

    Hi,
    In regarding of the issue, please provide us more information to assist you better.
    How do you upload the Visio file to SharePoint 2013? Upload the whole file directly or use the Visio 2013 build-in feature to save as to SharePoint site.
    Which file format do you use? VSDX or VWD format (Visio Web Drawing)
    Which browsers do you use?
    If you did not use VWD format, I recommend you try to
    save diagrams to SharePoint as Web drawings, we are using Visio Services to make the diagram available for people to view in a browser. Web drawings can have hyperlinks, multiple pages, and other features like a standard Visio drawing, including the
    ability to connect to external data sources. (Based on my test, the method worked well for me, it would navigate hyperlink correctly among different pages)
    Then, if we can navigate hyperlink correctly, and it becomes ”downloading mode“. This issue may be caused by the browsers add-ins. Please try to disable all the add-ins to test.
    Hope it's helpful.
    Regards,
    George Zhao
    TechNet Community Support
    It's recommended to download and install
    Configuration Analyzer Tool (OffCAT), which is developed by Microsoft Support teams. Once the tool is installed, you can run it at any time to scan for hundreds of known issues in Office
    programs.

  • SharePoint Foundation 2013 - report / chart / Graph for Employee vacation.

    In SharePoint Foundation 2013 I want to create a report / chart / Graph for Employee (Employee Id,Employee Name & Department) which will show month wise from which date to which date Employee are on vacation in particular department.
    I'm thinking to create one List where where user will enter there vacation details and from that list report I will create chart / Graph Department wise to check the Employees availability.
    Please provide some good example or idea in detail for this.

    Hi,
    Chart Web Parts are useful for visually representing data in line charts, bar charts, and other views. Charts enable you and other users to view performance information at a glance.
    In SharePoint 2013, chart web part is one of the discontinued features. We usually use Excel Service to replace it, however, Excel Service is only available in Enterprise edition, so we need to figure out coding methods or third party tool if you are using
    Foundation edition.
    Here are some links for workaround in your situation, please check if they can be help:
    http://sivarajan.me/post/SharePoint-2013-Chart-WebPart-Using-HTML-5-RGraph-with-WCF-REST-Services
    http://charts4sharepoint.codeplex.com/
    Regards,
    Rebecca Tu
    TechNet Community Support

  • PowerPivot excel chart in SharePoint 2013

    Hi,
    I would like to know to see the powerpivot chart in SharePoint using Excel Web Access wepart, do we need to install Powerpivot feature in SharePoint.
    In my Environment, we have excel service application is configured therefore we have one excel file which has powerpivot chart in it and later uploaded in SharePoint. We are now not able to see powerpivot chart but all information loks okay, on top of that
    I am getting below issues. Please note that library is already in trusted location in excel service application.Please help.
    srabon

    Hi  srabon,
    What do you mean that  “you are not able to see PowerPivot chart but all information looks okay “?
    On SharePoint 2013 there are 2 modes of opening the XLSX file.
    1. WOPI Model( need office web apps installed)
    2. XLSViewer Model
    As you have configured Excel  Service Application, you should be able to view PowerPivot chart.  So the crime should be the Excel Service Application.
    For your issue, please make sure the Excel Service Application has associated with your SharePoint Server. Then make sure
    add SSAS to Excel Service Application Trusted Data Provider in SharePoint 2013 .
    Also I recommend you Install Analysis Services Server in SharePoint Mode for SharePoint 2013.
    For more information, please refer to the article:
    http://technet.microsoft.com/en-us/library/jj219067.aspx
    Best Regards,
    Eric
    Eric Tao
    TechNet Community Support

  • Prevent Site Members to view Site Contents Page in SharePoint 2013

    I created SharePoint 2013 Site and it has 5 variation sub sites as well. Each site has several pages. I have end users added to Site Members group who should access all the Custom pages. Customer has raised a security issue, end users are able to access
    Site Contents page by supplying the link in the URL. I tried adding these end user to site visitors but unfortunately they are not able to access variations sub sites custom pages.
    Kindly help me how to solve this.

    Little confuse. 
    You want to stop users from viewing page or you want them to to be able to view pages
    Which pages are they able to view. 
    Just follow below steps to prevent users form accessing application pages
    http://blog.mastykarz.nl/preventing-authenticated-visitors-browsing-system-pages/
    You can even try this powershell
    param (
        $WebApplicationUrl
    $wa = Get-SPWebApplication $WebApplicationUrl
    $wa.PolicyRoles.Add("Deny System Pages",
    "", "EmptyMask", "ViewFormPages")
    $wa.Update()
    $claimType = "http://schemas.microsoft.com/sharepoint/2009/08/claims/identityprovider"
    $claimValue = "AspNetMembership"
    $claim = New-Object Microsoft.SharePoint.Administration.Claims.SPClaim($claimType,
    $claimValue, "http://www.w3.org/2001/XMLSchema#string", [Microsoft.SharePoint.Administration.Claims.SPOriginalIssuers]::GetIssuerType("SecurityTokenService"))
    $encodedClaim = $claim.ToEncodedString()
    $policies = $wa.ZonePolicies("Default")
    $policy = $policies.Add($encodedClaim
    , "Authenticated visitors")
    $policy.PolicyRoleBindings.Add($wa.PolicyRoles["ViewFormPagesLockDown"])
    $wa.Update()
    If you want restrict users to access some specific page, the you need to remove inheritance of the site 
    If this helped you resolve your issue, please mark it Answered

Maybe you are looking for

  • How to hide fields in product master data

    Hi gurus, could you please tell if it's possible to hide fields in Product maintenance (tr. COMMPR01). It's necessary to hide some fields in a standard Set type. Thanks in advance, Sunny.

  • Can't Open Entourage

    I couldn't find a place to post this topic in the discussions so I'll try here. I know this is a Microsoft issue, but I just wanted to get some feedback. When I try to open Entourage, I immediately get an error message that says "Entourage cannot acc

  • ORA-00210: cannot open the specified control file

    Hi all, Initially we faced the following error: ORA-00214: control file '+DBDG/dws/controlfile/current.256.638648487' version 75647 inconsistent with file '+FLASHDG/dws/controlfile/current.256.638648489' version 75645 Then the following action: RMAN>

  • Error during resource related billing against service order SM02 type!

    Hi, I have created a service order SM02 type with internal operation and activity type assignment. Confirmed the operation. Did goods issue against the order reservatio. Got actual costs updated. While running DP90 I am getting a message Character co

  • Resume

    Dear all, am preparing my resume and planning to get  good job  . So, can u give me some inputs on resume... 1.Can u send me model resumes on SAP MM 2.What are the Roles & Responsibilities in implementation projects. Pl give me 6 or 7 points 3.What a