House numbers

Hi,
I am working on a query that needs to group addresses and should return the first and last house number in that group. However the house numbers are stored as varchar2, but I want a first and last with a best effort to sort them numerically.
Housenumber can have values like '1', '1A', '1_2', '10' etc.
My approach was to sort first on the numerical part, using to_number and regexp_substr and a second sort by the varchar2.
Something like:
with t as ( select 1 id, '10' hn from dual union all
            select 1,    '1'     from dual union all
            select 1,    '1A'    from dual union all
            select 1,    '11'    from dual union all
            select 1,    '11B'   from dual union all
            select 1,    '1_2'   from dual union all
            select 1,    '1 B'   from dual union all
            select 1,    '2A'    from dual union all
            select 1,    '1-2'   from dual )
select hn from t
order by to_number(regexp_substr(hn,'[0-9]*')),hnWhich gives the sorted output:
HN
1
1 B
1-2
1A
1_2
2A
10
11
11BPerfect! But I am stuck at the second step. I want the id, the first (ie '1') and last ('11B') grouped:
ID FIRST LAST
1  1     11BIt feels like I've done 99% and only need a tiny step... oh, and we have 3+ million addresses (without an index on the house number), so performance is a concern :)
I am on 10.2.0.4.0
Thanks!

Hi,
So you want only one row per id? That sounds like a job for GROUP BY:
SELECT       id
,       MIN (hn) KEEP ( DENSE_RANK      FIRST
                 ORDER BY TO_NUMBER (REGEXP_SUBSTR (hn, '[0-9]*'))
                  )     AS first
,       MAX (hn) KEEP ( DENSE_RANK      LAST
                 ORDER BY TO_NUMBER (REGEXP_SUBSTR (hn, '[0-9]*'))
                  )     AS last
FROM       t
GROUP BY  id
;Depending on what you know about the numbers, you might be able to do something more efficient.
For example, if you know that the number (or at least the number that you use for sorting) comes at the very beginning of hn, and that it is never more than 6 digits long, you could try:
SELECT       id
,       MIN ( REGEXP_REPLACE ( '     ' || hn
                      , '[0-9 ]*([0-9 ]{6})'
                      , '\1'
           )                 )     AS first
,       MAX ( REGEXP_REPLACE ( '     ' || hn
                      , '[0-9 ]*([0-9 ]{6})'
                      , '\1'
           )                 )     AS last
FROM       t
GROUP BY  id
;Edited by: Frank Kulash on Jun 17, 2011 6:59 AM

Similar Messages

  • House Numbers using Map Builder

    Hi everyone!
    I am using Oracle Map Builder (ver. 11.1.1.0.0) in order to draw house numbers along streets, using 20% and 80% offset along the street axis for the "from" and "to" numbering, respectively, and 20% and -20% offset vertically to the street axis for the two sides of the street, respectively.
    To my understanding so far, I am able to do this using the Arrow option from the Overall Line Style Option, where I will have to select a Marker Style for which I would have defined the X and Y Offset parameters in the Marker Text Style Option, while the marker's symbol would have 0% opacity, since I wouldn't like any symbol drawn with my house numbers.
    Since I think it is a bit silly to use a Marker Style for this reason only because of its offset options, is it possible to do the same using a Text Style (where the offset options seem to be inactive)?
    Thanks in advance,
    Panagiotis
    PS: Sorry for cross posting with the Spatial Forum -I think this forum is more suitable for my inquiry.

    Hi
    After all, the Arrow option from the Overall Line Style Option does not support the functionalities needed to draw house numbers along streets, since not only the the X or Y axis of the offset options do not follow the direction of the line (street), but the offset parameters are measured in distance units only (i.e. pt, mm and so forth) and not in a percentage of the line's length (from its beginning or end), as well.
    Is anyone aware of such functionalities be included in coming versions of MapBuilder?
    Regards,
    Panagiotis

  • House numbers on Nokia Drive

    Hi,
    I have a Lumia 800 running 7.5 and the latest version of Drive.
    Since the first time I used it, I was never able to get it to accept a house number anywhere in northern Portugal. It only allows me to navigate to stored or searched Locations or street numbers.
    I've tried the following formats, to no avail:
    [Street Name] [House number]
    [Street Name] , [House number]
    [House number] [Street Name]
    Also, how can I force it to search in specific towns or cities? Some street names are very common (imagine a "Main Street") and if I want to drive to the other side of the country, it gets annoying really fast and I end up driving to [City name] and select the street when I am actually near.
    Thanks!
    Solved!
    Go to Solution.

    Works for me here and this is the format i use
    (house number), (street), (town)

  • Extract numbers from mixed string.

    How do I extract numbers from a mixed-character string?
    These are house numbers and I have some exceptions - examples below.
    How do I get rid of the letter/dash part, and keep the numeric part only?
    38A
    5600B
    23-A
    Thanks a lot.
    -John

    It does not work if you have a string like 3343S##@1~!234
    OP, you can try this:
    Connected to:
    Oracle Database 10g Enterprise Edition Release 10.2.0.3.0 - 64bit Production
    With the Partitioning, OLAP and Data Mining options
    SQL> with t as(
      2      select '38A' c1 from dual union all
      3      select '5600B' from dual union all
      4      select '5Bas@#$%1SDf3ff`~7' from dual union all
      5      select '3343S##@1~!234' from dual union all
      6      select '23-A+9' from dual )
      7  --
      8  select c1,regexp_replace(c1,'[^[:digit:]]') only_num  from t;
    C1                 ONLY_NUM
    38A                38
    5600B              5600
    5Bas@#$%1SDf3ff`~7 5137
    3343S##@1~!234     33431234
    23-A+9             239
    SQL>

  • 14 weeks to get a phone line installed - £10 compe...

    I moved house on 28/07 and after a huge amount of problems with Orange and after managing to cancel my account with them I ordered BT Broadband and Evening & Weekend Calls on 07/08/12.
    I get 3 emails confirming my order, thanking me for choosing paperless billing etc.
    My initial engineer appointment was on 14/09/12 which is 5 weeks and a long time. To quote BT: “It usually takes 15 working days from when you order. It can take longer but this is very rare.” (http://bt.custhelp.com/app/answers/detail/a_id/8317/~/how-long-will-it-take-to-install-a-new-line%3F)
    I get a text and an email on 12/07 to remind me of my appointment between 1pm and 6pm. So far so good.
    The router gets delivered at 12.30am. This is promising.
    The engineer comes at 13.30pm, installs the BT Open Reach box in my flat and then asks me if I can open the electronic gate next door as he needs access to my neighbour’s pathway to activate the distribution point. I tell him I cannot as it’s not my building. We try the trades button on the door system. It doesn’t work. We try pressing random house numbers on the door system (there’s no flat numbers on the building) to see if someone’s home. Nothing works. I phone my landlord who tells me this is a council building. No one is coming in and out of the building/gate. After about 30 minutes of trying and waiting I tell him just to use his ladder and climb over the gate (it’s about 6 foot) and activate the distribution point. I’ll take the blame if someone complains. It shouldn’t be a problem as I live next door, I’ve got a BT Open Reach engineer with me and we have a perfectly valid reason to do it. He tells me he can’t do that because of health and safety riles and trespassing laws. Fair enough.
    The engineer leaves but before he does he tells me that when I’ve got access to the pathway BT would be able to send an engineer within 24 hours to activate the distribution point. He also tells me there is no need for me to be there the next time as all the work inside is completed and the only thing that needs to happen is for someone to activate the distribution point which is located on a wall on my neighbours building accessible from the pathway. He points it out to me and there is indeed a black box on the wall which can be reached using a ladder in the pathway.
    I phone BT to see if anyone can find out how to get access to the pathway as I assume that if BT has installed a distribution point there they must have a way for them to get access to it. Especially as the engineer told me there are 3 lines in my building so this must have happened before. I was wrong. I have to argue with the customer service person with a very poor command of the English language for 30 minutes. He doesn’t know what “the council” is and doesn’t understand whatsoever why I –and I quote- “Can’t just ask the neighbour to let the engineer in when the next appointment has been made”. I try to explain to him there is an electronic metal gate with a call system and I am unable to call anyone as there are no flat numbers on the outside of the building and asked if he was suggesting that I wait all evening after work until someone comes out and that even then, surely I can’t ask my neighbour to stay home to let a BT engineer onto his pathway because I am trying to get a phone line installed. He then presented me with another option: “We can install a new line from the road but this is chargeable by £350”. After 30 minutes of this and asking to speak to a manager several times –which was refused- I had enough and hung up.
    Determined to get the problem resolved I rang again and got someone else on the phone. She was quite sympathetic and advised me to phone the council and see if they can help. She confirmed that I didn’t need to be there for the next appointment if someone could give the engineer access to the distribution point as all the work apart from the distribution point activation was complete. By this time it was 4pm on a Friday and she promised to call back at 4pm on Monday.
    I called the council right away but they said the caretakers had gone home as it was late on a Friday and advised me to ring back on Monday.
    I get a text from BT: sorry we missed you appointment etc.
    BT calls me on Monday morning 10.30am asking if I’ve sorted it. I tell the person I was expecting a call from them at 4pm and therefore I hadn’t rang the council yet. He promises to ring me back on Wednesday at 10.30am.
    I call the council later that day; they’re not very helpful and advise me to call them again on Tuesday.
    On Tuesday they log the call and lo and behold. Wednesday at 8.30am, the caretaker calls me, gives me his mobile number, tells me the trades button on the call system will work before 9.30am and they can give them access remotely. If they’re coming after 9.30am, the engineer needs to ring him an hour in advance and he’ll come to open the gate. We’re getting somewhere.
    I don’t get a call on Wednesday 10.30am.
    I call them myself that afternoon and explain the above. The guy says he’s written it all down, everything will get sorted and I’ll get a text with the new time and date.
    Someone with a very poor command of the English language phones me on Thursday. I asked why she is ringing me. She says it’s to makes an engineer appointment. I tell her she doesn’t need to ring me as I don’t need to be in the property and they should all the information needed as I called them the day before. She doesn’t have a clue what I’m on about. I tell her to read out what she has on her screen under the notes as I now don’t trust that the person the day before has written it down properly. She once again doesn’t have a clue what I’m on about. I ask to speak to her manager. She says he’ll call me back. 5 minutes later he does. His English is excellent and he seems to have found the notes and knows exactly what’s going on. This is encouraging. He says the first appointment they have is 03/10 (it is now 20/09) but he’ll make sure they get it earlier and he’ll ring me back. The first person that hardly speaks English calls back. She says the appointment will be on 03/10 between 8am and 1pm. I tell her that her manager told me he was going to make sure it was going to be earlier and ask her why he lied to me. She doesn’t understand what I’m saying. I try to explain to her that trades button on the call system will work before 9.30am and they can give them access remotely but if they’re coming after 9.30am, the engineer needs to ring him an hour in advance and he’ll come to open the gate. She doesn’t understand what I’m saying. I ask her to get her manager to ring me back as he speaks English. She says he’ll call within 15 minutes. I get a text 5 minutes later confirming my appointment for 03/10 between 8am and 1pm.
    On 02/10 I phone the caretaker in the morning to let him know they’re coming on 03/10 between 8am and 1pm. I also called BT once again to check everything was clear, confirming they have the correct mobile number of the caretaker etc. They say they have all the information needed and promise that the work will be done.
    I phone on the afternoon of the 3rd to check the work had been done and I am told that it hasn’t as the engineer needs access to a flat roof and the caretaker can’t provide him with that. I explain that the original engineer had been on the flat roof already and told me they only needed to get through the gate to activate the distribution point so I don’t understand why they now need to get back on the roof. The roof can be accessed with a ladder (which they all standard have with them) from the pavement anyway so why do I need to be there? They tell me that the engineer has tried to call me but my phone was switched off. I am 100% sure that my phone has been on all day and I haven’t received any missed calls. Also, after all of the above, I wouldn’t switch my phone off on the crucial day. The engineer is lying. After being on the line for 15 minutes (as it takes at least 5 minutes to go through the automated menu every single time you call them and it literally takes a minute for the information to come up on their screen every time they need to access a file) that I don’t have time to discuss this right now as I have an important teleconference with an overseas client and ask for someone to call me back that evening to discuss this as I am busy at work all day.
    I receive a text 10 minutes later saying the next engineer appointment is 12/11 between 1pm and 6pm.
    This is 14 (!!!) weeks after ordering the service. I phone back when I have a short break at work to discuss this and request a call back. Someone calls me back 5 minutes later and asked for my account information which I don’t have handy so I ask to hold on while I’m looking it up. She hangs up on me.
    I stay late at work to write an email on the email form on the website with a watered down version of all of the above and I get a confirmation email that it’s arrived.
    I get another text that evening at 8.40pm as well as an email saying -once again-  that the next engineer appointment is 12/11 between 1pm and 6pm.
    Someone calls me at 8.50pm saying that the next engineer appointment is 12/11. I tell him I know this as they’ve sent me 2 texts and an email already and that this date is unacceptable and ask to speak to his manager. He tells me I need to call the Order Management Department. I ask him what the number is. You’ve guessed it: 0800 0800 150.
    Someone called Chris XXXXX calls me the morning after to discuss the email I’ve written the day before. He gives me the usual “Open Reach controls the engineers” story and tells me the appointment will not be earlier than 12/11. I tell him this is unacceptable and if the appointment can’t be moved forward I want some compensation for all the expense and inconvenience caused. He tells me that since I haven’t been billed yet I’m not eligible for any compensation but as a gesture of good will he will give me £10 which I’m normally not eligible  for as this is only given to people whose engineer didn’t come on time. I try to explain that if the engineer would have called me as he said he’s done (and not lied like he’s done) I could have explained where the distribution point was and I probably even would have rushed home from work to finally get it sorted. We argue a bit about compensation in which he tells me he’s already doing me a favour by giving me £10. I stop the argument to discuss more practical issues and ask him if I now need to be home on 12/11. He says I do. I now need to take another day off work it seems. I ask him if the caretaker needs to be there as well. He says he does. I ask him if I should invite anyone else and provide tea and biscuits for everyone. I don’t think he gets the joke. We argue a bit more about compensation, we get nowhere. I’m now getting upset. He says he’ll call me back at 1.30pm.
    He does and immediately I ask him for his direct phone number. He says he doesn’t have one. I ask him for his email address. He says he doesn’t have one. I ask how to get in touch with him. He says through the 0800 call centre or the form on the website. Now the line gets really bad and gets disconnected. There is nothing wrong with my mobile or signal, I have 5 bars and 3G showing but I can’t hear him and the line gets disconnected. This happens 2 more times. I get him back on the phone and I ask him to call me back on my work landline. He does and a number shows up on the phone (not the 0800 one that showed up when he called my mobile). I immediately write it down and tell him he just lied to me about not having a direct line. He says it’s a desk used by many people. I tell him that if I ring that number and he’s around there’s chance I could get to speak to him surely. He says it’s only used for outgoing calls. I haven’t tried to ring it and can’t be bothered to be honest. I stop this argument and bring the conversation back to compensation. I ask if he can at least give me a few extra months free or upgrade my account for free for a few months maybe by throwing in some telly or something. He says he can’t do that and they can review compensation once the line has been installed. I tell him that’s not good enough and that this whole story is going online and hang up.
    Worst customer service I’ve ever experienced and it seems that I’m stuck with it because I’ve already got an appointment and cancelling and going with another provider will result in an even longer wait.
    I’ve been offered £10 compensation for taking 2 days of work, hours on the phone, massive mobile phone bills, a lot of stress and 14 weeks without a landline or internet. Truly unbelievable.

    Hi
    I am sorry to see you are having problems with your BT Service
    I suggest you contact the forum mods they should be able to get this problem sorted for you this is a link to them http://bt.custhelp.com/app/contact_email/c/4951
    They normally reply by email or phone directly to you within 3 working days they will take personal ownership of your problem until resolved and will keep you informed of progress
    They are a UK based BT specialist team who have a good record at getting problems solved
    This is a customer to customer self help forum the only BT presence here are the forum moderators
    If you want to say thanks for a helpful answer,please click on the Ratings star on the left-hand side If the reply answers your question then please mark as ’Mark as Accepted Solution’

  • Still the same bugs?! (Ovi Maps, N8)

    Hi!
    I'm using Ovi maps lately quite a lot but I have some problems with this software, especially with the usability. When searching the net for bugfixes/help I found an older bug report on Nokia BetaLabs: http://betalabs.nokia.com/apps/ovi-maps-for-mobile-v3-06/bugreport/23781/top-10-bugs-in-ovi-maps-v-3... and my problems are still the same but Ovi Suite says that I have the latest version (v3.06, Map version 0.2.42.122 on N8-00)
    My problems are:
    1.) When searching for an accurate address (Street name, No., ZIP, City name) there is no hit for offline navigation, Ovi maps needs an online search. If I leave the house number out the offline navigation finds the street - Why aren't there the house numbers stored for offline navigation? There is mostly no sense in only finding a street but not the accurate address. As long as I only use the navigation inland that isn't a big problem as I have internet connection included in my phone rate - but it's a problem abroad because of high roaming rates ...
    2.) So I have always internet connection on Ovi maps - problem is that sometimes when the UMTS-connection is lost (e.g.. in tunnels) there is a pop-up if I want Ovi maps to connect to the internet. If I choose "Yes" there is some seconds later a new pop-up where I need to choose the connection - That's very annoying! I can't find a setting like "always allow Ovi maps to connect to the internet". There is only a setting if I only want offline navigation (which doesn't work, see 1.).
    3.) If there is more than one result I can't figure out what is the difference between the results (except the distance) because the exact address isn't scrolling and the results are only like "Country, State, ...." - I don't see the differences because there is only "...".
    4.) I can't scroll through the map once the navigation has started. There is only this mode where I can scroll threw the turns/junctions. Sometimes I like to see where the navigation takes me before I start driving, that is hardly possible without a 'free-map-scroll-mode'.
    One last point is the search-process: It is more comfortable to have a step-by-step search for the destination like all major satnavs have (TomTom, Garmin, ...) and bigger on-screen-keyboard because with this tiny letters it is quite impossible to add/change the address while driving.

    AUTxRemoteC wrote:Now to the points from my first post:
    1.) I've downloaded the maps via Ovi Suite on my mobile. Internet connection is only used for the search, but not everytime, it's only some kB but abroad some kB could be very expensive ;-)
    2.) Thanks for this hint but everything was/is configured right as you said. This is more or less a general problem of my phone, maybe it has also something to do with my provider. Not only Maps asks regularly for the connection to use, other applications like the AR-Apps Wikitude and LiveView (from BetaLabs) but also some games are doing the same.
    1. Maybe I misunderstand your question but I have no problem with searches right down to numbers in streets with the phone offline i.e the country, town, street, street number is found and the cursor sits over that exact address on the map. Perhaps it is a problem with your country's maps? In the countries I use the geo data is readily available right down to the individually surveyed plots of land in towns and cities (and hence to numbers in streets).
    I often find it quicker to do a search for the country first if it is another country you are searching for the address in, then do the city, street number and name search.
    2. I suspect that you have not barred such connections somewhere in the set up of your phone generally or else for for some app, or perhaps, as you have games, etc loaded, one or more of them insists on "phoning home" as some do and as they have opened a connection Maps asks to use it.
    That with Maps 3.08 on an N8 but I do not recall any problems on earlier versions either.

  • Exchange has been enabled for over a year and I ST...

    Hey Everybody,
    I've been reading several threads and came across this one;
    http://community.bt.com/t5/BT-Infinity/FTTC-Exchange-and-Cabinet-BT-Wholesale/td-p/181321
    Unfortunately it appears that they've pulled this from public view so I can't access.
    Using the "Find Sold House Prices" tool on Rightmove to obtain House Numbers to Postcodes, i've been able to determine on the BT Infinity checker that some houses in my town can get Infinity.
    My exchange is MRMDW (Middlewich) http://www.samknows.com/broadband/exchange/MRMDW
    FTTC status: Available in some areas
    I logged a call through the normal BT website before somebody contacted me and started talking about Cabinets, I had no idea what a cabinet was and thought he was just trying to fob me off with technical gumf.
    Since i've been reading, I want to try and determine where my Cabinet it, and when its likely to be "Fibre Enabled"
    Can somebody send me a copy of the list
    I found the following on the old bt-wholesale website over 12mths ago;
    RFS
    1
    MIDDLEWICH
    MRMDW
    RFS
    3
    MIDDLEWICH
    MRMDW
    RFS
    4
    MIDDLEWICH
    MRMDW
    RFS
    6
    MIDDLEWICH
    MRMDW
    RFS
    8
    MIDDLEWICH
    MRMDW
    RFS
    9
    MIDDLEWICH
    MRMDW
    RFS
    10
    MIDDLEWICH
    MRMDW
    RFS
    12
    MIDDLEWICH
    MRMDW
    RFS
    13
    MIDDLEWICH
    MRMDW
    RFS
    14
    MIDDLEWICH
    MRMDW
    Name
    Postcode
    SAU_NODE_ID
    Exchange Only Flag
    Percent Lines
    Uplift
    Phase
    Deployed
    FTTC or FTTP
    MIDDLEWICH
    CW109GB
    {MRMDW}{p15}
    0
    26.92
    2.38
    MIDDLEWICH
    CW109GB
    {MRMDW}{p7}
    0
    73.07
    2.18
    I have no idea how to read this 
    It looks like I have 2 cabinets for my postcode.
    All I want it Infinity...... can sombody advise when I am likely to get it or how I can quicken the process up ?
    Thanks,
    Scott

    There is no way you can speed up the process as it is Openreach that are responsible for the roll out of fibre
    BT retail like any other ISP only has the details of theactive cabinets
    The cabinets are the green boxes you see on many streets and you may often see Openreach engineers working on the fibre cabinet is placed close by the existing cabinet
    Unfortunatly not every cabinet is upgraded for fibre first time around and additional phases of new cabinets are constantly being added to the existing cabinets
    All you can do is wait until you see a new cabinet being installed in your area and keep using the infinity checker on the BT.com web site
    If you want to say thanks for a helpful answer,please click on the Ratings star on the left-hand side If the reply answers your question then please mark as ’Mark as Accepted Solution’

  • Ovi maps problem

    if i try to search using the browse function,,,,,,all i keep getting for any section is "no results found"
    is there server down or something cause it was working fine the other day.
    how can i fix it ? ? ? ? ?

    2bad wrote:
    I'd just offer this for the future. Be careful with commas. In my experience they're not necessary. However, in database / spreadsheet design, commas are used to "tab" from field to field. Once you start assuming that the software thinks, using the same logic as your mind does, then you will need to be very consistent in supplying the correct number of commas.
    If you supply the wrong number of commas, the poor old database might end up looking for a city name in a field reserved for streets, or house numbers, and end up with no match.
    Also, I've had mixed success in the past by assuming that a particular Application will undestand abbreviations. I stopped long ago using Rd for Road, Ave for Avenue, and ,say, NSW for New South Wales. It might well work, but don't be surprised if it doesn't.
    Same uneven results without commas. Same uneven results using no abbreviations. Conclusion - Ovi Maps 3.03 search is just plain inconsistent.
    And on the subject of abbreviations and commas, this is a GPS sat nav application. The core of it's functionality is searching for places and then navigating to them. If it doesn't understand common ways of writing addresses (eg. Rd = Road), or common geographic abbreviations within a country (NSW = New South Wales, CA = California) then it is not fit for the purpose for which it was supposedly designed. Other GPS applications (Garmin XT for one, Google Maps another) don't have any trouble finding the locations I want, but Nokia Maps does.
    If I've helped you, you can thank me by clicking the green 'kudos' star on my post. Cheers.

  • BT Infinity available in my area but can't get it ...

    Hey Everybody,
    I've been reading several threads and came across this one;
    http://community.bt.com/t5/BT-Infinity/FTTC-Exchange-and-Cabinet-BT-Wholesale/td-p/181321
    Unfortunately it appears that they've pulled this from public view so I can't access.
    Using the "Find Sold House Prices" tool on Rightmove to obtain House Numbers to Postcodes, i've been able to determine on the BT Infinity checker that some houses in my town can get Infinity.
    My exchange is MRMDW (Middlewich) http://www.samknows.com/broadband/exchange/MRMDW
    FTTC status: Available in some areas
    I logged a call through the normal BT website before somebody contacted me and started talking about Cabinets, I had no idea what a cabinet was and thought he was just trying to fob me off with technical gumf.
    Since i've been reading, I want to try and determine where my Cabinet it, and when its likely to be "Fibre Enabled"
    Can somebody send me a copy of the list
    I found this here; http://www.btwholesale-inspire.com/products2/broadband-products-picrosite/fttc?tab=community
    RFS
    1
    MIDDLEWICH
    MRMDW
    RFS
    3
    MIDDLEWICH
    MRMDW
    RFS
    4
    MIDDLEWICH
    MRMDW
    RFS
    6
    MIDDLEWICH
    MRMDW
    RFS
    8
    MIDDLEWICH
    MRMDW
    RFS
    9
    MIDDLEWICH
    MRMDW
    RFS
    10
    MIDDLEWICH
    MRMDW
    RFS
    12
    MIDDLEWICH
    MRMDW
    RFS
    13
    MIDDLEWICH
    MRMDW
    RFS
    14
    MIDDLEWICH
    MRMDW
    Name
    Postcode
    SAU_NODE_ID
    Exchange Only Flag
    Percent Lines
    Uplift
    Phase
    Deployed
    FTTC or FTTP
    MIDDLEWICH
    CW109GB
    {MRMDW}{p15}
    0
    26.92
    2.38
    MIDDLEWICH
    CW109GB
    {MRMDW}{p7}
    0
    73.07
    2.18
    I have no idea how to read this 
    It looks like I have 2 cabinets for my postcode.
    All I want it Infinity...... can sombody advise when I am likely to get it or how I can quicken the process up ?
    Thanks,
    Scott

    Your exchange is ADSL enabled, and our initial test on your line indicates that your line should be able to have an ADSL broadband service that provides a fixed line speed up to 2Mbps.
    Our test also indicates that your line currently supports an estimated ADSL Max broadband line speed of 3Mbps; typically the line speed would range between 2Mbps and 5.5Mbps.
    Our test also indicates that your line currently supports an estimated ADSL2+ broadband line speed of 3Mbps; typically the line speed would range between 2.5Mbps and 6.5Mbps. Our test also indicates that your line could support an estimated ADSL 2+ Annex-M broadband upstream line speed of 500Kbps and downstream line speed of 3Mbps; typically the downstream speed would range between 2.5Mbps and 6.5Mbps.
    The actual stable line speed supportable will be determined during the first 10 days of use. This speed may change over time, to ensure line stability is maintained.
    Sounds about right......
    I generally get about 6mbps with download speeds of about 730kbps (MAX)

  • Vendor Master Address

    Hi,
    We have uploaded , vendor master . Now we need to upload Address data for eg House Number 1 and 2. For the same, I am using ADRMAS ,the house numbers are getting updated but the other fields for eg NAME1,CITY,STREET,POSTAL CODE are all blanking out ie. they are getting intialised.
    Does anyone know how to solve this problem.
    Regards,
    Priti

    hi
    the segment E1BPAD1VL of ADRMAS will hold all your requested details..
    Check whether you have maintained those details for the vendor...
    Cheers,
    Hakim

  • IDoc ORDERS01 with different shipping addresses

    Hi,
    we are using IDOC ORDERS01 to create customer orders in the ERP. Which is working fine as long as we are using just a partner number as ship-to-partner in the IDoc. Now it should be possible to also use different ship-to-partner addresses. So the idea was to use the same partner number for the ship-to-partner as before but add the different ship-to-partner address in the corresponding IDoc fields (IDoc segment E1EDKA1 for PARVW = WE). Which is also working fine except for the house number. Street name and house number are put together in IDoc field E1EDKA1-STRAS. And they also stay together in the street field of the resulting ERP sales order. But the address structure (for example in the partner deatails of the sales order) uses an own field for the house number. This field is not set with the house number from the street field in the ORDERS01 IDoc but with the house number of the default address of the used ship-to-partner number. Which means that the street line for the ship-to-partner has a street name and two house numbers which is of course not what we want to be displayed in sales orders. So how can we make the right house number from the ORDERS01 IDoc the one and only house number in the sales order? How can we overwrite the default house number of the default ship-to-partner address with the house number of the different shipping address from the ORDERS01 IDoc?
    Regards,
    Robert

    Hello Robert
    Check out the following OSS notes:
    1457805 - Fields not populating on inbound order through idocs.
    618476 - EDI: Field HAUSN is not filled- This is for older release and for INVOIC01, but may be you can borrow and develop the concept for   ORDERS01.
    Also did you consider leaving House Number blank in the customer master, i.e.
    in the street/house Number Filed, maintain like this:
    6201 W IMPERIAL HWY/ blank
    but not as
    W IMPERIAL HWY/6201
    That's how these fields are populated in my system.
    Hope this helps. Let me know.

  • BT You need to pull your socks up

    For some reason my account was closed before Christmas and a new contract set up on 30 December. I am happy with the new contract as I was paying extortionate rates with my previous contract and I get the brand new Homehub 5.0. It was BT unlimited Broadband all calls inclusive and using the old Homehub 2.0. I was not happy that it would take three weeks for an engineer to come out to set up the line.
    Sadly that deadline was passed and any engineer? Nope. Numerous e-mails, and texts telling me to stay in and then numerous more reminding me to stay in which I did. But sadly no engineer turned up. No message to say so sorry either by telephone ( I have another line) e-mail or text. Nata. I had to chase up to find out what was happening. Which is appalling. Apparently after getting through I was told the engineers couldn't find the property. This is an extraordinary excuse as nobody has ever had that difficulty. I even looked outside to see if anybody was there but no vans seen. What incompetence. Why didn't they try and ask somebody or contact me to ask where I am am? The house numbers are clearly written on the doors!
    After calling to find out what was happening, I was then told that they didn't know when an engineer would be able to visit. Still hearing nothing I checked online to see if there was any news, it is now Friday that an appointment has been made. Why didn't somebody call to say that this would be the case? Why should I have to find the information myself? I also note that no specific time has been given. Do I need to wait for an engineer? If I do, are they got tobe another phantom?
    I am self employed and a churchwarden so people need to get hold of me. I am having to use my mother's broadband which is not unlimited and I am near its limit before she incurs charges. I shall be seeking compensation to address this. Perhaps BT should focus a lot more on its customer service and getting new engineers, rather spending a rediculious £900 million on watching people kick a ball around a field.
    Come on BT, I had every faith in you but you have been utterly useless. Just a simple e-mail from somebody to say sorry would have been great but nothing. I had to do all the chasing. I am sure that if I left BT for another provider without saying anything they would be sorry. Tesco Broadband looks good at the moment
    Not a good start by BT on a new contract. I think some form of compensation should be in order for all this appalling service.

    Hi Ants,
    I'm really sorry about the missed engineer visit and delay in getting your service connected. Do you need any help getting this sorted? If you do please let me know by replying on this thread and we can provide you with our contact link.
    Thanks
    Neil
    BTCare Community Mod
    If we have asked you to email us with your details, please make sure you are logged in to the forum, otherwise you will not be able to see our ‘Contact Us’ link within our profiles.
    We are sorry but we are unable to deal with service/account queries via the private message(PM) function so please don't PM your account info, we need to deal with this via our email account :-)
    If someone answers your question correctly please let other members know by clicking on ’Mark as Accepted Solution’.

  • Using categories in scatter plots

    I have a spreadsheet of house information that you can look at here:
    http://public.iwork.com/document/?a=p157553039&d=Houses.numbers
    I would like to plot two quantitative data sets against each other (column E vs F)... no problem. Each data point represents a house at a given address, in a given city. Is there a way I can get Numbers to color code those data points (make separate series) based on their city (located in column B)? I've categorized the spreadsheet by City (column B) hoping it would register that, but it hasn't.
    Thanks in advance!

    Shouldn't need to recreate the chart when data is added or removed. You will need at least as many rows in the auxiliary chart as there are in the data chart, and
    Here ("Data") is a simplified version of your table posted at iWork.com, containing only the columns that are needed for the chart.
    Below it ("For chart") is a breakout table that copies the P/A percent value from 'Data' and separates the Assessment values into three columns, using the City name as the key for the separation.
    To the right is the resulting chart.
    Formulas for table "For chart":
    A2 and filled down: =IF(Data::$E>0,Data::$E,"")
    B2 and filled right and filled down: =IF(Data::$B=B$1,Data :: $D,"")
    Select all columns on "For Chart", then select the scatter chart icon from the Chart button.
    Click on the gear at top left of the selected cells and choose Share X values.
    Regards,
    Barry

  • Expressions in where clause (old puzzle)

    hi all. It's an old puzzle and I am lazy to do it myself. I want Oracle database to do it for me:)
    I have 6 tables: people,houses,numbers,pets,drinks and sigars. Each table has one column with 5 raws.
    I have view:
    create or replace view info as(
    select *
    from people, houses,numeration,animals,drinks,sigars )
    then I am filtering the view according with conditions of the puzzle. For example I know that british lives in a red house. And I did it as follows:
    select * from info
    where
    ((person<>'british')or(person='british' and color='red')) and
    ((color <>'red')or(color='red' and person='british'))
    How to do it easier?

    From Wikipedia, the free encyclopedia
    The original puzzle
    1. There are five houses.
    2. The Englishman lives in the red house.
    3. The Spaniard owns the dog.
    4. Coffee is drunk in the green house.
    5. The Ukrainian drinks tea.
    6. The green house is immediately to the right of the ivory house.
    7. The Old Gold smoker owns snails.
    8. Kools are smoked in the yellow house.
    9. Milk is drunk in the middle house.
    10. The Norwegian lives in the first house.
    11. The man who smokes Chesterfields lives in the house next to the man with the fox.
    12. Kools are smoked in the house next to the house where the horse is kept.
    13. The Lucky Strike smoker drinks orange juice.
    14. The Japanese smokes Parliaments.
    15. The Norwegian lives next to the blue house.
    Now, who drinks water? Who owns the zebra?
    In the interest of clarity, it must be added that each of the five houses is painted a different color, and their inhabitants are of different national extractions, own different pets, drink different beverages and smoke different brands of American cigarettes. One other thing: In statement 6, right means your right.

  • ESS Address - Postcode

    Hi All,
    We have a requirement coming in from the client to default the fields in ESS -Address (for UK/GB), based on the user input post code using the available post code mailing list.
    Do we need to go in for an entirely new custom development or this could be achieved by any other way.
    Any suggestions are welcome.
    Thanks,
    Harshal.

    Sorry, default the field would mean default the field values based on the Post Code selected.
    This is similiar to may web based applications (in UK that I have seen example :Council Tax payments wherein one can mention the Post Code and is presented with the house numbers available at that postcode)
    The question is, can this be achieved by configuration (somewhere) or there is a dire need of a custom implementation.
    Not sure if someone has implemented the same using Royal Mail Mailing List.

Maybe you are looking for

  • [SOLVED] Asus 900 : ALSA plays sound, but microphone doesn't work

    Hi, This week I installed Arch Linux (kernel 3.1.8-1-ARCH) on my Asus 900 with HDA Intel Realtek ALC662 rev1 sound card. The wiki and google and existing forum posts have been good for most issues, but I'm stumped on ALSA configuration. So here's my

  • Error during OIM schema upgrade- OIM 9.1.0.2 to 11g

    Hi All, We are trying to upgrade OIM 9.1.0.2 which is present in our environment to OIM11g. Request your help. Now how do we achieve the upgrade? Should my source of OIM9i software  and target of OIM 11g software  be installed on the same server? I d

  • Why does my ipad and appleTv work badly with youtube ?

    Why does my ipad an apple tv work so badly with youtube, its frozen all the thime

  • When I try to open photos in photoshop they are black.

    I can no longer open anything in photoshop from Lightroom and if I just try to open a photo using the open dialogue it opens a black square.  Everything was working okay last night - tonight nothing works.  My operating system is Windows 8.  I have n

  • Grid Layout

    I am unable to add 2 additional columns to this MemoSaver. Anyone know what I'm doing wrong? import javax.swing.*; import java.awt.*; import java.awt.event.*; public class MemoSaver2 extends JFrame implements ActionListener public static final int WI