Calculating directions (frozen)

Why is it that my program is frozen. I type in an address and click drive to, and then it calculates directions and doesn't move beyond that.

Try this. 
First you have to delete the current map data. Using File Manager, delete the "Cities" folder and the qf file on your memory card/mass storage.
Then start up the Nokia Maps application so that it recreates the folder and file structure required for the map data.
Finally, reinstall your map data and voices to the phone using Nokia Map Loader.
The latest version of Map Loader can be downloaded from
http://europe.nokia.com/A4984199

Similar Messages

  • Calculating DIrect and indirect reports for managers

    Hi,
    I have a flattened manager hierarchy. I want to calculate the direct and indirect reports for every manager. how can i do this.
    Thanks
    Edited by: user599926 on Apr 18, 2010 4:01 PM

    I've never worked with Access as a database, before.  But, if this were SQL (and it might work), then, yes, a LEFT OUTER JOIN would do the trick.
    SELECT ta.Lastname, ta.Firstname, ta.EmpID, ta.MgrEmpID, ta.Email, ta.Location
    FROM TableA ta LEFT OUTER JOIN TableA tb ON tb.MgrEmpID = ta.EmpID
    ORDER BY ta.Lastname, ta.Firstname, tb.Lastname, tb.FIrstname
    Or something like that.
    ^_^

  • Cash discount calculation at invoice level not at sales order level

    Dear Friends
    while i am executing the sales cycle creten Cash discount conditions are calculating in the Invoice directly not in sales order.
    can you please let us know your views oin what basis iot calculating directly in the invoice, since payment terms is there in both sales order and invoice level. but discount is only appearing at invoice level, not in the sale order level..
    where these setting incurred in this process. i have verifies all the routies, there is no such kind of logic to calculate in a particular palce.
    treat this one as high priority and let me know.
    Thanks
    Raju.

    Hi
    while i am executing the sales cycle creten Cash discount conditions are calculating in the Invoice directly not in sales order.
    can you please let us know your views oin what basis iot calculating directly in the invoice, since payment terms is there in both sales order and invoice level. but discount is only appearing at invoice level, not in the sale order level..
    Please check your Pricing Procedure, whetehr against your Cash Discount Condition Type, Requirement 24 or 23 is maintained? If it is maintained remove these requirements and save. Then try to run the transaction.
    Regards,
    Amitesh Anand

  • How to display calculated matrix columns in a graph?

    Hi, 
    I am working in VisualStudio 2010 hitting SQL Server 2012 to build SSRS reports.
    I have a need to graph year over year percentage growth as derived from two SSRS matrix columns.  Everything is working except that the chart displays only one value for each year series, rather than displaying the correct percentages for each audience
    for each of the two years.
    The values in the chart series properties are called with the expression: =ReportItems!YoYGrowthPercent2014.Value (or =ReportItems!YoYGrowthPercent2014.Value, respectively), where "YoYGrowthPercent2014" is the name of the detail cell holding
    the expression to calculate the growth percentage at the audience level in the matrix.
    It looks like it should work yet the results are incorrect.  I've read several hundred articles and posts at this point and do not have an answer.
    Is there any way to do this? It seems like it should be so simple, and yet...
    Thank you!
    ~Khrys.

    I can reproduce your issue.  If you toggle open Audience P I think you will find the very last value for the last Category and the last Product_Group will be around 15% for Growth 2014 and around 23% for Growth 2015.  The chart series expression
    is choosing the last value for ReportItems!YoYGrowthPercentage as it doesn't know how to attribute that ReportItem to the Audience matrix.  If you want a chart to display only the percentage for Audience, I suggest that you have a separate data
    source with the values for GrowthPercentage for only the Audiences, and make that the data source for your chart. Also, I would make the growth figures in your matrix also a matrix by doing the percentage calculation directly in the table. You would pull in
    the value for this year and the value for last year into your data set, and then do the calculation within the report as follows:
    =SUM(Fields!Value.Value)/Sum(Fields!LastYearValue.Value)-1
    Create a second Column Group adjacent after, also by year.  Your query could look something like this, depending on how your tables are structured:
    SELECT a.Audience, a.Category, a.ProductGroup, a.Year, a.Value, b.Year as LastYear, ISNULL(b.Value,0) as LastYearValue
    FROM YoYGrowth a LEFT OUTER JOIN
    YoYGrowth b ON a.Audience = b.Audience and a.Category= b.Category and a.ProductGroup = b.ProductGroup
    AND a.Year-1 = b.Year
    Hope it helps.  Cheers,
    Martina White

  • Selection on Global Calculated Key Figure problem

    Hi all,
    I've got a Calculated key figure, made up of 2 key figures and 2 restricted key figures, saved to a homogenous multiprovider (Customer Sales).  this works fine as is. 
    However, when you create a selection in BEx QD, that limits the CKF further by Distribution channel, and view the result, the result seems to be multiplied by a value to the effect of 2.8???
    If you view the CKF by itself its fine (though not limited to what it needs to be).
    As an example.
    Say sales for a distribution channel was 1 million dollars.  Sales overall was 2 million dollars.  If i drag in my CKF (and have NO characteristics), it comes up with 2 million dollars.
    If i limit it to 1 sales office, no issues, I get that sales office's value.  However, if i limit it to a distribution channel, i get roughly 2.8 million dollars.
    Any ideas?  I can't see the logic in this.  Perhaps someone knows of the issue/has seen a note or something regarding this, cos its got me scratchin my head?
    Cheers

    Hi Pierre,
    I appreciate the fast reply.  This thing is driving me nuts!
    Ok so when you refer to the CKF are you referring to the global CKF on the multiprovider or the CKF i have on the report that is restricted (basically a local RKF)?
    I've had a look through there and have found the calculation tab, but can't really say i've found "Calculate according to current formula".
    What i see are:
    a dropdown list headed "calculate results as..." (nothing defined)
    another dropdown list called "calculate Single Values as..."  (nothing defined)
    a tick box called cumulated (unticked)
    another tickbox called "also apply to results" (unticked)
    another dropdown listbox called "calculation direction" (default setting)
    Underneath all that is a tickbox called "use precalculated value" (unticked).
    is it something under all that that i need to change?
    Do i change the global CKF or the local RKF?
    Thanks for the assist.

  • Calculated marketing attribute in crm segmentation

    Good afternoon experts
    I am looking for some simple advice.
    Currently we are using segmentation via BW. (BW APD -> CRM ADS - Info set - Data Source - Attribute list).
    For calculated fields (ex: getting data like dob,***, number of orders) should we use additional fields at infoset level (some abap code included) or should we do all calculations directly via BW and simply feed it to the ADS in CRM.  
    Is there a best practice depending on volume/complexity?
    Best regards
    Razvan Z

    Hi Razvan,
    we had a similar requirement and we have done all the calcualtion in the BW (DSO, infosets).
    Simply map the attributes, data source in the segmentaion. The purpose of having a BW system is to
    do multiple and complex reports. If you are processing the large amount of data in CRM it will cause slowness and session timeout. So I would suggest all the data processing should be done in BW and please show the result in CRM.
    Regards,
    karthik J

  • Error when using Calculation Area or AutoSum

    Why do I get an error when trying to use AutoSum? It says "Object reference not set to an instance of an object".  I can't use it all.  Nor can I manually create a calculation in the Calculation Area at the bottom of a PowerPivot worksheet. 
    I am able to build a calculation directly in Excel from the PowerPivot->Calculated Fields menu option. But not from within PowerPivot.
    Martina White

    Hi Martina,
    This sounds very much like a bug.
    Check that you have installed the latest updates for Office/Excel
    If you're using Excel 2010, check that you have the latest version of the Power Pivot add-in: http://office.microsoft.com/en-ca/excel/download-powerpivot-HA101959985.aspx
    Try a repair on your Power Pivot add-in installation (Excel 2010)
    Try a repair on your Office/Excel installation (Excel 2010/2013)
    If none of these things resolve the issue, or you've already tried them, you could report the bug here https://connect.microsoft.com.
    Regards,
    Michael
    Please remember to mark a post that answers your question as an answer...If a post doesn't answer your question but you've found it helpful, please remember to vote it as helpful :)
    Website: nimblelearn.com, Blog:
    nimblelearn.com/blog, Twitter:
    @nimblelearn

  • How "Assigned" value calculated for WBS in CJ30?

    Dear all,
    I have got a problem with the Assigned value in CJ30. The problem is that the value in column "Assigned" of CJ30 disappeared after I settled the cost of the WBS to another WBS which has no budget control activated (no budget profile assigned). As I know, the Assigned value won't be changed if the WBS is settled to an object with no budget control, for example settle the WBS to a cost center, or a assets. In my case, although the settlment was done between two WBS, but I had removed the budget profile when created the receiver project, which means the receiver WBS has no budget control activated. However, after settlement, the assigned value of the sender WBS disappeared. But if I settle the cost to a cost center or assets, I can see the assigned value still shown on the sender WBS in CJ30.
    Can anybody here tell me why this happen? or is this a bug of SAP?
    Thank you very much in advance.
    Best regards,
    Brook

    I can reproduce your issue.  If you toggle open Audience P I think you will find the very last value for the last Category and the last Product_Group will be around 15% for Growth 2014 and around 23% for Growth 2015.  The chart series expression
    is choosing the last value for ReportItems!YoYGrowthPercentage as it doesn't know how to attribute that ReportItem to the Audience matrix.  If you want a chart to display only the percentage for Audience, I suggest that you have a separate data
    source with the values for GrowthPercentage for only the Audiences, and make that the data source for your chart. Also, I would make the growth figures in your matrix also a matrix by doing the percentage calculation directly in the table. You would pull in
    the value for this year and the value for last year into your data set, and then do the calculation within the report as follows:
    =SUM(Fields!Value.Value)/Sum(Fields!LastYearValue.Value)-1
    Create a second Column Group adjacent after, also by year.  Your query could look something like this, depending on how your tables are structured:
    SELECT a.Audience, a.Category, a.ProductGroup, a.Year, a.Value, b.Year as LastYear, ISNULL(b.Value,0) as LastYearValue
    FROM YoYGrowth a LEFT OUTER JOIN
    YoYGrowth b ON a.Audience = b.Audience and a.Category= b.Category and a.ProductGroup = b.ProductGroup
    AND a.Year-1 = b.Year
    Hope it helps.  Cheers,
    Martina White

  • About Local Calculations in query designer

    Hello Gurus,
             please illustrate how to use following setting by example:
    1. Calculate Result As.
    2. Calculate Single Values As..
    3. Also Apply to Results.
    4. Cumulative
    5. Calculation Direction
    Many thanks,
    Frank

    Hi Frank,
    Check the following links for examples on each of these
    1. [Calculate results as|http://help.sap.com/saphelp_nw70/helpdata/en/e3/e60138fede083de10000009b38f8cf/frameset.htm]
    Say if you want to see the minimum revenue collecte in a company code.
    Set calculate results as to minimum. Then the report output would be as shown below
    CoCode...............Plant..................Month........Revenue
    A........................A.........................01.............200
    A........................A.........................02.............100
    A........................A.........................03.............300
    Result.............................................................100
    If Calculate result as 'min' was not set. the result would have been 100 + 200 + 300 = 600
    2. [Calculate single values as|http://help.sap.com/saphelp_nw70/helpdata/en/e3/e60138fede083de10000009b38f8cf/frameset.htm]
    3. [Also apply to results|http://help.sap.com/saphelp_nw70/helpdata/en/e3/e60138fede083de10000009b38f8cf/frameset.htm]
    The way the single values are calculated is also applied to results. ie if the single values are calculated as a maximum value, the same is applied to the results, instead of the conventional aggregation(sum).
    If you are displaying single values as rank and also apply it to results you will see the results also are denoted by ranks.
    As soon as I am embedding data(table) the post looses its format. Can you please share your contact details. I can send an exmaple if required.
    4. [Cumulation and calculation direction|http://help.sap.com/saphelp_nw70/helpdata/en/e3/e60138fede083de10000009b38f8cf/frameset.htm]
    Using cumulation the values would be as displayed below. The calculate result as is empty
    CoCode...............Plant..................Month...........Revenue
    A........................A.........................01..................200
    A........................A.........................02..................300....not 200
    Result..................................................................300
    B........................A.........................01..................200
    B........................A.........................02..................550...not 350
    Result..................................................................550
    Hope this helps,
    Best regards,
    Sunmit.

  • Calculations with 0MATERIAL__ARTICLEPRICE on DB Level instead in OLAP

    Hi
    We have the article salesprice as an attribute (keyfigure) on 0MATERIAL. In a query we use the variable (replacement) to be able to calculate with article salesprice in a formula.
    But this means poor performance, because the calculation can only be done before aggregation. So the DB transfers all information on article level into OLAP and makes then the calculation 0MATERIAL__SALESPRICE * QUANTITY in OLAP.
    If we could transfer this calculation (formula) into DB select statement it would be much faster. e.g.:
    SELECT
    /*+ STAR_TRANSFORMATION  FACT(F) */
    "F"."KEY_101087T" AS "S____025"
    ,"X10"."S__M_IO_VS" AS "S____024"
    ,"DU"."SID_0LOC_CURRCY" AS "S____011"
    ,"DU"."SID_0BASE_UOM" AS "S____027"
    , SUM (  "F"."CPGOREDCBU"  )  AS "Z____034"
    , SUM (  "F"."CPTINCONBU"  )  AS "Z____171"
    , SUM (  "F"."CPTINCOPBU"  )  AS "Z____172"
    , SUM (  "F"."RTTINCONST"  )  AS "Z____177"
    , SUM (  "F"."RTTINCOPST"  )  AS "Z____178"
    <i><b>, sum (  "F"."CPTINCONBU" * "X11"."/BIC/M_IO_IP" ) AS "Z____179"</b></i> , COUNT( * )  AS "Z____014"
    FROM
    sapp72."/BIC/E101087" "F"
    JOIN
    sapp72."/BI0/XMATERIAL" "X10"
    ON
    "F" . "KEY_1010874"
    = "X10" . "SID"
    JOIN
    SAPP72."/BI0/PMATERIAL" "X11"
    ON "X10"."MATERIAL"
    = "X11"."MATERIAL"
    JOIN
    sapp72."/
    Is there somehow a way to define this? Are virtual keyfigures a solution for this? If yes, are the virtual keyfigures included in the select statement or just later after reading the DB?
    Thank you for some answers
    Roger

    Hi Olivier
    How is life?
    I'm looking more for a virtual keyfigure (like a formula) which is generated directly on the infoprovider (like non cumulative keyfigures).
    e.g.
    I create a new keyfigure and define how this one is calculated. in this example it is calculated by quantity and 0material__salesprice.
    Now to include this keyfigure into a cube the two keyfigures have to be in the cube for sure. It's like a attribute with more than one key. but in this case this keyfigure is not physically in the cube.
    and when you insert this formula from this cube the select statement could then make the calculations directly on the DB and returns the aggregated result into OLAP instead of all articles and then make a replacement.
    I would see here a big advantage in performance issues in this points - I think it would be nice to have such a function / keyfigure.... what do you mean???
    Cheers Roger

  • Justify text still doesn't work correctly in Pages 2.0.1

    Justify text does not work in Pages 2 or 2.0.1 when one wishes to specify where the lines should break. It used to work in Pages 1 by using <SHIFT-RETURN>. Does anyone know a workaround?
    Thanks.

    Hello John,
    this is because of the "sero point" where the calculation between the "text paragraph align" settings and the ruler differ. In "left aligned" and "justified" the calculation begins from the left, similar to the ruler, so all works fine. But in "centered" and "right aligned" the calculation begins from the center or from the right, but the ruler calculation is in both cases from left to right.
    This is a limitation of the overall system. To get this right, the ruler has to change it's calculation direction by setting "centered" and "right aligned", too. But you continue writing from left to right, so what about the inversion of the "left" and "right aligned" tab stops?
    I don't know if you have done this, but you can send a feedback to the developer with some suggestions about this: http://www.apple.com/feedback/pages.html

  • U261B An Issue due to 3 Decimal Places in Percentage - Help Required

    I've an Issue in BEX report output, which is like when I try to create a 'Percentage' computation on a Key Figure Value, I'm getting 3 decimal places as 'default' output.
    The 'Calculations' settings I made for this KF is
    > Calculate Result as ... Nothing Defined
    > Calculate Single Values as .... Normalize According to Next Group Level Result
    > [✔] Apply to results
    > Calculation Direction - Along Rows
    ☹  I ran SAP_RSADMIN_MAINTAIN and set object 'IGNORE_T006_ANDEC' to the value 'X' - Not woking! Should I choose Update/Insert/Delete??
    ☹  T006-ANDEC & T006-DECAN for '%' has 0 decimal places only. Am I checking the correct stuff?
    ☹  OSS note 866505 not helpful for my issue. BW 7.0 Stack
    I'm getting my output as expected, but the only worrying factor is 3 decimal places due to the 'Calculations'. I'm unable to resolve using existing methods. Should I raise an OSS Note for this?
    Please help...

    Hi, I posted a message to SAP on this topic and got an explanation - it is a behaviour that cannot be changed in certain cases:
    it is the known design that it is always displayed with three decimal
    places for normalized values and the setting in Query Designer for
    decimal place doesn't take effect. This is because that normalization
    changes the number dimension of this structure element.
    You may refer to below notes about more details.
    > 869135 Decimal places and scaling for "Calculate Single Values As"
    You cannot set the number of decimal places or the scaling for some
    columns or structural components.
    For 2: Some "Calculate As" functions change the number dimension of a
    KID. In this case, the scaling and the number of decimal places set for
    the KID are no longer relevant. In this case, the system ignores the
    original setting and selects a setting that corresponds to the new
    number dimension. This cannot be overwritten. The following functions
    are affected:
    Calculate Single Values as Scale to Result, Overall Result or Query
    Result: Scaling 1 and three decimal places.
    > 501930 Number of decimal places setting is not applied
    As a result, normalized values resulting from the list calculation are
    displayed with three decimal places and without scaling by default.
    best regards, thom

  • Issue with formula collision

    Hello Experts,
    I am facing an issue with Formula collision, below is an expample
    My requirement is to use Column formula for the value (????) in the below table.
                                  Restriction (C1)     Restriction (C2)     Formula(C1-C2)
    Restriction (R1)     4              2                                 2
    Restriction (R2)     8              3                                 5
    Formula(R1+R2)     12              5                              ????
    I have tried using the below settings
    1) Formula(R1+R2)  "Standard"
    2) Formula(C1-C2)  " Use result of this formula"
    But still getting row formula being used, please advice.
    Thanks,

    Select the Formula which you created Formula(C1-C2)
    In the properties tab Go to Calculations--> Select the Check Box Cumulated
    In the Drop Down for Calculation Direction Select --> Calculate Along Columns
    If you require you can also select the Check Box Also Apply to Results
    Hope it Helps.
    rgds, Ghuru

  • Creating a Purchase Order, is there any help out there?

    I am creating a purchase order for our sales team that can be utilized on iOS. I have two issues:
    1) Some of our sales will be exempt and will need to be toggled off. How do you go about doing this while not destroying the end total?
    2) Our sales tax varies due to county's jurisdiction. Is there a way to change that once the form is ready to be filled out?
    Thanks Guys
    Below is how my form is being set up, mind you this is an import from excel.

    I don't see a way for you to currently specify that an item is exempt...
    Maybe add another column with check-boxes for the exempt status. However,
    implementing this in the calculation will require a custom-made script.
    As for the sales tax, you can place that in a text field as well and use it
    in your calculation directly. It's even possible to set it up so that a
    selection in a county drop-down will automatically populate the Sales Tax
    field with the correct value.

  • Query Designer in BI - How to cumulate value and get the Max and Min value.

    I want to create a report with  query designe of BI 7r. is it possible. the data from the cube will be
    Year ,           Exposed Quantity
    1999 ,             200
    2000 ,            100
    2001 ,            -100
    2002 ,             300
    2003 ,           - 200
    2004 ,             100
    2005 ,            -200
    Calculation should be - Refer the cumulative value field
    Year  ,          Exposure Quantity ,   Cumulative value
    1999  ,            200   ,                             200
    2000  ,            100  ,                              300
    2001  ,           -100 ,                               200
    2002  ,            300  ,                              500
    2003  ,          - 200  ,                              300
    2004  ,            100  ,                              400
    2005  ,           -200  ,                              -200
    An the out put of the report  should be Max value ie 500 and Min Value -200.
    My question is that is it possible to do in the front end ie in the Query Designer (BI 7) If so how.
    Edited by: Parakadavil Chacko Mathew on Oct 8, 2009 3:52 AM

    Hi there,
    Create 4 column,
    1st will show regular values for the key figure,
    2nd will show Cumulative value, in Query Designer, Just right click on the this 2nd key figure properties, calculation tab there you can check on Cumulated option, and define the calculation direction as Calculate along the Column.
    3rd will show Minimum value , Just right click on the this 2nd key figure properties, calculation tab calculate single valuea as minimum.
    4th will show Minimum value , Just right click on the this 2nd key figure properties, calculation tab calculate single valuea as Maximum.
    Regards,
    Rajdeep Rane.

Maybe you are looking for

  • Is there a way to prevent Itunes from transfering a single album to Ipod?

    Hello everybody, I am trying to find an alternate way to prevent a cd from transfering from my Itunes library to Ipod, instead of turning off the auto-update and manually transfering my music. any help will be appreciated. Thanks

  • PPCO0007 User Exit for  Changing Header Fields During Order  (CO40)

    .. Hi !!!!   I need your help or suggestions,   I need to change the standar order  before to save, i found the user exit PPCO0007,   i assign the new value for the order, but when finish the fuction, EXIT_SAPLCOZV_001, the new values are   lost, and

  • Issue with FDM Import Integration script

    Hi, I need to pull records from Oracle DB and load in FDM. have created Import Integration script for this. But,I reciev 'Data access error' when I execute the script. The line of error is Set rsAppend = DW.DataAccess.farsTable(strWorkTableName)+ .Wh

  • Importing raw images (.CR2) into iPhoto'08

    I am trying to import 17Gb worth of raw (.CR2) images from an external hard drive as JPEGs, but in iPhoto I find I have to import them first before I convert them to JPEGs. Does anyone know how I can import them into iPhoto as JPEGs or tell me of a s

  • OBIEE 11g Performance Tuning

    Has anyone seen a guide for tuning BI 11g? I have not been able to find a whole lot.