Precision problem in Interactive reports

Hi,
I have a IR in which one of the fields is having the datatype number(10,2), value stored in it is 0.8
when i execute query it gives proper result , but when the same query put as a source for IR it displays .8
i want it to display as 0.8
can anyone help for this please???
Thanks

Hello,
if this is an ITEM in IR, you can use in Column Definition | Number Date format the following specifier:
999G999G999G999G990D0
Hope it helps!
After the D in the format specifier, put as many 0s as the number of digits you want to be displayed after the decimal point.
Edited by: Dionyssis on 11 Ιαν 2010 3:18 πμ

Similar Messages

  • Problem using Interactive Report  in Application Express 3.2.1.00.11

    Hi All ,
    I am using Interactive Report in Application Express 3.2.1.00.11
    I have made report as editable by using following query
    Select ROWID,
    APEX_ITEM.CHECKBOX(1,IDSKILL,'UNCHECKED') "Mark",
    APEX_ITEM.TEXT(2,IDSKILL)"IDSKILL",
    APEX_ITEM.TEXT(3,SKILL) "SKILL",
    APEX_ITEM.SELECT_LIST_FROM_LOV(4,IDBEARBEITER,'DIR_LOV'),
    APEX_ITEM.TEXT(5,ÄNDERUNGSDATUM)"ÄNDERUNGSDATUM"
    from SKILLS
    Problem :-
    When I click FILTER option in Interactive Report , It is taking under Expression "<input type="text" name="f03" size="20" maxlength="2000" value="ARIS" />" and displaying in search filter as
    Skill = '<input type="text" name="f03" size="20" maxlength="2000" value="ARIS" />'
    Can I make display like Skill ="ARIS"
    Any suggestion is welcom ..
    Thanks in advance
    Cheers
    Sachin Srivastava

    Hi,
    As I know there is no fix/workaround for that.
    Disable filtering and other stuff is only. But I think you of course like have filters and other nice thing of interactive report. Other vice you have done classic report.
    It is better use classic report and build own custom filers.
    Br, Jari

  • I have a problem with interactive report in  horizontal scroll bar

    hi all,
      in my interactive report the horizontal scroll bar is not visible and i have created a scroll bar with the html code and i have a problem in that scroll bar when ever i will click the select list and if i will move the scroll bar and the select list is also moving but it the select list dont have to move .pls give me a solution for this urgent.
    thanks in advance 

    Kishore suresh wrote:
    hi all,
      in my interactive report the horizontal scroll bar is not visible and i have created a scroll bar with the html code and i have a problem in that scroll bar when ever i will click the select list and if i will move the scroll bar and the select list is also moving but it the select list dont have to move .pls give me a solution for this urgent.
    thanks in advance
    Hi,
    How you think anybody can help if you do not post single line how you have try create that scrolling report ?
    And if your issue is urgent, you are seeking help from wrong place.
    Regards,
    Jari

  • Oracle Problem using Interactive Report in Application Express 4

    Hi All ,
    I am using Interactive Report in Application Express 3.2.1.00.11
    I have made report as editable by using following query
    Select ROWID,
    APEX_ITEM.CHECKBOX(1,IDSKILL,'UNCHECKED') "Mark",
    APEX_ITEM.TEXT(2,IDSKILL)"IDSKILL",
    APEX_ITEM.TEXT(3,SKILL) "SKILL",
    APEX_ITEM.SELECT_LIST_FROM_LOV(4,IDBEARBEITER,'DIR_LOV'),
    APEX_ITEM.TEXT(5,ÄNDERUNGSDATUM)"ÄNDERUNGSDATUM"
    from SKILLS
    Problem :-
    When I click FILTER option in Interactive Report , It is taking under Expression "<input type="text" name="f03" size="20" maxlength="2000" value="ARIS" />" and displaying in search filter as
    Skill = '<input type="text" name="f03" size="20" maxlength="2000" value="ARIS" />'
    Can I make display like Skill ="ARIS"
    Any suggestion is welcom ..

    Try making your column definition as "Remove HTML and escape special characters".
    I tried it and it make the column appear as editable as intended and also clicking on the column heading or on the filter in the IR bar behave properly.

  • Download/print problems with Interactive Reports on 10g

    Running APEX 3.1.1.00.9 on Oracle Database 10g Enterprise Edition Release 10.2.0.1.0 - Production with BI Publisher
    When downloading Interactive report using xls/rtf - no data is shown, pdf - corrupted file error is shown. This seems to only happen with row counts over 20. Same tables with less rows populates fine with all file types.
    This problem does not exist using the APEX.oracle.com site, same tables. Is this due to the DB version?

    For addional info, I'm putting down major steps that I followed so that it can be confirmed for any missing links. Sorry for a little bigger post
    1) $ORACLE_HOME\bin\rwserver.exe -install myRepSrv
    2) Created a report in the reports builder, saved as .rdf
    3) In Forms builder, attached the report as a new report object.
    4) In a procedure to call the report, following code is written
    ----------8<---------------
    repid := find_report_object('testreport');
    set_Report_object_property(repid,report_filename,'testreport');
    set_report_object_property(repid,report_COMM_MODE,synchronous);
    set_report_object_property(repid,report_server,'myRepSrv');
    v_rep_jobid := RUN_REPORT_OBJECT(repid);
    v_rep_stat := report_object_status(v_rep_jobid);
    IF v_rep_stat = 'FINISHED' THEN
    web.show_document('/reports/rwservlet/getjobid'||substr(v_rep,length('myRepSrv')+2,LENGTH(V_REP))||'?server=myrepsrv','_blank');
    else
    message (v_rep_stat||'- Report output aborted '||sqlerrm);
    END IF;
    ----------8<---------------
    5) Compiled the form and placed the form binary in approprite folder
    6) modified $ORACLE_HOME\reports\conf\myRepSrv.conf. Changed the property of engine tag(sourceDir) to correctly point to the appropriate directory where the report has been saved
    7) modified rwservlet.properties to turn off SSO
    8) Started the external reports service with modified values
    9) Invoked the form to launch the report
    Please also note that if I invoke directly web.show_document and paste the hardcoded path, as can be expected, my work is done. But as can be agreed, this is not a very good approach.
    Thanks and regards,
    Kinjal Sonpal

  • Problem with Interactive Reports and IE 7

    When using IE 7 a user clicks on any of the Interactive Reports options from the "Gear" pulldown and the popup apprears for a fraction of a second then disappears. This occurs in all of the options. I'm using IE 6 and it works fine for me. Has anyone seen this behavior with IE 7?

    Hello Bernd,
    The problems is that they can't read the Flash contents. Video let appear a black window and Animation let appear the Flash logo in B&W.
    I think, at less for Windows 8, that a plug in flash is installed on Internet Explorer. So when you want to get Flash player, an alert tell you that flash is already installed. ...

  • Date Problem in Interactive Reports Mail

    Hi Everyone,
    I am using Apex 4.2.2  ,
    Issue is when I am sending mail through  download, e-mail section of an interactive report. Mail is received on the mail server and but in its mail header send_date is not coming due to which our server is blocking that mail. How to send date as well in the header in oracle apex?
    Thanks

    Hello,
    if this is an ITEM in IR, you can use in Column Definition | Number Date format the following specifier:
    999G999G999G999G990D0
    Hope it helps!
    After the D in the format specifier, put as many 0s as the number of digits you want to be displayed after the decimal point.
    Edited by: Dionyssis on 11 Ιαν 2010 3:18 πμ

  • Problem with Interactive Report

    Hi,
    I am trying to create a report using five tables named 1.Servers:- server_id,name,service_id,type_id 2.Servertype:-type_id,name 3.CPUutilzation:-cpuutil_id,server_id,parameter_id,average,maximum,timestamp 4.MEMutilzation:-memutil_id,server_id,parameter_id,average,maximum,timestamp 5.Serverparameter:-parameter_id,name
    i am using the below query:-
    select s.caption as "Server Name",st.caption as "Server Type",cp.maximum as "MAX CPU Utilization",cp.average as "Avg CPU Utilization",mp.average as "Avg Memory Utilization",mp.maximum as "MAX Memory Utilization"
    from servers s,servertype st,cpuutil cp,memutil mp
    where s.type_id=st.type_id
    and cp.server_id=s.server_id
    and mp.server_id=s.server_id
    The problem is that I have 24 records in cpu utilization and memory utilization tables. However the report is displaying 48 records.
    I would really appreciate if someone could help me to rectify the problem.
    Regards,
    Ash

    Hi Ash
    First off, when posting code on the forum please put {noformat}{noformat} (with the curly brackets and the word code in lower case) before and after you code. This will preserve formatting so that the rest of us can read it, like this...SELECT s.caption AS "Server Name",
    st.caption AS "Server Type",
    cp.maximum AS "MAX CPU Utilization",
    cp.average AS "Avg CPU Utilization",
    mp.average AS "Avg Memory Utilization",
    mp.maximum AS "MAX Memory Utilization"
    FROM servers s,
    servertype st,
    cpuutil cp,
    memutil mp
    WHERE s.type_id = st.type_id
    AND cp.server_id = s.server_id
    AND mp.server_id = s.server_id
    Basically your getting duplicate rows because one of your joins is returning two rows that match the condition.
    Best way to hunt this down is to change it to SELECT * and look at each row returned. You should be able to spot the difference then ie. there will be column where the value is different between two duplicate rows. The table that column comes from is the one that you need to be more selective on.
    Cheers
    Ben                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               

  • Problem on interactive report

    hi all
    i generated basick list,
    from dat list,(2 or more recods) i want to read some records to display in secondary list.
    howz it possible.
    i am using read statement,but?

    Hai Murthy,
    <b>Use the HIDE command available in ABAP.</b>
    Sample code:
    REPORT  Z_HIDE_TEST.
    DATA:
      W_I TYPE I.
    DO 5 TIMES.
    <b> HIDE: W_I.</b> " Captured Here
      W_I = SY-INDEX.
      WRITE:/ SY-INDEX.
    ENDDO.
    AT LINE-SELECTION.
      WRITE: <b>W_I</b>,SY-INDEX,SY-LSIND. " Printed in Secondary List
    <b>More about HIDE</b>
    <b>Syntax :</b>
    HIDE dobj.
    <b>Effect :</b>
    This statement stores - in the current list level - the content of the variable dobj together with the current list line whose line number is contained in sy-linno. The data type of the variables dobj must be flat and no field symbols can be specified that point to rows of internal tables, and no class attributes can be specified. The stored values can be read as follows:
    For each user action in a displayed screen list that leads to a list result, all the row values stored using HIDE - that is, the row on which the screen cursor is positioned at the time of the event - are assigned to the respective variables.
    If a list row of an arbitrary list level is read or modified using the statements READ LINE or MODIFY LINE, all the values of this row stored using HIDE are assigned to the respective variables.
    <b>Notes :</b>
    The HIDE statement works independently of whether the list cursor was set. In particular, variables for empty list rows can be stored - that is, rows in which the list cursor was positioned using statements like SKIP.
    The HIDE statement should be executed immediately at the statement that has set the list cursor in the row.
    Outside of classes, constants and literals that cannot be read in list results and in the statement READ LINE can be specified for dobj outside of classes.
    Hope this helps you.
    <b>Reward points if it helps you.</b>
    Regds,
    Rama chary.Pammi

  • Double click on interactive report problem

    Hi All,
    I have a problem in interactive report, I copied a interactive list report program and I pasted in the new program. when I double click on first list display, it is not taking to the second list display whereas it is working fine in the old program which I copied.
    Can anyone help me...

    Hi, Selva
    Before Double Click Switch On Debugger and try to Check in Both program where is difference, Hope you will be able to find problem, also check the copied problem that all the components are Active ?
    Please Reply in case of any Issue,
    Best Regards,
    Faisal

  • Help in interactive report

    i m facing another problem in interactive report .
    as i m displaying records in secondary index with check box in front of them .
    now i want disply the records against these selected check box , how i would come to know which check box are selected , to process these records further .
    Please reply .
    Mahesh.

    Hi Mahesh ,
    i am sending an example go through it.
    REPORT  test.
    DATA:
      W_CHECKBOX  TYPE C.                  " Check box
    *" Declaration of Structure to hold Flight information.
    DATA:
      BEGIN OF FS_SPFLI,
        CARRID   TYPE   SPFLI-CARRID,      " Carrier Id
        CONNID   TYPE   SPFLI-CONNID,      " Connection Id
      END OF FS_SPFLI.
    *" Declaration of Structure to hold Seats Occupancy information
    DATA:
      BEGIN OF FS_SFLIGHT,
        CARRID     TYPE   SFLIGHT-CARRID,  " Carrier ID
        CONNID     TYPE   SFLIGHT-CONNID,  " Connection ID
        FLDATE     TYPE   SFLIGHT-FLDATE,  " Flight Date
        SEATSMAX   TYPE   SFLIGHT-SEATSMAX," Maximum Seats
        SEATSOCC   TYPE   SFLIGHT-SEATSOCC," Occupied Seats
      END OF FS_SFLIGHT.
    DATA:
      BEGIN OF FS_SSFLIGHT,
        CARRID     TYPE   SFLIGHT-CARRID,  " Carrier ID
        CONNID     TYPE   SFLIGHT-CONNID,  " Connection ID
      END OF FS_SSFLIGHT.
    *" Tables Declaration to hold Flight information
    DATA:
      T_SSPFLI  LIKE  STANDARD  TABLE  OF  FS_SPFLI.
    *" Tables Declaration to hold Seats Occupancy information
    DATA:
      T_SFLIGHT  LIKE  STANDARD  TABLE  OF  FS_SFLIGHT.
    DATA:
      T_SSFLIGHT  LIKE  STANDARD TABLE OF FS_SSFLIGHT.
    *" START-OF-SELECTION  EVENT..........................................
    START-OF-SELECTION.
    IMPORT  T_SSPFLI TO T_SSPFLI  FROM  MEMORY ID'YH630'.
    PERFORM  DISPLAY_SFLIGHT.
    *" END-OF-SELECTION  EVENT..........................................
    END-OF-SELECTION.
    SET PF-STATUS 'BOOKING'.
    *" AT USER-COMMAND EVENT..........................................
    AT USER-COMMAND.
      CASE SY-UCOMM.
        WHEN 'BOOKING'.
          PERFORM BOOKING.
          EXPORT T_SSFLIGHT FROM T_SSFLIGHT  TO  MEMORY ID'YH630'.
          SUBMIT YH630_030502.
      ENDCASE.
         Form  DISPLAY_SFLIGHT
    This subroutine displays the SFLIGHT details.                       *
    There are no interface parameters to be passed to this subroutine.  *
    FORM BOOKING.
      DATA:
        LW_LINES    TYPE  I,               " No of Lines
        LW_LINENO   TYPE  I,               " Line Number
        LW_COUNT    TYPE  I.               " Counter
      DESCRIBE TABLE T_SFLIGHT LINES  LW_LINES.
      DO LW_LINES TIMES.
        READ LINE LW_LINENO
          FIELD VALUE  W_CHECKBOX INTO W_CHECKBOX
            FS_SFLIGHT-CARRID INTO FS_SFLIGHT-CARRID
            FS_SFLIGHT-CONNID INTO FS_SFLIGHT-CONNID.
        IF W_CHECKBOX EQ 'X'.
          ADD 1 TO LW_COUNT.
          FS_SSFLIGHT-CARRID = FS_SFLIGHT-CARRID.
          FS_SSFLIGHT-CONNID = FS_SFLIGHT-CONNID.
          APPEND FS_SSFLIGHT TO T_SSFLIGHT.
          CLEAR T_SFLIGHT.
        ENDIF.                             " IF W_CHECKBOX.....
        ADD 1 TO LW_LINENO.
      ENDDO.                               " DO LW_LINES....
    ENDFORM.
         Form  DISPLAY_SFLIGHT
    This subroutine displays the SFLIGHT details.                       *
    There are no interface parameters to be passed to this subroutine.  *
    FORM DISPLAY_SFLIGHT .
      SELECT  CARRID                       " Carrier ID
              CONNID                       " Connection ID
              FLDATE                       " Flight date
              SEATSMAX                     " Maximum Seats
              SEATSOCC                     " Seats occupied
      FROM    SFLIGHT
      INTO    TABLE   T_SFLIGHT
      FOR ALL ENTRIES IN T_SSPFLI
      WHERE   CARRID  EQ  T_SSPFLI-CARRID   AND
              CONNID  EQ  T_SSPFLI-CONNID.
      WRITE:/10 TEXT-001,
             30 TEXT-002,
             50 TEXT-003,
             70 TEXT-004,
             90 TEXT-005.
      SKIP.
      IF SY-SUBRC EQ 0.
        LOOP AT T_SFLIGHT  INTO FS_SFLIGHT.
          WRITE: / W_CHECKBOX AS CHECKBOX.
          WRITE:10 FS_SFLIGHT-CARRID,
                30 FS_SFLIGHT-CONNID,
                50 FS_SFLIGHT-FLDATE,
                70 FS_SFLIGHT-SEATSMAX,
                90 FS_SFLIGHT-SEATSOCC.
        ENDLOOP.                           " LOOP AT......
      ELSE.
        MESSAGE  ' NO DATA FOUND'  TYPE  'I'.
      ENDIF.                               " IF SY-SUBRC EQ 0
    ENDFORM.                               " DISPLAY_SFLIGHT

  • Interactive Reporting 9.3.1 - Server-side ODBC setup for Windows Authent.

    Help. I am having a problem with Interactive Reporting connections to SQL server through the Web Client.
    In our environment, we have the Hyperion BI 9.3.1 suite. We develop IR documents (BQY's) on our local machine using Studio and using locally setup ODBC connections to SQL Server, using Windows NT authentication. Everything works perfectly fine, locally.
    When we upload the BQY and the OCE, and properly associate them to each other in Workspace, we then proceed to open them using the Web Client. The file opens fine, and when I hit process to run the query, I am prompted to login. When I login (using my NT Authenticated login), I receive the following error message: "Error Logging on as Windows User: Win32 Error code: 1385 Logon failure: the user has not been granted the requested logon type at this computer."
    The ODBC that was setup on the server was setup to use NT Authentication (as opposed to SQL server). The DAS connections are setup properly. My question is - how do you setup a connection to a SQL server using NT authentication and have the user authenticate through the Web Client. We don't want to grant users access to the server directly.
    If you can't answer this question, can you tell me how you have setup your connections on the server through DAS and how you properly maintained security controls?
    Thanks - Mike

    its not really in the bqy (its in the oce) but I understand your point. Now we get to the point It s not my expertiece any more but perhaps something like row level security or making use of odsusername variable might give some solution or workaround. sometimes this how we solve it when it comes to sensitive information from a app DB. We retrieve users security from the db app and use it as a where clause in the bqy. as long as endusers do not have enough right to change the query its enough.

  • Bug - Database Object Dependencies report and Interactive Reports

    Hello,
    I think I found a bug, perhaps that not the right word, in the Database Object Dependencies report. I don't think it's including problems in Interactive Report regions.
    Regards,
    Dan
    http://danielmcghan.us
    http://sourceforge.net/projects/tapigen

    Scott,
    Sorry, that was a useless bug report... ;)
    What I was actually referring to was the little Parsing Errors report at the bottom of the page/report. I've come to rely on this quite a bit but I had an Interactive Report that was based in part on a table that was dropped and it was not displayed in the parsing errors. I believe the main report is working fine.
    Regards,
    Dan
    http://danielmcghan.us
    http://sourceforge.net/projects/tapigen

  • Interactive report limits tabular form pagination.

    Hey All,
    I am running into a problem and I was unable to find an answer on the forum, however I did find that someone asked the same question but did not get any replies. So I will ask it again.
    Pagination problem with interactive report and multi row update form
    I created a page which contains both an IR and a tabular form. The IR behaves correctly and there are no issues. The tabular form on the other hand is not functioning properly. The problem I am having is that the tabular form will only paginate to the rows that are currently being displayed in the IR. For instance if I am viewing rows 6-10 on the interactive report the tabular form will start from row 6 even if my pagination scheme is set to view in increments of 20.
    Another example is if the IR is is viewing rows 6-10 and the tabular form is viewing rows 1-2. If I paginate on the tabular form it will jump to rows 6-7 regardless of where its last position was.
    So in short it appears that my tabular form always starts from the first row currently being viewed in the IR. Is there a work around for this or should I just ditch the interactive report?
    http://tryapexnow.com/apex/f?p=700:2
    I made a sample for you to check out.
    Cheers,
    Tyson Jouglet

    Munky,
    Thanks for the suggestion. It does indeed allow me to paginate but I hate the alert you get when PPR is enabled for a tabular form and unfortunately so do the users. :(
    Cheers,
    Tyson Jouglet

  • Interactive Report messed up...

    Hi there,
    I've got a problem with interactive reports...
    I use it on a page built on theme "Light blue", and it looks like in the screenshot: http://img184.imageshack.us/img184/5493/interactivereportux7.jpg
    The Report-Menu is not at the normal position, but under the ApEx-Edit-Links...
    What did I do wrong, how can I fix this?
    Thanks,
    tensai

    Hi.
    Could be the theme. We're using Theme 20 with no issues.
    The only other thing I can think is that maybe the data being returned could be affecting it. Your column "http_referer" does it have HTML in it?
    You could try creating a region based on select * from all_col_comments and see if you have the same problem.
    I've just created a new Application using Theme "Light Blue" with one page containing an IRR using select * from all_col_comments. No problems.
    It 'could' be the data you're returning.
    If you want to, set it up in a Workspace on apex.oracle.com and I'll take a look.

Maybe you are looking for