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

Date format

$
0
0

Hi frns,

 

I hav data like bellow...

 

8/1/20141
8/2/20142
8/3/20143
8/4/20144
8/5/20145
8/6/20146
8/7/20147
8/8/20148
8/9/20149
8/10/201410
8/11/201411
8/12/201412
8/13/201413
8/14/201414
8/15/201415
8/16/201416
8/17/201417
8/18/201418
8/19/201419
8/20/201420

 

 

I want this data in week wise as bellow

 

1 week28
2 week77
3 week105

 

 

Thanks

Riaz


Resolve #MULTIVALUE

$
0
0

Hi All,

 

There are titles that can be divided into Clips and Others.

A title should be considered to be divided into Clips firstly.

If not, It belongs to Others

 

I create variable v_TempIsClips = If ([LengthInMinutes] <= 10 And Not([Provider] InList("H";"MA";"E";"MO";"ORT"));"Clips";"Others"))

 

                         v_IsClips = If(Count([v_TempIsClips]) In ([Title]) > 1;"Clips";[v_TempIsClips])


TitleProviderLengthInMinutesv_TempIsClipsv_IsClips
AFTEREN7ClipsClips
AFTEREN10ClipsClips
AFTEREN13OthersClips
WelcomeFO43OthersOthers
WelcomeH43OthersOthers
WelcomeTra43OthersOthers
HeroFO3ClipsClips
HeroH3ClipsClips
HeroTra3ClipsClips
AirHS12OthersOthers
AirHS18OthersOthers

when I just drag and drop [Title] and [v_IsClips], #MULTIVALUE appears:

 

Titlev_IsClips
AFTER#MULTIVALUE
Welcome#MULTIVALUE
Hero#MULTIVALUE
Air#MULTIVALUE

How can i eliminate #MULTIVALUE?

help me please!

Recommended version of BO 4.1

$
0
0

Hi,

we are using BO4.0 SP7and we are going to upgrade to 4.1 but we don't know which version should we choose.

I read somewhere that SAP recommend some version and SP. Has anybody heard about it?

Or which version do you recommed?

 

We are going to use 4.1 SP3

 

Regards

Document Linking Refresh Report

$
0
0

Hi Webi Gurus

 

I have two reports, Report 1 and Report 2.

In Report 1 I have Store Numbers and in Report 2 I have complete store Master data information based on each store number.

 

I want to link both reports so that when I click on a Store Number on Report 1 it would open a new document (Report 2) and user can see Store information pertaining to that particular store he clicked.

 

I have already linked both documents and it is working fine but the problem is that, I want to pass the filter/parameters of the Report 1 into the Report 2 when user click on the store number.

 

For example

 

If user click on Store number 100025 on Report 1, it should display store number 100025 information on the Report 2 only, In other words users don't have to refresh and provide parameters to the Report 2.

 

I know it is achievable by creating some sort of Force Filter Pushdown variable out of the web link generated by the document link but don't know how and how many and what type of variables I need to create.

 

Can anyone please help me on this.

Will appreciate.

 

Thank you

Ron

Ranking (or sorting) multiple time periods by the current time period data

$
0
0

Hi,

 

I just noticed that the Ranking variable I make ranks, say Revenue, based on the totals across all the years in the data in the block. I need to rank/sort based on the current period Revenues, list the customers accordingly and pull in the historical data.

 

Using the right click Sort in the block menu also sorts on the totals not just the column activated when right clicking.

 

Anyone know how to build a variable that will rank the current data only (maybe convert time into a number and rank on the max. date_number).

 

Thanks,

Custom SQL issue in webi

$
0
0

I have a custom sql in webi 4.1. It validates and saves successfully but when I click on close, it gives me an error dialogue box 'Your script contains error'. When I go back to the query editor, the query is saved successfully. Not sure if it is the warning message only. When I run my report for a specific date, it runs fine but when I re run the same report with a different date, it sill takes the previous date that I ran the report with the last time. I am using the @prompt in my custom sql. Anyone faced a similar issue with custom sql or need more information to troubleshoot? Thanks in advance.

Report is getting corrupted

$
0
0

Hello Friends,

 

I am facing an issue with report corruption,

 

When I create reports it works fine but after few days if i open report again it does not open and show error as "This report does not contain any report".

When I open the same report in modify mode it shows error as "repeng_error_en_71 (WIS 00071)".

 

This is happening with some reports only not all.

 

Does anyone faced this issue? if yes please help me to know if you have any solution.

 

Thanks in Advance.

Reg:-Unable to schedule the report in infoview

$
0
0


Hi Friends,

 

I have critical issue, my problem is all my scheduled reports(both webi and deski) got failed with below reason but i can able to refresh the report

 

server error. CrystalEnterprise.Smtp: SMTP_E_TCPSOCKET_OPEN(2)

 

Could you please help me on this issue

 

Thanks

sreedhar


scheduling report with dynamic receptions

$
0
0

Hi,

 

I have requirement to schedule the Webi report

their having more than 500 customer sales in area wise,Each customer having customer account number ,I have send monthly report to their respective mail based on their customer account number,

 

For example

Customer1 a/c no:11101010,he has receive his sales details in every month in his mail

Customer2 a/c no;11101011,he has receive his sales only in every month in his mail-id

.

.

.

Customer 500 a/c no:111010500 ,he has receive his sales only in every month in his mail-id

 

 

I have customer mail-id,sales detail but if I enter mail-id manually while scheduling Webi report ,it is sending same report to all the customer

 

How to do..

date Range not refreshing

$
0
0

Hi experts,

I purged data from my Webi reports and delivered to client.

However the date ranges are not refreshing and showing #ERROR instead.

Following is the issue:-

data range.PNG

Report Layout

$
0
0

Hi experts,

How to make sure that the rendering of the Webi report is in Landscape format(not Portrait format)

before exporting it to pdf format?

Calling Latest Instance

$
0
0

Hi Guys,

 

I have a report scheduled daily. I am referring to its CUID to call that webi report.

 

Is there a way I can call latest instance of a scheduled report with the same CUID whenever users open it?

 

Please help.

 

Regards,

Tejas

#Syntax error for all measure columns in webi report in UAT

$
0
0

Hi experts,

 

 

I'm facing critical issue in my QA webi reports.

 

When i moved the reprots from DEV to QA and when i tried to execute the QA reports am getting all measure columns are #syntax errors and my users are not able to do their testing.

 

I created new report in QA and am able to see all measure columns are populating with out any errors.

 

we are running SAP BO 4.1 SP4 and reports are running on BICS

 

 

Kindly help me in this regard.

 

 

 

 

 

Thanks & Regards,

Kumar V

Measure legend names

$
0
0

i  have a issue,  i am working with web intelligence 4.1 sp5 , so i have to create a line chart with five series, based on formulas for each one.   each formula return a value based on certian criterial, and for each value returned have to be named different.      

 

 

     So  I need customize each element of legend, typing names according the value.,

 

 

 

 

Is it possible ?

how ?

 

 

 

thank you very much for any advice.

 

 

 

 

 

wi4.jpg

How to remove null("") in columen.

$
0
0

Object X  fetching result with Null Value.   How can i restrict without using report filter.

 

Object X
null value

A

B
C

 

as

 

 

Header 1
A
B
C

 

Please help ASAP.  


Mutivalue error dimension object

$
0
0

Hi Guys,

 

I have 2 data sources in my Webi Report (BO 4.1) that are merged on Project ID. I have created detail variables for all the columns in the report besides the Project ID which is the merged object.

 

The report columns contain the merged Project ID, 2 dimension object from Data Source A, 1 dimension and 1 measure object from Data Source B. The dimension object (Char) from Data Source B can have multiple values, which I why I am getting a "Multivalue Error" for some rows in that column.

 

Now, when I insert the actual dimension object from Data Source B and not the detail variable, the Mutivalue Error goes away and I get the result in multiple rows for multiple dimensional values . However, doing this only displays rows that have a measure value and not the ones that do not have a measure value (blank).

 

Could anyone please help me resolve this issue so that I can get multiple dimension values in multiple rows for all measure values?

Mutiple dimension values

$
0
0

Hi,

 

I have a Webi Report with the following scenario.

 

Data source 1 - Project ID (char dimension), Manager Name (char dimension)
Data source 2 - Project ID (char dimension), Benefits Type (char dimension), Benefits Amount (measure) 

 

Now, I have merged Project ID from both sources and created detail variables for Manager Name& Benefits Type with the merged "Project ID" as the associated dimension .

 

Report Columns are - Project ID (merged), Manager Name (detail variable), Benefits Type (detail variable), Benefits Amount (measure).

 

However, I am getting some mutivalue errors in the "Benefits Type" column which makes sense because there can be mutiple Benefits Type for a project. I just want the mutiple values to be displayed in mutiple rows.

 

Could anyone please help resolve this issue?

Ignore Defined Month Filter and get the amount of months

$
0
0

Hi

 

I have applied filter on month and selected MAR for instance but in the report, I must get the Balance of the JAN and Feb.
I must be in a situation to ignore the Filters.
I tried NoFilters , no use.

WEBI 4.1 Open document date range with Bex query

$
0
0

Hello SDN,

 

Am trying to implement open document call from Parent to Child Webi report, both the webi are Bex query based .

 

Am trying to pass a Customer name (query filter in webi )and a date range (Bex optional prompt ) to child report .

 

I could successfully pass Customer name but the Date range is not passing correctly and because of this am not getting correct result in my child webi .

 

The url am using is

 

href=\"/BOE/portal/1408061043/AnalyticalReporting/opendoc/openDocument.jsp?iDocID=AZyMWURc9tlKgcmztzz5qkE&sIDType=CUID&sType=wid&sRefresh=Y&lsRZTM_EVT_DT_RANGE="+URLEncode(""+[date range ])+"&lsMpmCustomer="+URLEncode(""+[Sold-To Party])+"&lsIpmCustomer="+URLEncode(""+[Sold-To Party].[Sold-To Party - Key])+"\" title=\"\" target=\"_blank\" nav=\"web\">"+[Sold-To Party]+"</a>"

 

the  fiddler output  is

 

 

http://boserver/BOE/portal/1408061043/AnalyticalReporting/opendoc/openDocument.jsp?iDocID=AZyMWURc9tlKgcmztzz5qkE&sIDType=CUID&sType=wid&sRefresh=Y&lsRZTM_EVT_DT_RANGE=9%2F4%2F2014+12%3A00%3A00+AM%2E%2E12%2F3%2F2014+12%3A00%3A00+AM&lsMpmCustomer=TIE&lsIpmCustomer=70

 

 

 

the date range screen shot

date range.PNG

 

 

with user response am getting date range as

Date range output.PNG

 

please guide me is there any specific syntax i need to pass for this date range which is from Bex query  .

 

Thanks in Advance

 

Regards

Arjun KT

Time format

$
0
0

Hi Frns,

 

I have data as bellow in character format,

 

Time
0300
0330
0400
0430
0500
0530
0600

 

I want it in time format as bellow,

 

Target_Time
03:00
03:30
04:00
04:30
05:00
05:30

06:00

Please help me on this

 

Thanks

Riaz

Viewing all 5402 articles
Browse latest View live


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