Query - Rounding numbers! only in QA

Hello Gurus!
I am facing a problem in QA that the query designer is rounding the number to 0. In the infocube we do have the value 0,300 and is showing 0 in the query.  The same scenario in Production and Development worked! The only problem is ONLY in QA system.
This is an input query , built in aggregation level.
I already re-transport the query from DEV to QA and it did not work only in QA (DEV is correct) , the value is infocube is the same in both system.
Infocube value - 0,300 (DEV and QA)
Query Desginer - 0,300 DEV
Query Designer - 0 QA
Do you have any idea? Only one enviroment is not working....
Thanks
RDP

Hello FRED.
thanks for your reply.
the infoobject is the 0percent.
infoobject is set as 0,00000 and the query designer is 0,00 - DEV
infoobject is set as 0,00000 and the query designer is 0,00 - QA.
I did not understand why is working in DEV and PROD  in this way and is not working n QA system. The valeu in infocube is the same.
Thanks
RDP

Similar Messages

  • How to round numbers

    assume variable a is 4.647 and i want to convert this to 4.5 . how can i round numbers like this. Is there is a predefined method in java to achive this.

    I don't think java.lang.Math.round() will do what the original post asked for, since it rounds to the nearest long number. So you still would have to write your own method to round 4.647 down to 4.5.

  • How to round numbers using javascript in Adobe Acrobat Pro?

    How to round numbers using java script in Adobe Acrobat Pro?
    For example:
    1.2 becomes 1.0
    1.7 becomes 2.0
    Thank you.

    Assuming you've already set the field to a Number format category and limited it to one digit to the right of the decimal, you can use the following custom Validate script:
    // Custom Validate script
    event.value = Math.round(event.value);
    More info: https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Math/roun d

  • How do I set a form field to accept whole numbers only?

    I am using Acrobat X.
    I have a number of fields in a form that are used in a variety of calculations. It is the nature of these fields that they need to contain whole numbers only, no decimals.
    On the "Format" tab, I have set the field format to "Number" and the number of decimal places to "0"
    On the "Validate" Tab I have set the "Field Value is in Range" "From 0", "To 999"
    This is to ensure that the field can only contain a maximum of a three digit number.
    But this still allows the user to enter decimal places. This messes up my calculations so I want to limit the user's input to whole numbers.
    How do I do that?
    Thanks!
    Steve

    I apologize for being dense but I really do not know how to apply your solution. Taking the path you suggested there is nothing under Tools>Document Processing relating to Java scripts.
    I presume that I have to save this part somewhere in Acrobat:
    // Document-level function
    function triDigKS() {
        // Get all that is currently in the field
        var val = AFMergeChange(event);
        // Reject entry if anythig but digits
        event.rc = AFExactMatch(/\d{0,3}/, val);
    And then use the call out:
    // Custom Keystroke script
    triDigKS();
    Somewhere else but I don't know where thos two places are. Do I use the callout in the validation tab, or somewhere else?
    Thanks
    Steve

  • Need help in SQL query to get only distinct records

    Hi all.
    I am new to oracle SQL and i want to write a query to get only distinct values from 2 tables.
    for example i hade 2 tables table1(employee_id,employee_no,grade) and another table2 with same structure.
    for example data in table1 is
    Employeeid employeeno Grade
    1 101 A
    1 101 B
    1 101 E
    1 101 D
    and data in table 2 is
    Employeeid employeeno Grade
    1 101 A
    1 101 B
    1 101 E
    i want to display only the fourth row like the data that doesnt exist in table2 i,e (1 101 D)
    I had too much records in both tables and i jst want to see the records that is in table 1 not in table 2 only.
    employeeid and employeeno are the same in both tables
    I hope u understand my query. I user left outer join and right outer join bt it displays all the results that and matching and unmatching. I want jst unmatched records.
    Any help is highly Appreciated.
    Thanx in Advance.
    I am using oracle 10G on windows

    Try MINUS:
    http://download.oracle.com/docs/cd/B19306_01/server.102/b14200/queries004.htm#i2054381
    SQL> -- generating sample data:
    SQL> with t1 as (
      2  select 1 employeeid, 101 employeeno, 'A' grade from dual union
      3  select 1, 101, 'B' from dual union
      4  select 1, 101, 'E' from dual union
      5  select 1, 101, 'D' from dual
      6  )
      7  ,  t2 as (
      8  select 1 employeeid, 101 employeeno, 'A' grade from dual union
      9  select 1, 101, 'B' from dual union
    10  select 1, 101, 'E' from dual
    11  )
    12  --
    13  -- actual query:
    14  --
    15  select employeeid
    16  ,      employeeno
    17  ,      grade
    18  from   t1
    19  minus
    20  select employeeid
    21  ,      employeeno
    22  ,      grade
    23  from   t2;
    EMPLOYEEID EMPLOYEENO G
             1        101 D
    1 row selected.

  • How to validate an text field item using javascript for numbers only.

    hi,
    how to validate an text field item using javascript for numbers only.please help me on this urgent
    please mail me solun if posible on [email protected]

    Hi,
    Page HTML header
    <script>
    function onlyNum(evt) {
      // Usage: onKeyPress="return onlyNum(event)"
      evt = (evt) ? evt : window.event;
      var charCode = (evt.which) ? evt.which : evt.keyCode;
      if (charCode > 31 && (charCode < 48 || charCode > 57)) {
        var status = 'This field accepts numbers only!';
        alert(status);
        return false;
      var status = '';
      return true;
    </script>Item HTML Form Element Attributes
    onKeyPress="return onlyNum(event)"Br,Jari

  • Refresh table-form query on table only

    Hello,
    I have a group being generated as a table-form layout. What I would like is for the table page to be refreshed always on entry. I can't set the group requery condition to always, or "when entering the page" as then the view object is executed going navigating from the table page to the form page. This seems a very simple requirement to me but Im struggling to come up with an elegant solution.
    Basically what i need is the refreshCondition on the invokeAction binding executable to be "Always and layout=table".
    Any help would be greatly appreciated !
    Cheers,
    Brent

    How do you do this, if your current page is a .jsff and not a .jspx? When I look at the refreshCondition, a .jsff does not have access to the facesContext.
    Thanks,
    Michelle
    Since this question was already answered, I created a new thread:
    Refresh table-form query on table only for .jsff pages
    Edited by: MSchaffer on Dec 1, 2010 11:54 AM

  • Query is taking only 1 dept .,...how to pass dept98 in query

    select file_subject as "File Subject",
    (select RECEIPT_DATE from FILETRANS JOIN FILEMASTER
    on filemaster.file_serial_no = FILETRANS.file_serial and
    filemaster.file_year=FILETRANS.file_year and filetrans.RECEIPT_DATE
    between trunc(sysdate-6)+(15/24) and least( trunc(sysdate)+(15/24), sysdate)and rownum=1)
    as "Received Date",(select department_name from departments JOIN FILEMASTER
    ON departments.department_code=filemaster.department_code and rownum=1 ) as "Dept",
    (select section_name from sections JOIN
    FILEMASTER ON sections.section_cd=filemaster.section_code
    and rownum=1 and sections.dept_cd=filemaster.department_code) as "Section"
    from filemaster
    select department_name from departments JOIN FILEMASTER
    ON departments.department_code=filemaster.department_code and rownum=1
    this query is taking only 1 dept but it should take other dept name as welll..
    and how to pass "
    dept98 in query..so that i take user dept automatically..and based on that query will give result
    dept98 = Session("dept")
    thanks and regard love4csharp

    rsingh()
    my sub query is returning more than 1 row so how to handle tis with whole query there are more subquery ....
    and also where to add 
    dept98 in above query
    thanks and regard love4csharp

  • How can I make my query to compare only columns of two tables... not the storage information?

    11GR2
    =-----------------------------------
    I am using below querry to compare two table that has same name, under two different users... But after making storage information false like below and  if the storage information is different on column level than it create "Alter modify " statements for the column ... How can I make my query to compare only columns of two tables... not the storage information?
    begin
    DBMS_METADATA.SET_TRANSFORM_PARAM(DBMS_METADATA.SESSION_TRANSFORM,'PRETTY', TRUE);
    DBMS_METADATA.SET_TRANSFORM_PARAM(DBMS_METADATA.SESSION_TRANSFORM,'SQLTERMINATOR',TRUE);
    DBMS_METADATA.SET_TRANSFORM_PARAM(DBMS_METADATA.SESSION_TRANSFORM,'SEGMENT_ATTRIBUTES', FALSE);
    DBMS_METADATA.SET_TRANSFORM_PARAM(DBMS_METADATA.SESSION_TRANSFORM,'STORAGE', FALSE);
    DBMS_METADATA.SET_TRANSFORM_PARAM(DBMS_METADATA.SESSION_TRANSFORM,'TABLESPACE',FALSE);
    DBMS_METADATA.SET_TRANSFORM_PARAM(DBMS_METADATA.SESSION_TRANSFORM,'CONSTRAINTS',FALSE);
    DBMS_METADATA.SET_TRANSFORM_PARAM(DBMS_METADATA.SESSION_TRANSFORM,'REF_CONSTRAINTS',FALSE);
    DBMS_METADATA.SET_TRANSFORM_PARAM(DBMS_METADATA.SESSION_TRANSFORM,'CONSTRAINTS_AS_ALTER',FALSE);
    End;
    select REGEXP_REPLACE(dbms_metadata_diff.compare_alter('TABLE','TABLE_NAME_A','TABLE_NAME_A','USER1','USER2'),('USER1...'),'', 1, 0, 'i') from dual

    I am using below querry to compare two table that has same name, under two different users... But after making storage information false like below and  if the storage information is different on column level than it create "Alter modify " statements for the column ... How can I make my query to compare only columns of two tables... not the storage information?
    If you want help you have to SHOW us what you are doing and how you are doing it; you can't just try to tell us in your own words.
    We can't see your computer screen.

  • Forcing Key Entry to numbers only

    HI all,
    I am using a textbox with constraints in my program and was wondering how do I set the keys on the mobile phone to enter numbers only without getting the user to have to hit the key that changes input from letters to numbers.
    with regards
    James

    Duh!, that is what constraints does. I should have tested it first. smile
    cheers.

  • Limit contacts to phone numbers only

    Is there a way to limit the contacts list to phone numbers only instead of having it list people by phone and all of the email addresses that aren't associated with email addresses?

    Try adding a + in front of the country code.
    https://discussions.apple.com/message/20090746#20090746

  • Excel allows array arithmetic (e.g. sum(a1:a5* b1:b5) where the contents of the cells are the results of formulae.  Numbers only allows constants in the array cells. Right?  Any work-arounds?

    Excel allows array arithmetic (e.g. sum{(a1:a5* b1:b5)} where the contents of the cells are the results of formulae.  Numbers only allows constants in the array cells. Right?  Any work-arounds?

    CJPerry wrote:
    Any work-arounds?
    There is a very simple one : use libreOffice.
    Yvan KOENIG (VALLAURIS, France) dimanche 1 janvier 2012
    iMac 21”5, i7, 2.8 GHz, 12 Gbytes, 1 Tbytes, mac OS X 10.6.8 and 10.7.2
    My iDisk is : http://public.me.com/koenigyvan
    Please : Search for questions similar to your own before submitting them to the community
    For iWork's applications dedicated to iOS, go to :
    https://discussions.apple.com/community/app_store/iwork_for_ios

  • How do I export/save (iOS numbers)only 1 sheet to pdf??

    How do I export/save (iOS numbers)only 1 sheet to pdf??
    Everytime i tried it ,,,every pages/sheet lays in the pdf-file..

    Trying with better english
    In Numbers 08, I used to be able to export a single page to a PDF. Now it seems as though my only option is to export the entire document to the PDF (Share > Export...). Am I missing the option or did they remove it from us?

  • Creating a numbers only textfield

    Hi everybody,
    I was wondering whether or not you lot can help me out.. I'm new to fillable forms.
    Basically I am creating a form for my clients to fill out to set up a standing order with my company.
    A problem I have run into is when I create a textfield for two sections..
    Bank Account number: I only want them to be able to type only numbers in here, first off I chose Format: Numbers, but then realised (not sure if it is common or not) that if their account number started with 0, it would not count that in the field and disappear. I then made an Arbitrary Mask, but again, I do not know how long account numbers should be, so unsure how many "9" codes to do, and if it was longer or shorter than the Arbitrary Mask code, it would not accept it.
    I want to know if theres a way to force numbers only, but to include 0 as a number if thats what the account number starts with and not limit the amount of numbers they could have in their AC number (like the Arbitary Mask does)
    I'm not very familiar with Javascript either so I can't really do the Custom textfields...
    Any help is much appreciated.
    Thanks,
    Will

    I have tried putting your script into the Validation section, but if I have Format:Numbers
    it still does not include 0 as a number
    If I input 0123456 after clicking out of the form, it turns to 123456
    With the Arbitary Mask + the script, it still forces me to input as many numbers as I inputted into the Arbitary Mask section.
    Thanks for your quick reply though

  • Multi Row Selector using Generic Column Names (parse query at runtime only)

    Hi,
    I created a tabular report which had a multi row select in it - got the deleting working fine.
    Am now creating a second tabular report, but because of the SQL:
    select
    "ID",
    "ID" ID_DISPLAY,
    "RESNUMBER",
    "RESDESCRIPTION",
    decode(RESTYPE,'R','Right Party','W','Wrong Party'),
    decode(DMCFLAG,'Y','Yes','N','No'),
    decode(SALEFLAG,'Y','Yes','N','No')
    from "CALL_RESULTS"
    I have to select the option Use Generic Column Names (parse query at runtime only) otherwise I cannot save the form.
    My problem is I am now unable to add a multi row selector to the tabular form. If I do and run the form I get the following error - failed to parse SQL query: ORA-00904: "COL11": invalid identifier. Also when I go back and edit the form the multi row selector has been removed.
    Can anyone tell me why I can't add a row selector like I previously could?
    Regards
    Simon

    Arie,
    I added aliases and to the decode columns, and I can now add a row selector to the form without any problems.
    Thank you very much for your help.
    Regards
    Simon

Maybe you are looking for

  • I cant open itunes please help

    i cant open itunes i get this message "itunes was not installed correctly. please reinstall itunes" and i get this error 7, and i have try to reinstall itunes over and over but every-time i try opening itunes i get the same pop-up and i dont know wha

  • Streaming audio

    Newbie question. Can I use AirPort Express to direct streaming audio to my stereo speakers in real time - or do I have to record first into Itunes? Thanks for any info. Doug

  • Can't able to create delivery in ME2O

    Hi MM Team, one of my user is created a subcontracting PO and try to create a delivery in ME20 at that time he is getting a error message (Essential transfer parameters are missing in record:  000001) also added to it the vendor is a new toller vendo

  • CS6 not opening, "program error"

    I'm running CS6 on OSX 10.9.2. It was working just fine last week, then I think I updated it. Now, when I try to open Photoshop, I immediately get the message "Could not complete your request because of a program error". Here's the text in the error

  • Is there some new configuration for Design Editor in RH11 that I am missing?

    I just upgraded from RH7 to RH11. All topics in Design Editor appear as though the style sheet is not applied. The Normal style appears as Times New Roman - 12pt font, but it is defined in the style sheet as Arial 10pt. Hyperlinks appear in the corre