Big Troubles on designing Query about special customers' counting

Hello buddies:
I meet a problem on designing Query about special customers' counting. Let me describe the requirment first.  I want to create a query with BEX , and there is a key figure with very special logic.
That is: to list the counts of the customers which has more than one sales records in a time period from sales data. 
For example :
when the user excute the query , he or she must input a time period ( 2007.01~2007.03 e.g)
then the query output as follow:
District          Cust-sount
North-Zone       100
South-Zone      120
The Main trouble are :
1. Threr are no document number in the detail of sales data document records. so I could not count the sales times with document number.
2. The time period is not fixed value, it depends on the user's input, so I can not define the counting logic in the update rule or in the query with fixed time period.
Anybody who met similar requirement pls show me your hand and give your solutions, thanks very much.
Jason

Hi,
    Your solution sounds a good way to count the distinct customers. but in my case, one salse line item must not be recognize as one sales record, instead,  one customer's all sales line items occurs in one day must be  recognize as one sales record ( or we say that one sales behavior).
for example:
customer     product    quantity   date
cust001       prod001        10       2007.06.06
cust001       prod002        20       2007.06.06
the two line items above means one sales record for the customer "cust001".
so I could not simply use the CKF : (( Counter ) *FV2 ) > 1 .
Best Regards,
Jason

Similar Messages

  • Big trouble about my order

    hi folks
    i have a big trouble about my order don't have any serial number so what's going on ?
    We received your payment - thank you! Here are the details about that order for your records:
    Order Details:
    Creative Cloud single-app membership for Adobe Premiere Pro (one-year) US$19.99 per month
    Order # AD015556514 US$2.99 tax
    Total payment today:   US$22.98
    thx

    We are not Adobe. This is a user to user forum.  We are consumers just like you.
    You will need to contact Adobe:
    https://www.google.com/search?q=contact+Adobe&oq=contact+Adobe&aqs=chrome..69i57j69i65j69i 60l3j69i59&sourceid=chrome&es_…

  • Big trouble installing MS Access App - WIN7

    Hello, everybody! (LET ME STRESS THAT, I STILL CAN INSTALL IT 'EVERYWHERE', NO PROBLEM. THAT'S HAPPENING JUST TO MY CLIENT. MAYBE I DIDN'T MAKE THAT CLEAR ENOUGH, SORRY FOR THE CAPS)
    Well, I'm having a big trouble when trying to install access app, and that's just unbelieveable! I would like to share it with You, expert fellows, and ask for some help, if You don't mind.
    Technically, my client is having a problem,  not me, not at all! And here's the scenario :
    1. Application runs on AccessRuntime 2010
    2. FE accdr(from compiled accde) and BE accdb
    3. I use InnoSetup to copy the files, run the additional softwares, all 'Trusted Location' settings are created, it's just perfect.
    4. It was installing OK a couple of days ago(just accdr from accdb)
    5. I was able to install it anywhere, I don't see anything wrong(Win8,Win7, i bet it would even work on XP)
    6. It was running a couple of days ago until i added the compiled accde->accdr instead of accdb->accdr to the setup, that was the only update applied to  current Setup program, and I bet that's what's happening, don't
    know why, or how, since it's fine for me, works just the same. Tricky, specially because i don't see s**t, and in fact, nothing works, it's just amazing!
    7. The bug : After installed, error messages : 
    *1 'the expression you entered has a function name that "app name" can't find'
    *2 Some window to stop macros :
    *3 '"app name" cannot run the macro or callback function "Callbackonload" make sure the macro or function exists and takes the correct parameters (Callbackonload Loads ribbons settings,
    with icons, all that thing. Never had any trouble with it, not even when i started working with that ribbon stuff)
    *4 and again, error report on  'popup' windows:
    Now, I wouldn't like to install a non-compiled file, rather to contour the bug, if that's the reason for it as it seems.
    Specially because this individual, thinks he's part of development team, and is always giving 'contributions' on how to test, how to track bugs, or allegedly bugs or how things work, etc, because he's been a developer 100 years ago, and something, and it will
    not take long for him to start messing things around, besides the fact he bought an application only, not source code.  
    Anyway, I'm having a bit of a hard time finding a way out of this, and simply don't know how to proceed, so if anybody would kindly share one's knowledge with me and help me out on this subject, I would appreciate a lot, as usually!
    Thanks everybody, and excuse me, if that's a clumsy question!

    Actually, the scenario you outline includes the “golden ring” information as to the problem. (as a result – your post is VERY good since you included details as to WHEN the application works, and when it does not! – well done on your part!!!).
    You CAREFULLY note that when you distribute a NON compiled (accDB) then your application works.
    You CAREFULLY note that when you distribute a compiled application (accDE), then it does NOT work. For the people reading this post – this is the above “golden ring” information that explains what is going on.
    In NEAR ALL cases the above means that the target computer has a DIFFERENT version of Access. And when I say “different” version that INCLUDES Access with a DIFFERENT SP update level!
    With Access 2010 (full edition), the SP updates are rolled out automatic by windows update. With the Access runtime, such SP updates are NOT rolled out.
    This means the customer machine (client) is running a DIFFERENT version of Access. When you supply an accDB, then Access can (and WILL) detect that the VBA code needs to be re-compiled.
    WHEN you distribute an accDE, then then VBA source code is NOT available. And of course the target computer is running a different version of Access (and as noted “different” INCLUDES when talking about SAME version of office but DIFFERENT SP update levels).
    The end result is you need to compile the accDE on the SAME SP revision level that the customer is using. They are VERY likely installing 2010 runtime, but NOT installing the SP2 update to access runtime. MOST important here is installing the office SP2
    update on that target will NOT update the Access runtime!
    As a side note, for Access 2013, the download DOES include the SP updates, but 2010 does NOT!
    I thus suggest they download + install the Access runtime SP2 update. Remember, SPECIFIC they must run the Access 2010 runtime SP2 update – the office 2010 SP update is NOT sufficient.
    So the “BIG HINT” here is that WHEN you include source code, your application runs fine. When you DO NOT include source code (accDE), then the application fails on the target computer. And this is a GREAT lesson for people posting – since they now know and
    realize the above issue.
    So the “big” hint is WHEN code can not re-compile your application breaks. This is due to the SP level on your development machine being different then the Access SP update level on the target computer.
    The above problem is exasperated by the OFTEN occurring issue that your development machine will receive the office update via windows update automatic, and the runtime does not.
    However I give you a BIG THUMBS up, since you INCLUDED the VERY IMPORTANT detail that an accDB runs, but the accDE does not!
    So the accDB includes source code and will “automatic” re-compile on the customers machine – the accDE does not do this and in fact cannot due to no source code being included.
    And I should point out that this automatic VBA re-compile even occurs if the customer has runtime only installed.
    So VERY important here is when distribution compiled code, you must ensure that the target computer MATCHES your SP update level that you used to develop the application.
    And, do post back to verify the above issue - I have a VERY high confidence the above is your issue, since I seen it a zillion times in the last year!
    Regards,
    Albert D. Kallal (Access MVP)
    Edmonton, Alberta Canad

  • I think I'm in big trouble now - CFReport

    Hi all,
    My client asked for some nicer reports that don't look so "excel-ish", specifically they wanted to see some nice looking 3D charts along with their data in a PDF format.
    So, I worked on trying to create some nice mockup charts using the CFChart command, which I haven't used in a few years. I discovered the whole WebCharts3D series of charts, and was fairly impressed with the flexibility it had. So, I created an HTML page with my data and my new charts, and used CFDocument to make them a PDF. They looked great! Nice gradients on the backgrounds, my client's logo at the top of each chart, pie charts that jump out of the page at you... I got more than a few "wow's".
    Then, I had to do it for real, and quickly saw that using CFDocument does not allow you to print page headers and footers when the report is more than a page long. I played for quite a while with google searches and CSS tricks to get it to happen, but it just isn't there yet - you can't get multiple footers to print (although you can get multiple headers - but it's hokey). Not to mention problems of the page break cutting off a line of text (maybe solvable, but at what cost? hours more of my time). So, I gave up using the CFDocument tag for our reports.
    Then I tried the CF Report Builder. I have had some teething issues, but have been able to get a basic report at least, complete with my client's logo and watermark, and a pie chart. However, the pie chart looks terrible compared to the slick WebCharts3D pie chart that I did before. Plus, I haven't been able to get a bar chart work off of a passed in query yet, but I could probably get through that on my own.
    To my question. Can you use a Webcharts3D chart in a CFReport? or, in other words, can you use CFChart in a CFReport?
    If I cannot, I think I'm in big trouble, as the client thinks I can create these nice charts in a slew of new reports they want me to write... and I'll have to tell them that it's not possible? After I've already shown them what CFDocument can do?
    Thanks in advance...
    Swift

    Unfortunately, the file is probably gone.
    If it is retrievable, you will need to go directly into the drive. This means that the drive must be pulled from the Time Capsule and placed in an enclosure, just to see if the software program can retrieve the information. That's a big "IF".
    I haven't tried this, (pulling the drive will void the warranty on the Time Capsule), so I can't predict what your chances of success may be. Perhaps some other users could help in this regard.

  • I'm having big trouble with my new mainboard: Part II

    Hi  
    I haven't got any more replies to my post "I'm having big trouble with my new mainboard" by Krelian 2003.09.13 at 05:25. Please help! I've been struggling with this for a LONG time. And now my computer won't boot at all! Sometimes the LED's in front of the computer lights up for half a second, and nothing more happens. The only sign of life is the green light in the LAN jack. It happened after I took the ide cable for my harddrive in and out of the mainboard. This is insane, how can that suddeny happen :O ?! I was asked by wonkanoby to post max amps for my PSU, I did, and I really need to know if I maybe need a new PSU, since he asked that. Can a new PSU solve all the problems mentioned in my previous posts? Everything was fine except that I couldn't get into Windows, before i tried another harddrive on my computer. How can that complicate things so much? I have tried going barebone, and taking out the cmos battery and setting the jumpers JBAT1, J10 and J11. I have also tried every suggestion I got. Please help! I really need to get this fixed!
    -Krelian

    Some power supplies or designed so that if there is a short or overload they shut them selfs off and some will not turn back on. Some have a relay that will click back on and work, some you have to  cycle the power switch. Those that won't come back on will have to be replaced. I'm not saying that yours is that type as I have no way of telling. But if you have a friend who will loan you a good power supply you might try it. As someone else said just turning off the power will not darn all the power from some motherboards. To test this turn off your power supply than turn on the computer with the start botton. Mine will flash the lights and fans will start to spin than die. So every time you turn off computer to work on it. After turning off PSU hit the start botton to drian any power left in it before working on it. Also do this after unplugging it just to make sure.

  • My Toshiba L305 - Both Buttons Broken (AGAIN) - TOSHIBA DOES NOT CARE ABOUT THEIR CUSTOMERS

    So my left button broke (i didn't do anything) and so since it was under warranty, I was directed to a local authorized repair shop and they had to order the whole new keyboard that includes the little piece of junk plastic piece underneath the button. They fixed it the same day as I watched them and they did a perfect job. They also showed me the little cheap, litte, junky little piece of plastic that supported both buttons and that broke in my case. We both concluded that of course it would break again. Anyway, time goes by and the inside of the power piece broke off. So we go through the same routine. I go to the repair shop, they fix it and they say its common. In this case they even somehow strenghtened it so it would not happen again! So more time goes by (still under the year warranty as of Dec 21, 2009). Now, both my buttons again no longer work (big suprise). So since it is still under warranty, I call Toshiba but now they are saying they changed the rules since two Mondays ago and that I can no longer take it to that local authorized repair center (even though they rocked) but now I have to send in my laptop to Toshiba's official repair center. Needless to say, i wouldn't get my laptop back for 10 days. I run my business from my laptop so how on earth can I send it in? Anyway, I fought a lot with them on the phone and even got to the 'top' of the customer relations department, a frustrated lady named Mina,  but she says there is nothing else they can do. No loaner, no replacement, can't get my money back, etc. The only thing I can do is send in my work laptop and not have it for 10 days. So what is ironic is I purchased a Toshiba laptop because I heard they were one of the best made computers. I now know that I was GREATLY misinformed. This is the worst situation I have ever seen in a computer business. The good news is that I am in IT and have lots of clients and so now I have the priviledge of telling my clients to run from Toshiba. I write all this for any of you out there who may have the same problem (because I am positive there will be many more since it is a tiny little piece of plastic underneath your buttons). It is clear to me that this is a defect.
    My two big problems with this whole thing:
    1. How can anyone expect someone to not have their laptop that they use to run a business for 10 days?
    2. Why even have it fixed it if is just going to brake again?
    3. So because of the 3 defects of this computer, now Toshiba is punishing me further! 
    If anyone is reading this who is thinking about buying a toshiba laptop, DON'T DO IT. Save yourself a lot of time, frustration and punishment from the company called, 'Toshiba'. Go with a Dell. Go with anything other than Toshiba.  I will say it again: Tosbiba laptops are defective and Toshiba's policies show that they clearly don't care about the customers!

    At least Toshiba is covering your repairs under Warranty.  My ex-wife's new HP had one of the touchpad buttons break on her system and they want $400 bucks to fix it claiming that physical damage like that isn't covered. 
    If you don't post your COMPLETE model number it's very difficult to assist you. Please try to post in complete sentences with punctuation, capitals, and correct spelling. Toshiba does NOT provide any direct support in these forums. All support is User to User in their spare time.

  • Query Designer - Query:Specialist Group Status

    Hi Gurus,
    One of my BI user is getting error in this:
    In Query Designer - Query:Specialist Group Status
    "Registered JIT debugger is not avialable. An attempt to launch a JIT debugger with the following
    command resulted in an error code of 0x2(2). please check computer settings.
    cordbg.exe !a 0x289c"
    but when I tried with SUPER USER access i am not getting above error.
    Guys please suggest me asap
    Thanks
    sahad

    hello,
    Check the variabledefinitions of the query.
    Try RSRT and 'execute and debug'.
    It might be you get a lot more detailed information about the problem.
    see OSS note 961995.
    Regards,
    Dhanya

  • HT1349 Actually, my iphone was hanged and its screen was not working at all .So, I updated its software from market but for reactivation it require icloud account but i didn't know how exactly it is and i was caught in big trouble . But i have its box and

    Actually, my iphone was hanged and its screen was not working at all .So, I updated its software from market but for reactivation it require icloud account but i didn't know how exactly it is and i was caught in big trouble . But i have its box and all other accessories .So , kindly help me as early as possible .Thankyou    and tell me about its solution
    <Email Edited by Host>

    Basic troubleshooting steps outline in the manual are restart, reset, restore from backup, restore as new.  Try each of these in order until the problem is resolved.  If you've been through all these steps and the trouble persists, you'll need to bring your phone to Apple for evaluation.  Be sure to make an appointment first at the Genius Bar so you won't have a long wait.
    Best
    GDG

  • LOst my Adobe Download Manager - big trouble

    I'm having big troubles.
    I tried to upload to the newest Reader, but I was in Firefox AND IT COMPLETELY MESSED UP THE DOWNLOAD.
    The more I tried to fix it, the more messed up it became.
    Now I lost the Download Manager and can't get ANYTHING to download to my computer -- let alone fix this mess.
    Any advice anyone?
    Thanks,
    K.

    Thank you Pat,
    The Windows Installer downloaded and installed without problem.
    In it, I have nothing about Adobe Reader or Adobe Download manager.
    I do , however, have:
    Acrobat.com
    Adobe AIR
    Adobe Media Player
    When I tried to launch
    http://ardownload.adobe.com/pub/adobe/reader/win/9.x/9.1/enu/AdbeRdr910_en_US.exe,
    I got the following error message (without the quotation marks):
    "C:\DOCUME1\owner\LOCALS1\Temp\DMkBq8sP.exe.part could not be saved,
    because the source file could not be read.
    Try again later, or contact the server administrator."
    I did not, of course attempt Step 3.
    Any more suggestions? Should I remove the three I mentioned above?

  • Please, I am in a very big problem I designed the project by Adobe director And you test the software on the computers on Windows and works with high quality When I tested the project on Apple Macintosh operating system, Li appeared a number of problems

    Please, I am in a very big problem
    I designed the project by Adobe director
    And you test the software on the computers on Windows and works with high quality
    When I tested the project on Apple Macintosh operating system, Li appeared a number of problems and you dissolve a large part of them
    But I have a problem too big
    The project works on some devices and others show me messages mistakes and why chasm different operating system version
    Apple's Macintosh and these messages
    "biosegnatures" can't be opened becouse it 's from undefined developer "
    others
    shokwave player error
    pleas what can i do

    Welcome to the Support Communities.
    m.raslan wrote:
    I tested the project on Apple Macintosh operating system
    Click on the  menu at top left of your screen, choose About This Mac and, in the panel that appears, note the Version no. in the form 10.n.n. Then update your product list so we can see what version of OS X you're running on the Mac — see this tutorial:
    Update your product list
    m.raslan wrote:
    "biosegnatures" can't be opened becouse it 's from undefined developer "
    This Apple doc may help:
    OS X: About Gatekeeper
    m.raslan wrote:
    shokwave player error
    Is Shockwave Player installed?...
    http://www.adobe.com/shockwave/welcome/
    ...If not, get it here:
    http://get.adobe.com/shockwave/

  • Big Trouble Starting iBook Up!

    Hello there, I am having big trouble with my laptop. Here is the story:
    Alright, I have two accounts on my laptop. One was the one a usually used and the other was for help with the FileVault problem I was having. I was running a disk cleaning application and a decided I would delete my .sparseimage on the other account. I had fast user switching enabled, so I clicked my other account. In the process of switching over, there is a blue screen - the screen that appears when the computer is loading a user/account. That blue screen never went away. I restarted the computer by pressing the start button for 5 seconds.
    Now, when the computer turns on, it will load and even display the "Mac OSX is loading" screen. As soon as it loads all the way, it will go back to the blue screen and not do anything. What is also weird is that on the blue screen, the screen will change back between blue and black (black with white lettering - like when you are in "Single User Mode"). On this black screen, which only stays on for about a second. says something like "My-Name-iBookG4 getty: The operation can not be performed on the drive". Replace "My-name" with my real name - I do not want to share that across the internet .The wording is not word for word, I am at another location where I do not have my laptop with me. When I get home, I will reply to this and give the exact wording. The blue screen will be on for 10 seconds, and then the black screen will go for about 1 second, it keeps repeating. Me and another mac expert worked for about an hour in single user mode trying to fix it over the phone. We just could not do it. Later, I used Disk Utility from the mac start up disk and verified and repaired the disk. That still did not work. Is there any other way to fix this? Is there another application I can try using with the mac instal cd? My absolutely last resort would be to erase the disk and re install. I will do that after a long amount of searching for fixes. Thanks a ton for your help!
    LAPTOPER
    P.S. I have this same message and the troubles I was having in another part of the forum. To see them here is the link: http://discussions.apple.com/thread.jspa?threadID=895880&tstart=0

    Good news!
    I reinstalled the software from the MAC OSX Install CD. I made it so that it will install the software but yet keep all my files. I can now login and operate my computer!
    LAPTOPER

  • Big troubles with FTP upload since upgrade to leopard

    Hello out there,
    I made an upgrade from tiger to leopard 3 weeks ago (10.5.7) on my iMac (Intel - early 2006). Since this time I Have big troubles with ftp upload.
    I'm using Cyberduck as FTP client and it worked very well before but since the upgrade it starts quick and falls down to a view kb after a view seconds. Sometimes it stops completely.
    Target Server is checked and working well. Also the ISP is fine (tested with a windows machine).
    As it is important for my business (photographer) I would appreciate if somebody can give me a quick hint how to solve this problem.
    Thanks in advance

    I am also experiencing this problem, but only (so far) with one hosting company of the many I FTP into (web designer). The symptoms are exactly as reported above. Files initially start uploading fine, then slow to a crawl and stall. This is the same regardless of FTP software. Error reports say the server is not responding.
    This problem is the same using my daughter's computer (also running 10.5.7), but my son (being my son) hasn't updated his OS since 10.5.5 and I encounter NO problems whatsoever FTPing from his machine, nor from a PC.
    It's only the uploads that seem to cause a problem. Communicating with the server to download, rename, move or delete files presents no issues.
    (In trying to track down where the problem was, I also discovered that the traceroute command to any site on both 10.5.5 and 10.5.7 stalls at the modem, though pings work fine as does tracert from the PC.)

  • I purchased CS5 Design Standard about 5 years ago. Now I am trying to install  second PC, but I got a message like " This serial number is not correct."  I want to know the correct serial number, but I missed my ex adobe ID because I've changed my E-mail

    I purchased CS5 Design Standard about 5 years ago. Now I am trying to install  second PC, but I got a message like " This serial number is not correct."  I want to know the correct serial number, but I missed my ex adobe ID because I've changed my E-mail address.

    It is not clear to me what your issue is with not being able to sign in to your Adobe account to find the serial number.  You should still be able to sign in and find your serial number if you registered the software.
    If your first PC is a Windows machine you might be able to extract the serial number from it using the Belarc Advisor
    http://www.belarc.com/free_download.html

  • Verizon doesn't care about its customers

    I have been a customer of Verizons for a long time they used to be the best in customer service and meeting a persons needs, but this has gone away. They no longer care about there customers they only care about making more money off of us. My bill is currently around $250 per month I have 5 cell phones and 1 home phone connect on 1 plan, and I just added another line which they had me create a new account because I can only have 5 cell phones on 1 plan They said if I added more lines I would loose my unlimited data on 1 of my lines and my plan would increase as well. Nice way to gouge your longtime customers
    my plan had
    2500 nation wide family plan with unlimited texting
    1 home phone connect for my house phone
    2 smart phones
    2 basic phones
    1  basic phone with texting blocked due to being my mother inlaws phone
    the end of February I called verizon about adding another line they said the best thing to do was take the basic phone off with no texting off of that plan and put it on its own plan and add the new line to the existing plan so I have the unlimited texting With these phones. So I said that sounds good and they did that I also asked the rep to make sure the phone that had no texting was still blocked. She said it was taken care of. I thought we were all good but I had a feeling it wouldn't be that easy because there's always a issue if you change something with verizon and this is there chance to stick it to you. The rep assure me my bill would be under $300 for both plans.
    I Received my bill with them after this it was close to $1000 for adding a line and giving them more business. Wow great way to treat your loyal customers.
    I Went to look at things on my Verizon account but I couldn't due to the rep who worked on my account messed my accounts up terribly I found out later
    I called and asked to speak to a manager knowing that a regular rep wouldn't be able to handle this and I didn't want to explain this twice
    The rep her name Tina said we had a royal mess here on the way things were set u. The  way the rep set the accounts up couldn't be done so I had to put the phone line that had no texting back on the original plan and move the new line to its own plan then swap equipment  then change both those phone numbers  but tIna said she couldn't swap the numbers or she would have to charge me $30 per line to do this. She said I would have to do it on my verizon which I later did but came to find out that the rep who set the accounts up deleted the my verizon accounts so I had to call verizon again to change the numbers in which they waived the fee at that time due to not being able to get onto my verizon. Tina had to to put in several. Hundreds  of dollars worth of credits due to the rep changing my accounts to every plan being on its own plan and several hundreds of dollars of text charges and me having to explain things in great detail, and having to let her know how things should have been done rather than how it was done. By the end Tina said she would give me a call on friday at 1 pm and I was talking to her on Tuesday. I even asked her if this was her just making a false promise here or if she was going to call me she said she guaranteed a call which I knew wouldn't happen and never did happen since there isn't any accountability for what there reps say. That day I asked Tina if I can record my calls with verizon she said no it was against the law but they could record it.the credits she said she put thru never were taken care of which I found out the following week because verizon called me threading to shut off my service if I didn't make a payment since I owed them so much.thankfully I wrote down all of the credits that were supposed to be put thru so the rep could put them thru at that time and I paid my balance and they assured me there wouldn't be any more issues.
    then Monday April 28th comes along and I have no service due to verizon shutting off my services due to getting another bill for close to $1000
    so I call verizon and ask for a manager again go thru the whole scenario and they say say I am paying for extra text charges and going over my 2500 minutes and they tell me I don't have my friends and family set up in which the original rep messed those up when they moved my accounts around. In the meantime my wife is unable to use her phone to call me so she calls verizon and verizon forces her to make a $500 payment or she won't be able to use her phone.
    according to this rep I spoke to here on April 28th everything supposed to be taken care of but we will see . I ask how this can be taken up the later and they say you can talk to us
    verizon says they want your business and they are the best out there then how could this confusing scenario happen.
    I Have spent major hours dealing with this confusing scenario of me having to fight to get my credits I deserve and the stress this has caused my family
    where is my compensation
    I urge the upper management of verizon to look at how they treat there customers  from there own reps not doing as they say they can
    I hope your not confused a I am here

    I am also a customer of many years. Recently I upgraded my phone, and service on my line. I did not need to, but the information I was given was all a LIE to get me out of my unlimited plan. I was told in order to upgrade I needed to switch to the 6gb max plan that included mobile hotspot at no additional cost. I asked repeatedly if it was no additional cost and for how long. I was told as long as I had the plan. I was then placed on hold for 15+ min where I hung up. I received a satisfaction survey call and let them know I was displeased with being put on hold when I'm trying to spend money. I then received a call from the original customer survice rep, where I asked again about the hotspot. I was then reassured that it was included, and finalized my order. The next day I received a call back on my survey and was reassured again that hotspot was included. I get my phone 3 days later, activate it, and it's not included. I WAS LIED TO... not once, but several times. When I called back they have no information stating that I was told that. Not only was I lied to, but now I'm being screwed with. I think it's time for verizon to go.

  • Column name in a query contains special characters

    Hi folks,
    The column name in a query contains special characters. For example ~ or ^. The creator of the table put these column names under double quotation while creating the table. When I get the column names form the result set meta data object it returns without quotation. Is there any way to tell the jdbc driver so that it return those column names as it was created, I mean in double quotation.
    The help is urgent. I will appreciate any suggestions. Thanks �.
    [using oracle driver for 10g]
    Thanks
    Angelina

    Just because the column names were in quotations when the database was created doesn't mean that the quotes are actually part of the names. What's inside the quotes is what makes the column name in the database. If I created a column as "abcd" and put it in quotes just like that ("abcd"), it would go in the database as abcd since SQL would strip off the quotes.
    And there's your answer. Just put all column names in quotes whenever you need to talk to SQL. It will strip off the quotes and understand.
    I think SQL will also accept square brackets ([ and ]).

Maybe you are looking for

  • Portal Component receives GET from other app out of the Enterprise Portal?

    Hello. I want to design a portal component, to which i can send GET-Parameters via URL. The sending application runs out of the enterprise Portal and has a simple HTML-form (The portal component generates HTML and JAVA-Script for a Flex Application i

  • What is the warranty on a refurbished ipod touch

    What is the warranty on a refurbished ipod touch?

  • Apple genius help

    Has anyone had the "genius'| at an Apple store give them wrong info?? I had an old model Iphone 3G that was working fine until the other day the screen turned completely black and no matter what button I tried to push it just stayed black. If a call

  • Creating a versatile DNS and redirection service on Snow Leopard Server

    For the few of us who use Snow Leopard Server as a main DNS for our small network, the following is a workflow that I would like to share with the board for creating redirection services to not just sites found on the locally hosted apache but also e

  • Creating new folder ripple effect in other folders

    I was in the RoboHelp 7 Project Manager pod. The HTML Files (Topics) folder was highlighted. I right-clicked and selected New > Folder. I named the new folder Assets and pressed Enter to create the folder. All on its own, RH created an Assets folder