HI All,
We have several scheduled reports with a "Open Doc link" in the email body.
Is it possible to find it with Query builder?
Pls advice
Environment
-------------------
BOXI 3.1 SP5
Windows 2008
Tomcat
Regards
Reddy
HI All,
We have several scheduled reports with a "Open Doc link" in the email body.
Is it possible to find it with Query builder?
Pls advice
Environment
-------------------
BOXI 3.1 SP5
Windows 2008
Tomcat
Regards
Reddy
Hi,
Below SQL shows count of webi reports per Universe in ascending order.
SELECT SI_NAME, SI_WEBI FROM CI_APPOBJECTS WHERE SI_KIND='Universe' AND SI_WEBI.SI_TOTAL >=0 ORDER BY SI_WEBI.SI_TOTAL asc
I want to enhance it to show with columns has No. of Tables, No. of Classes, No. of Objects associated with each universe. Is it possible with above SQL by changing in it ?
Thanks,
Venkat
Hello,
I would like to send a Web Intelligence WID unsecured document to another user using Web Intelligence Rich Client.
In Web Intelligence Rich Client I select the Send option "As unsecured WID". The document is being sent successfully. But the user who gets the report and tries to open it also using Web Intelligence Rich Client receives an error message - "The document has been locked by the user 'username' on the following cluster...".
We are using SAP BusinessObjects BI 4.1 SP05 version.
Is this a bug or I am missing something?
Thank you for your feedback.
Best regards,
Donatas
Hello,
We are facing a strange problem in BI4.1 SP6 with some of the migrated WebI reports from our old XIR3.1 env. I have logged into BI Launch Pad and changed my Web Intelligence preferences to Applet for viewing and modifying. Under these settings an .xls data source allows me to view the query but a .csv data source displays the following message:
When I use Rich Client I can see the query but when I try to switch data provider using the button highlighted below:
I get the following dialogue box which does not allow me to access the BI server:
It also does not allow me to see any other files that are not text files ie., the drop down at the bottom of the above screenshot does not list any other options.This is different from the dialogue box when I try to change the data source of an .xls data source:
I have received no error messages apart from when I have tried to manually type the file path of an .xlsx data source into the File Name box.
I am using Excel 2007 but these reports are quite old so were probably built using Excel 2003. We also have Excel 2010 available within the force.I cannot even see the location of the BI server to switch the data provider. I have also tried to switch the reports from an unmanaged .csv data source to an unmanaged .xlsx data source to see if I could do this as an interim step before switching to a managed .xlsx data source but this won't work either.
Can any one please help.
Hello experts,
I am on BO 4.1 Linux server. I am looking for a way to schedule webi report which based on a text datasource. Is there an automated way to achieve this? I am aware that BO 4.1 supports excel datasource from BI launchpad, but not text, unfortunately.
Much appreciated.
HI ,
We have a requirement when user open report by default data should show current data with 4 prior quarter data .how to achieve this .may i know how to write formula for this ?
Any help would be appreciated
Thanks,
varun
Hi All,
I have created a cross tab report as seen below and added a break at each Location to calculate the totals.
However, the sub - totals for each column in the break are not calculating correctly as seen in the screenshot since April 2015.
The formula used for the body of the cross tab is = Sum[Accounts] ForAll [Location] while in the subtotals for each column in the break, the formula is Sum [Accounts].
I am not sure if the formula is incorrect or there is something with the incoming data that is causing the subtotals to be off only since months Apr 2015.
Any help is greatly appreciated.
Hello Experts,
I am using SAP BO 4.0, Back end data is HANA.
Now i have to create one webi report on HANA.
I am getting the data from HANA in the format of calendar year(i.e,. Jan-2015,Feb-2015......Dec-2015)
Now i have to convert the calendar year data into Fiscal year data.(i.e., Apr-2015,May-2015......Dec-2015,Jan-2016,Feb-2016&Mar-2016).
I am Getting the objects "MONTH" & "YEAR" from HANA.
Can anybody please suggest me that how can i do???
Regards,
Narayana Bathina.
Dear Team,
I could not find any forums for IDT and hence i am posting here.
We have ECC, BW and BO in our landscape.
BW - real time data not available. Hence clients does not entertain BW much
ECC -- Real time data immediately available. So our clients wants reporting over here, ECC---->UNX----->BO WEBI
Now, to extract data from ECC, we need to create UNX (created via IDT). Can UNX achieve real time reporting? Is there any limitations
Because based on your answers we need to think of buying license for IDT from sap. Please help.
Im building a modality turnaround time report and I'm trying to filter out patients who are only listed once. Wondering if you know what that function may be I have 'person name' but Im thinking I should switch from 'Person Name- Full' and add 'MRN' and look for that specific analytic function that will keep MRN's that appear twice and remove or hide ones that do not. Any ideas?
My thought is if I can keep the patients that appear twice-they had two modalities and I can compute the 'daysinbetween' which i found that function.
Thanks
Matt
I have noticed while opening a report... opendocument.jsp redirect to a page blank page with wording 'business object open document' on top left corner and quickly direct to the real report...
sometimes this behavior changes to redirect to a blank page with few html code and then quickly redirect to the real report...
any people notice this and how to get rid of that intermediate page?
I think it is happening while getting redirected to
BOE/OpenDocument/1511131303/OpenDocument/opendoc/openDocument.faces ...
and it will be gone after
BOE/OpenDocument/1511131303/OpenDocument/opendoc/openDocument.faces?logonSuccessful=true&shareId=15&bttoken=MDAwRGZJTWZFbl5fQl0wamJ ...
Hi, I know there will be some options/sdk etc will be available to fulfill this. Can anyone knows the details can you please update? We have more than 50K reports in our repository. We are trying to find the report SQL for each report. Any existing solution available for this? We are using BI 4.1 SP2. Thanks.
Hello Friends,
I am new to WEBI and am using the version SAP BusinessObjects BI Platform 4.1 Support Pack 5 Patch 9
As mentioned in the topic i need to Calculate Difference Between two times(A&B) of the format mm/dd/yyyy hh:mm:ss IF A<B else add 10 minutes to A.
Regards,
AB
When we were in BO 3.1 we were able to disable 'No Data to retrieve in + query' message by commenting out a line in viewer.js file from
directory: AnalyticalReporting.ear\AnalyticalReporting.war\viewers\cdz_adv\language\en\scripts
function displayNoDataToFetch(s,cb)
{
//showAlertDialog("No data to retrieve in "+s,"Retrieving Data",0,cb);
}
How can this can be achieved in WEBI 4.1 ?
thanks,
Hi,
We are on BO 4.1 SP4 Patch 2. As part of customization, we had to change thecustomize.css in InfoviewBranding.jar for resizing a logo in welcome page. But
customize.css supports yellowish color coding instead of default color codes.So now our Launchpad is fully yellow tinted.
Our requirement is only to customize the logo while all other color schemes should remain as in default.css. Reverting to default.css color scheme is tedious and also some details when compared to customize.css are missing to update manually. Also manual updation of each color is error prone.
Request you to please let us know if there is a better approach to handle this..
Thanks,
Zon
I do not want the header rows. how to do it? i know formatting helps to achieve this in webi..but the export is the part I'm concerned about
We have recently upgraded to BI 4.1 SP6 Patch 3. I just came across this scenario.
Let's consider that I have a data provider as below
Dim1 | Dim2 | Measure1 |
---|---|---|
A | x | 10 |
A | y | 20 |
A | z | 30 |
B | x | 40 |
B | y | 50 |
The measure is defined in the universe with SUM as projection.
So when I remove Dim2 from the table it returns two rows with A -> 60 and B -> 90. This is expected behaviour
But when I create either a formula or a variable (measure) to calculate the average or max or min like Average([Measure1]), it just returns the same result A -> 60 and B ->90. I don't think this was the expected behavior.
Can someone please confirm that this is not expected behavior? Currently we use calculation contexts to do simple aggregation when the rollup function is different to default projection set in the universe.
Appreciate your help!