Quantcast
Channel: SCN : Discussion List - SAP BusinessObjects Web Intelligence
Viewing all 5402 articles
Browse latest View live

SSL not working as expected for SAP Business Object


How to find the minimum date after the current

$
0
0

Hello,

 

 

i have a set of data with customer id, two different transaction types(a or b) and a date of transaction. i want to return the date of the next 'B' type transaction (including same day) i.e. the minimum date where customer id is the same - transaction type is 'B" and date is greater than or equal to current date, below is a sample table of data with my desired result.

 

IDTransactionDateDesired Result
1A01/01/201507/01/2015
1B05/01/201507/01/2015
1B07/01/201507/01/2015
2A01/01/201502/01/2015
2B02/01/201502/01/2015
2A05/01/2015--

 

Hello,

 

 

i have a set of data with customer id, two different transaction types(a or b) and a date of transaction. i want to return the date of the next 'B' type transaction (including same day) i.e. the minimum date where customer id is the same - transaction type is 'B" and date is greater than or equal to current date, below is a sample table of data with my desired result.

 

 

I've tried creating a variable [bDates] that only returns dates when transaction type is 'B' and then creating another variable as per the below

 

 

=Min([bDates]) Where ([bDates]>=[Date]) In ([ID])

 

 

however this is returning blank for all transactions with type A

 

 

not sure what i need to get the desired result.

Notifying users on updated reports

$
0
0

Hi,

I want to implement a notification in each report which basically says if a new version of report is available in it's original folder.

The issue we have today is that many users just copy reports to their personal folders or send them to inboxes of other users, and then use the report from those places. However when we update the structure of a report in it's original folder, users are not aware of it and continue using old copies of the report. So we want to have like a ribbon on top of each report which check the repository for "newer version". Now the question is how do I determine this "newer version". One way is to use Update Date, but in this case I would need to store the last update dates of each report somewhere seperatelly, otherwise I wouldn't have smth to compare with. Another thing would be using some kind of version number, but not sure if Webi reports have such thing. Any ideas on this?

Impacts of SAP BO 4.0 on Windows 8.1 with IE 11

$
0
0

Hello All,

 

We are planning to migrating  our VDI environment from Windows XP to Windows  8.1.

 

Windows 8.1 has IE11 and might impact Bi-BO access but I cannot confirm this right now, since i have never worked SAP BO 4.0 Webi still.

 

Can you please give your inputs on this ?

 

Thanks...Sai

Failed to connect OLAP source

$
0
0


Dear Team,

 

Please help me to find out the solution for SSO issue.

 

 

While refreshing reports I am getting "Failed to connect OLAP source". I have working on this issue since one month but no solution yet.

 

Folks,help me here to resolve.

 

Thank you in advance

 

Warm Regards,

Mohan

CASE statement for Last month data with prompts

$
0
0

Hi ,

Environment : BI 4.0 , Universe ,SQL Server.

We have a report with From month/year to To month/year selection prompt.

In the report for 6 tabs ,we need only last month data analysis and for next 2 tabs we need From month/year to To month/year analysis .

we have keyfigure set , now we are restricting 6 tabs with last month from the selected month range in report .

Is there any possibility to create last month set key figures in universe with case statement .last month is depend on the To Month/Year prompt selected .

 

Thanks for your help.

weekly bex to monthly bex at quarter end

$
0
0

Hi,

 

we a Webi report which is build on 7 bex queries. data in the cubes is loaded every week (on sunday).

webi is running fine and showing data if we run on monday because data is loaded on sunday. our problem is if user want to run report

at the end of the quarter. let us say Q1-2015(mar-15)  ends on Tuesday(31st mar). two days data is not available as the data is loaded on

every sunday.

for this we have created a bex query which loads the date on month ending (31st mar). if user runs webi report on 1st april-15. webi report should

change the weekly bex to monthly bex.

how can I achieve this? if I change the bex query source from weekly to monthly bex. is it works. pls guide me its urgent requirement

 

 

thanks in advance

LOV disappears when a Web Intelligence report refreshed in Reading mode

$
0
0

Hello,

I am using BOE 4.2 SP2. BICS connection. Value get refreshed when in EDIT mode means both folders get expanded and I can see more values but when I am in reading mode the folder does not expand. It spins forever. Found note 1299110 but it does not apply to the version I am currently runnning. Could you please suggest.

Funded Progrram.JPG

 

Thanks


BO 4 Installation

Session issue in Open Document call in BI 4.1 SP5

$
0
0

Hi,

 

I am trying to make an open document call as User1 and then I logged off and open the other document using open document URL as User2 then, an error.exception will appear if the session created by user1 is logged off since openDocument ignores the new session created and keeps using the old session for user1.

Error screen shot:

session error.png

 

 

In the folllowing link at page 5 it is mentioned that this issue will be resolved in SP5 and I am using SAP BusinessObjects BI Platform 4.1 Support Pack 5 Patch 3 build but still I am facing the same issue.

 

http://www.sdn.sap.com/irj/scn/go/portal/prtroot/docs/library/uuid/f06e81da-5cd2-2e10-48be-956d9f5c6231?QuickLink=index&…

 

IS THE ISSUE IS STILL THERE ??? PLEASE CONFIRM ASAP.

 

thanks in advance.

 

 

Regards,

Ganaraj Pednekar

IDT 4.0 Query works but get no records in 4.0 Webi Rich Client

$
0
0

I have a query that returns data correctly in the IDT universe (SQL Server 2008 database) but when I create a Webi (Rich Client) report for the same query I get no data returned. I created a Dimension object utilizing the @Variable('BOUSER') function in the Where clause to restrict the values returned. Below is the SQL for the object: 

SELECT 
UserView.ResourceName 
FROM 
UserView 
WHERE 
( @Variable('BOUSER') = 'WO' OR 
( right(UserView.ResourceNTAccount,{fn length(UserView.ResourceNTAccount)}-6) 

) = @Variable('BOUSER') ) 

This code: @Variable('BOUSER') = 'WO' is used so that I can run the report without any restrictions, but anyone else will be restricted to the values associated with their NT account. The query in the IDT tool works as expected and I get all the values when the query is executed. 

However, when I use the same query when creating a Webi (Rich Client) report against the universe I get no data (the query in both cases is simply the one object I provided the code for above). The Webi report does work as expected with any other user.   I also copied the SQL from the IDT query and pasted to the WEBI query (custom SQL). Again no data returned, but it works correctly in IDT. I separately verified in Webi using the currentuser() variable to verify that it is picking up my BOUSER correctly. I am just baffled by this.

I can't understand why it works correctly in the IDT query but not the query for Webi which uses the same universe object. Note that this issue seems to be only happening in Webi Rich Client, it works as expected in InfoView.

 

Anyone know what is happening here?

Previous month data using current month input selection

$
0
0

Hi,

 

I am looks for suggestion in fulfilling a report requirement. Our users want to see selected month and previous month data in 1 report table

 

Data is at a daily level and users doesn't want to give 4 date selections (2 for getting current month data query and 2 for previous month data query) to get the desired output

 

Is there a way to get current and previous month data by just current month start date and end date

 

 

Our Environment: BO 4.0 SP06, WebI report, Oracle 11g

 

Thanks,

Mitch

Need details for Using Functions, Formulas , Calculations

$
0
0

Hi All

 

I'm in the process of preparing c_bowi_40 exam and looking for topic Using Functions, Formulas , Calculations, appreciate if someone help me out. Thanks

 

Regards

Muz

Call truncate option required for all opened calls till resolved on monthly basis

$
0
0

Hi,

 

 

We created a report based on total ticket count of a particular location and we have to calculate
the total SLA violated ticket in a particular location.

 

 

For every month we have
to calculate the below things

 

 

 


Call
  Closed Within SLA Hrs



Total
  Number Of Calls



Penalty
  Calculation


 

 

 

Penalty calculation
query is:

 

 

 

=Sum(If(Count([Ref
Num]Where([Priority Symbol] = "1"And (MonthNumberOfYear([Open
Date])=1)))=0) Then 0

 

 

ElseIf(Count([Ref
Num]Where([Priority Symbol] = "1"And (MonthNumberOfYear([Open
Date])=1)))=Count([Ref Num]Where([Sla Violation] = 0 And [Priority Symbol] =
"1"And (MonthNumberOfYear([Open Date])=1)))) Then 0 Else

 

 

Count([Ref Num]Where(
[Sla Violation] = 0 And [Priority Symbol] = "1" And (MonthNumberOfYear([Open
Date])=1)))<=(0.8*Count([Ref Num])))

 

 

 

 

if the penalty calculation is less than 80% we need to set penalty point is 1

 

 

  1. Eg.

 

 

The total no of call is
10 and call closed within SLA is 5. The average % is lesser than 80 so the
penalty calculation is 1

 

 

 

 

Call truncate option required for all opened calls till resolved on monthly basis

 

 

We got JAN month unresolved calls+ FEB month total calls but we are unable to get when the JAN month unresolved calls
was resolved.

 

 

Below is the query;

 

 

=Count([Ref Num]Where([Priority Symbol] =
"1" And (MonthNumberOfYear([Open Date])=2)))+[Unresolved 1]

 

 



Unresolved 1 measure Variable.

 

 

=Count([Ref Num]Where( [Priority Symbol] =
"1" And [Status] <>"RE" And (MonthNumberOfYear([Open
Date])=1)))

 

 

Pl. help,

 

 

Regards,

Vignesh

ALL Option in LOV(Prompt) with using IDT


How to round the value in webi

$
0
0

Hi friends,

We have a requirement like the below

value original -------->want to get

 

988                         1000

686                          700

910                         910

855                         900 Like this we have max 4 digit numbers only

 

explanation :if the last digit is >= 5 add  1 to next digit ,then second digit also same. and 3rd digit also

 

Please help me out at the earliest

 

 

thank you in advance.

 

Regards,

Ram

Unrecognized object key in tokenized expression

$
0
0

Hi all,

when i try to run web intelligence report it fails with error "Unrecognized object key in tokenized expression". Only one report was affected yesterday, today we have two reports throwing this error. I have searched this forum and SAP notes but nothing was similar to our case. As far as i know nothing changed in BO and BW enviroment.

 

We are using:

BO 4.0 SP5 with BICS

 

I have tried to run these reports in BO 4.1 and everything works fine.

 

EDIT: I tried to promote affected reports from DEV to PROD and it throws error ajaxrequestthrowserror true. But other reports also throw the same error so i am not sure if it has something to do with the first error.

 

Thanks for any idea.

 

Best regards,

Martin Zluky

BCM standard reports in WEBI

$
0
0

Hello experts,

 

I know that starting from BCM 7 standard Webi reports are available. The question is, where do I find them?

 

Best regards,

Vladislav

Creating Webi Report on top of SAP Bwise

$
0
0


Hi All,

 

I want to create a report using Web Intelligence, Crystal reports and Dashboards having backend SAP Bwise. Can anyone help me from where can i get the document or video for integration of SAP Bwise with SAP BO...?

BOBJ Repository

$
0
0

HI Experts,

 

  We are facing issue with repository, When we open any of the report in BI Launch pad, we are getting below error.

 

"An internal error occurred while calling 'getPages' API. (Error:ERS_WIS_30270) (Error:INF)".

 

We are not able to fix this issue, we tried restarted the server as well. Again we are not able to access repository in IDT and Webi rich client. Whole repository is out. This is still continuing from past 2 weeks.

 

Could you please help to fix this issue. I am in doubt that, it might be issue repository configuration. What is the perfect configuration?, i can compare the our environment configuration. How to see my environment configuration?

Viewing all 5402 articles
Browse latest View live


<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>