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

data is not fetching when used prompts in derived table

$
0
0

Hi,

 

 

I created derived table in the universe and pass the parameter as prompt, I am not able to get the data when i used betwen the dates.

 

 

 

Here "CLOSED_DATE" is in  Unix epoch time and converting to human readable dates.

 

 

 

SELECT * FROM stocks

Where

TO_DATE('01-JAN-1970','dd-mon-yyyy')+((CLOSED_DATE +10800)/60/60/24) between @Prompt('Enter Start Date','D',,,,) and @Prompt('Enter End Date','D',,,,)

 

 

Please let me know what's the problem.  We have 4.1 SP6.

 

 

 

For passing string parameter in prompt is working;

-------------------------------------------------

SELECT * FROM stocks

Where SID=@Prompt('Enter ID','C',,,,)

 

 

Thanks.

 

 

BR


BI launch pad cannot search (no result) from new prompt in view mode

$
0
0

Webi Rich Client: version 4.1 support pack 4  patch 2

java for BI launch pad: 1.8.0_31 (and test in java 1.8.0_66 too)

 

I create new prompt in customer fields (not filter in Bex).

And when refresh report in modify mode, I can search customer in "5*" or "*" term both webi rich client and BI launch pad.

But when refresh report in view mode, I can search customer in "5*" or "*" term on webi rich client only but BI launch pad cannot search something.

 

view mode:

Webi rich client

view mode-webi rich client.png

BI launch pad

view mode-bi launch pad.png

upper picture, new prompt not same display.

please help me

Webi Report execution after BW Info provider Refresh

$
0
0

Hi Experts !!

 

We are looking for a way to trigger webi reports to users every morning after successful data load completion in sap bw.

Currently, we have a fixed time at which the report is emailed to the users through Webi Launchpad. However, sometimes the info provider is not refresh or its load is delayed and the users get the report with old data.

 

In BW BEx Reports, we handle this by Event Broadcast in Process Chain. Can some help me get the details at WEBI end ?

 

Thanks in advance !!

Relative position of a table in WEBI

$
0
0

Hi All,

 

I have a WEBI report built with BEx as source. The report has many tables and all are within a section.

 

Now when I try to add a new table, by default, the table positions on top of the Report. I don't get the option in Relative Position to align a table below a particular table.

 

Am I doing something wrong here.

 

And I am BI 4.1 SP5 with BW 7.4

 

Thanks,

Harsha

how to hide one head row (BI4.1 sp04)

$
0
0

I added a sum row to report head(click one head cell and insert row) and set the report head repeated at every page(table format--repeat table head).I wonder how can i set the sum row visible only in the first page.

 

col1               col2 

 

productname  revenue

summary        300

 

name001        100

name002        200

 

thks!

How to display selected input control in webi report?

$
0
0

Hi Experts,

 

I have a demand from client to display the selected input control on top of report in webi.

And also display these selected parameters in excel after export of webi report.

I had tried to use ReportFilter(parameter), but it shows all values when no filter applied, which makes it a cluttered display.

I want something which will display only when values in input control are filtered.

 

Your help is appreciated.

 

 

Thanks

Prajakta.

Applet mode not working with java 1.8

$
0
0

Hi guys

We have SAP 4.1 and I have recently upgraded my java version to 1.8. But after the upgrade, I noticed that my webi reports fail to load in applet mode. It says that my java session has timed out every single time I open a webi report. However if I switch to HTML mode, it starts working . Is that an issue?

Is there a workaround?

 

 

Cheers

web intelligence 4.1 default navigation map to close

$
0
0

In webi 4.1 sp3... default behavior of navigation is set to open... anyway we can change the default behavior to be close?

I know we can customize it so it can be hidden however I still want the left side panel but just want it to be closed when the report loads.


WebI Document Date columns get exported to Excel as Text

$
0
0

Good afternoon

 

I have the following problem.

 

I created a document which is based on a Universe. Such a Universe contains some date - time columns. Within the WebI document I use a function called FormatDate in order to show these column's values in "MM/dd/yyyy" format, as follows

 

DateFormat.GIF

 

However when I export the report to Excel or Excel 2007 the column's value come out as Text on the Excel file generated:

 

DateFormatInExcel.GIF

I'd expect the value generated in Excel to have a Date format instead of Text, but I don't really know why is this behavior happening

 

I'm using SAP BO 4.0 SP 10 Patch 01.

 

 

Thanks for your comments

webi 4.1 SP3 disable drill option

$
0
0

we just migrated from BO 3.X to 4.1 and we have encountered an issue where when we select a value from a filter. A drill botton appeared on the column name and it messes up our report when you actually click on the drill ...

 

is there anyway we can disable this drill option as a whole?

 

the work around we had in 3.x was to add an empty space at the end of the value however it seems not working anymore ...

Tab selector in webi report

$
0
0

Hi All,

 

We are having a combined document consisting of multiple tabs in it. 

 

Currently we are having a requirement for this document, where user want to see the tabs that he wants to.

 

User should be able to select the tabs at run time like using prompts or input controls he should be able to select the tabs.

 

Please do let me know in case this is achievable.

 

Thanks in advance!

 

-

Ketan

How to find granularity

$
0
0

Hi Experts,

 

I have one questions. Can any one suggest me answer. How to find granularity at universe level and at report level.

 

Thanks

Anusha.P

How to join "If" statements

$
0
0

I have an if statement that works great:

 

=If([Lead ISM]) = "Auger" Then "Auger" ElseIf([BP: ISM]) = "Auger" Then "Auger" ElseIf([BP: ISM-2]) = "Auger" Then "Auger"

 

Auger is someone's last name, I have about 35 of these names and instead of creating them all individually, I would like to make this one dimension and include everyone.

 

What is the proper way to join these together, I have tested them all out individually and they return the correct data, but they are way off when I try to combine them all together, I feel like I am not joining them correctly.

Extracting Application wise Generic Accounts

$
0
0

Hi Folks,

 

windows / BO 4.1 SP6

 

I would like to know can we extract the list of generic accounts application-wise automatically using query builder or any other way?

 

If yes, please let me know how can we achieve it?

Webi Excel download wrong data

$
0
0

Hi all,

 

There is a strange issue going on with one of report. Some our Webi report was exposed on SRM system so the vendor can have access to it.

The issue is

 

1. When Vendor 1 (located in Australia) log into the external SRM portal and execute the report, the righ data is displayed to the Vendor . When the vendor click download to Excel, the right data (exact data displayed to the vendor on the screen) is dowloaded in Excel.

 

2. When Vendor 2  (located in UK) log into the SRM system and execute the report, the correct data is displayed to the vendor on the screen. But, when the vendor click on 'download to excel' , the excel downloaded contain data for vendor 1. Please note that on the screen, the data displayed was the correct data for vendor 2 but the excel sheet downloaded is for vendor 1 (Vendor 2 is the one that log into the system)

 

3. When the page is refresh 2-3 times and vendor 2 re-login into the SRM system again, the correct data belonging to vendor 2 is display on the system and when the vendor download the report as excel, the correct data is downloaded this time.

 

If the PDF/CSV download format is choosen, the downloaded data is correct. The only issue is with Excel download format. PDF/CSV download format down seem to have this issue.

 

I search the internet and the only relevant posting was posted in 2003

 

Problem while downloading data from webi to excel. - Toolbox for IT Groups

 

 

Anybody has face this issue before pls?


How to display selected input control in webi report?

$
0
0

Hi Experts,

 

I have a demand from client to display the selected input control on top of report in webi.

And also display these selected parameters in excel after export of webi report.

I had tried to use ReportFilter(parameter), but it shows all values when no filter applied, which makes it a cluttered display.

I want something which will display only when values in input control are filtered.

 

Your help is appreciated.

 

 

Thanks

Prajakta.

Is possible to create universe on top of excel sheet?

$
0
0

Hi Guys ,

 

Can you please reply my doubt?

Rolling 4 Months Issue

$
0
0

Hi All,

 

I am having issues with creating rolling 4 months in webi report.

 

 

Objects i am having YEAR, MONTH NUMBER, SALES AMOUNT

 

 

YEAR--> String

MONTH NUMBER-->String

AMOUNT-->Measure

 

 

Current Information Looks like

 

YEARMONTH NUMBERAMOUNT
201504500
201505150
201506260
20150745
20150885
20150969
201510250
201511320
201512450
201601560
201602410
201603230
201604320
201605150

 

 

Need to show Previous 4 Months information, like below.

YearMonth NumberAmount
201601560
201512450
201511320
201510250

 

 

 

 

Environment: BI 4.1

Source: BEx

Unable to purge report in Webi BO 4.1

$
0
0

Hi Friends,


I am trying to purge the report, when I click on the purge all, getting pop-up “are you sure you want to purge the data from the document ? (purge last selected prompts values)” 

 

So I have selected the check box and click on the YES.

 

It is running and running (Loading…) after long time getting the timeout error. Please find the attached screenshot.

 

 

( WebI report is built on top of Bex query, using BICS --

Version : SAP BusinessObjects BI Platform 4.1 Support Pack 4 Patch 2)Error Screenshot.png

Negative value to Positive value

$
0
0

Hi Experts,

 

We are facing an issue with negative value.

 

Ex: i want to calculate days between two days like

 

    Duedate : 25-12-2016 & current Date : 06- 01-2016

 

   am used days between function like : daysbetween([currentdate];[duedate])  now output coming like -354 days.

 

   Now i want positive values like 354 days..is their any function to calculate between two days get positive value?

 

   Finally my issue is  we need  354 instead of -354

 

   Anyone give me any suggestions how to resolve this issue.

 

  Thanking you Advance.

   


Regards,

G

Viewing all 5402 articles
Browse latest View live


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