OBIEE Time Series Funstion

Hi,
I have a "Gross Sales Amt LY"
Formula: Ago(Gross Sales Amt, Year, 1)
Now, when I hit obiee I donot see the LY column populated...
however, when I query "Gross Sales Amt LW", that's last week..it's working fine...
Can any of you tell me what can be the reason..or any fixes..
Also, since OBIEE does not generate any SQL for derived columns it's turning out to be a showstopper...
Thanks!
Shib

Hello,
Since LY is a derived column I have a seperate query generated in OBIEE. Interistinglt there's a "Distinct +1" clause showing up..! Have a look at the below query...
Logical SQL:
SET VARIABLE QUERY_SRC_CD='Report',SAW_SRC_PATH='/users/bisystemuser/POC/POC_Shib/Test-LY';SELECT
0 s_0,
"Retail As-Was"."Business Calendar"."Fiscal Date" s_1,
"Retail As-Was"."Item As Was"."Item Number" s_2,
"Retail As-Was"."Organization As Was"."Loc Number" s_3,
"Retail As-Was"."Sales"."Gross Sales Amt LY" s_4,
"Retail As-Was"."Sales"."Gross Sales Amt" s_5
FROM "Retail As-Was"
WHERE
("Item As Was"."Item Number" = '100001001')
ORDER BY 1, 3 ASC NULLS LAST, 2 ASC NULLS LAST, 4 ASC NULLS LAST
Physical SQL for LY:
select distinct D1.c1 + 1 as c1,
D1.c2 as c2,
D1.c3 as c3,
D1.c4 as c4,
D1.c5 as c5,
D1.c6 as c6,
D1.c7 as c7
from
(select min(D1.c1) over (partition by D1.c8) as c1,
min(D1.c2) over (partition by D1.c8, D1.c9) as c2,
min(D1.c3) over (partition by D1.c9, D1.c10) as c3,
min(D1.c4) over (partition by D1.c10, D1.c11) as c4,
min(D1.c5) over (partition by D1.c11, concat(cast(D1.c12 as CHARACTER ( 30 ) ), cast(D1.c13 as CHARACTER ( 30 ) ))) as c5,
min(D1.c6) over (partition by concat(cast(D1.c12 as CHARACTER ( 30 ) ), cast(D1.c13 as CHARACTER ( 30 ) )), D1.c7) as c6,
D1.c7 as c7
from
(select Case when case D1.c9 when 1 then D1.c7 else NULL end is not null then Rank() OVER ( ORDER BY case D1.c9 when 1 then D1.c7 else NULL end ASC NULLS LAST ) end as c1,
Case when case D1.c11 when 1 then D1.c7 else NULL end is not null then Rank() OVER ( PARTITION BY D1.c8 ORDER BY case D1.c11 when 1 then D1.c7 else NULL end ASC NULLS LAST ) end as c2,
Case when case D1.c13 when 1 then D1.c7 else NULL end is not null then Rank() OVER ( PARTITION BY D1.c10 ORDER BY case D1.c13 when 1 then D1.c7 else NULL end ASC NULLS LAST ) end as c3,
Case when case D1.c15 when 1 then D1.c7 else NULL end is not null then Rank() OVER ( PARTITION BY D1.c12 ORDER BY case D1.c15 when 1 then D1.c7 else NULL end ASC NULLS LAST ) end as c4,
Case when case D1.c18 when 1 then D1.c7 else NULL end is not null then Rank() OVER ( PARTITION BY D1.c14 ORDER BY case D1.c18 when 1 then D1.c7 else NULL end ASC NULLS LAST ) end as c5,
Case when case D1.c19 when 1 then D1.c7 else NULL end is not null then Rank() OVER ( PARTITION BY concat(cast(D1.c16 as CHARACTER ( 30 ) ), cast(D1.c17 as CHARACTER ( 30 ) )) ORDER BY case D1.c19 when 1 then D1.c7 else NULL end ASC NULLS LAST ) end as c6,
D1.c7 as c7,
D1.c8 as c8,
D1.c10 as c9,
D1.c12 as c10,
D1.c14 as c11,
D1.c16 as c12,
D1.c17 as c13
from
(select T964190.ROW_WID as c7,
T964190.MCAL_YEAR_WID as c8,
ROW_NUMBER() OVER (PARTITION BY T964190.MCAL_YEAR_WID ORDER BY T964190.MCAL_YEAR_WID DESC) as c9,
T964190.MCAL_PER_NAME_HALF as c10,
ROW_NUMBER() OVER (PARTITION BY T964190.MCAL_YEAR_WID, T964190.MCAL_PER_NAME_HALF ORDER BY T964190.MCAL_YEAR_WID DESC, T964190.MCAL_PER_NAME_HALF DESC) as c11,
T964190.MCAL_QTR_WID as c12,
ROW_NUMBER() OVER (PARTITION BY T964190.MCAL_PER_NAME_HALF, T964190.MCAL_QTR_WID ORDER BY T964190.MCAL_PER_NAME_HALF DESC, T964190.MCAL_QTR_WID DESC) as c13,
T964190.MCAL_PERIOD_WID as c14,
ROW_NUMBER() OVER (PARTITION BY T964190.MCAL_QTR_WID, T964190.MCAL_PERIOD_WID ORDER BY T964190.MCAL_QTR_WID DESC, T964190.MCAL_PERIOD_WID DESC) as c15,
T964190.MCAL_YEAR as c16,
T964190.MCAL_WEEK_OF_YEAR as c17,
ROW_NUMBER() OVER (PARTITION BY T964190.MCAL_PERIOD_WID, concat(cast(T964190.MCAL_YEAR as CHARACTER ( 30 ) ), cast(T964190.MCAL_WEEK_OF_YEAR as CHARACTER ( 30 ) )) ORDER BY T964190.MCAL_PERIOD_WID DESC, concat(cast(T964190.MCAL_YEAR as CHARACTER ( 30 ) ), cast(T964190.MCAL_WEEK_OF_YEAR as CHARACTER ( 30 ) )) DESC) as c18,
ROW_NUMBER() OVER (PARTITION BY concat(cast(T964190.MCAL_YEAR as CHARACTER ( 30 ) ), cast(T964190.MCAL_WEEK_OF_YEAR as CHARACTER ( 30 ) )), T964190.ROW_WID ORDER BY concat(cast(T964190.MCAL_YEAR as CHARACTER ( 30 ) ), cast(T964190.MCAL_WEEK_OF_YEAR as CHARACTER ( 30 ) )) DESC, T964190.ROW_WID DESC) as c19
from
W_MCAL_DAY_D T964190 /* Dim_W_MCAL_DAY_D_Retail_Calendar */
where ( T964190.MCAL_CAL_WID = 1.0 )
) D1
) D1

Similar Messages

  • Error: Inappropriate data for continuous time axis while displaying in Time-series Line in OBIEE

    I wanted to use time series line in my analysis but I couldn't get What kind of data is required for this graph? It shows inappropriate data for continuous time axis. I had total amountmin vertical axis and time(year) in horizontal axis.

    Check this if not helpful then follow 2 links at bottom
    OBIEE - Time Series Conversion Functions : AGO and TODATE | GerardNico.com (BI, OBIEE, OWB, DataWarehouse)
    ~ http://cool-bi.com

  • Time series question

    Hi,
    From the Time Series documentation, it looks ike we have to
    create an IOT table in order to use time series functions (fill
    for example).
    We have a table with several columns and few million rows. It is
    not an IOT table. Can I apply time series functions on data
    coming out of non-IOT table ?
    Thanks
    Vissu

    Hi,
    If you don't have data in period table then how you can expect the values.
    For more reference on time series functions look @ this OBIEE -Time Series in OBIEE
    It will give you more information.
    Regards,
    VG

  • Regarding Time Series Graph in OBIEE 11g

    Hi,
    I need to create a time-series graph in OBIEE 11g. However, the value for time on the x-axis of the graph automatically comes for days.
    Is there any way to change it to hours or minutes?
    Thanks,
    Naman Misra

    Yes, it shud be a prob. Try using seperate tables for fact n timedim

  • Time series functions are not working in OBIEE for ESSBASE data source

    Hi All,
    I am facing a problem in OBIEE as I am getting error messages for measure columns with Time series functions(Ago,ToDate and PeriodRolling) in both RPD and Answers.
    Error is "Target database does not support Ago operation".
    But I am aware of OBIEE supports Time Series functions for Essbase data source.
    using Hyperion 9.3.1 as data source and obiee 11.1.1.5.0 as reporting tool.
    Appreciate your help.
    Thanks,
    Aravind

    Hi,
    is because the time series function are not supported for the framentation content, see the content of the oracle support:
    The error occurs due to the fact the fragmented data sources are used on some Time series measures. Time series measures (i.e. AGO) are not supported on fragmented data sources.
    Confirmation is documented in the following guide - Creating and Administering the Business Model and Mapping Layer in an Oracle BI Repository > Process of Creating and Administering Dimensions
    Ago or ToDate functionality is not supported on fragmented logical table sources. For more information, refer to “About Time Series Conversion Functions” on page 197.
    Regards,
    Gianluca

  • YTD, MTD, YAGO, Function (Time-series Functions TODATE, AGO) Like OBIEE

    Dear BO Gurus,
    I am a newbie to business object. I would like to ask are there any ready made time series functions which can be used in the BO Semantic layer (universe).
    Like Year to Date, Year Ago. Functions like TODATE and AGO functions found in OBIEE semantic layer (siebel analytics). It was just simple there, I had to use the function on the semantic layer and BI server would raise the query to get the answer.
    The syntax was
    Todate(measure, time_dim_attribute)
    Ago(measure, Time_Dim_Attribute, period)
    Thanks & Regards
    Ishaq

    Dear Gurus,
    There is no DB function in oracle to do this (AGO/TODATE).
    OBIEE issues time-series queries, in the form of AGO and TODATE. AGO gives you, for example, the value of sales one month ago or one quarter ago, whilst TODATE gives you the total of sales month-to-date, or quarter-to-date, or year-to-date. Both of these time-series functions rely on the existence of a time dimension in your business model and mapping layer, with the period you can refer to in the AGO and TODATE functions being determined by what levels you have in this time dimension.
    This eliminates the need to create and store complex time-based
    reporting tables.
    I would only like to know does the universe designer has this sort of functionality which is present in OBIEE semantic layer. Or I need to create and store time-based reporting tables.
    The question can best be answered by some-one has worked on both the BI platforms (OBIEE and BO).
    Thanks & Regards
    Ishaq

  • How can you build time series measures in OBIEE without using TODATE AGO fu

    How can you build time series measures in OBIEE without using TODATE and AGO function?
    Please provide steps to build time series
    measures in OBIEE without using TODATE and
    AGO function. Dashboard results not storing
    in cache when using TODATE and AGO functions.
    eventhough its cached users queries not
    hitting cache because queries doesn't match
    exact date time when using TODATE and AGO
    functions. so I want to build queries using
    sysdate and some simple calculations. Please
    send your inputs/ideas for my questions..
    Thanks in Advance

    This can be using Msum function in answers. Use the following formula, here dollars is my metric. Change the formula based on your metric.
    Msum("Sales Measures".Dollars ,2) - "Sales Measures".Dollars
    the report will be cached and better performed compared with time series. check ti
    - Madan Thota

  • Time series functions in OBIEE

    Hi
    I am new to OBIEE.
    In Report i want to use the AGO function to find the previous quarter revenue
    But the AGO function requires time dimension level as shown in following syntax
    how should i insert it in the function
    Syntax
    AGO(expr, [time_level], offset)
    Thanks
    Sravanthi

    Once you have day dimension with checked for 'Time dimension'
    you can see day dimension in rpd expression builder, once you select the function you'll choose each columns.
    for ref:
    Check these links
    http://gerardnico.com/wiki/dat/obiee/ago
    or
    http://iniu.net/content/obiee-time-comparison-using-time-series-function-ago
    Pls mark as correct

  • Time Series Line will shown Obiee server time while only one value on chart

    2012/7/3 :
    I mean if in the chart there is only one point ,then this point will be on the vertical axis and the date of this point will be the original point even the date you selected if before this date ,
    at this situation in the original point there will show current time on obiee server, does this is a bug?
    2012/6/28:
    In the time series line , if there only one point have value and no line displaying, then the chart will show the obiee server time when the query is executed like "02:10:00 AM" it will shown on the ordinate origin .
    Can this time be remove from the chart or it is a bug?
    Edited by: Yu Yang on 2012-7-2 下午7:58

    Hi Yang,
    Yes looks like a bug, I could not find any way to hide server time.
    Regards,
    Dpka

  • Time Series Wizard in OBIEE 10.1.3.3

    How do I accomplish the TIME SERIES WIZARD functionality that was present in Siebel Analytics 7.7 in OBIEE 10.1.3.3. This comparison measure feature seems to be removed in OBI.
    Any inputs will be greatly appreciated.
    Thanks.

    There are several problems with the OBE given in the first url (http://www.oracle.com/technology/obe/obe_bi/bi_ee_1013/bi_admin/biadmin.html#t11)
    (1) pre-built repository and other files (e.g., SH_PartTwo.rpd, SHQuota.xls) cited in the example are not included with download- at least not with 10.1.3.3.1 version I downloaded. When followed instructions to open SH.rpd (included in the download of 10.1.3.3.1) gave error and could not open it. (My DB version is 10.2, op system XP professional)
    (2) Looks like this OBE is a newer version - under Build Diemension Hierarchies the steps 33 (Customer dim), 34 (Promotion Dim) and 35 (Time Diemension) have been removed. This is good because in the older version of this OBE the time dimension (given in step 35) was wrong.
    (3) In Create Time Measure section cannot select month ago sales and month to date sales columns together in a query. When selected together gave error: pls refer to this thread -
    Time Series Measures
    Hopefully the current version of this OBE will be updated with an example that has steps to create time dimensions (Calendar and Fiscal) and other steps so that columns created with AGO and TODATE functions can be selected together in a query.
    Thanks.
    Message was edited by:
    rxshah

  • TODATE time series function in OBIEE 11g

    Hi,
    I have a problem with time series function. I have month level in time dimension hierarchy.
    I have used below expression to get month to date results in my reports.
    column
    expression----> TODATE(fact.measure, hierarchy.Month level);
    when i am using this column in my reports it is showing null values. The below error i am getting in view log files
    ----------------> Converted to null because it's grain is below query's grain
    Note: Here i have measures, year,qtr,month,day,shift,hour in single physical table in physical layer.
    Is it a problem to have measures and time columns in a single physical table?
    Please let me know if you have any solution.
    Thanks,
    Avinash

    Yes, it shud be a prob. Try using seperate tables for fact n timedim

  • How to apply time series function on physical columns in OBIEE RPD

    Hi,
    I know a way to apply time series function(Ago and ToDate) by using existing logical columns as the source. I have set the chronological key and created time dimension. In the expressiion builder for the same Time Dimension appears at the Top so that we can use its level.
    But I couldn't apply a time series function when i have to create a logical column using physical columns. In the expression builder for the same, Time dimension does not appear in the list. Neither can i use any column from the time dimension. Please let me know a way to do it.
    Thanks.

    Time series functions are - by design and purpose - only valid for derived logical columns and not useable inside physical mappings.
    If you want / need to do it on a physical level, then abandon the time series functions and do it the old-school way with multiple LTS instances.

  • OBIEE 11g Time Series Function

    Hi All,
    I am trying to compare this year to date sales to last year to date sales and this code is not working:
    TODATE(<Measure>,<Time_Level>) For bellow syntax we are getting an error Formula syntax is invalid.
    TODATE("Fact - Sales Order Lines"."Net Ordered Amount", "Time"."Enterprise Year").
    Is the above example wrong?. Please provide one example for Time level value.
    Actually what should be the value for second parameter (Level)
    Thanks in advance.

    Hi,
    What error are u getting? make sure year hierarchy level on u r time dimension and then test it
    example: (via bmm)
    ToDate("Subject area"."Presentation table"."measure Column", "Subject area"."Time dim table name"."year dimensional hierarchy" )
    ToDate("Sample"."Fact_ICA"."Sales_Amt", "Sample"."Period"."Year" )
    <<Measure>> represents the logical measure column from which you want to derive. In this example, you would select the measure "Dollars" from your existing logical fact tables.
    <<Level>> is the time series grain you want to use. In this example, you would select "Quarter" from your time dimension.
    Refer section About the TODATE Function
    http://docs.oracle.com/cd/E23943_01/bi.1111/e10540/dimensions.htm#BABBEGHH
    Thanks
    Deva
    Edited by: Devarasu R on Feb 18, 2013 6:02 PM

  • Perf issues with Time series function in OBIEE

    Attached is the SQL:
    SELECT SUM (T256675.ACTIVITY_GLOBAL2_AMT) AS c1,
    SUM (T256675.ACTIVITY_GLOBAL3_AMT) AS c2
    FROM X_FINANCIAL_HIERARCHY_DH T610485 /* Dim_X_GLACCT_ALTVIEW_D */,
    X_FINANCIAL_HIERARCHY_DH T610414 /* Dim_X_MGMT_ENTITY_D */,
    W_GL_ACCOUNT_D T256463 /* Dim_W_GL_ACCOUNT_D */,
    W_GL_BALANCE_F T256675 /* Fact_W_GL_BALANCE_F */,
    SAWITH3,
    SAWITH6
    WHERE ( T256463.ROW_WID = T256675.GL_ACCOUNT_WID
    AND T256463.X_FIN_HIER1_WID = T610485.ROW_WID
    AND T256463.X_FIN_HIER5_WID = T610414.ROW_WID
    AND T256675.BALANCE_DT_WID = SAWITH3.c3
    AND SAWITH6.c1 = SAWITH3.c1
    AND T610414.ACCOUNT_HIER8_NAME = 'Worldwide'
    AND T610414.HIERARCHY_SOURCE = 'EntityMgmt'
    AND T610485.ACCOUNT_HIER7_NAME = 'Controllable Expenses'
    AND T610485.HIERARCHY_SOURCE = 'AltViews'
    AND SAWITH6.c3 = '2009 / 11'
    AND SAWITH6.c2 >= SAWITH3.c2
    The SAWITH3 and SAWITH6 dimensions using time series fuctions are causing a full table scan on W_GL_BALANCE_F and W_GL_ACCOUNT_D . Though we are interested in just getting 2009/11 data; the queries generated by time series function TODATE is taking us against entire W_DAY_D data and is causing several performance issues.
    W_GL_BALANCE_F table has index on GL_ACCOUNT_WID and BALANCE_DT_WID.
    How can we force to use index on these columns for better performance.
    Please advise us on the right approach to improve performance.
    SQL for SAWITH3
    ===========
    WITH SAWITH0 AS
    SELECT T31328.ROW_WID AS c3, T31328.PER_NAME_FSCL_QTR AS c4,
    ROW_NUMBER () OVER (PARTITION BY T31328.PER_NAME_FSCL_QTR ORDER BY T31328.PER_NAME_FSCL_QTR DESC)
    AS c5,
    T31328.PER_NAME_FSCL_MNTH AS c6,
    ROW_NUMBER () OVER (PARTITION BY T31328.PER_NAME_FSCL_QTR, T31328.PER_NAME_FSCL_MNTH ORDER BY T31328.PER_NAME_FSCL_QTR DESC,
    T31328.PER_NAME_FSCL_MNTH DESC) AS c7
    FROM W_DAY_D T31328 /* Dim_W_DAY_D_Common */),
    SAWITH1 AS
    SELECT CASE
    WHEN CASE SAWITH0.c5
    WHEN 1
    THEN SAWITH0.c3
    ELSE NULL
    END IS NOT NULL
    THEN RANK () OVER (ORDER BY CASE SAWITH0.c5
    WHEN 1
    THEN SAWITH0.c3
    ELSE NULL
    END ASC NULLS LAST)
    END AS c1,
    CASE
    WHEN CASE SAWITH0.c7
    WHEN 1
    THEN SAWITH0.c3
    ELSE NULL
    END IS NOT NULL
    THEN RANK () OVER (PARTITION BY SAWITH0.c4 ORDER BY CASE SAWITH0.c7
    WHEN 1
    THEN SAWITH0.c3
    ELSE NULL
    END ASC NULLS LAST)
    END AS c2,
    SAWITH0.c3 AS c3, SAWITH0.c4 AS c4, SAWITH0.c6 AS c5
    FROM SAWITH0),
    SAWITH2 AS
    SELECT MIN (SAWITH1.c1) OVER (PARTITION BY SAWITH1.c4) AS c1,
    MIN (SAWITH1.c2) OVER (PARTITION BY SAWITH1.c4, SAWITH1.c5)
    AS c2,
    SAWITH1.c3 AS c3
    FROM SAWITH1),
    SAWITH3 AS
    SELECT DISTINCT SAWITH2.c1 + 5 AS c1, SAWITH2.c2 AS c2,
    SAWITH2.c3 AS c3
    FROM SAWITH2),
    SQL for SAWITH6
    ===========
    SAWITH4 AS
    SELECT T31328.PER_NAME_FSCL_MNTH AS c3, T31328.ROW_WID AS c4,
    T31328.PER_NAME_FSCL_QTR AS c5,
    ROW_NUMBER () OVER (PARTITION BY T31328.PER_NAME_FSCL_QTR ORDER BY T31328.PER_NAME_FSCL_QTR DESC)
    AS c6,
    ROW_NUMBER () OVER (PARTITION BY T31328.PER_NAME_FSCL_QTR, T31328.PER_NAME_FSCL_MNTH ORDER BY T31328.PER_NAME_FSCL_QTR DESC,
    T31328.PER_NAME_FSCL_MNTH DESC) AS c7
    FROM W_DAY_D T31328 /* Dim_W_DAY_D_Common */),
    SAWITH5 AS
    SELECT CASE
    WHEN CASE SAWITH4.c6
    WHEN 1
    THEN SAWITH4.c4
    ELSE NULL
    END IS NOT NULL
    THEN RANK () OVER (ORDER BY CASE SAWITH4.c6
    WHEN 1
    THEN SAWITH4.c4
    ELSE NULL
    END ASC NULLS LAST)
    END AS c1,
    CASE
    WHEN CASE SAWITH4.c7
    WHEN 1
    THEN SAWITH4.c4
    ELSE NULL
    END IS NOT NULL
    THEN RANK () OVER (PARTITION BY SAWITH4.c5 ORDER BY CASE SAWITH4.c7
    WHEN 1
    THEN SAWITH4.c4
    ELSE NULL
    END ASC NULLS LAST)
    END AS c2,
    SAWITH4.c3 AS c3, SAWITH4.c5 AS c4
    FROM SAWITH4),
    Thanks
    Srini Pendem

    Hi Srini,
    I've had quite a bit of performance issues with ToDate and Ago. I tended to create materialized views on my fact tables that would materialize those values as columns and that way I would avoid having to use the ToDate or Ago functions. Is there any chance you can implement a similar solution and bypass the time series functions entirely?
    Just to check, those tables belong to BI Apps, right? If so, you can log an SR about the performance issue since it's an issue with the model that Oracle sold you.
    Good luck!
    -Joe

  • Time Series - obiee

    Hi, I have te same post earlier; the website was down while
    posting; so, I reported. Please ignore this.
    Hello:
    I would like to know if time dimension works if there are
    14 periods ( 12 months + two more values that refer
    something else)? Can we create time series functions AGO
    and TODATE
    on this kind of time dimension?
    eg:
    Period - Definition
    0 - Some Balance
    1 - Jan
    2 -Feb
    12 - Dec
    100 - Some Balance
    If not possible, I would like to know what can be the possible way to get the YTD and QTD values.
    Can someone help me out on this.
    Thanks,
    Chandu.
    Edited by: 805205 on Oct 26, 2010 7:44 AM

    Hi, I have te same post earlier; the website was down while
    posting; so, I reported. Please ignore this.
    Hello:
    I would like to know if time dimension works if there are
    14 periods ( 12 months + two more values that refer
    something else)? Can we create time series functions AGO
    and TODATE
    on this kind of time dimension?
    eg:
    Period - Definition
    0 - Some Balance
    1 - Jan
    2 -Feb
    12 - Dec
    100 - Some Balance
    If not possible, I would like to know what can be the possible way to get the YTD and QTD values.
    Can someone help me out on this.
    Thanks,
    Chandu.
    Edited by: 805205 on Oct 26, 2010 7:44 AM

Maybe you are looking for

  • Why activated Business Content can't be found?

    We install two ODS under a folder and assign to a local object.  After it's done, we go to Transport Connection or just InfoProvider view on RSA1, nowhere can we find the activated ODS, where are they? Thanks

  • VAT taxation on credit purchase

    This really is a question for the Skype Company but I am unable to find a contact. I have just added money to my credit and it billed me extra for tax. OK but when I look at my credit for use I find it is showing an amount less tax. If calls are bein

  • Linking to a loop point

    I'm working on a personal project and I'm making a three page menu. I have a main, chapters, and bonus features. In the menu I have a loop point set up and it works fine. I was wondering if there was a way to link to the loop point, because when I li

  • Return process of intercompany stock transfer

    Hi experts In Scenario intercompany stock transfer when customer (plant) return the goods how to map that scenario what is the process  flow thanks

  • TS4212 When in July 2012 will Mac OS X 10.7 be available?????

    Hi everyone: I'm trying to fix my Mac OS X 10.6.8 which suddenly became unresponsive last week when opening Itunes, Safari, Adobe PDF, Photo booth etc.   The error message says to "upgrade the latest software applications and Mac OS X"   I determined