How can I use a custom SQL statement in Crystal Reports? - crystal-reports-2008

I need to create a Crystal report with custom SQL code that I have written. Is this possible? I've looked at other posts asking similar questions but none of them work for me. I'm using Crystal Reports 2008.

Here is a link to an SAP knowledgebase article on creating a Crystal Report using a Command. This allows you to use your own SQL:
https://apps.support.sap.com/sap/support/knowledge/public/en/1531012

Related

Migrating SAS Reports Into SSRS

I am very new to working with SAS, have not worked with it before. My current workplace is asking me to migrate reports over from SAS and rework them using SSIS/SSRS. I'm not sure how would be the best way to go about this or where even to start. Any help would be appreciated.
Thanks!
You will need to look at the data sources and the report outputs and figure out what is required to manually recreate the reports from scratch in SQL and SSRS. There is no conversion tool available.

ASP .NET MVC Reports

As you can see i'm a newbie at this site and have a question about asp.net mvc and reporting. I want to create reports (interactive - for example when the data is displayed you can filter some information by categories or countries witout generating the report again) and dashboards for a mvc project and I don't know which tool to use. Has anybody used any tool that works for mvc and has options like this. I have worked before with crystal reports but only static reports for printing.
Thanks a lot in advance
SSRS will help you get started, It can be used with MVC as well.
MSDN MVC & SSRS Part 1
MSDN MVC & SSRS Part 2
Article By John V. Petersen
I think this can help you, in the scenario you described I would do something like this ...
http://www.codeproject.com/Articles/616156/Simple-Dashboard
Keep in mind: Always try program data and behaviors in your applications...

How to add userName who execute the report in birt

I used to develop report in SSRS and a newbie in birt, there're a bunch of handy global functions in SSRS that can be used but can't be found in birt.
I tried to develop a report that needs to show the sysuser who are executing the report but can't find an easy way to implement it in birt.
Can anyone suggest me an easy way to do it? Do I need to install Maximo and use para userName?
Thank you in advance!
You can use following JavaScript:
Packages.java.lang.System.getProperty("user.name")
This will run Java method System.getProperty("user.name") which returns current user.

What's the difference between reporting and analysis tools in BI sofwares

Im' working on a project where I have to use Pentaho. There are lots of tools included (or that can be include) in this solution.
I don't really see the difference between the reporting part (here PRD pentaho report designer) and the analysis part (pentaho analyzer or saiku).
For me, with both tools we can see what's in my DW and do more or less complicate reports about those data. Am i right or did I understand nothing?
thks for your help
Pentaho Reporting (PR) and Analysis tool are two different things. PR is static report, you can create it using sql. Analysis Tool report(AT) such as saiku, jpivot, or stpivot is dynamic . You must create it using MDX. By using AT, we can create analysis report dynamically according to the dimension we want.

Tools to Migrate VB6 Data Reports to Crystal Reports?

Hi
I need to automate the migration of VB6 Data Reports to Crystal Reports, which is now being done manually, is there any tool available to do this (or) is there a way to create one.
Thank you
No, there are no conversion tools to migrate VB6 Data Reports to Crystal Reports.
When you ask "is there a way to create one"... yes, anything is possible, but it's probably not worth the effort in this case.

Resources