Why does the Query Result display "X" as a result

Hello All,
I have a query in which there are 6 Characteristics and 1 calculated key figure. But when the query is executed the query result displays as "X" in the column against all the 6 characteristics.
Can anybody provide solution as to why the result displays "X" as a result.
Regards,
Vikram

Hello all,
Everybody answered it correctly. But when i debugged the query, i did not get any calculation which is getting divided by 0 and there were no mixed units of measurements. Probably it was an erroneous transport earlier. I only created and request again and transported the query from dev and the query is running fine.
Thanks everybody.
Vikram

Similar Messages

  • Why does the ringer volume display frequently on 3gs

    Why does the ringer volume keep displaying on my 3gs? Seems it may do this when the phone is picked up or shaken.

    This just happened to me today. The ringer volume display just remains on screen. Tried hard rese, nothing. It happened right after I dropped my 3GS - of which I've done many times but had not affected it because of the silicone case taking the brunt of the shock. Hope someone has a solution to this.

  • Why does the time transport display start at 1 hour in LPX

    Hi, I'm new to Logic Pro X and I am really confused about something. In the transport (or control bar, whatever) display, with it set at TIME, why does it keep defaulting to 01:00:00.000 instead of all zeros? I am recording voice, and as I hit the one hour mark of recording, it actually indicates two hours. Why and how can I fix this? Thanks, Al

    Blueberry, thanks for the reply, however, it just doesn't make sense. In Garageband, the beginning of the audio track is 0. When I've recorded an hours worth of audio, Garageband will show 01:00:00.000. But in LPX, that isn't true. At one hour, it will show 02:00:00.000. It seems illogical to me. 

  • Why does the highest quality ('Display') resolution vary from exporting one slideshow to the next?

    When exporting a slideshow from iPhoto I'm selecting the highest quality (Display). I noticed that resolution setting (Display) varies depending on which slide show I want to export (i.e. 1000 x 800, or 1420 x 800). Why?

    When exporting a slideshow from iPhoto I'm selecting the highest quality (Display). I noticed that resolution setting (Display) varies depending on which slide show I want to export (i.e. 1000 x 800, or 1420 x 800). Why?

  • Why does the query work in SQL Developer, but not in APEX?

    Hi, guys:
    I have a silly question. I have a complicated query, and I tested it successfully with SQL developer, and result is correct. However, when I put it into APEX to generate a report, it always reports no data found. I also know the condition related to "other marks" select list in the where clause part causes this problem. It also looks strange: before I add this condition, everything works OK; after I add this condition, even I do not choose the "other marks" select list, other components do not work neither. I always got no data found result. Could anyone help me on this problem? You can also visit our developing site as http://lsg-solutions.com:8888/apex/f?p=206 to check the problem.
    Thanks a lot
    Sam
    select distinct 'MAP','Detail',so.doc_number as "DOC Number", so.offender_id as "Offender ID", so.first_name||' '|| so.middle_name||' '||so.last_name as "Offender Name",
    so.date_of_birth as "Date of Birth",
    (select sc1.description from sor_code sc1 where sc1.code_id=so.race) as "Race",
    (select sc2.description from sor_code sc2 where sc2.code_id=so.sex) as "Sex",
    (select sc8.description from sor_code sc8 where sc8.code_id=so.hair_color) as "Hair Color",
    (select sc9.description from sor_code sc9 where sc9.code_id=so.eye_color) as "Eye Color",
    replace(replace(nvl2(sl.address1, sl.address1||' '||sl.address2 ||' '||sl.city ||' '||sl.county||' '||(select sc3.description from sor_code sc3 where sc3.code_id=sl.state)||' '||sl.zip, 'No Known Address'),'#'),',') as "Address",
    replace(replace(nvl2(sl.physical_address1,sl.physical_address1||' '||sl.physical_city ||' '||sl.physical_county||' '||(select sc4.description from sor_code sc4 where sc4.code_id=sl.physical_state)||' '||sl.physical_zip, 'No Known Address'),'#'),',') as "Physical Address",
    sl.status as "Status",
    sl.jurisdiction as "Jurisdiction",
    to_char(sl.ADDRESS_LATITUDE) as "Address Latitude",to_char(sl.address_longitude) as "Address Longitude",
    to_char(sl.physical_address_latitude) as "Physical Latitude",to_char(sl.physical_address_Longitude) as "Physical Longitude",
    decode(rox.habitual, 'Y', 'Habitual', '') as "Habitual",
    decode(rox.aggravated, 'Y', 'Aggravated', '') as "Aggravated",
    rox.status as "Registration Status",
    rox.registration_date as "Registration Date",
    rox.end_registration_date as "End Registration Date"
    from sor_location sl, sor_offender so, registration_offender_xref rox, sor_last_locn_v sllv
    where rox.offender_id=so.offender_id
    and sllv.offender_id(+)=so.offender_id
    and sl.location_id(+)=sllv.location_id
    and rox.status not in ('Merged')
    and rox.reg_type_id=1
    and upper(rox.status)='ACTIVE'
    and nvl(rox.admin_validated, to_date(1,'J'))>=nvl(rox.entry_date, to_date(1,'J'))
    and (((select sc11.description from sor_code sc11 where sc11.code_id=so.race and sc11.description=:P5_SL_RACE) is not null ) or (:P5_SL_RACE is null))
    and (((select sc12.description from sor_code sc12 where sc12.code_id=so.sex and sc12.description=:P5_SL_SEX) is not null ) or (:P5_SL_SEX is null))
    and (((select sc13.description from sor_code sc13 where sc13.code_id=so.hair_color and sc13.description=:P5_SL_HAIR_COLOR) is not null ) or (:P5_SL_HAIR_COLOR is null))
    and (((select sc14.description from sor_code sc14 where sc14.code_id=so.eye_color and sc14.description=:P5_SL_EYE_COLOR) is not null ) or (:P5_SL_EYE_COLOR is null))
    and (( so.offender_id in(select sm.offender_id from sor_code sc15, sor_mark sm, sor_offender so1 where sm.offender_id=so1.offender_id and sc15.code_id=sm.code and sc15.description=:P5_SL_OTHER_MARKS and sm.description is not null)) or (:P5_SL_OTHER_MARKS is null))

    My suggestion would be to put some instrumentation into your query and see what values you are using.. Or even simpler take out ALL the where clauses you can until data starts to sho wup and then add them back in one at a time until you find the culprit..
    My bet would be on any date comparisons you are doing between page items and database columns..
    Thank you,
    Tony Miller
    Dallas, TX

  • Why does the iPhone 5c display wrong time?

    My iphone 5c currently started displaying the wrong time. I hadnt updated the software yet and thought this was the source of the issue. After the update was complete the time was still incorrect. I have tried syncing my phone with itunes, deleting world clocks, doing hard resets, even wiped the phone back to factory settings. Nothing has worked

    Ok, so this is a two fold problem.  One just like brad805 pointed out you have to have Settings App > General > Date & Time > if Set Automatically is OFF > ON, if it was ON > OFF > Set Date & Time yourself (but when you bring up this screen to manually set time there is this little reminder about having location services set to ON for it to change time zones correctly).  So, leave it  Settings App > General > Date & Time > if Set Automatically is OFF > ON, now go back to Settings App>Privacy>Location Services>ON (if off).  Once I did this (which mine was off) and I went back to Date & Time instead of it thinking I was in New York, it now showed a very complicated America/Indiana/Indiana... (I suspect this is due to the fact that Indiana has 3 time zones EST, EDT (for the counties that observe) and CDT).  Now time is running automatic and smoothly.  This was on an iPhone 5c 16 GB running 7.1.2 on Verizon.  I hope this helps.
    On a side note, its sad that techs in the store cannot read the screen and Apples little notes on it to help you out.

  • Why does the youtube results differ when entered via apple tv.

    I want to watch a youtube video via my apple tv but the device cant find the video I want. But when i use the exact same keyword via my mac it finds the video im looking for. This is really frustrating can anyone please help.

    Actually it's nothing to do with Apple. The Apple TV requires that video is in H264 format, the main YouTube website uses other types of video, therefore YouTube transmits an H264 only version. Clearly they do not give as much priority to that site and sometimes don't include all the videos on their main site or take longer to add them.

  • On my MacBook Pro with Retina Display, Why does the "USB Devices Disabled Unplug the device using too much power to re-enable USB devices" keep coming up after I unplugged the usb device?

    On my MacBook Pro with Retina Display 15", that I purchased a few weeks ago, started coming up with the following message on my desktop:
    "USB Devices Disabled Unplug the device using too much power to re-enable USB devices".
    I unplugged the device and the message still keeps coming up.
    This is what I have done so far to troubleshoot:
    I shut down the laptop. When booting up I pressed the command+option+p+r at the same time. It comes up with a menu to reinstall OSX, Get help online, Run Disk Utility, etc. I choose the disk utility and repair the disk and then restarted.
    The message keeps popping up and I can't seem to get rid of it. Why does the message keep popping up even though I don't have any devices hooked up to the laptop at all? Any help to reenable my usb ports and get rid of the messaage would be helpful.

    I talked to Apple Support and we at least stopped the bleeding, a little bit. These are the troubleshooting steps I did before I contacted Apple Support:
    1. Reinstalled OSX
    2. Restore the last known good Time Machine Backup.
    This did not fix my issue, so I called Apple Support and they told me this:
    1. Turn Power off.
    2. Wait 15 seconds.
    3. Plug in Magsafe adapter.
    4. Wait 15 seconds.
    5. Hold down the Shift+Option+Power Button for 20-30 seconds.
    6. Turn Power back on.
    Ok, this stopped the bleeding a little, but as soon as I plugged in a Apple USB Superdrive
    and a Apple Mini Displayport to VGA Adapter. This "USB Devices Disabled" pop-up pops up like every 30 minutes now. At least, it is not constantly popping up after I close it, so I guess it will do for the temporary. Going to contact Apple support, later, though to see what else can be done.

  • How to display the query results in several pages?.

    Hi,
    i want to display the query results in several pages. for example my query result found 50 matches, now i want to print 20 per pages next 20 will be in next pages. iam using only jsp & mysql.
    Regards
    Chinna

    Hi, what you are trying accomplish is known as pagination.
    You could use JSTL tags with Custom Tags to perform pagination in your JSP pages.
    evnafets showed me DisplayTags , you could use those as well http://displaytag.sourceforge.net/11/tut_externalSortAndPage.html
    Here is one article on paging:
    http://www.javaworld.com/javaworld/jw-07-2004/jw-0726-pagination.html

  • Why does the Q10 an OLED display...​.

    why does the Q10 an OLED display?
    there is not a long time after a problem with the color?

    It is a Super AMOLED capacitive touchscreen, with 16M colors.
    The reason why, that is the way it was designed.
    1. If any post helps you please click the below the post(s) that helped you.
    2. Please resolve your thread by marking the post "Solution?" which solved it for you!
    3. Install free BlackBerry Protect today for backups of contacts and data.
    4. Guide to Unlocking your BlackBerry & Unlock Codes
    Join our BBM Channels (Beta)
    BlackBerry Support Forums Channel
    PIN: C0001B7B4   Display/Scan Bar Code
    Knowledge Base Updates
    PIN: C0005A9AA   Display/Scan Bar Code

  • In formcentral, why does the "proceed to checkout" button not work? on IE I get error " This content cannot be displayed in a frame...

    In formcentral, why does the "proceed to checkout" button not work? on IE I get error " This content cannot be displayed in a frame. To help protect the security of information you enter into this website, the publisher of this content does not allow it to be displayed in a frame ". On Chrome I get nothing but loading.

    Hi,
     This error is generally specific to Internet Explorer and has two possible causes. The most likely explanation is that your browser has unusual browser security settings. I would recommend you try
    resetting your security settings to defaults (varies by version but all essentially the same). You may also have to turn off
    Protected Mode which is enabled by default on some systems. If you’re seeing this error (or a version of it) outside Internet Explorer, you may have a server-level setting that is preventing your content from being framed.
    Reference:https://social.technet.microsoft.com/Forums/exchange/en-US/1460c5a5-6242-4402-9f6b-bc581bf56478/content-cannot-be-displayed-in-a-frame-when-trying-to-add-item?forum=sharepointgeneral
    Thanks,
    Eric
    Forum Support
    Please remember to mark the replies as answers if they help and unmark them if they provide no help. If you have feedback for TechNet Subscriber Support, contact
    [email protected]
    Eric Tao
    TechNet Community Support

  • Display the query result in an Excel file??

    hi there..
    am writing one script file that queries my DB and display the query result in an Excel file??
    i.e: if my query is :
    select col1, col2
    from table;
    and i want the results to dispalys in 2 col. in an Excel spreadsheet..
    Appreaciating ur cooperation..
    Mourad

    set colsep to a delimiter that is not normally part of your data like |
    also setup the environment with these other setup commands
    Set Echo Off;
    Set Concat Off;
    Set Pagesize 9999;
    Set Feedback Off;
    Set Verify Off;
    Set Term Off;
    Set Space 0;
    Set Colsep '|'
    Set Underline Off;
    If you wanted to use a comma delimiter the setup would be same but the set colsep='","'
    with the addition of concatenating a " on the first col and last col of the query
    eg.
    -- if first col and last_col are character types then
    SELECT '"'||col1,....,last_col||'"'
    FROM table;
    Otherwise if either is a number they would have to be converted with a TO_CHAR

  • TS1398 Why does my iPad2 not display the WiFi icon?

    Why does my iPad2 not display the WiFi icon? I have implemented ALL of the troubleshooting tips, but my WiFi icon is still missing, and it will NOT recognize the internet connection that I know to work on my computer and iPhone.

    Try the following:
    1. Reset the AirPlay devices
    2. Reboot the router
    3. Reboot the iPad
    Note: The AirPlay icon is now in the Control Center

  • Why does a gray screen display whenever I try to open a pdf (or any file) using the updated version of adobe

    Why does a gray screen display whenever I try to open a pdf (or any file) using the updated version of adobe

    Chances are you are looking at the place holder of a large image. Go to the preferences and check that View Large Images is checked.

  • Why does my preferred desktop display immediately switch to another display when I open an icon on the current desktop?

    why does my preferred desktop display immediately switch horizontally to another display when I open an icon on the current desktop?

    That's not a shortcut you are creating with "save as", you are saving a copy of the webpage to your desktop - hence the folder with files for that webpage.
    https://support.mozilla.com/en-US/kb/Creating+a+desktop+shortcut+to+a+web+page

Maybe you are looking for

  • Business System not reflecting the XI Content for SRM

    Hi, We are currently working on the SUS-MM scenario. The landscape includes PI 7.11, SRM 7.0 and R/3 4.6C. SLD Communication is working fine between these systems. Integration Builder has SRM Server 7.0 and SRM Server IC 7.0 imported. The current sta

  • Regarding inner joins and calculations

    Dear Experts,                I have a simple problem but i am a little confused. The problem is that i have 3 tables one is ekpo, ekes,ekbe   from ekpo i have to take matnr value and with respect to the matnr value i have to do this Field discription

  • Meta Tags problems

    I inserted the appropriate meta tags and follow all instructions, etc. but when I run an analysis from the site which handles my web page (i.e., www.register.com) there is no recognition: Your Meta Tags The table below lists the meta tags that are cu

  • Dvds from the us and europe, help!

    if i buy a dvd from europe with the different format that they have, can i still watch it on my laptop in the US? i know that you can't watch it on a dvd player, but can i still watch it on my laptop?

  • What is Client in SAP?

    Dear What is Client in SAP?