Apex 4.2.5: Problem with region report width to 100% in 26 theme

For one of my interactive reports, I chose the width 100% region report, but it is not displayed in full width on my computer screen portable 16:9.

Y at - it no additional parameters to fix?

Other areas of work.

Kind regards

-Wilfried

Depends on the parent area / page.

Do you know if the content inside a table? If so, check the width of the td tag.

Tags: Database

Similar Questions

  • Problem with the report and the system of axis 2d

    Hi, I'm trying to write a script with tiara, who wrote a 2d axis system in the report but I'm having a lot of problems with it.

    What I'm trying to do, is make 3 or more system axis 2d in the report, each displaying a part of the data of 2 channels (x = ch0, ch1 = y).

    With only 1 graphic I get what I want, but when I try to add the 2nd or the 3rd, they show without my defined x-scale and with the offset x different from the first chart.

    I tried everything, but I could not remedy

    I added as attachments the .csv file that I use to ch0 and ch1 and 2 screen shoots "what I get" (about the problem with the script) and "what I hope to get" (done manually, is what I'm trying to get the report)

    Any help will be appreciated, thanks in advance

    Ierman

    I'll post my code here:

    Dim Xscale, Yscale
    XScale = Array (0,25,0,5,49)
    Yscale = Array(-0.2,0.2,-0.2,10,4)
     
    Call PicDelete()
    Call GraphObjNew ("2D-Axis", "2DAxis1")
    Call GRAPHObjOpen ("2DAxis1")
    D2AxisTop = 1

    D2AxisBottom = 70
    D2AxisLeft = 1
    D2AxisRight = 1
    Call GRAPHObjOpen ("2DYAxis1_1")
    D2AxisyScaleType = "manual".
    D2AXISYBEGIN = Yscale (0)
    D2AXISYEND = Yscale (1)
    D2AXISYORIGIN = Yscale (2)
    D2AXISYTICK = Yscale (3)
    D2AXISYMINITICK = Yscale (4)
    Call GRAPHObjClose ("2DYAxis1_1")
    Call GRAPHObjOpen ("2DXAxis1_1")
    D2AxisxScaleType = "manual".
    D2AXISXBEGIN = Xscale (0)
    D2AXISXEND = Xscale (1)
    D2AXISXORIGIN = Xscale (2)
    D2AXISXTICK = Xscale (3)
    D2AXISXMINITICK = Xscale (4)
    D2AxisXTxt = ""

    D2AxisXColor = 'black '.

    D2AxisXTickAuto = 1
    D2MTickLineWidth (1) = 0.1
    D2MTickLineType (1) = "solid".
    D2AxisXTickSize = 60
    D2AxisXTxtAutoCo = 0
    D2MTickColor = "red".
    Call GRAPHObjClose ("2DXAxis1_1")
    Call GraphObjNew("2D-Curve","New_Curve")

    Call GraphObjOpen ("New_Curve")

    D2CCHNX = "[1] / [1]" "

    D2CCHNY = "[1] / [2]" "

    D2CurveColor = "red".
    Call GraphObjClose ("New_Curve")
    Call GRAPHObjClose ("2DAxis1")

    Dim Xscale1, Yscale1
    Xscale1 = Array (25,50,0,5,49)
    Yscale1 = Array(-0.2,0.2,-0.2,10,4)
    Call GraphObjNew ("2D-Axis", "grafic")
    Call GRAPHObjOpen ("grafic")
    D2AxisTop = 40

    D2AxisBottom = 37
    D2AxisLeft = 1
    D2AxisRight = 1
    Call GRAPHObjOpen ("2DYAxis1_2")
    D2AxisyScaleType = "manual".
    D2AXISYBEGIN = Yscale1 (0)
    D2AXISYEND = Yscale1 (1)
    D2AXISYORIGIN = Yscale1 (2)
    D2AXISYTICK = Yscale1 (3)
    D2AXISYMINITICK = Yscale1 (4)
    D2AxisYTxt = "" ' testo asse label y
    Call GRAPHObjClose ("2DYAxis1_2")
    Call GRAPHObjOpen ("2DXAxis1_2")
    D2AxisxScaleType = "manual".
    D2AXISXBEGIN = Xscale1 (0)
    D2AXISXEND = Xscale1 (1)
    D2AXISXORIGIN = Xscale1 (2)
    D2AXISXTICK = Xscale1 (3)
    D2AXISXMINITICK = Xscale1 (4)
    D2AxisXTxt = «»

    D2AxisXColor = 'black '.

    D2AxisXTickAuto = 1
    D2MTickLineWidth (1) = 0.1
    D2MTickLineType (1) = "solid".
    D2AxisXTickSize = 60
    D2AxisXTxtAutoCo = 0
    D2MTickColor = "red".
    Call GRAPHObjClose ("2DXAxis1_2")
    Call GraphObjNew("2D-Curve","New_Curve1")

    Call GraphObjOpen ("New_Curve1")

    D2CCHNX = "[1] / [1]" "

    D2CCHNY = "[1] / [2]" "

    D2CurveColor = "red".
    Call GraphObjClose ("New_Curve1")
    Call GRAPHObjClose ("grafic")

    Hi lerman,.

    Here is an edited version of your code that works on my computer.  A problem that I know that I fixed it was that your presentation of the STATE was in the name-oriented mode but you use the variables based on the number to assign it X and Y channels.  The execution of these commands in a loop FOR makes it much easier to debug the code and to avoid any annoyance at first.

    Brad Turpin
    Tiara Product Support Engineer

    National Instruments

  • APEX 5.0.1: Problem with referencing the images of the theme roller theme after migrating the ADR the PL/SQL gateway

    Hi all

    with the help of Patrick's to my question Apex 5.0: Theme Roller and background image I was able to reference the theme Images in the theme Roller:

    .t-PageBody-.t-body connection

    {

    Background: URL("background.jpg") non-repetition scroll top black Center;

    Color: #000000;

    do-family: Arial, Helvetica, Sans-serif;

    do-size: 12px;

    line-height: 17px;

    }

    But now I migrate my APEX 5.0.1 in the Oracle 11 GR 2 XE to ADR and images referenced in the roll of theme will appear no more. How can I make reference to the theme Images using ADR?

    UPDATE:

    With the PL/SQL gateway, I created my custom theme Style. It will not set too. But if I open the theme roller then my style of custom theme will be resolved - all colors will be displayed, but not the images

    Thank you!

    The problem is solved!

    Reset is always good!

    After the restart of the database, Tomcat and computer, it works!

  • Problem with interactive report

    Hi all

    I use Apex 4.2

    I have an interactive in which I activated the filtering and sorting.

    When I click on one of the column in the interactive report, saying: "LAST NAME", it shows me the filtering and sorting options drop down.

    The poster also available name drop extracted from the query, but it shows me some range of name pronounce A - C only.

    I have family with starting with another letter also names, but those names are not displayed.

    For some columns displays the values of A to E, but not the full list.

    How to display the entire list in this fall down.

    Kind regards

    Jean-Louis Patel.

    Hi Alice,.

    Because of interactive report performance, it loads only a few filters.

    If you change the column definition for the column, under set the Filter Type of column to one of the other options like 'User defined list of values to exact match filter' from the list of values.  You can then specify the query used to generate this list.  You could use something like what listed below to grab the first 20000 records.

    Select *.

    from (select name

    WCP

    em order by name)

    where rownum<=>

    But don't forget, it will always affect your performance of interactive report page.

    Or alternatively, you can use this link:

    http://tpetrus.blogspot.in/2012/05/interactive-report-filtering-in-apex.html

    -Sunil Bhatia

  • Problem with the report as a button link

    Apex 3.2

    I had a relationship with a column of link to another page.

    The user wanted a button instead of one of the standard icons, so I change the link text to

    < button type = "button" > Clean < / button >

    If I use firefox, then this link works very well, but in IE, nothing happens when I click on the button.

    Gus

    Hello

    Perhaps this example help

    https://Apex.Oracle.com/pls/Apex/f?p=39006:35

    I created request report

    SELECT empno,
      ename,
      job,
      APEX_UTIL.PREPARE_URL('f?p=&APP_ID.:37:&APP_SESSION.::&DEBUG.::P37_EMPNO:' || empno,NULL,3) AS linkurl
    FROM emp
    

    Then I change the LINKURL Link Text column

    
    

    Link attributes

    class="hideMe508"
    

    Target URL and URL # (sharp right)

    Kind regards

    Jari

  • Problem with editable report

    I got in trouble for days.

    I have an updated report updated
    select 
    p.system system
    ,p.config config
    ,apex_item.display_and_save(9,p.jobname) jobname
    ,apex_item.display_and_save(3,p.parameter) ||
    APEX_ITEM.MD5_CHECKSUM(p.parameter,p.value_char,p.value_number,to_char(p.value_date,'dd.mm.yyyy'),p.param_set) ||
    apex_item.hidden(2,rownum) parameter
    ,p.value_char value_char_current 
          ,APEX_ITEM.TEXT(4,p.value_char,20,128) value_char_new
    ,case when p.parameter in ('OBJINCID', 'HISTTRANSFERID') then '<span style="color:#000000;font-weight:bold">'||p.value_number||'</span>' 
                else to_char(p.value_number) end  value_number_current
    ,APEX_ITEM.TEXT(5,p.value_number,10) value_number_new
    ,case when p.parameter = 'TRANSFERDAY' then '<span style="color:#000000;font-weight:bold">'||to_char(p.value_date,'dd.mm.yyyy')||'</span>' 
                else to_char(p.value_date,'dd.mm.yyyy') end value_date_current
    ,APEX_ITEM.DATE_POPUP2(6,p.value_date,'DD.MM.YYYY','15','10','style=""',null,null,null,null,null,'both',null,'MONTH_AND_YEAR') value_date_new
          ,apex_item.display_and_save(7,p.param_set) param_set
          ,apex_item.display_and_save(8,p.param_type) param_type
    from etl_job_param p, etl_job_config c
    where p.config = substr(:P285_CONFIG,instr(:P285_CONFIG,'_')+1) 
    and p.system = :P285_SYSTEM
    and p.system=c.system 
    and p.config=c.config
    and p.jobname=c.jobname
    order by jobsequence
    It works well and data are saved using a process page
    declare
      v_count_failed     number := 0;
      v_count_updated    number := 0;
      v_count_failed2    number := 0;
      v_count_updated2   number := 0;
    
    
    begin
    
      for i in 1 .. apex_application.g_f02.COUNT loop
      --{
        if wwv_flow_item.md5(apex_application.g_f03(i)
                               ,apex_application.g_f04(i)
                               ,apex_application.g_f05(i)
                               ,apex_application.g_f06(i)
                               ,apex_application.g_f07(i)
    )
    
        <> apex_application.g_fcs (i) then
          --{   
            p_sup_mnt_apx.pr_230_update_params(
                                        :P285_SYSTEM
                                    -substr(:P285_CONFIG,instr(:P285_CONFIG,'_')+1)
                        ,apex_application.g_f09 (i) 
                        ,apex_application.g_f03 (i) 
                        ,apex_application.g_f07 (i) 
                        ,apex_application.g_f04 (i) 
                        ,apex_application.g_f05 (i) 
                        ,to_date(apex_application.g_f06 (i),'DD.MM.RRRR')   
                        ,apex_application.g_fcs (i)  
                        ,v_count_failed
                        ,v_count_updated);
    
            
            v_count_failed2 := v_count_failed2 + v_count_failed;
            v_count_updated2 := v_count_updated2 + v_count_updated;
        
            --reset variables
            v_count_failed  := 0;
            v_count_updated   := 0;
        --}
        end if;
      --}
      end loop;
    
      :P285_COUNT_FAILED := v_count_failed2;
      :P285_COUNT_UPDATED := v_count_updated2;
    
    END;
    What I have to do is set the value of column value_number_new to null if another pass has a certain value.
    So I replaced
     ,APEX_ITEM.TEXT(5,p.value_number,10) value_number_new
    with
    ,case when p.parameter in ('OBJINCID', 'HISTTRANSFERID') then null
                else APEX_ITEM.TEXT(5,p.value_number) end value_number_new
    It appears correctly, but database update fails.
    If I put the old code and just manually delete the data in the form and save, then it works.

    Please help, it drives me crazy

    Gus

    Published by: Gus C February 6, 2013 03:24

    It should work for you now. It allows the management of exceptions.

    Denes Kubicek
    -------------------------------------------------------------------
    http://deneskubicek.blogspot.com/
    http://www.Apress.com/9781430235125
    http://Apex.Oracle.com/pls/Apex/f?p=31517:1
    http://www.Amazon.de/Oracle-Apex-XE-Praxis/DP/3826655494
    -------------------------------------------------------------------

  • Problem with nested report

    Hello gurus,

    I've created a classic Nested like Dietmar report of:
    HOWTO report nested?

    I followed the steps to create the nested report:
    Step 1 - create the package
    create or replace package UNFUND_PCK as
    
       FUNCTION get_unfund_inline_f (p_dfcyseqno NUMBER)
          RETURN CLOB;
    end;
    /
    
    
    --------------------------------package body--------------------------------------
    
    create or replace package body "UNFUND_PCK" is
    function GET_UNFUND_INLINE_F(P_DFCYSEQNO IN NUMBER
    ) return CLOB
     
    
    as
      
     l_str   VARCHAR2 (32767);
     l_cnt   NUMBER   := 0;
    begin
    -- null; 
    /* insert function code */
    
    
      l_str    := '<table class="inlineTable">';
          l_str    :=
                l_str
             || '<tr><th class="colFundType">Funding Type</th><th class="colRequireType">Requirement Type</th><th class="colFY">Fiscal Year</th>'
             || '<th class="colCost">Cost</th></tr>';
    
          FOR cur IN (SELECT fundg_type_c, fundg_rqrmt_type_c, fundg_fy, fundg_cost
                         FROM dfcy_catg_fundg
                         WHERE dfcy_seqno = p_dfcyseqno)
          LOOP
             l_str    := l_str || '<tr>';
             l_str    :=
                   l_str
                || '<td class="colFundType">'
                || cur.fundg_type_c
                || '</td><td class="colRequireType">'
                || cur.fundg_rqrmt_type_c
                || '</td><td class="colFY">'
                || cur.fundg_fy
                || '</td><td class="colCost">'
                || cur.fundg_cost 
                || '</td>';
             l_str    := l_str || '</tr>';
             l_cnt    := l_cnt + 1;
          END LOOP;
    
          l_str    := l_str || '</table>';
    
          IF l_cnt = 0
          THEN
             RETURN '';
          ELSE
             RETURN l_str;
          END IF;
    
    end GET_UNFUND_INLINE_F;
    
    end "UNFUND_PCK";
    Step 2 - create the updated Styles in the head of the HTML header.
    <style type="text/css">
    <!--
    .inlineTable{border:1px solid #cfe0f1;border-collapse:collapse;width:100%;}
    .inlineTable th{color:#336699;border:1px solid #cfe0f1;padding:2px;}
    .inlineTable td{border:1px solid #cfe0f1;border-left:none;border-top:none;padding:2px;}
    
    /* additional formatting for the specific columns*/
    .inlineTable.colFundType{width:100px; text-align:center;}
    .inlineTable.colcolRequireType{width:100px; text-align:right;}
    .inlineTable.colFY{width:50px;}
    .inlineTable.colCost{width:100px; text-align:right;}
    
    -->
    </style>
    Step 3 - create a new Page of the report, classic (qry SQL)
    select      V.DFCY_SEQNO,
          V.DFCY_NAME,
          V.DFCY_SMY_NARR,
          V.DFCY_STATUS,
          V.DFCY_CATG_C,
              UNFUND_PCK.GET_UNFUND_INLINE_F(V.DFCY_SEQNO) UNFUNDED_DFCY
            
     from      V_DFCY_BASE V
     where   V.DFCY_CATG_C = 1
    My results with HTML tags everywhere Comeback:

    528 funding dfcy funding dfcy added the 27/05/10 update the risk of closed/accepted 10/06/10 1 < table class = "inlineTable" > < tr > < th = "colFundType" class > funding class < /th > < th = "colRequireType" > Type < /th > < th of the condition class = "colFY" > exercise < /th > < th = "colCost" class > costs < /th > < /tr > < tr > < class td = "colFundType." > 3 < table > < class = "colRequireType" > 2 < table > td < class = "colFY" > 2013 < table > td < class td = "colCost" > 999 < table > < /tr > < tr > < class = "colFundType" > 2 < table > td < class = "colRequireType" > 2 < table > td < class = "colFY" > 2012 < table > td < class td = "colCost" > 8888888888 < table > < /tr > < / table >

    I am using Application by default for page, model for the region, the standard report and using the theme 9. Will you please tell me what I am doing wrong so I can get the correct format.

    Thank you
    Mary

    Make sure the column attribute display as for the nested report column is column of Standard report.

  • Problem with output report layout

    Hi friends,

    This isn't problem Oracle D2K. ;)

    I did a report in Oracle PL/SQL. And, when I spool the data he fragments he came out in several lines. Despite I took in charge of the issues.

    Now, let me explain->

    I used a function in pipeline and store the result using the command of the coil.

    What I found strange, this is the type of object that is a clob data type is split in fact lines after 80 characters as in the case of string, it continues to 4000 characters.

    Now, in my solution, ordering channels made big role as all the lines indicate a different meaning and so pinched the data accordingly.

    I did a small test in that regard, and I am paste here that - because I am not allowed to post here my original due to the policy of the company code.
    scott>select * from v$version;
    -----------------------------------------------------------------------------------------
    Oracle Database 10g Enterprise Edition Release 10.2.0.3.0 - Prod
    PL/SQL Release 10.2.0.3.0 - Production
    CORE    10.2.0.3.0      Production
    TNS for 32-bit Windows: Version 10.2.0.3.0 - Production
    NLSRTL Version 10.2.0.3.0 - Production
    
    Elapsed: 00:00:00.18
    scott>
    
    scott>create table clob_dummy
      2     (
      3       cola clob
      4     );
    
    Table created.
    
    Elapsed: 00:00:04.40
    scott>
    
    scott>insert into clob_dummy values('&clb');
    
    Enter value for clb: Enter value for clb: gfhjtuioep mnhjkie rt-hlospd. ngktio pokdnebtt, gkhohphpdj
    dbs wmqksxnd - kfnfdkdldkdkdkdkdkdkdkdkdbdsjgdvj h geg.jv ehh  shgghsga wshkwlsgsdklghlahgkh lahgkas
     lhks  kglaks gksh a
    old   1: insert into clob_dummy values('&clb')
    new   1: insert into clob_dummy values('Enter value for clb: gfhjtuioep mnhjkie rt-hlospd. ngktio po
    
    1 row created.
    
    Elapsed: 00:00:00.08
    scott>
    scott>commit;
    
    Commit complete.
    
    Elapsed: 00:00:00.01
    scott>
    scott>select * from clob_dummy
      2  ;
    
    COLA
    --------------------------------------------------------------------------------
    Enter value for clb: gfhjtuioep mnhjkie rt-hlospd. ngktio pokdnebtt, gkhohphpdjd
    
    Elapsed: 00:00:00.27
    scott>set long 400000
    scott>
    
    scott>set lin 2000    ---- As you can see i've set the linesize to 2000
    
    
    scott>
    scott>set serveroutput on
    scott>
    scott>
    scott>select * from clob_dummy;
    
    COLA
    --------------------------------------------------------------------------------
    Enter value for clb: gfhjtuioep mnhjkie rt-hlospd. ngktio pokdnebtt, gkhohphpdjd
    bs wmqksxnd - kfnfdkdldkdkdkdkdkdkdkdkdbdsjgdvj h geg.jv ehh  shgghsga wshkwlsgs
    dklghlahgkh lahgkas lhks  kglaks gksh a
    
    
    Elapsed: 00:00:00.11
    scott>
    scott>
    scott>select length(cola) res from clob_dummy;
    
           RES
    ----------
           199
    
    Elapsed: 00:00:00.08
    scott>insert into clob_dummy values('&clb')
      2  ;
    Enter value for clb: ssjfsjgskjhghsgskgkksl hgeldhldlkskhdlk dklhkdlkhlkdlhdkfhldkhkhdkhkdhkdhkdkhkl
    hkddkhdkhdkl djhlkdkhdhkshlkd dkhdkhldsjhkslhjd eutywe 398863694 i230e ehgd ehglegighsihdlk eltiweyt
    ilhdhgehgisehbkd 
    old   1: insert into clob_dummy values('&clb')
    new   1: insert into clob_dummy values('ssjfsjgskjhghsgskgkksl hgeldhldlkskhdlk dklhkdlkhlkdlhdkfhld
    
    1 row created.
    
    Elapsed: 00:00:00.03
    scott>
    scott>commit;
    
    Commit complete.
    
    Elapsed: 00:00:00.08
    scott>
    scott>select * from clob_dummy;
    
    COLA
    --------------------------------------------------------------------------------
    Enter value for clb: gfhjtuioep mnhjkie rt-hlospd. ngktio pokdnebtt, gkhohphpdjd
    bs wmqksxnd - kfnfdkdldkdkdkdkdkdkdkdkdbdsjgdvj h geg.jv ehh  shgghsga wshkwlsgs
    dklghlahgkh lahgkas lhks  kglaks gksh a
    
    ssjfsjgskjhghsgskgkksl hgeldhldlkskhdlk dklhkdlkhlkdlhdkfhldkhkhdkhkdhkdhkdkhklh
    kddkhdkhdkl djhlkdkhdhkshlkd dkhdkhldsjhkslhjd eutywe 398863694 i230e ehgd ehgle
    gighsihdlk eltiweytilhdhgehgisehbkd
    
    
    Elapsed: 00:00:00.11
    scott>
    scott>
    
    ----- Still it is breaking the line after 80 characters. 
    Why is this it is break line after 80 characters? Alternatively, where I'm missing?

    But when I changed the varchar2 data type, it is good way.

    May I know what is the reason? Then I fixed using the clob data type? Or will I have to change to varchar2? Because, I need only single record line (any size is - this - but of course oracle time) when I wrap the output to a file.

    Please share your thoughts with me.

    Thank you.

    It may be related to longchunksize SQL layout * more. Have you tried a similar to your set linesize value assignment:

    set longc 2000
    

    It can also be bound to the version of SQL * more you use. I notice some differences between sqlplus (command line version) and sqlplusw (the windows gui version)

  • Problem with a report model

    I have a report that uses a custom model.
    Light blue 15 theme it worked fine.
    I changed my theme to 21 scarlet and copied the model, but is no longer functions, that is to say the highlight is ignored

    My report is
    select owner, table_name, partition_name, subpartition_name, 
    to_date(to_char(latest,'dd.mm.yyyy hh24:mi:ss'),'dd.mm.yyyy hh24:mi:ss') update_time, 
    to_date(to_char(previous,'dd.mm.yyyy hh24:mi:ss'),'dd.mm.yyyy hh24:mi:ss') previous, 
    to_char(latest-previous,'dd.mm.yyyy hh24:mi:ss') duration,
    case when (to_date(to_char(latest,'dd.mm.yyyy hh24:mi:ss'),'dd.mm.yyyy hh24:mi:ss')-to_date(to_char(previous,'dd.mm.yyyy hh24:mi:ss'),'dd.mm.yyyy hh24:mi:ss'))*24*60 > 120 then 'CC0000'
         when (to_date(to_char(latest,'dd.mm.yyyy hh24:mi:ss'),'dd.mm.yyyy hh24:mi:ss')-to_date(to_char(previous,'dd.mm.yyyy hh24:mi:ss'),'dd.mm.yyyy hh24:mi:ss'))*24*60 > 90 then 'FF0000'
         when (to_date(to_char(latest,'dd.mm.yyyy hh24:mi:ss'),'dd.mm.yyyy hh24:mi:ss')-to_date(to_char(previous,'dd.mm.yyyy hh24:mi:ss'),'dd.mm.yyyy hh24:mi:ss'))*24*60 > 60 then 'FF6600'
         when (to_date(to_char(latest,'dd.mm.yyyy hh24:mi:ss'),'dd.mm.yyyy hh24:mi:ss')-to_date(to_char(previous,'dd.mm.yyyy hh24:mi:ss'),'dd.mm.yyyy hh24:mi:ss'))*24*60 > 30 then 'FF9900'
         when (to_date(to_char(latest,'dd.mm.yyyy hh24:mi:ss'),'dd.mm.yyyy hh24:mi:ss')-to_date(to_char(previous,'dd.mm.yyyy hh24:mi:ss'),'dd.mm.yyyy hh24:mi:ss'))*24*60 > 20 then 'FFCC00'
         when (to_date(to_char(latest,'dd.mm.yyyy hh24:mi:ss'),'dd.mm.yyyy hh24:mi:ss')-to_date(to_char(previous,'dd.mm.yyyy hh24:mi:ss'),'dd.mm.yyyy hh24:mi:ss'))*24*60 > 10 then 'FFFF00'
         else 'FFFFFF' 
    end BG_COLOUR
     from (
    select da.owner, da.table_name, da.partition_name, da.subpartition_name ,(da.stats_update_time) latest, 
    nvl((select 
    max(stats_update_time) 
    from DBA_TAB_STATS_HISTORY 
    where (owner like ('%ADMIN') or owner in (select username from dba_users where default_tablespace='USERS'))  and stats_update_time >= to_date(:P840_START_DATE,'dd.mm.yyyy hh24:mi:ss') and stats_update_time <= to_date(:P840_END_DATE,'dd.mm.yyyy hh24:mi:ss') and stats_update_time < (da.stats_update_time)),to_date(:P840_START_DATE,'dd.mm.yyyy hh24:mi:ss')) previous 
    from (
    select 
    owner, table_name, partition_name, subpartition_name, stats_update_time 
    from DBA_TAB_STATS_HISTORY 
    where (owner like ('%ADMIN') or owner in (select username from dba_users where default_tablespace='USERS'))  and stats_update_time >= to_date(:P840_START_DATE,'dd.mm.yyyy hh24:mi:ss') and stats_update_time <= to_date(:P840_END_DATE,'dd.mm.yyyy hh24:mi:ss') 
    order by stats_update_time asc) da)
    All the passes are passes standard report

    My model is
    Model name column Type (model line)
    Custom class 1 template
    Line Template1
    <tr style="background-color:#8#;">
    <td style="background-color:#8#;" class="t15data">#1#</td>
    <td style="background-color:#8#;" class="t15data">#2#</td>
    <td style="background-color:#8#;" class="t15data">#3#</td>
    <td style="background-color:#8#;" class="t15data">#4#</td>
    <td style="background-color:#8#;" class="t15data">#5#</td>
    <td style="background-color:#8#;" class="t15data">#6#</td>
    <td style="background-color:#8#;" class="t15data">#7#</td>
    </tr>
    Any help appreciated

    Gus

    Gus C wrote:
    I changed the template with your code, but still no formatting.
    It's the source of the page

    USER_TAB_STATS_HISTORY for 10-01-2013-21.00.04Edit

Several classes of 15-specific to the topic: Watch the report model theme Standard 21 and map the classes of equivalent items for custom report templates for the report to match the theme 21 L & F.

Clearly some s ' # ' abandoned somewhere along the line. Should have

and so on.

The query or the model never understood s ' # ' in hexadecimal color values? If not maybe you used a previous version of the 15 without DOCTYPE theme and "#"-have been applied in quirks colors mode less, but do not conform to standards 21 theme...

I would add the s ' # ' to the application as they are actually a part of the value of the color:

...
case when (to_date(to_char(latest,'dd.mm.yyyy hh24:mi:ss'),'dd.mm.yyyy hh24:mi:ss')-to_date(to_char(previous,'dd.mm.yyyy hh24:mi:ss'),'dd.mm.yyyy hh24:mi:ss'))*24*60 > 120 then '#CC0000'
     when (to_date(to_char(latest,'dd.mm.yyyy hh24:mi:ss'),'dd.mm.yyyy hh24:mi:ss')-to_date(to_char(previous,'dd.mm.yyyy hh24:mi:ss'),'dd.mm.yyyy hh24:mi:ss'))*24*60 > 90 then #'FF0000'
     when (to_date(to_char(latest,'dd.mm.yyyy hh24:mi:ss'),'dd.mm.yyyy hh24:mi:ss')-to_date(to_char(previous,'dd.mm.yyyy hh24:mi:ss'),'dd.mm.yyyy hh24:mi:ss'))*24*60 > 60 then '#FF6600'
     when (to_date(to_char(latest,'dd.mm.yyyy hh24:mi:ss'),'dd.mm.yyyy hh24:mi:ss')-to_date(to_char(previous,'dd.mm.yyyy hh24:mi:ss'),'dd.mm.yyyy hh24:mi:ss'))*24*60 > 30 then '#FF9900'
     when (to_date(to_char(latest,'dd.mm.yyyy hh24:mi:ss'),'dd.mm.yyyy hh24:mi:ss')-to_date(to_char(previous,'dd.mm.yyyy hh24:mi:ss'),'dd.mm.yyyy hh24:mi:ss'))*24*60 > 20 then '#FFCC00'
     when (to_date(to_char(latest,'dd.mm.yyyy hh24:mi:ss'),'dd.mm.yyyy hh24:mi:ss')-to_date(to_char(previous,'dd.mm.yyyy hh24:mi:ss'),'dd.mm.yyyy hh24:mi:ss'))*24*60 > 10 then '#FFFF00'
     else '#FFFFFF'
end BG_COLOUR
...

However if this model is used by several reports you can change the model to avoid changing all queries:

...
...

This is not a good solution, because it means that you can perfectly change color specifications in the request of hexadecimal values of named colors or values RGB etc..

  • Problem with navigation report

    Hi Experts,

    Pls help me.

    I have 2 reports summary report and detailed report...

    Summary of the report I did in pivot mode and I placed a column in the column section, so... the column values are apearing as a column in the report...
    I use only one measure...
    When the user clicks on this measure, it must navigate to the detail report...
    in the report in detail, I placed a few columns... and all the synthesis report are columns is invited...
    the problem... is wen by clicking on the measured value it sails, but the data are not filtering appropriatly.and is not seggregating is...

    CAB someone give me an idea... pls

    Bilel dear,

    1 make sure you have "is prmmpted" the same column that you use in summary. (copy - paste the column fx summary report in detail, while he is invited)

    2. If above things are. It should encourage.

    3. you check this by clicking on the summary and the physical motion or detailed report.
    You'll Carlo to whether or not the fileters are transmitted.

    Check if help/correct.
    Bachelot

  • Problem with counterfeit report.

    I was badly sold a developer as a home license license. When I spoke to the MS support told me to submit a counterfeit report. I have done this and received an email asking me to send a bunch of stuff that I did not (DVD counterfeit, etc.). I am told that without sending my asylum application will not be processed and do not know what to do such things.

    Well, the answer is, you claim will not be processed. Your only other option is to invest in authentic licensed by buying from a reliable source.

    Windows 7 - version comparisons:

    http://Windows.Microsoft.com/en-us/Windows7/products/compare-editions

    MS Windows 7 store price:

    http://store.Microsoft.com/Microsoft/Windows-Windows-7/category/102

  • Problem with SQL report to modify data

    Hi all

    I don't know that I'm writing this question in the right page or not. But my question is: I have a column in my table which is of type varchar. Data in this column are as Fallows:

    257414/45y
    194662223445 8877/j7tg
    .....
    I wanted to know, is anyway I can show this data in my report without any / or - fallow:

    25741445y
    1946622234458877j7tg

    Just for your information, this is a sql report.

    Thank you

    I read your question because how do you remove both the ' / ' and '-' characters. If true do as follows:

    Select REPLACE(REPLACE('194662223445-8877/j7tg','/'),'-','') from DUAL
    

    At the end of the statement where ") of the DOUBLE appears, these two single quote characters have no space between them. That means replace NULL for the characters you want to replace.

    You can test the statement leaving from DOUBLE. Once satisfied, change it to 'from MyTable '.

    I don't know what to tell you on the TTITLE. It of what I used and always works to print a title.

  • Problem with the height/width automatic after you apply the effect

    Hey guys,.

    I have a panel that automatically resizes after some other materials is added. All the time there are a scale effect. Whenever I move the mouse over one of these children they zoom in and there, the height and width of the parent container is resized automatically.

    However, I have a button reduce to this one with a Resize effect. I can resize the full container to a size of reduction (for example 40 x 40), but when I resize returns with the same effect, the Panel doesn't do not automatically resizes with added children more.

    I did not define special properties on the Board early, but a property must be different now. It is not "automatic" and the "percentageWidth/height" is not working correctly because this command will cause the Panel stretch the full scene. Any suggestions here?

    Hello

    What effects is usually that they value explicit width and height of an element. This means that before you minimize the container, these values are not defined. When you reduce the container, the explicitWidth and explicitHeight are set. Normally, a provision or a container will size the component with setActualSize() or setLayoutBoundsSize(). It does not lock the component in an explicit state.

    Sometiems after effect of that speech.

    myComponent.width = NaN;
    myComponent.height = NaN;
    

    This will reset the explicit values Nan and force the component available to re-measure and setting page on based on her preferred sizes. In your case, before that happens the effect of reducing

    Mike

  • the SQL for apex 4.2 with 'apex_item.text' region report renders incorrectly

    In the APEX 4.2 page, I created region "report data.

    Type = "SQl query".

    'User interface'-> 'Template '=' area of reports.

    "Area Source 'is' select apex_item.text (1, '111') as double c1".
    The select query is actually much more complex, but generally simplified it is such, that it uses the function "select apex_item.text" construction HTML textfield.

    If I run in query Sql Developer
    select apex_item.text(1, '111') as c1 from dual;
    Then it results in:
    <input type="text" name="f01" size="20" maxlength="2000" value="111"  />
    But in APEX 4.2 the report is rendered thus:
    <td  headers="c1">&lt ;input type=&quot ;text&quot ; name=&quot;f01&quot; size=&quot;20&quot; maxlength=&quot;2000&quot; value=&quot;111&quot;  /&gt ;</td>
    ("for this forum poster correctly I had to put extra spaces between ' ' & gt ' and ';' and so on)

    And APEX 4.2 shows ugly html inside the cell of report/slot for me, showing characters/symbols ">". The reason is that APEX source HTML of the page has no symbol ">" but has "' & gt; '."

    The APEX 3 I have a similar query works fine, without such an anomaly.

    What attribute should I change in APEX 4.2 region to display the result of my query as needed?

    I need this 'apex_item.text' function, I can't remove it.

    Published by: CharlesRoos on 13.02.2013 15:28

    Published by: CharlesRoos on 13.02.2013 15:29

    Published by: CharlesRoos on 13.02.2013 15:29

    CharlesRoos wrote:
    In the APEX 4.2 page, I created region "report data.

    Type = "SQl query".

    ' UI '-->' model '=' area of reports.

    "Area Source 'is' select apex_item.text (1, '111') as double c1".
    The select query is actually much more complex, but generally simplified it is such, that it uses the function "select apex_item.text" construction HTML textfield.

    If I run in query Sql Developer

    select apex_item.text(1, '111') as c1 from dual;
    

    Then it results in:

    
    

    But in APEX 4.2 the report is rendered thus:

  • ("for this forum poster correctly I had to put extra spaces between ' & gt' and ';' and so on)

    And APEX 4.2 shows ugly html inside the cell of report/slot for me, showing characters/symbols ">". The reason is that APEX source HTML of the page has no symbol ' > ' but '& gt;'.

    The APEX 3 I have a similar query works fine, without such an anomaly.

    What attribute should I change in APEX 4.2 region to display the result of my query as needed?

    Make sure the column attribute display as for column C1 is Standard report column.

  • Problem with APEX_APPLICATION. G_F02 (i)...

    Hello

    I'm having problems with my report. I put an extra column with checkboxes in my report. The meaning of these checkboxes must send an e-mail to all employees who are activated. And it works. He sends me emails on the right. But I put data in my email that comes from the report itself. I also have a column with a list of selection based on a lov with the language of the employee.

    APEX_ITEM. SELECT_LIST_FROM_LOV (4, "TBL_WERKNEMERS". "LANGUAGEID", "lov_taalkeuze") 'LANGUAGE' "

    In the report, the employee's language is automatically selected in the select list and it works too. (I need a select list so that the user can change the language, if necessary, otherwise I could get it to my database). But when I want to my value to determine the language to use, it is not always fair. When I select all ranks, it works. But when I check for example that the first and the fifth line, then the first language is correct, but for the fifth line, it takes the value of the second row in my report (which has not been verified).
    That is how I call these values

    BECAUSE me in 1.APEX_APPLICATION. G_F01. COUNTING LOOP
    SELECT v_emailid FROM TBL_EMAIL where report = 'Test' and taalid = APEX_APPLICATION emailid. G_F04 (i);
    END LOOP;

    So I think that the values in my APEX_APPLICATION. G_F01 are right, because I get emails on the right. But the APEX_APPLICATION values. G_F02, APEX_APPLICATION. G_F03, APEX_APPLICATION. G_F04,... are not because I think that all the values are stored when I loop through them the value according to the variable 'i' is returned.
    Someone know how I can get the right value?

    Any help would be greatly appreciated.

    Bram.

    Hello

    The only way I can see that this work is have hidden instances of the EMPNO (or whatever the column that contains the user ID) and check these against the elements checked - the value of the check boxes would also EMPNO.

    For example: [http://apex.oracle.com/pls/otn/f?p=267:97]

    The SQL code for this is:

    SELECT EMPNO,
    ENAME,
    APEX_ITEM.HIDDEN(1, EMPNO) || APEX_ITEM.HIDDEN(2, ENAME) || APEX_ITEM.CHECKBOX(3, EMPNO) TEST
    FROM V_EMP
    

    ENAME and EMPNO are hidden as I want to use in the code in the process.

    and the code of the process is:

    DECLARE
     vSELECTED VARCHAR2(1000);
    BEGIN
     vSELECTED := ':';
     FOR x IN 1..APEX_APPLICATION.G_F03.COUNT
     LOOP
      FOR y IN 1..APEX_APPLICATION.G_F01.COUNT
      LOOP
       IF APEX_APPLICATION.G_F03(x) = APEX_APPLICATION.G_F01(y) THEN
        vSELECTED := vSELECTED || APEX_APPLICATION.G_F02(y) || ':';
       END IF;
      END LOOP;
     END LOOP;
     :P97_SELECTED := vSELECTED;
    END;
    

    P97_SELECTED shows just the ENAME values for checked items. The code loops through the checkboxes and then loops through the hidden elements of EMPNO - when it finds a match, it creates a string of the values of ENAME.

    Andy

  • Maybe you are looking for

    OwnerTable NamePartition NameSubpartition NameStart TimeEnd TimeDuration
    DWHADMIN CPO_LOAD_STATISTIC - - 10.01.13 21:00:37 10.01.13 21:00:04 +000000000 00:00:33.346524
    < ;input type=" ;text" ; name="f01" size="20" maxlength="2000" value="111" /> ;