All Questions
Tagged with business-objects crystal-reports
105 questions
0
votes
1
answer
31
views
NoSuchMethodError when Crystal Runtime coexists with other BO jars
I'm trying to integrate a crystal runtime call into the same app that also calls and runs reports on our BO enterprise server. There seems to be a version clash between them. Exception below.
Our ...
1
vote
0
answers
23
views
Crystal Runtime fails in localhost, succeeds on server
While most of our enterprise runs our BO reports through the server, we have needs from time to time to run them in java webapps using the BO runtime. The code pattern is we open the document, ...
0
votes
1
answer
63
views
I am getting Missing ';' before argument in function 'Between' at position 1 ( Line 9 ).(IES 10062) error again and again in SAP BO
I am working with "SAP BusinessObjects" and have the following Problem.
When writing a formula, I receive the following error:
Missing ';' before argument in function 'Between' at position ...
0
votes
1
answer
29
views
Crystal reports sort group-by in natural order
A crystal report I am maintaining has a group by section by team. For various reasons, including teams not always being numeric in the past, this is a string:
Team 1
Team 2
...
Team 10
Currently ...
0
votes
1
answer
53
views
Get Formula value instead of formula code .net c# Crystal Reports SDK
I am very close to solving the elusive single-pass bursting and need some help.
I have a button that exports a new .rpt with saved data and my idea was to then query this saved data report and GET the ...
-3
votes
1
answer
52
views
Impact of new added categories to a Business View on Crystal report [closed]
I am working on a crystal report 2016 and the report is populating some values from a 'Business view'.
I don't have access to the business view.
Our company has to add some new categories to a table ...
0
votes
1
answer
122
views
SAP Business Intelligence table by table
I am using the Web Intelligence Rich Client, if I want to do something like
ID: XXXX
Name: Name1
Department: Dept1
ID: YYYY
Name: Name2
Department: Dept2
ID: ZZZZ
Name: Name3
Department: Dept3
...
0
votes
0
answers
833
views
How can you migrate SAP BO reports to PowerBI?
can anyone please briefly guide me on Migration of SAP BO reports, Webi, Crystal Reports to Microsoft PowerBI. It would be better is underlying data model (Universe) is not migrated only reports, but ...
1
vote
1
answer
2k
views
How to get a email notification once the Scheduling is failed in SAP CMC
Could someone please help me with how will I get the email notification of the list of the reports once the report scheduling gets failed in SAP CMC (Central Management Console)?
Either it will be in ...
2
votes
1
answer
830
views
Scheduling parametric Crystal Report on SAP BI platform through .NET SDK?
I need to programmatically schedule / generate a Crystal Report, served through the BI platform, with parameters, and set data source credentials.
To provide some history
I have attempted to do this ...
0
votes
1
answer
3k
views
SAP Business Objects - List for every report with its user access right
I'm looking for a way to generate in an excel or csv file a List for every report on Business Objects server with its user access right.
My report should be like: Folder / Report Name / User or Group ...
0
votes
1
answer
126
views
User would like to export only Crystal Reports invoices that only take up one page. Then print out invoices that take up two pages
I developed an invoice using Crystal Reports. Invoice sometimes takes up two pages. User would like to be able to choose to print only one page invoices or only the invoices that take up two pages. ...
0
votes
2
answers
997
views
location of reports in BO server - crystal report
I am new to this field and have no idea how this works. We have BusinessObjects installed on one of our windows servers. We can access the reports after hitting the URL. Now I am trying to make some ...
0
votes
0
answers
197
views
view sql produced by crystal reports
I am developing reports for a system using Workforce Time and Attendance. The system uses an Oracle database, Crystal Reports, and (I think) Business Objects. My reports use parameters. I want to ...
0
votes
1
answer
535
views
Opening a crystal report on click from base Crystal Report Data with crystal viewer
So I have two Crystal reports basically related to inventory in SAP B1.
Report 1: Base Report,
In Report we have thousands of items and their key details
Reports 2: Target Report (Contains Sub ...