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

User not able to work on the documents saved on local drives(desktop)

$
0
0

Hi,

 

 

A user getting issue with the documents which are saved on local desktop .

 

 

error -   An error occured while checking the document (wis - 30902)

 

 

 

 

Regards

Jagdeep


Problem with mHTML in WebIntelligence mail

$
0
0

Hi,

 

We have a problem with mail in WebIntelligence document.

 

When we send a mail with 2 documents and we select mHTML part,

the generated mail is wrong and all the caracters with accents or special caracters are corrupted.

 

We use SAP BusinessObjects XI 3.1 SP6 FP6.3, and Microsoft Exchange 2010.

 

The first screen is the result with two documents and mHTML for the two documents.

Bug 2docs html avec euro.PNG

 

The second screen is the result with two documents and mHTML for only one of the documents.

sans Bug 1doc html avec euro.PNG

Everything is correct with this mail.

 

With Microsoft Exchange 2003, we have no problem with mail.

 

Thanks for your help.

 

Best regards.

 

Patrice.

Multi Value Error in Webi report

$
0
0

Hi,

 

I am facing #multivalue error in my webi report.

I am using 2 queries and source as single bex query

 

Bex query have prompt for Company hierarhcy.

 

Query 1

 

Company code

Company code- country text

Product

 

Filtered applied for country code dimension

 

Query 2

Company code

Company code- country text

Product

 

Filtered applied for country code dimension

 

In Report layout, Merged the  dimensions Product,Company code, Company code-country text.

 

Report should contain only Product,Company code-country text, Revenue.

 

Created one variable total Revenue as below

 

=If(IsNull([Query 1].[Actual ]);0;[Query 1].[Actual])+ If(IsNull([Query 2].[Actual]);0;[Query 2].[Actual])

 

    

Is there any way to resolve this issue with including the company code text dimension in the report layout?

    

Error Output.png

 

After including dimension.png

difference between two time fields(start time and end time)

$
0
0

Hi,

I am on BI 4.0 SP2 FP15

 

Created webi report based on BEX

 

Two fields are Start Time and End Time from Bex

I need to show process time (difference between start time and end time) in webi report

Start Time Format - (HH:MM:SS) - Ex 00:30:31

End Time Format - (HH:MM:SS) - Ex: 23:39:14

both times are on same day.

24 hours format

 

PLease help me as I tried to convert HH and MM into seconds but could not success.

 

Thanks for your help.

 

Thanks,

Raj

Use Custom query script option disable

$
0
0

Hello

 

I am log in as administrator on BI and trying to create one simple report based on universe which is on MDX cube.

 

 

Version   BI Platform 4.1 Support Pack 3 Patch 2


Use Custom query script option is disable, i am not able to customize my SQL query which is default generated by SAP BO. Attached is S/S.

 

Regards,

AD.

Top 5 using ranking

$
0
0

Hello ,

 

I have situation where i have to show TOP 5 material depending upon Quantity Sold.

Mean only 5 entries (5rows).

 

Now i have materials which have same value for Quantity Sold , so cant able to restrict to 5 rows

even after using both  rank function or Ranking Option(button) .

 

I have only one dimension to set ranking ON.

 

Can you please help me in displaying only five rows of TOP 5 .

 

Thanks in advance

Regards,

Kamal

Cascading Prompts in Webi 3.1 sp5

$
0
0

Hi Techies,

 

I have a small query in applying cascading list of values at webi level , please guide me ..

 

Mean while let me list the steps that i have done...

 

1. I need a cascading prompts in the Region, country , and state..

when I pull STATE  object into my Query filters pane, I should see the Prompt for Region and then the prompt for Country and then it should show me the State Prompt.

 

Well, I have done this at universe level ,...... created Cascading List Of Values, with the hierarchy as Region ------> Country --------:> State, Generated the LOV'S( and I have unchecked Hierarchical view while Creating the cascaded list of values ), Saved the universe and exported the same....

 

 

please Suggest me on this .................

4.1 SP2 Opendoc within same window


Create a Trailing 6 month Dimension Based on User Prompt?

$
0
0

I am trying to create a time period dimension in Web-I Business Objects that shows trailing 6 months based upon a user response given at a prompt when report opens. I am thinking this needs to be a report level object, but I could be wrong.

 

 

 

For instance, the user enters a date range like "1/1/2013 00:00:00" (datetime format is defaulted) through "9/30/2013 00:00:00". I would like my variable to show a range 4/1/13 through 9/30/13 as a dimension so that I can show dollars/other measures during this period.

 

I have tried converting the UserResponse from character format  to date, then doing a DaysBetween -180 - cant get it work. tried doing the same thing but using Max([Month]) as the basis and I am striking out.

 

I have a different variable that I use to denote the year  uses CurrentDate() as its starting point, but when I try to do something similiar based on UserResponse, it does not work.

 

Here is my variable that works properly:

 

 

=If(MonthNumberOfYear(CurrentDate()) <>1) Then If(Year([Discharge Month])=Year(CurrentDate())) Then "Current Year" Else "Prior Year" Else If(Year([Discharge Month])=Year(CurrentDate())-1) Then "Current Year" Else "Prior Year"

 

 

 

 

Can someone please help me out?

csEX Error

$
0
0

Team - I am able to run all the reports without any issue. When my user is running the report against "BOEXI40-Audit-MySQL.unx"... getting this error. Any suggestions from coming out from this issue.

 

Looking forward to hear from you -

Webi prompt issue

$
0
0

Hi All,

 

We have a webi report which is created top of BEX query and BEX variable act as a prompt in webi report.

The prompt value comes from BW as TEXT and KEY like below

 

TEXT    KEY

test1    1

test2    2

test1    3

test 4   4

 

etc...

 

when i select test1 in the prompt, the report should show 2 records as below

 

test1

1

test13

 

But the report shows only one record as below.

 

test1 1

 

can you help us to sort out this issue?

 

BI 4.0 SP6 patch1

BI/ BW  - 7.1

 

 

Regards,

Senthil K.

Webi - make a Sum like

$
0
0

Hello,

 

I would like to do a sum of variable, but just under some condition. I want to do something like:

 

=Sum([Variable1] Where([Variable2="[urVariable2]" and [Variable3="[urVariable3]"))

 

[urVariable2]=UserResponse("[Variable2")

[urVariable3]=UserResponse("[Variable3")


That means that  urVariable2 and urVariable3 are what the user wrote in a prompt. My problem is that this is optional, that means, if variable2 is empty, I want all the values of variable2 without importing the value, and just take variable3 in the condition.


How can I do this? My problem is: if I keep empty Variable2 empty this is looking for Variable2="NULL" so no results in the output.


Thank you.

Webi null values

$
0
0

Hi,

I want to show null values in webi report level how to do it,

 

 

 

Thanks&Regards,

Rao

Trouble retrieving "Then" clause in If condition

$
0
0

Hey Community! This is my first time posting so any suggestions over mistakes are welcome

 

I am using a simple If statement with multiple clauses. The issue I am having is two out of the three clauses are working but one of the clauses is not returning the "Then" statement.

 

It looks a little like this.

 


=If [Last Year] =0 AND [This Year]=0 Then 0

ElseIf [Last Year]=0 And [This Year] >0 Then 100

Else (([This Year]/[Variance]*100))

 

The first and last clauses are returning proper values, however the "ElseIf" clause is not returning "100" where necessary. Instead I see 0.

 

Is there issues when using multiple If Then statements? Is there a different form of formatting that can be used?

 

Any help is appreciated.

 

Thanks!!

Live Office error with Webi Integration

$
0
0

Hi,

I am getting the following error while I try to integrate my webi report into power point slide. I am able to connect to webi interface using live office from power point but when I try to access any report and select a block of the report it throws me this error.

Note that it was working fine but all of a sudden stopped working for everyone in the office.

does anyone know what could have caused this.

I have already restarted the Tom Cat services but no use, I have also tested this in all 3 environment such as Dev QA and Prod and getting the same error.

please see the error below. will appreciate your help.

Thanks

 

LO error.JPG


WEBI Report Not Converting Properly When Using Crosstab Function

$
0
0


I have a very basic WEBI report that works properly when run as a table. When I try to convert the report to a crosstab I get unusual results.

 

 

The BI logic was the following

 

 

If order contains any Carepak eligible item - count 1 else count 0

If order contains any Carepak item - count 1 else count 0

If count of eligible and count of carepak > 0 then "Has Attachment"

If count of eligible > 0 and count of carepak = 0 the "Missed Attachment"

If count of both = 0 then "Not eligible"

 

I have attached an example of my result. I want to put the yellow table into the green format, but as you see I cant and I don't know why. I made a sample below it where I used order quantity instead and it works. So I don't know why COUNT([Order Number]) doesn't.

 

Carepak Status Formula

=If([Count of Carepak Eligible Items]>0 And [Count of Carepaks]=0;"Missed Attachment";

If([Count of Carepak Eligible Items]>0 And [Count of Carepaks]>0;"Has Attachment";"Not Eligible"))
ForEach([Order Number];[ECOM Order Created Date (MM/DD/YYYY)])

 

Carepak Attachment Rate Formula

=Sum([Order Count] Where([Carepak Status]="Has Attachment"))/

Sum([Order Count] Where([Carepak Status]<>"Not Eligible"))

 

Count of Carepak Eligible Items Formula

=Sum(If([Product Code (8 Digit)] InList("7562A002";"2897A002";"9332A002";"4625A002";"0155B002";"4624A002";"5157B002";"5159B001";"5160B001";"5158B001";"5169B001";"9126B003";"8575B001";"5169B003";"8595B001";"8575B003";"9123B002";"6558B001";"5169B005";"8595B003";"4460B003";"6558B003";"8595B005";"4460B004";"8469B002";"4460B016";"8469B009";"3814B004";"9128B002";"9128B016";"8469B016";"3814B010";"3814B016";"6825B002";"5247B002";"5246B002";"2805B002";"2356A002";"9389B002";"5296B002";"2357A002";"2514A002";"6310B002";"9522B002";"6473A003";"2042B002";"6472A002";"8114B002";"2537A003";"2044B002";"9519B002";"2507A002";"8546B002";"2515A003";"2519A003";"0284B002";"2562A002";"2518A003";"3558B002";"9521B002";"2510A003";"2509A003";"5179B002";"6097B002";"4657A006";"5345B002";"5178B002";"9517A002";"0345B002";"9518A002";"2752B002";"3560B002";"1242B002";"2540A002";"2536A004";"2544A003";"6221B030";"8328B002";"8330B002";"9489B002";"9489B022";"9489B042";"9539B002";"9539B022";"9539B042";"9487B002";"9487B022";"9500B027";"5289B019";"6223B002";"8331B002";"8331B040";"8331B021";"5781B002";"6987B002";"5783B002";"6989B002";"8749B002";"6224B002";"4789B018";"5291B019";"6225B002";"8580B002";"8580B021";"4789B002";"5784B020";"6990B002";"8750B002";"8333B002";"8333B022";"5292B002";"6226B002";"6226B050";"6226B024";"8335B002";"8335B027";"8335B026";"8335B025";"6991B002";"5786B002";"6992B002";"8115B001";"8253B001";"8255B001";"8254B001";"4260B001";"4261B001";"4259B001";"9150B001";"9159B001";"9156B001";"9153B001";"8159B001";"8157B001";"8158B001";"8599B001";"8605B001";"8608B001";"8602B001";"9144B001";"9147B001";"4943B001";"4942B001";"4944B001";"4941B001";"6191B001";"6188B001";"6189B001";"6183B001";"8191B001";"8197B001";"8194B001";"9356B001";"9365B001";"9362B001";"9359B001";"5035B001";"6182B001";"6149B001";"6150B001";"6148B001";"8206B001";"8410B001";"8676B001";"5269B001";"6021B001";"9344B001";"9350B001";"9347B001";"8409B001";"9544B001";"9340B001";"9342B001";"9341B001";"5663B001";"5664B001";"6354B001";"9545B001";"9769B001";"5130B001";"5128B001";"4194B001";"4192B001";"8224B001";"8225B001";"4248B001";"6145B001";"6145B035";"8230B014";"9000B001";"9000B007";"9000B008";"6351B001";"6798B001";"6799B001";"5043B001";"5900B001";"6195B001";"9337B001";"9168B001";"9169B001";"9770B001";"9547B001";"6353B001";"9338B001";"9339B001";"9543B001";"4343B001";"5251B001";"6352B001";"5244B001";"5245B001";"6350B001";"9546B016";"9546B001";"8407B001";"8406B001";"5249B001";"9167B015";"9167B001";"5959B001";"5960B001";"8426B001";"8427B001";"6832B002";"6831B002";"6827B002";"6830B002";"2105B002";"5320B002";"5315B002";"5805B002";"2925B002";"4507B002";"9622B002";"4508B002";"9623B002";"3297B002";"6218B002";"4103B022";"8745B002";"5287B002";"6219B002";"0012B022";"4895B002";"8747B002";"1446B002";"8746B002";"8455B003";"8455B005";"8153B001";"9114B002";"8152B005";"9176B001";"9176B002";"5975B003";"9175B001";"9173B004";"4923B002";"8063B002";"8454B001";"8443B002";"9964B002";"9880B002";"9877B002";"9878B002";"9882B002");

1;0))

 

Count of Carepaks Formula

=Sum(If(Left([Product Code (8 Digit)];5) InList("9620B";"9703B";"9666B";"6463B";"9621B";"9619B");

1;0))

 

Order Count Formula

=Count([Order Number])

 

Any help would be greatly appreciated. 

 

  

Counting unique occurrences of a combination

$
0
0

Hi all,

 

My apologies if this has been covered already. I am trying to count the unique occurrences of combinations in the data. I am using the Business Objects 3.1 Web Intelligence Rich Client and the eFashion universe.

 

With the data as reported in the image, there are multiple stores ([Store name]) where both products Bermudas and Boatwear ([Category]) were sold, with quantity sold>2 (e.g. Austin, Boston Newbury, Chicago 33rd, etc). I would like to count the distinct stores which have sold both items.

 

I have created a variable CountStores with formula (as defined below) but it is not returning any results. What am I doing wrong?

 

=Count([Store name];Distinct) Where ([Category]="Bermudas" And [Category]="Boatwear" And [Quantity sold]>2)

 

Demo.png

Thanks for your help!

webi mockup

$
0
0

Hi All,

Can any body please letme know what is the web mockup report , when will use this please provide some documents,

 

 

Thanaks&Regards,

Rao

Previous Day scheduling in WebI

$
0
0

Hi All, Currently I have a report that runs with entry of Start and End Dates. (prompts) I would like to have the option to schedule the report and have it delivered via email to the users for current_date-1 for selected centers to automate. Can this be done within the existing report or do I need to build a new report and how can I do this? Any help would be appreciated! Thanks in advance.

where Condition using prompt

$
0
0

Hello,

 

I have a question regarding prompts and where clause.

 

 

 

I created some filters that needs to be input by prompt box. I created a variable that is the value of the prompt

urBuildingfloor =UserResponse("Building Floor")

 

Now, I want to show in the report all meters that have Building floor = value in the prompt. So if in the prompt I have urBuildingfloor1=2

I created other variable that says: Value=[Meter] where (Building Floor = "[urBuildingfloor]"), this is not giving any value, even if urBuildingfloor=2.

But if I do Value=[Meter] where (Building Floor = "2") I have data. What am I doing wrong?

 

 

Thanks for helping!

Viewing all 5402 articles
Browse latest View live


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