Rolling Months - Month By Month based on month of variable ending date

Post Author: jeffr
CA Forum: Formula
Hi,
We want to do a rolling 3 month report, based on the ending month where the ending date is entered as a run time parameter, for example run-time parameter - {?Ending Date} entered is 15 June 2007
First month - should have all of June 2007
Previous month shoud have all of May 2007
Earlier month should have all of April 2007
We tried Month() = Month({?Ending Date}) for current month and
Month () = Month (DateAdd("m",-1,({?Ending Date}))), and
Month () = Month (DateAdd("m",-2,({?Ending Date}))) 
but they didnt work successfully
Could someone please let us know the best way to do it with Crystal X?
Thanks

Post Author: Charliy
CA Forum: Formula
You need to get six dates set up as formulas 
BOM3 = date(year({?parameter}),month(),1)   First day of Month3 = June 1
EOM3 - do a dateadd of one month to your parameter, then follow above example to make it the first day of next month and subtract one day
BOM2 first day of EOM2
EOM2=- BOM3-1
BOM1  first day of EOM1
EOM! = BOM2 -1

Similar Messages

  • TDMS time based reduction method has no end date

    Hello TDMS experts,
    I am in the process of configuring the 'Time based reduction' method of TDMS. In the package, I am in phase "System Analysis"->"Analyze and specify'from date'".
    Here it gives me the option to specify the start/from date only. If I want to transfer data for only  a month in the past lets say april of 2007, then how can I specify the from and to dates.
    Please advise.
    Thank you,
    kind regards,
    Zaheer Shaikh

    Hi Pankaj,
    Thanks for the reply.
    In the phase "maintain Table Reduction" I have chosen SAP standard reduction, that means the table reduction is handled by SAP itself. Since my sender system database is 4 Terabytes, my question is if I select the 'from date' as 10th April 2009 (present date is 20 April 2009), will the TDMS still copy the whole tables for which I have not manually defined any reduction?
    Please advice.
    Thank you,
    Kind regards,
    Zaheer Shaikh

  • Last day of each month in a year based on a Input date?

    Hi all,
    I have a request from a customer who wants to have a yearly report created in BEx Query Designer which starts in January up to December and they want to have a Month To Date (MDT) and Year to Date (YTD) calculation of a key figure. This report will only show one year at the time based on the date the user give as input at the Variable Screen.
    This key figure should be calculated by using the last date of each month for input when performing the MTD and YTD calculation and summarizations.
    Example:
    January: 31.01.2008  Key Figure = 1000. MTD = 1000 and YTD = 1000
    February: 29.02.2008  Key Figure = 2500. MTD = (2500-1000) 1500 and YTD = 2500
    March: 31.03.2008  Key Figure = 6000. MTD =(6000-2500)=3500 and YTD = 6000
    Etcu2026.
    This means that I have to have a lot of hidden Key figures which gets restricted on the different month end dates and formulas to calculate the different MTD and YTD results for the months as the year progresses.
    The way I have solved it now is that I have a Customer Exit which gives me the Last day of last year (Exp: 31.12.2007) based on input date and use a Offset on the last day of last year date to get the different last dates of each month.
    Since we have a leap year (one extra day in February) this year, the offset to calculate the end month dates will be different for 2007 and next year (2009). This solution is not very flexible, and it will not give the correct MTD and YTD if the customer wants to go back to 2007 and off course next year (2009).
    One solution is to create 12 Customer Exits that gives me the different month end dates (January-December), and also takes in account leap year for February for the different years. These Exits will be based on the Input date the Customers put in at the variable screen.
    I would rather want to avoid making 12 new customer exits and want your advice and expertise to find out if this is possible in any other way (maybe with only 1 customer exit) to get the last date of each month based on an input date.
    Thanks for all your advices on beforehand.
    Regards
    Oddmar Lid

    Hi,
    Thanks for you replay and documentation, but it doesn't give me excatly the functionality I'm after. The only MTD calculation code the document provides is the calculation of the following functionality:
    "Month to Date (MTD) u2013 From the 1st of month to u201CKey Dateu201D - for current year." This doesn't give the the functionality I want, which is to retrieve a given vaule for a Key Figure for the last dates of the months in a year to calculate MTD and YTD.
    This way I have created the query is to have multiple hidden Key Figures that calculates the MTD and YTD.
    In Columns in Query Designer it will look something like this:
    Selection: MTD January--> Date = 31.01.2008, Key Figure (Always Show)
    Selection: YTD January --> Date= 31.01.2008, Key Figure (Always Show)
    Selection: MTD February --> Date= 29.02.2008, Key Figure (Always Hide)
    Formula: MTD February --> MTD February - MTD January (Always Show)
    Selection YTD February --> Date = 29.02.2008, Key Figure (Always Show)
    And so on....
    This is off course a simplified version, but it shows the core of the solution. What I want to achive here is that the dates used to get the Key Figures (last date of a month) is calculated as flexible as possible, so that the users can go back and forth in time without worrying about the leap year problem and so on. I have now used an offset from the last date of last year and this is good for all the normal years, but when it is a leap year the query will use wrong dates to get the key figure vaule for the last date of each month.
    Any ideas on how to achieve this without creating 12 different Customer Exit variables (one for each end date of each month)?
    Thanks
    Regards
    Oddmar Lid

  • Delivery Block at PGI level based on GI date and Month end date

    Business need a check on delivery processing based on the Planned GI date, Month end date and transit period. This transit period is a custom field and dependent on customer. Also it is not maintained anywhere in system. Business store it in some excel format.
    The logic needed is: For any given month, the delivery order MUST be goods issued in the same month, i.e. once the order is delivered, the Post goods issue should ONLY be allowed if and only if , the PLANNED GI date ( as maintained in delivery ) + transit time ( at customer level ), falls within the month end date. If not, a block should be applied at PGI and only authorized personnel should be able to release that block.
    Also, there will be no check at invoicing VF01 level. Once the PGI blocked is removed, there will be no check on invoicing. The month end date may vary month to month and need to in combination of Sales Org / Plant as mentioned
    In addition, the business need an exception report where the information of releasing the block should appear for release date, user id of the responsible person, time sales order no etc. and it should be downloadable.
    We can have a custom table to maintain the month end day in given combination.
    But I need your expert inputs as-
    1-     Can we add this transit period in at customer master data as it is dependent on customer and there are huge no of customers for the sales unit? If not, then how to maintain it; may be a z table?
    2-     Based on this logic, what should the code/logic to be written for block at PGI.
    3-     How to control the authority check for removing the block.
    4-     The source fields for exception report.
    Pls revert accordingly.
    Many thanks in advance.

    Hello,
    Please refere the answers to your questions:
    1- Can we add this transit period in at customer master data as it is dependent on customer and there are huge no of customers for the sales unit? If not, then how to maintain it; may be a z table?
    You can either use some un-used Feild in Customer Master or maintain a Z-Table. I believe maintaining a Z-Table would be easy as you have huge number of Customers. You can also write a dmall program to Pick the Customer-wise transit dates from a excel file & store in Z-Table.
    2- Based on this logic, what should the code/logic to be written for block at PGI.
    You have explained the requirement well in your thread, you need to explain the same to your ABAPer & Basis person & they would do the needful.
    3- How to control the authority check for removing the block.
    Basis person would create & assign a Z-Authorization object which the ABAPer would use in his program.
    4- The source fields for exception report.
    Once you do the above development, your ABAPer will easily pick the required feild in Report as he has already used all the feilds somewhere in his development.
    Hope this helps,
    Thanks,
    Jignesh Mehta

  • Sort the month name column based on month id in rpd itself only

    sort the month name column based on month id in rpd itself only without creating the logical column.

    Hi,
    sort the month name column based on month id in rpd itself only without creating the logical column. Can you be bit specific?
    Is this what you want..http://www.biconsultinggroup.com/knowledgebase.asp?CategoryID=198&SubCategoryID=368
    Regards,
    Srikanth
    http://bintelligencegroup.wordpress.com

  • Conditional Processing based on month and Year

    Hi ALL,
    I have one package that Contain two DataFlow
    DFT1
    DFT2
    now What I need ,I need to Process the DFT1 on every week and DFT2 on every month Start.
    Please Help Me .
    How can I do this task.
    Thanks

    Hi BI_group,
    The two Data Flow Tasks should not be connected, right? We can add two Execute SQL Tasks to store the day or weekday of today in a variable, connect them with the two Data Flow Tasks respectively, and configure Precedence Constraint based an expression. 
    For example, we configure Execute SQL Task 1 as follows:
    On “General” tab:
    ResultSet: Single row
    ConnectionType: OLE DB
    Connection: (Any OLE DB connection manager)
    SQLStatement:  SELECT DATENAME(WEEKDAY,GETDATE()) AS TodayOfWeekday
    On “Result Set” tab:
    Result Name: 0
    Variable: User::TodayOfWeekday
    Then, double click the path between Execute SQL Task 1 and Data Flow Task 1, and configure the Precedence Constraint as follows:
    Evaluation operation: Expression
    Expression: @[User::TodayOfWeekday]=”Sunday”
    For Execute SQL Task 2, you can use the query “SELECT DAY(GETDATE()) AS TodayOfMonth” to get the month day of today, store it in the variable TodayOfMonth, and configure the expression of the Precedence Constraint between Execute SQL Task 2 and Data Flow
    Task 2 as:
    @[User::TodayOfMonth]="1"
    Regards,
    Mike Yin
    TechNet Community Support

  • Last month end date based on current date

    Hi,
    How to show last month end date based on the current date.
    Eg:
    Current date = "08/26/09"
    Var- Last Month End Date = "07/31/09" etc...,
    Please help me how to get it...
    Thank You!

    Good to hear that it worked for you. but not for me.
    I tried like this:
    1st::
    1. var1= ToDate("06/30/09","MM/dd/yyyy")
    2.Var2= RelativeDate([Var1];-DayNumberOfMonth([Var1]))
    result: 5/30/09
    2nd:
    RelativeDate('6/30/2009';-DayNumberOfMonth('6/30/2009'))
    result: 5/30/09
    Am working on SAP OLAP cubes.
    Please help me where am going wrong....
    Thank You!

  • Returning  'Day' value based on month and year parameters

    Hi,
    Is there a code that would return an end of the month  Day value based on month and year parameters?
    For example if my parameters yield 9 or September for a month value and 08 or 2008 for the year value, can a formula generate a value of 30 (the last day of the given month in the specific year)?
    This way the formula would pick up the different last day of the month in February for the leap years.
    Thank you.
    Vic

    1. Open the formula workshop.
    2. From the Repository Custom Functions, under Crystal and then Date, RIGHT click on cdlastdayofmonth, click on ADD TO REPORT.
    3. Create a new formula, in the formula workshop, under FUNCTIONS, go down the list till you see "CUSTOM FUNCTIONS", expand that till you see cdlastdayofmonth.
    4. In your formula, type cdlastdayofmonth(currentdate)
    5. Save and close and display the formula in your report, you should see 11/30/2008.
    If you want just the day then modify the formula to:
    totext(day(cdlastdayofmonth(currentdate)),0,'','');
    since you have parameters for month and year, do this:
    totext(day(cdlastdayofmonth(date({?year},{?month},01))),0,'','');
    to give you the last day of the month.

  • User Exit Variable for Infoprovider based on month characterstic in query

    Hi,
    I am financial reporting with reports created on a mulit-provider over a plan & Actual cube.  Along the top of the report is a structure which has amongst other restricitions a column for each month, i.e columns 1 to 12. 
    Currently we are in month 9, so the report should show data from the Actual infoprovider for months 1 to 9, but data from the plan infoproviders for 10 to 12.  My question is how should the variable be coded for the infoprovider which will return a value based on the month characteristic in each columns selection.  I understand how I can look at say the current system date, derive the month and return the plan/actual value for the correct infoprovider based on the current month.  But I need to create a variable which will look at the month value which is in each column selection in the query itself.
    Many thanks,
    Richard

    we recently had this kind of reporting requirement. only difference being week instead of month.
    you need to create 12 variables for actual month columns and 12 for budget.
    now you will write a code to address all the variables. in following format :-
    when var1.         "suppose var1 represents month 1 of actual columns
    1. derive month from date.
    2. if month <= i_vnam+3(1)                         "get the number from var and compare
                  set the  variable value as the month number of that year for e.g
                  concatenate year i_vnam+3(1)      into        l_s_range-low       
        else
                  set the variable value way back in past which will not have any data.
    above logic will cause values in following fashion
    if this month is 3 and year is 2008
    var1 = 200801
    var2 = 200802
    var3 = 200803
    var4 = 199001
    var5 = 199001
    etc.
    In the query all columns will be set with the property = hide if not values are present. so if 199001 is set in the variable then it will be collapsed.
    same way logic for variables in budget column can be written which will set all the month variables which are less than
    current month to 199001 (just in reverse fashion of above mentioned logic.)

  • Selecting rows based on monthly history

    Hi All
    I have a table that looks like -
    CREATE TABLE orders(store NUMBER, mnth VARCHAR2(12), orders NUMBER);
    store     mnth     orders
    243272     May-10     17
    226798     May-10     20
    631638     May-10     14
    225779     May-10     10
    226675     May-10     9
    245593     May-10     13
    534299     May-10     9
    534440     May-10     12
    539313     May-10     14
    510617     May-10     11
    248196     May-10     9
    250472     May-10     9
    235854     May-10     16
    232899     May-10     12
    233840     Apr-10     13
    538425     Apr-10     11
    338415     Apr-10     12
    534336     Apr-10     15
    536788     Apr-10     11
    441471     Apr-10     11
    509317     Apr-10     10
    612752     Apr-10     9
    338837     Apr-10     11
    337869     Apr-10     11
    335505     Apr-10     10
    333358     Mar-10     11
    315854     Mar-10     15
    272751     Mar-10     18
    270158     Mar-10     10
    267979     Mar-10     13
    248292     Mar-10     19
    244136     Mar-10     14
    231837     Mar-10     18
    226894     Mar-10     53
    The table has records of the number of orders per month for a number of stores, each store has a unique 6 digit id number. Each store can appear multipe times in the report, as they all order a number of times per month.
    What I need to do, is apply a number of rules to create four reports -
    If a store has more than 8 orders in the most recent month AND none in the next most recent month, include it in a report (eg 9 in March but none in February)
    If a store has more than 8 orders for the most recent month AND more than 8 orders in either of the next two most recent months, include it in a report (eg 9+ in March AND 9+ in Jan OR Feb)
    If a store has more than 8 orders for the most recent month AND more than 8 orders in either of the next two most recent months AND more than 8 orders in any of the previous 3 months, include it in a report. (eg 9+ in March AND 9+ in Jan or Feb AND 9+ in Oct. OR Nov. OR Dec.)
    If a store has more than 8 orders per month, for the 3 most recent months, include it in a report (eg 9+ in Jan, 9+ in Feb, 9+ in March)
    I would need to create 4 tables, one for each report, and the only column I would require in each table would be the store code.
    I hope this makes sense, if you need any further info please message me. I am using Application Express, something as a pl/sql example woud be great as I am fairly new to all this and am trying to pick it up as I go along..
    Thanks!

    Hi,
    billlagr wrote:
    Hi All
    I have a table that looks like -
    CREATE TABLE orders(store NUMBER, mnth VARCHAR2(12), orders NUMBER);Thanks for posting the CREATE TABLE statement; that's very helpful.
    store     mnth     orders
    243272     May-10     17
    226798     May-10     20
    631638     May-10     14
    ...It would also be helpful if you posted the data as INSERT statements, for example:
    INSERT INTO orders (store, mnth, orders) VALUES (243272, 'May-10', 17);Also, post the results you want from that data.
    Data that represents a point in time, such as your mnth column, should be stored in a DATE column.
    The table has records of the number of orders per month for a number of stores, each store has a unique 6 digit id number. Each store can appear multipe times in the report, as they all order a number of times per month.
    What I need to do, is apply a number of rules to create four reports -
    If a store has more than 8 orders in the most recent month AND none in the next most recent month, include it in a report (eg 9 in March but none in February)What is "the most recent month"? I assume you mean the last full month before the report is run. For example, if you create the report on June 2, 2010, then the "most recent month" is may, 2010.
    Here's one way to do the first report:
    WITH     all_months     AS
         SELECT     LEVEL               AS mnth_num
         ,     ADD_MONTHS ( TRUNC (SYSDATE, 'MONTH')
                      , -LEVEL
                      )          AS mnth_begin_date
         FROM     dual
         CONNECT BY     LEVEL     <= 2
    SELECT       o.store
    ,       NVL (SUM (CASE WHEN m.mnth_num = 1 THEN o.orders END), 0)     AS mnth_1_total
    ,       NVL (SUM (CASE WHEN m.mnth_num = 2 THEN o.orders END), 0)     AS mnth_2_total
    FROM       orders     o
    JOIN       all_months     m     ON     TO_DATE (o.mnth, 'Mon-RR')     = mnth_begin_date
    GROUP BY  o.store
    HAVING       NVL (SUM (CASE WHEN m.mnth_num = 1 THEN o.orders END), 0)     > 8
    AND       NVL (SUM (CASE WHEN m.mnth_num = 2 THEN o.orders END), 0)     = 0
    ORDER BY  o.store
    I would need to create 4 tables, one for each report, and the only column I would require in each table would be the store code.You don't need to create any tables to get the results you want, but if you really want to make tables out of the result sets, use CREATE TABLE AS.
    Unfortunately, you can't use a column alias (like mnth_2_total) in the GROUP BY clause of a query if it was defined in the SELECT clause of the same query. That's why I repeated expressions such as <tt>NVL (SUM (CASE WHEN m.mnth_num = 2 THEN o.orders END), 0)</tt>. You may want to define the aliases in a sub-query, so you can use them in a su[per-query, like this:
    {code}
    WITH     all_months     AS
         SELECT     LEVEL               AS mnth_num
         ,     ADD_MONTHS ( TRUNC (SYSDATE, 'MONTH')
                   , -LEVEL
                   )          AS mnth_begin_date
         FROM     dual
         CONNECT BY     LEVEL     <= 2
    ,     got_aliases     AS
         SELECT     o.store
         ,     NVL (SUM (CASE WHEN m.mnth_num = 1 THEN o.orders END), 0)     AS mnth_1_total
         ,     NVL (SUM (CASE WHEN m.mnth_num = 2 THEN o.orders END), 0)     AS mnth_2_total
         FROM     orders     o
         JOIN     all_months     m     ON     TO_DATE (o.mnth, 'Mon-RR')     = mnth_begin_date
         GROUP BY o.store
    SELECT     store
    ,     mnth_1_total
    ,     mnth_2_total
    FROM     got_aliases
    WHERE     mnth_1_total     > 8
    AND     mnth_2_total     = 0
    ORDER BY store
    You may want to create a view that is like got_alaises, but goes back 6 months, and base all four reports on that view.
    Edited by: Frank Kulash on Jun 2, 2010 6:14 AM
    Added version with got_aliases                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                           

  • Function module for getting month and year of the previous month (say -6)

    Hi,
    Is there a function module that will get you the month and year of say, a month before, and as far as 11 months ago.
    For example, say today is 6/2007. I want 7 months ago.
    How do i get this value?
    What function module or method is available?
    Points will be rewarded and responses will be appreciated.
    Thank You,
    John

    Hi
    lv_period gives the month and year which is two months earlier now as we have specified lv_months as -2.
        DATA: LV_PERIOD LIKE S001-SPMON,
              LV_MONTHS(2) TYPE C VALUE '2-',
              LV_DATUM LIKE SY-DATUM,
              LV_NEWDT LIKE SY-DATUM,
            P_SPMON LIKE S001-SPMON VALUE '200601'.
        CONCATENATE P_SPMON '01' INTO LV_DATUM.
        LV_PERIOD = P_SPMON+0(6).
        CALL FUNCTION 'MONTH_PLUS_DETERMINE'
             EXPORTING
                  MONTHS  = LV_MONTHS
                  OLDDATE = LV_DATUM
            IMPORTING
                 NEWDATE = LV_NEWDT
             EXCEPTIONS
                  OTHERS  = 1.
         IF SY-SUBRC = 0.
           LV_PERIOD = LV_NEWDT+0(6).
         ENDIF.
    WRITE :/ LV_PERIOD.
    OR
    Use the following FM for getting the year and the month based on date
    CACS_DATE_GET_YEAR_MONTH
    or
    Call Function 'CCM_GO_BACK_MONTHS '.
    Funny module: 03/31/2002 - 1 month = 02/31/2002
    OR
    RE_ADD_MONTH_TO_DATE ( Add / substract month to/from date )
    Need ur reward points.
    Best regards,
    Ravi

  • Change of Month names as per selection of Month / Year

    We have the following requirements:
    1. Change of Month names as per selection of Month / Year e.g. If the user select April 08 then the column name should be April 08, at the same time the next column should be April 07.
    2. Next there are two in -line totals as per different logic as recurring rows. e.g Row header is Total and it totals the items in the column, next row header is Comparable total and it is based on checking the adjacent column values for doing the total.
    Please let us know if this is feasible and can be done using BI Publisher. If you have any alternate way of doing it using OBIEE also , please share.

    Hi,
    The parameter / prompt used is for month which can have values from JAN , feb, MAR, APR,....... DEC. and the other PROMPT being YEAR e.g. 2006, 2007, 2008.
    The Column Name of the Report SHould get changed as April 08 if selected as month APril and year 2008.The subsequent column of the report should be April 2007. The same applicable for selecting any month/ year
    Layout of Report as below
    SALES
    || April 08 || April 07
    Shop1 100 200
    Shop2 300 100
    Thanks
    NJ

  • What is month end data from mbew?

    I have a report that shows valuated stock qty and value that needs to be filtered based on Month End data. (MARD, MBEW).
    How to code this filter "Month End data"?

    MBEWH and MARV are validation points for this. look at MB5W or report J_B1BL07

  • SSRS Matrix report. Variance expression by Month. Need to compare month from prior year to current month of current year VS2010

    Please help.  I have a matrix report.  In the report I have row group  PO Type.  One the Column groups I have a parent group by Fiscal Year, and then a child group by Month.  When I run the report, I get two years of data back broken
    out by month.  Please see below.
    Now here is where I am getting stuck.  I need to take the variance between the current month of the current year, from the same month of the prior year.  So I need to show the difference between Oct , 2014 from Oct, 2013. November, 2014 from November
    2013... etc. etc.
    In the example below, how do I create a column or row showing the variance for Contracts for October 2014.  I need to take the contracts for October 2014 which is 3 and subtract that from October 2013 which is 8.  Any suggestions? How do I do that
    for each month?  Then I need to do it for the quarter... then the year?  But I'll be happy if I can just get the month working first.
    Any help will be appreciated. 
    here is what my rdl file looks like.
    Here is what my report looks like when I render it.

    Hi Adrian_s2012,
    According to your description, you want to compare values for the month of current year with the month of prior year and get the variance. Right?
    In Reporting Services, we don't have any function to get this "Year to Year" Growth. In this scenario, if you data source is a cube, we suggest you use Analysis Services to achieve your requirement. If this data source is just from database, it will be hardly
    to calculate the variance because we need to compare the values within every two different column group and matrix generate adjacent columns one by one. Even we make it by using custom, every time executing the long code when generating result
    in a cell will reduce a lot of performance, we really don't suggest to do that in SSRS. Here is a thread with much easier requirement, please take a reference of that:
    http://social.msdn.microsoft.com/Forums/office/en-US/842e2dcb-d949-4297-9d91-eac989692cb5/difference-between-the-grouped-column?forum=sqlreportingservices
    If you have any question, please feel free to ask.
    Best Regards,
    Simon Hou

  • Please i have ordered for Bottom Case of white macbook for over 2 months now and the repair status is still processing. is dat normal

    please i have ordered for Bottom Case of white macbook (late 2009)for over 2 months now and the repair status is still processing. is dat normal? i really need the bottom case asap, how can i get it

    Call Apple.  Contact Apple for support and service
    This is a user to user forum, we don't work for Apple.

Maybe you are looking for

  • Contacts and calendar have stopped syncing with latest updates

    Hello! iPhone 4S / iOS 7.0.4 and Outlook 2010 - contacts and calendar have stopped syncing - phone syncs, but data doesn't update - Genuis bar in store couldn't help me. Anyone else with this problem?  Do you have a solution? iCloud is not a option d

  • Project won't open after upgrade to FCP 6

    I upgraded from FCP5 to 6, but now my current 107 Mb project file won't open (and neither will recent older versions of it). As FCP is reading the file, a message appears: "The filter 'shift fields' has been incorrectly applied. Do you want to fix?"

  • ZCC Login failed after Migration from 11.3.1 FRU1 to 11.3.2

    Hey, System: 6 Primary Server Sless 11 SP3 LDAP: EDIR Primary: 11.3.2 Sats: 11.3.1 FRU1 After Migration from 11.3.1 FRU1 to 11.3.2 i'll try to login in ZCC Message ZCC Error: Login Error: com.novell.zenworks.datamodel.exceptions.InternalD ataModelExc

  • How to generate doc/lit/wrapped services from existing wsdl?

    Hello, I am using workshop 10.1 to generate webservices from existing wsdl files from workshop 8.1. The existings webservices are based on an xmlbean utility project. When I generate the webservice from the existing wsdl file it generates automatical

  • NI USB-6008による高速トリガ生成

    NI USB-6008による高速トリガの生成を目標とするプログラムを作成しています 現在.Lab View の「DAQアシスタントとForループ」を使用してトリガ自体の生成は可能になったのですが パルス幅制御に「待機時間」を使用しているのですが Forループの影響でパルス幅のばらつき(1-2μS変動)や 一定以上パルスの幅が小さくならないという問題が生じています 目的としては「100nSのパルス幅が生成可能」なのですが可能なのでしょうか? 添付: Trigger edit.vi ‏158 KB