Questions tagged [infoview]

23 questions
6
votes
1 answer

creating CustomInfoWindow in google map v2

I'm having problem creating my own CustomInfoWindow. getting exception without know where & why this is my simple customInfoWindow class public class CustomInfoWindow implements InfoWindowAdapter { private LayoutInflater mInflater; public…
Udi Oshi
  • 6,787
  • 7
  • 47
  • 65
5
votes
3 answers

Passing a user prompt as a date (or even a string) in Oracle SQL

I am using Business Objects, which runs on top of an Oracle SQL database. I do not have access to PL or any kind of SQL command line, and I do not have write access to the database. I can only run queries as single commands, requiring a defined set…
Chris Melville
  • 1,476
  • 1
  • 14
  • 30
1
vote
1 answer

Scheduled Recurring Crystal Reports have status "Pending" No matter what

I have a Crystal Report in SAP BusinessObjects XI v12.1.0 (also known as Crystal Reports Server 3.1 I think). The report runs fine manually and does everything it should. I schedule the report to run, but no matter what, the reports it spawns show a…
1
vote
3 answers

How to pass data to another view

I'm working on a map which have some markers and I want to create an info view which will show an image and some text for each marker. So, when I press the info button, it goes to a info view. I have this on the code: func mapView(mapView:…
Tárraga
  • 461
  • 1
  • 6
  • 13
1
vote
1 answer

Is there a way to include BCC recipients in an InfoView publication?

I am setting up a publication in InfoView that will use bursting to email Business Objects reports (in Web Intelligence format) to the selected recipients. When changing the properties of a publication, I'm able to set a "To" field and a CC field,…
1
vote
1 answer

How to call item click listener for info view adapter?

I want to call some activity by clicking on one button inside info view adapter of marker of google map. is this possible, then how? My code is like that // Info view adapter googleMap.setInfoWindowAdapter(new InfoWindowAdapter() { @Override…
1
vote
2 answers

Automate report download from SAP BusinessObjects Infoview

I am new to SAP BusinessObjects Infoview and was asked if I can automate the report data generation for an existing report. Here is what I would do manually through the Infoview web interface: Click schedule for the report in question, which brings…
1
vote
1 answer

Business Objects XI 3.0 Dashboard error via Infoview

I'm testing the latest Business Objects Edge Trial version, however when I'm logged in to the Infoview as the Administrator, when I click to create or organize a dashboard, I get one of the two following error messages... Cannot forward after…
Michael
1
vote
2 answers

Limit number of result or rows returned in BO using WebI

How do I to limit the number of results/rows returned from a query in WebI other than using custom SQL? Possibly something like 'Top 100' records. I can't change the 'Limit resultant size' in the parameters as I do not want it to affect any other…
maroon
  • 35
  • 1
  • 1
  • 7
1
vote
1 answer

Opendoc link to a folder

I'm using BO XI 3 and wanted to know if is possible to open an InfoView folder using an OpenDocument link? For example, every item in InfoView has a CUID. So to open a web intelligence report I could do the…
Tumbledown
  • 1,887
  • 5
  • 21
  • 33
0
votes
0 answers

Can't communicate my controller with an Info View

I have this TatodexController that handles my Collection View code. It gets the data from an API call and save it on a pokemon var. This var is decoded with a Pokemon struct, that holds all the attributes of every pokemon (name, height, abilities,…
3rnestocs
  • 23
  • 7
0
votes
1 answer

How to view and disable auto crystal reports in business objects enterprise release 2?

I'm new to business objects and have been assigned a ticket to disable a certain auto crystal report that sends email to specific people with a pdf attachment. Now I need to find and totally disable that certain crystal report. Thank you in advance…
JCBA
  • 53
  • 1
  • 11
0
votes
1 answer

Crystal Report 2008 when uploaded into Infoview doesnt underlay following section

Thanks in advance, I used the 'underlay following section' feature to create a watermark using a text field. Works perfectly when viewing or printing in Crystal 2008. However when loaded into Infoview, the 'watermark' OVERLAYS all of the critical…
Adam
  • 1
0
votes
2 answers

MySQL5 - Checking size of each column in a schema

I have 2 MySQL DB's in my environment. One is only 40Mb in size and other is 20Gb. They belong to a business objects application called infoview. The one at 40Mb is the correct size and is the working infoview application. I want to find out…
0
votes
2 answers

Business Objects Infoview: How to Design Reports through Infoview? Suggestions?

Very new to Business Objects, but I have a .NET background and PL/SQL background. I've been able to make the most basic reports, but I wanted to know if there were any good books or resources online that explain in detail how to design reports the…
jlrolin
  • 1,604
  • 9
  • 38
  • 67
1
2