I am new to sharepoint, I have sharepoint page where some reports are already deployed. In the welcome page there is separate pane (With multiple Sections) in left corner with list of report names. Now I need to deploy a new report and add the report in one of the sections in the left pane.
I removed steps for fine tweeking how ssrs renders on sharepoint but if you need those steps let me know. Here are screen shots for rest of them.
Related
I've seen people displaying PowerView reports right on the browser (on SharePoint 2013 pages). So it’s more like a within-screen pop-up (like an element that launches within the page). At the moment, when I create powerView excel sheets, they are displayed as files and when I click on the files, they take me to another page on the browser where Excel Services is launched and people can see both the worksheets and the powerView report. I do not want to go to another page and I don’t want to be able to see the worksheet – just a report, launched cleanly (and still interactive).
Two possibilities:
In Excel, there are publishing options that allow you to select which items are visible when viewed via a web part in the browser. So, you can add an Excel services web part to the page, so that users will see just the items you selected.
If you have "PowerPivot for SharePoint" installed, you can publish an excel workbook that contains a data model to a "power pivot gallery" (which is a type of library). Once the workbook is in this special type of library, there will be button available that will create a new PowerView report based on the data in that model. This is a slightly different version of PowerView where the design of the reports and viewing of the reports are all done in the browser, not through Excel.
Though, Power View is being phased out, so perhaps check into Power BI?
I am working on a sharepoint site and i have a number of lists which i would like to add web pages to,
my problem is that when i go to the edit page mode there is only one web part, the main zone so i can only add the pages one on top of the other
but i want to add two pages side by side' i need to add more zones (right,left etc).
is there a way to this without using the sharepoint designer? (i have problems with it since the sharepoint site is 2007 and the office i have is 2013 so i can only use the webpage for it)
Thank you very much for the help.
The project Dashboards will not display on my SharePoint Team Project portal, as below:
However, project data should be available. Excel Reports do work, and I can browse the cube through SSMS. I checked the warehouse web service, and it also reports everything is fine and ready:
Project Work Items, Recent Builds, and Recent Checkins web parts are all also working fine. Any thoughts on the final piece I'm missing to get dashboards to show up?
Edit: More confusing behavior; When I click Edit Page, the dashboard web parts do show up. Each pops up the confirmation asking if I want to load external queries, but after I click yes for each, it loads up fine and shows the data.
Another Edit: It appears the web parts are starting Minimized. I can click the context menu and select Restore, and then the content will show, as pictured below. However, I still have the questions why are the starting minimized and what is with the inaccurate error message in red?
I have to add a "Content Editor" web part to a list view. The "Content Editor" is required to implement some java script and a html textbox.
The problem is that after adding the web part to the list view the dropdown to switch your current view gets lost. It doesnt matter where you add the web part or if you try it with the designer or IE.
Do you have any ideas on how to solve this? Or is there another way to implement java script into a listview without adding a new web part?
This is the dropdown I mean:
Its a known issue with SharePoint 2010.
You can modify the page using SharePoint Designer to put it back.
http://vintentou.wordpress.com/2010/08/03/missing-dropdown-menu-for-choosing-of-views/
My company has also produced a free add-on that will do this for a whole site.
http://www.pentalogic.net/sharepoint-products/free-stuff/view-rescue
The New SharePoint Site page has a Template Selection section which can contains multiple tabs. For example, Meetings and Collaboration. These are controlled in webtemp.xml using DisplayCategory. While hiding and unhiding different OOTB templates, I somehow ended up switching the order of the tabs so that Meetings show up first. Can't seem to find any references on how to control the order of the tabs and make Collaboration first again.
Has webtemp.xml been reordered or edited so that Team Site, Blank Site, and Document Workspace are now either below the Meetings sites or are marked as hidden? I captured the output of GetAvailableWebTemplates for a test Team Site and the first 12 templates match the contents and order of an OOTB webtemp.xml. If any of those Collaboration templates are visible in your list, try moving it above the Meeting templates, save, and recycle the app pool.
Is this a Publishing Site? If so, check Site Settings > Page Layout and Site Template Settings to see if any Site Templates are being restricted. From what I can tell in Reflector, the TemplatePicker control calls SPWeb.GetAvailableWebTemplates, which should consistently return OOTB templates first followed by any custom templates. TemplatePicker then loops through the templates and creates a tab each time it encounters a new SPWebTemplate.DisplayCategory.