Hi All,
what is the difference between Hyperlinks and drill filter....?
Thank you...
Regards,
Sridhar Reddy.
Hi All,
what is the difference between Hyperlinks and drill filter....?
Thank you...
Regards,
Sridhar Reddy.
Hi All,
I have a report with multiple queries from one universe source. For some reason the prompt text shows as "Abcd (Query1,Query2)". I would like to see only Prompt Text "Abcd" while refreshing the report.
Can anyone help me out to resolve this?
Thanks in Advance!
Regards,
Dinesh
Hi All,
I have a requirement in a webi report which should display the Net price of certain materials for the Month Selected in prompt where the field used us Calendar Day as To and From.
Also, in the report output there should be a comparison of three date fields which are Selected Month (i.e. based on the input in prompts) and then Previous month of the same year and same month of last year.
For Example
Material Name Oct-2015 Sep-2015 Oct-2014
ABC 235 123 12
DEF 454 65 654
WRE 65423 6423 9876
WDS 78452 9687 313
So here we have Selected Month i.e. Oct 2015 where the prompt used is 01/10/2015 to 31/10/2015.
Please help me out here. Also let me know if any more information is required.
Regards
Sandeep
I need to calculate some Year-To-Date values from individual period fields based on the period input by the user. For example, if the user inputs the period as 9 the YTD would be a calculation of 9 fields, Period 1 + Period 2, etc. all the way to Period 9. Please don't tell me that I have to do this as a huge If/ElseIf statement in which I have to write out 12 different equations depending on which period is supplied by the user.
HI guru,
i have req to generate hyperlink on document number in WEBI report which will take me to fb03 in ecc. Though I have got syntax and formula generated is direct as well and it takes me to erp. As I understand we need. First generate correct hyperlink and then formula.
but issue is that I am not able to generate correct hyperlink with parse, pls can someone provide me correct syntax format when we need to pass there fields as input to fb03 to get desired output.
i Already read few doc on sdn but not getting correct answer. Hence pls help.
thanks
Automatically, I want my report to create Cells which would correspond to 4 distinct values.
In the case below, it is 4 values (4 months),
so I want my report to create 4 cells for each value.
Next month, there will be 5 months.
So I want 5 cells appearing automatically in my report for each value.
(201601, 201602, 201603, 201604, 201605)
Could anyone please tell me how to do this...?
I have 2 sets of string:
[YYYYMM] and [DD].
I need to combine these 2 strings to make a date, and return the week day.
I am doing the following but it is not working.
It says it is invalid data type.
Can anyone please help me?
***************************************************************
Step 1. Convert [YYYYMM] to Date
Variable 1=FormatDate(ToDate([YYYYMM];"yyyyMM");"yyyy/MM")
Step 2. Convert [DD] to Date
Variable 2 =FormatDate(ToDate([DD];"dd");"/dd")
Step 3. Combine 2 variables to create date in the format of (yyyy/MM/dd)
Variable 3 =Variable 1 + Variable 2
Step 4. Return DayName
=DayName([Variable 3])
Hi Team,
I am facing an issue on user response function.
See the below scenario i.e.. If value of “ALL" is selected for Customer name prompt, then actual Customer values from the customer dimension are to be displayed, not the value of "ALL" Where Prompt is Customer Name, the corresponding Customer Name is to be shown.
Early response would be Appreciate!!
Thanks in Advance,
Regards,
Siva.
Hi All
I am new to SAP BO. I am trying to create a BO report with cross tabs and I am finding it difficult with regards to the below:
Product ID | Lot Year | $/Product | No of Product | Total $ Value |
---|---|---|---|---|
123 | 2015 | 10 | 2 | 20 |
123 | 2014 | 10 | 5 | 50 |
123 | 2014 | 2 | 0 | |
456 | 2015 | 5 | 2 | 10 |
456 | 2014 | 5 | 0 |
Assume the above is a report generated in Webi. The Product ID (is a merged dimension from two different tables), $/Product comes from Table 1, and the Lot Year, No of Product comes from Table 2, and Total $ Value ($/Product * No of Product) is a Variable. Both the tables are within the same universe. This report is working fine. However, if I want the same information in the form of a cross tab, and I am not able to do so.
The Cross table has the Lot Year, and Product ID as the row, and the Total $ Value as the body.
Current Formula: Sum([Total $ Value] foreach ([Product ID]))
The results are below:
Sum | ||
---|---|---|
2014 | 123 | 70 (Expecting 50 here) |
2014 | 456 | 25 (Expecting 0 here) |
2015 | 123 | 20 |
2015 | 456 | 10 |
I tried the below formula with no luck:
Sum([Total $ Value] foreach ([Lot Year]) foreach ([Product ID])
Sum([Total $ Value] foreach ([Lot Year]) IN ([Product ID])
Plz Help.. Let me know if you need any other information. Thanks!
Siva
I ran into what I thought was a pretty neat feature when using BEx Query Variables and BOBJ Prompts. Let's say I have 2 variables, 1 on the BEx side and 1 on the BOBJ side. When I select a value on the BEx side variable and then refresh values on the BOBJ side variable, I only get the subset list of values based on the BEx variable selection. If I go change the BEx variable or clear it out, and then refresh the BOBJ one, the values are updated accordingly. This is awesome as it provides some basic cascading prompt capabilities which are not possible otherwise with OLAP.
This is all find and dandy in the Rich Client, but when I tried it on the web (HTML mode), the BOBJ variable does not take into account the selections in the BEx variable...just brings in all the available values all the time. Also works fine in WEBI Java.
We are on BOBJ 4.1 SP5 and BW 7.4. Any thoughts? Is it intended to work this way, or I am venturing into something that's not really supposed to work? Some screenshots below to help with a visualization.
HI
When I try to create a report with time stamp in query filter , not even getting data even the date and time exists in database.
Below Is the detailed analysis.
1. created a webi report with timestamp objects.
2. Apply query filter on timestamp object.
3. when I check In auto generated sql it only pick date part from the query filter but not timestamp.
4. Because of the above issue we are not getting expected results.
Webi Auto Generated SQL
Select Table.row_eff_ts
From Table
WHERE
Table.row_eff_ts IN ( {d '2015-09-17'} )
It picks only date part but not entire timestamp. But I need entire timestamp in WHERE clause. Please, suggest me a solution
I am buiding a whole reporting package in WEBI 4.0 and I've run into an issue. I have several existing merged dimensions in the report (e.g. Month, Year, etc) I just recently added several new queries (from different universes) and would like to add the dimensions that came over to the existing merged dimensions. However, I am unable to do this unless I unmerge the existing merged dimension and then re-merge all the dimension members again. As soon as I unmerge though, many of my reports are completely messed up and would have to be rebuilt.
Is there a way to add new dimensions members to an existing merged dimension without having to unmerge first?
Thank you so much in advance!
Hi All,
I am facing a challenge in figuring out the way to derive the below values in WEBi.
Month | Actions | No. of Weeks | Running Sum of Weeks |
Jan | 10 | 4 | 4 |
Feb | 23 | 4 | 8 |
Mar | 11 | 5 | 13 |
Apr | 6 | 4 | 17 |
May | 4 | 4 | 21 |
Jun | NILL | 0 | 0 |
Jul | 9 | 4 | 4 |
Aug | 3 | 4 | 8 |
Sep | 7 | 5 | 13 |
Oct | 20 | 4 | 17 |
Nov | 34 | 4 | 21 |
Dec | 31 | 5 | 26 |
In the above table, when a month has no actions (Actions = NILL), I have to reset the running sum of No. of Weeks per month from the beginning of the next month.
I am not getting any idea on how to achieve this.
Your help is really appreciated and points are awarded surely.
Regards
Muralidhar
Hi All,
I am new to business objects Webi. I have been working on below requirement
Below is how my detailed level data looks like
Calmonth | Plant | Material - Key | Cores - Returned | Cores - Not Returned |
Mar-16 | ABC | 1234 | -33 | 57 |
Mar-16 | ABC | 1235 | 20 | -1 |
Mar-16 | ABC | 1236 | 0 | 5 |
Mar-16 | ABC | 1237 | 0 | 3 |
Mar-16 | ABC | 1238 | 1 | 9 |
Apr-16 | ABC | 1239 | 1 | -1 |
Apr-16 | ABC | 1240 | 5 | 3 |
Apr-16 | ABC | 1241 | -1 | 1 |
Apr-16 | ABC | 1242 | 2 | 0 |
For each material I need to check if either of the 2 Metrics are negative, if yes I need to exclude that material from aggregation (aggregation at calmonth level). So my final aggregation should look like
Calmonth | Cores - Returned | Cores - Not Returned |
Mar-16 | 1 | 17 |
Apr-16 | 7 | 3 |
I have tried below approach:
created 2 new variables as below:
1.Sum(If((([Cores - Returned]>=0) And ([Cores - Not Returned]>=0));[Cores - Not Returned];0))ForEach([calmonth;plant;material])
2.Sum(If((([Cores - Returned]>=0) And ([Cores - Not Returned]>=0));[Cores - Returned];0))ForEach([calmonth;plant;material])
Below is the output for above 2 variables along with my original metrics
Calmonth | Plant | Material - Key | Cores - Returned | Cores - Not Returned | Cores - Returned (New) | Cores - Not Returned (new) |
Mar-16 | ABC | 1234 | -33 | 57 | 0 | 0 |
Mar-16 | ABC | 1235 | 20 | -1 | 0 | 0 |
Mar-16 | ABC | 1236 | 0 | 5 | 0 | 5 |
Mar-16 | ABC | 1237 | 0 | 3 | 0 | 3 |
Mar-16 | ABC | 1238 | 1 | 9 | 1 | 9 |
Apr-16 | ABC | 1239 | 1 | -1 | 0 | 0 |
Apr-16 | ABC | 1240 | 5 | 3 | 5 | 3 |
Apr-16 | ABC | 1241 | -1 | 1 | 0 | 0 |
Apr-16 | ABC | 1242 | 2 | 0 | 2 | 0 |
and I tried to aggregate these 2 variables at calmonth assuming that it will calculate before aggregation (nullifying materials with negative metrics and then aggregate) But it is not working. below is what I got :
Calmonth | Cores - Returned | Cores - Not Returned |
Mar-16 | -12 | 73 |
Apr-16 | 7 | 3 |
So I think calculation (of variables) is happening after aggregation even though I used for each.
Please let me know if my understanding of context aggregation is wrong and also if there is any way to achieve this requirement. Thanks in advance.
Regards,
Aditya
Hi Experts,
We are using BO 4.0 and BICS connection.
I want to create a variable like below
if (fiscal year) is not within the range of (valid Date from) and (valid date to)
if condition satisfy Green color else Red
Please give me any idea to create in BO
Regards,
G
Hi All,
I added image or logo to webi report , After i refresh I am able to view report , When i export the report in excel,Image or logo is not displaying .
Do i need to change server setting ?
With references of below link , i followed steps
How to add "graphic" images to WEBI r... | BMC Communities
Environment:
Sap bo 3.1 sp7
Thanks,
Raghunath
Hi all,
I have report with 8 tabs.All tab contains two cells; one for report tab name and other for date.
When user exports report in excel, In some tabs these two cell gets shrink.means those cells gets merge with neighbouring cells.so user have to manually remove that merge in excel.
is there in setting in Webi to get the same report in excel(without shrinking).
Hi,
I am using BI 4.1 sp5. I have a Derived table which has been built on top of a calculation view. Everytime there is a change in the underlying view and the structure refreshed, the derived table has to be recreated and all the objects repointed to the new view.
Is there any option to refresh the derived table instead of recreating it?
Please advise.
Thanks and best regards,
Vinayak
Hi All,
We have recently migrated from BO3.1 to BO4.1 SP5 Patch 4.
We are experiencing slow performance of Webi reports (almost all reports), almost taking double time to run.
Could anyone suggest what can be done to improve the performance, must be BO4 server side settings? as similar report is running in half time on BO3.1.
Appreciate any suggestion.
Thanks!
Sonam