How to export Structure from WeBI report - business-objects

I want to get the technical name of the fields that are used in the WeBI report. Is there a way to export the structure of my report to retrieve the details.
Thanks
Niki

Check this out (SAP access required)...
https://me.sap.com/notes/0002399962
I don't know if that will get you down to the report level details you want. To do that I think you will need a to use the SDK or a third party tool (which is built on the SDK).

Related

Where can I find utilities for SSRS Report Portal 2016

I am looking for utilities/code that has been developed to make the SSRS Report Portal 2016 user friendly/simpler for users that have zero technical background — interested in anyone who has developed an ordinary-language interface that can be configured for domain specific (schools, in this case) purposes.
The users need to be able to access the Portal, select a Template from a Library, and configure it to meet their own own needs — without having to understand any of the technical issues, or write any code. Eg. the Templates will contain auto-populated dropdown menus that allow the user to select the source and type of information that can be placed into a specific section of the report they are building.
Anyone who uses excel and pivot tables, with a little training, could easily make simple reports with report builder. The interface will let you drag and drop data if you have a tabular or multidimensional model. It works very similar to excel. Mobile report publisher is even easier if the data provided to them is well designed for that intention.

Deploy Dashboard to Crystal Reports

Is it possible to take a Crystal Reports report created from a BAQ, load it onto an Epicor Dashboard and then deploy it back into Crystal Reports?
What I am looking for is a way to link several reports I have created in CR without using the subreports capabilities in CR since I was informed by Epicor tech support that this is not possible (also tested this out and received an application error).
Overall, I am trying to have 5 or 6 reports linked together so that my end user can enter information into one parameter and receive the appropriate information from each of those reports. I'm not sure what is the best way to go about this, whether the Dash should be used or if there is a better option.
I'm a CR and Epicor newbie, so any help is much appreciated!
You can do this by creating one "container" report and add all reports as subreports to it. This will not work if your reports already contain subreports because Crystal allows just one level of subreports. Another option is to write your own application or to use a 3rd party viewer.

SSRS : Need to run SSRS reports on sharepoint site using SSIS

I have created few SSRS reports in SQL server 2012 with Visual Studio 2010 version.
And I have deployed them to one SharePoint Site.
I want to make this automated, so that data available in the reports are up to date.
So, now I would like to create SSIS package which will run periodically to get up to date data using integration services. I am very much new to SSIS. I have tried to look at different sites for this, but I am not getting an exact idea from where to start.
Can anyone please guide me on this? How can I create a WSDL file URL for the SharePoint report? Do I really need it if report is already made in SSRS or do I just want to run that?
Thank you.
Would SSRS caching solve your problem?
Otherwise, there's nothing SSIS specific to solving your problem. You will simply need to use the .NET library to visit the page with the appropriate parameters. Visit your report page and copy the full URL.
Inside a Script Task use that URL as part of the WebClient. You'll probably need to supply credentials with this. No need to deal with storing the output, you'll simply want to validate that you get a 200 message code
Can you clarify what you are trying to achieve? Do you want to automate the running of the Reporting Services reports? In that case you should look at Report Subscriptions.

Regarding Tfs Warehouse DB

I am working on agile & scrum methodology with tfs. While creating a task in tfs we use to assign it to a particular person,we use to give area,iteration,state etc... and while creating it we have an option called attachment in the tfs dashboard.That is used to attach relevant files according to our requirement. If we attach a file i need to know where we can find that attached file in Tfs_warehouse database & under which table?
The attachments are not stored in the warehouse and you cannot report over the files attached to work items out-of-the-box.
If you want to use the attachments in your reports, you can use the TFS Client Object Model from C# code in your report to fetch the attachment based on the work item ID. You can use the WorkItemStore class to access this information.
If you want to do aggregate queries over attachments you'll have to build a custom warehouse adapter for TFS, which is very specific and difficult work to get right. I'd advise against it if not strictly required for your reporting needs.

Concerns with using SSAS as an end user ad hoc reporting solution

I am currently evaluating reporting solutions for use within my organization and one of the requirements of the solution must be 'ad hoc reporting' and is defined as 'given an existing report the user will be permitted to modify the data points of the report and, additionally, save the report for later viewing'.
I worked through a basic report using SSAS and SSRS; this certainly worked but I found it to be a little bit to involved with needing to open report builder, specify the cube that should be used, and so on not to mention that the Report Builder (SSRS2K5) is pretty vanilla. The people that will be looking at these reports are certainly not technical people and my concern is that this process will be completely overwhelming. I did find this component and it is much more user friendly since the data source can be set dynamically at runtime and all the user has to focus on is what data they want to see.
Does SSAS/SSRS offer any other methods for ad hoc reporting other than using Report Builder to connect to cubes and going from there? Does anyone know of, or used, any products similar to Active Analysis that they might recommend? Any help would be greatly appreciated!
Excel 2007 and 2010 actually has connection ability to adhoc query and analyze data from an SSAS cube. Excel have a host of features that allows interaction with the cube including using pivot tables and data mining plugins to analyze the data.
simple example here:
http://www.mssqltips.com/sqlservertutorial/2016/using-excel-and-creating-a-pivot-table-report/
SSRS2012 Power View in Sharepoint mode (soon in Excel) - overview is here: http://social.technet.microsoft.com/wiki/contents/articles/3726.power-view-overview-en-us.aspx
Not quite sure what is meant by "user can modify the data points of the report" but with Excel 2007 / 2010 you can use the What If Analysis feature to modify the data in a pivot table. You can also combine that with Analysis Services writeback feature to enable some pretty cool data modelling functionality.
If you're looking for what I call "exploratory analysis" (i.e. you don't know what you're looking for in the analysis) then a product like our ActiveAnalysis component, PowerPivot, or Tableau are all good tools (note that a key difference being that our ActiveAnalysis is a developer component that you can cheaply embed into applications, and the other two are strictly end user tools).
However, if you have users who want to be able to create an "operational report" or they might want to customize existing reports those are probably not ideal tools. We actually created ActiveReports Server specifically for this type of scenario. It is a drag & drop business-user-friendly ad-hoc reporting tool that sounds like it might be more appropriate for the "not technical people" that it sounds like you're dealing with. It does not depend on SSAS and works all inside of a web browser, so nothing to deploy.
Scott Willeke
Product Manager | ActiveReports Server
GrapeCity