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

Cumulative Sum?

$
0
0

I have below fields returning data from UNX

 

[Report Year] = [2013,2014,2015,2016]

[Report Month] = [1,2,3,4,5,6,7,8,9,10,11,12]

[Profit for Each Month] = [$123,456,234,786,....]

 

I want to calculate below 2 fields

 

[3year Cumulative Profit for each Month] = ??

[Annual Cumulative Profit for each Month] = ??


Daysbetween function

$
0
0

    I created a mammography turnaround time report that shows the number of days between exams. The daysbetween function I used, shows 7 days a week, including weekends. I had a request to only show days of the week only, M-F. How would I go about counting week day only?

 

Thanks

 

Matt

Remove marker(dot) from the line chart

$
0
0

I have dual axis line chart with few

 

I want to create a straight line for +1 and -1. This is like a threshold line on map.

 

Issue is just on this static line I dont want to show markers(dots) whereas other lines I want the markers.

 

I am not finding any option just to remove market from specific line?

Schedule jobs are going to pending state

$
0
0

We are using SAP BO XI 3.1 SR6. Suddenly we are facing some issue on webi reports. Scheduled webi jobs are going to pending state.

We have restarted all the servers but issue still persist.

 

I have attached the error with this post.

 

Please need your help.

Trim a string leading from specific character

$
0
0

Hello, a have a special request where i have a remove part of the string in a dimension containing a code.

As shown by the sample value below, the  5 "sections" separated by a semicolon, and the number of characters in each "section" varies.

Since the lenght of the whole string is not fixed I need a formula that removes whatever comes after the 4:th semicolon.

 

Is this possible since Pos() only finds the position of the first instance of a specific character?

 

 

 

BMW; C4; 428; 2; 244

 

 

 

Best regards,

 

Axel

Webi report with Excel as a data source not working SAP 4.1 sp3

$
0
0

Hi Guys

One of the users created a Webi doc with excel as a data source for one of the queries. It was all working fine for her. Now she wanted to share this query with other user and the other user would like to refresh the query as well on his own. I copied both excel file and webi report to his personal folder but when he tries to refresh the query , he gets this error :

 

Capture13.PNG

Any idea why???

Filtering values in a group if its present once

$
0
0

Hi,

I have data in a report like below:

NameFruit
AApple
ABanana
BOrange
CPear
COrange
DBanana

 

I want to filter out the whole group if a certain value appears once for that group.

In this case filter out whole group if for a Name the fruit is 'Orange'

 

So the output should be like:

NameFruit
AApple
ABanana
DBanana

 

So, group B is not selected because it has Orange once, similar for C.

 

Any help is appreciated.

 

Thanks,

Ishan

Extract Dimension Value to other fields

$
0
0

Hi

 

I want to create new dimension based on below:

1- for each Dimension 2 = C and measure 1 = 0 --> False

2- for each Dimension 2 = C and measure 1 = 1 --> True

Moreover, I want to extract the result (True/False) to other value of dimension 2 within each dimension 1.

below depiction will clarify my requirements.

Please help me to know what the function will be to get the same.

 

Dimension 1Dimension 2Measure 1Desired Dimension
xa*True
xb*True
xc1True
ya*False
yb*False
yc0False

 

Thanks


Masking a Hyperlink

$
0
0

    Hi All,

 

I have a WEBI report which uses Excel as source. Structure is as below     

 

Userlink


AA

http://www.google.com

BBhttp://www.yahoo.com

 

 

Is there any possibilty to mask the links in WEBI report.

 

Basically, i have setup trusted authentication and then sharing the report links by passing respective user ID for each user.

 

Instead of entire link, Can I just show GOOGLE/YAHOO?

 

Thanks,

Harsha

#Multivalue error solutions

$
0
0

Hi All,

 

I need help to understand #Multivalue error solutions. There are 2 ways to resolve this issue.

1. Set automatically aggregated at universe level

2. Check the box "Avoid duplicate rows aggregation"

 

I am unable to understand these solutions. e.g. suppose in a report I have Input control that contains a list of cities, selecting a city will update a chart to display the data for city. The name of the city is displayed as the Title label for chart. But if user select "All Values" option in the input control, I get #Multivalue error.

 

Then in this case how can we solve this issue using above 2 solutions or is there any other way?

 

Thanks in advance.

 

Shweta

Row Level Security is getting ignored upon refreshing Webi Document

$
0
0

Hi,

We have upgraded our BI platform from 4.1 to 4.2 SP02.

Since then row level security is not getting applied on webi reports, i could see the SQL has WHERE in it, but after i refresh the document if i open the same SQL, WHERE is missing.

Apparently this is a known issue before 4.1 SP3, but we are having it again.

 

anything i should be checking???

 

Thanks

VM

Quarter Difference in Webi

$
0
0

Hi Experts,

 

Requirement to achieve quarter Difference in Webi report ..

 

like this OCt Nov Dec and JFM

I need to show in display DEC - March like this way Others Difference Sep - DEC, March- June, June -SEP.I am able to get the difference for a year

 

 

prompt but not able to show as per display Qurater Display.png..

 

How to break and sort so that i can get difference in one block per set...please advise..

 

Thanks in advance

variable/help to format report

$
0
0

Hello experts,

 

I have a created report that I am getting data for. I am having difficulties in displaying it the way I need.

 

Model           Features            Info/Result

BMW              color

Mercedes        sunroof

Lexus              manual

Infiniti              GPS

                      engine size

 

Each car will have each of those features and consequently a varying result for each.

 

I would like it to display in a crosstab like this, with the info/result in the middle.

 

                     BMW       Mercedes    Lexus        Infiniti

color

sunroof

manual

GPS

engine size

 

Can it be done? I tried without any variables and it displays wrong data.(data for 1 car repeats and repeats)

 

Thanks for any help that one may offer.

 

Chuck W.

Dealing with Null Value in Dimension

$
0
0

I have a table like this.

 

screenshot.png

 

The database does not have 2016-04-02.

There was no sales on that particular day.

 

I want the table to look like this:

 

2016-04-01  200

2016-04-02  0

2016-04-03 150

 

 

I tried 1 solutions below.

Format Table->Show Rows with empty dimension values.

 

But this does not Work

 

screenshot2.png

Can anyone please give me ideas how I may overcome this problem?

Please give one example of userresponse for webi.

$
0
0

I have to prompts to pass one product group and other product. How can I show both of them as per user selection on the title page


pie chart on 70/20/10 ratio based on sales

$
0
0

Experts,

 

I have a requirement where I have to show pie chart based on sales where I need to show number of customers who contributes towards 70/20/10 % of the total sales. Pie chart Slice should be divided on 70/20/10% of the total sales but the value on each slice should show the number of customer who contributed to that sales. I guess it's similar to Pareto analysis. How do I achieve this in webi?webi pie chart.PNG

 

Thank you in advance

 

Dar

The action cannot be performed (WIS 30650)

$
0
0

Hi,

 

Created a new webi report in webi rich client , published to repository and it works fine. Opened that webi report in rich client , done some modifications(added an input control and modified the formulae according to the input control values) and saved the report back to repository. Now ,

When opening this webi report in richclient throws error:The action cannot be performed (WIS 30650)

When trying to view in BI Launch pad, it throws error : Action cannot be performed (Error:INF)

When trying to modify in BI LaunchPad, it throws error: Load driver Call : InitDrillEngine (WIS 00000)

 

I have checked on an SAP note : 1604932 - But it doesn't help as the query stripping feature is not used in the report.

 

Could someone please help on this ?

 

SAP BI 4.0 SP2 Patch 14

 

Thanks

Pappu K

ERR_WIS_30270 when refreshing report created by IDT

$
0
0

I have created for testing first report using IDT. I have downloaded audit Universe and published on repository. When I'm trying refresh (using Rich Client) EventId data I received error:

 

An internal error occurred while calling 'processDPCommandsEx' API. (Error: ERR_WIS_30270) (WIS 30270)

 

When I limited EventID to 10 only I have received data. I have verified Universe Properties. Limit of rows is unchecked. Do you know what is going on?

Getting less records in Webi report.

$
0
0

Hi,

 

I am getting very less records than actual in backend in my webi report. Can someone help me with this?

 

Thanks

Neeshi

Hide column based on prompt values

$
0
0

Dears,

 

I am running a report with a prompt.

 

I want to hide a column based on the values entered.

 

For example, the user enters USA for country, I want only sales column to appear and if the user enters UK I want only profit column to appear.

 

Is that possible in Web Intelligence?

Viewing all 5402 articles
Browse latest View live


Latest Images

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