APEX 5 - report Classic - line limitation cards theme?

Hi Experts,

I would use the new theme of CARD in the universal theme of the APEX.

I want to show 20 records in 4 lines and 5 columns.

(1) create report-> OK

2) replace by maps model + columns of reports used for substitution-> OK

(3) option model to 5 columns-> OK

(4) there are only 15 cards shown due to the number of lines is set at 15. I changed it to 50, but he has yet indicated only 15 of them.

(6) I have made to change the type of paging: No. Pagination (display all lines)-> always 15 boxes.

Is there a limitation for the model of card show a maximum of 15 cards per region report page?

I have created example on apex.oracle.com.

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

Login: demo

Pass: demo

component settings:

2015-06-22_125620.png

Concerning

J

jozef_SVK wrote:

Hi Experts,

I would use the new theme of CARD in the universal theme of the APEX.

I want to show 20 records in 4 lines and 5 columns.

(1) create report-> OK

2) change of model cards + columns of reports used for substitution-> OK

(3) model option set to 5 columns-> OK

(4) there are only 15 cards shown due to the number of lines is set at 15. I changed it to 50, but he has yet indicated only 15 of them.

(6) I have made to change the type of paging: No. Pagination (display all lines)-> still 15 boxes.

Is there a limitation for the model of card show a maximum of 15 cards per region report page?

I have created example on apex.oracle.com.

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

Login: demo

Pass: demo

component settings:

Pagination settings are cached for the duration of the session. After modification of the line in the attributes of report parameters, log off, restart the browser and connect again or manually re - ask the page in the browser's address bar, adding 'RP' in the ClearCache position in the URL.

Tags: Database

Similar Questions

  • APEX 4.1 classic number of unrecognized state lines

    APEX 4.1 classic report does not recognize the parameter Number of Rows. If I change the number of lines on a classic report, it continues to use the previous value. If the report was created with 15 as parameter and I change it to 25, he continues to show the 15. If I recreate this report and set it to 25 during the creation of the region, then it uses the 25 setting. Is this a bug or am I just missing something? I use the 4.1.0.00.32 version.

    Yes, we need a new session when you change this setting and probably all on the attributes page.

  • Report Classic - whole line links

    Hi all
    How can I make a link to the classic line of the report? But I want the line to have a link with certain parameters of one or two columns to set. When I click somewhere in the line, these one or two parameters to be set.

    Thanks in advance!

    You don't mention what version of Apex you use. If you are in 4.0, this can be done easily using dynamic measurements.

    Here's an example http://apex.oracle.com/pls/apex/f?p=24317:92

    A DA who looks like this http://screencast.com/t/djyAG6F4WFM

    The first REAL action (start loading the page) change the cursor style to indicate that the line is clickable http://screencast.com/t/Z3YIXo6c

    The other makes redirection http://screencast.com/t/jHMtyDwK8lM in the example it is just displays a warning message, but you can change it to pass in all the settings you need and build the location.href to redirect to.

  • APEX 4.2 classic report when more data found message

    Hello

    Has anyone used report classic message "Times more data found" APEX 4.2?

    I did not get this message illustrated using any report model or any report parameter.

    Need to add a few report template substitution strings?

    It would be great if someone could share example how this message should be used.

    Kind regards
    Jari

    Hi kvlek,

    Thank you

    Could you please share steps how you did it in apex.oracle.com?

    Kind regards
    Jari

  • Open the report classic on average page / registration

    Hello

    I'm under Apex 5.0.3 on Oracle 12 c.

    I have a report classic that will always return 100 records with record 51 being that the user is likely to be more interested. I would like so open the report view this intermediate page. Before the Apex 5 I used $a_report but this code no longer works, and in all cases, I have to use a method of support.

    Is there a way to do this, perhaps using dynamic Actions, JQuery or another method?

    Thank you

    Chris

    phillips_chris wrote:

    I'm under Apex 5.0.3 on Oracle 12 c.

    I have a report classic that will always return 100 records with record 51 being that the user is likely to be more interested. I would like so open the report view this intermediate page. Before the Apex 5 I used $a_report but this code no longer works, and in all cases, I have to use a method of support.

    Is there a way to do this, perhaps using dynamic Actions, JQuery or another method?

    For reasons, I do not understand there is no way documented and supported to customize the reports beyond paging parameters available in report attributes and the very limited support for editing report models.

    The following work APEX 5.0 using the theme universal but is far from be supported, elegant and efficient. Add this script to report property Footer area:

    
    

    This awkward approach is necessary because paging is driven using the internal region ID, and the foot of the region is one of the few places that the substitution #REGION_ID # container string these are accessible during execution to obtain the desired value.

    Add a dynamic loading of page action to call the function when the page is loaded (it is possible to run the code of paging directly from the foot of the region, but I'd rather have the DA visible to indicate that there is something unusual is happening on the page...).

    Event: Loading the page

    Action: Run the JavaScript Code

    Code

    // Call function defined in region XXX footer due to dependency on REGION_ID substitution string
    area51();
    


  • Interactive report - no line scratched?

    Hello!

    I use the last 5.0 APEX.


    Is it possible to turn on 'striped lines' to interactive reports?

    of course, in the classic reports it is defined as standard.

    Thank you!

    Best regards

    Janek

    JanekLeibi wrote:

    I use the last 5.0 APEX.

    What user interface? Theme? Style?

    Is it possible to turn on 'striped lines' to interactive reports?

    of course, in the classic reports it is defined as standard.

    If you use the new universal theme (42), then proceed as follows.

    • Go to a page of IR in your application.
    • Click the Thème Roller on the developer toolbar.
    • Expand the CSS custom section.
    • Add these custom style rules:
    .a-IRR-table tr:nth-child(odd) td {
      background-color: #fafafa;
    }
    .a-IRR-table tr:nth-child(even) td {
      background-color: #ffffff;
    }
    .a-IRR-table tr:hover td, .a-IRR-table tr:nth-child(even):hover td {
      background-color: #f0f0f0;
    }
    .a-IRR-table tr:hover td, .a-IRR-table tr:nth-child(odd):hover td {
      background-color: #f0f0f0;
    }
    
    • The page will automatically preview changes. Adjust the colors to suit your needs,
    • Click on record under and type a name for the style of custom theme.
    • Topic close Roller

    Edit: Simplified the selectors and the added row highlighting in the overview.

  • report Classic select value of the element to set another point/region on the same page

    1.I have classic in the area of form, reportthe user must select online (single or multiple) box/radio classic report these lines to set another region (query are same with selected element only). but when we save the values selected as a delimited values (1:2:3:5) in an item (P9_TO_MOVE_ITEM).

    How can get the report? I mean the where condition. If any other way to do it?

    workspace: ram_r & d

    username/password: aramani/apex

    application: https://apex.oracle.com/pls/apex/f?p=29288:9

    Hi, thanks. its working fine.

    1. add values as shuttle (P9_TO_MOVE_ITEM) items in the form box, that will store in 1:2:3:4 of database column values

    Then add the new report with the following classic area.

    WITH delimited AS (SELECT  REPLACE(:P9_TO_MOVE_ITEM,':', ':') vals FROM DUAL)
    SELECT *
      FROM emp, delimited
    WHERE INSTR (':' || delimited.vals || ':', ':' || deptno || ':') > 0;
    
  • ORA-20987: APEX - interactive report region does not exist in the application

    ORA-20987: APEX - interactive report region does not exist in the application

    I'm trying to get the query of an international registration (interactive report) on a specific page in my application.

    The code I am using is thesi:

    create or replace function get_report_query (nPage_id number)

    return varchar2

    as

    l_report apex_ir.t_report;

    l_query varchar2 (32767).

    l_list varchar2 (32767).

    number of nRegion_id;

    number of nIR_id;

    OWA.vc_arr nm;

    VL owa.vc_arr;

    BEGIN

    SELECT region_id

    IN nRegion_id

    Of apex_application_page_regions

    WHERE application_name = "E-BRIL.

    AND page_id = nPage_id

    AND source_type = "interactive report";

    nIR_id: =.

    apex_ir.get_last_viewed_report_id (p_page_id = > nPage_id,)

    p_region_id = > nRegion_id);

    NM (1): = "DUMMY_JUST_TO_SET_UP_OWA_UTIL";

    VL (1): = 'WHATEVER ';

    OWA.init_cgi_env (nm.count, nm, vl);

    l_report: = APEX_IR. () GET_REPORT

    p_page_id = > nPage_id,

    p_region_id = > nRegion_id,

    p_report_id = > 0);

    l_query: = l_report.sql_query;

    because me in 1.l_report.binds.count

    loop

    l_list: = l_list | i||'. '|| l_report. Binds (i) .name | » ='|| l_report. Binds (i) .value;

    end loop;

    Return l_query;

    end;

    /

    I want to get the query of the IR on my page 3. And I run;

    get_report_query (3)

    That's what I get:

    ORA-20987: APEX - interactive report region does not exist in application, page 3 and 1278226325207011749 region. -Contact your administrator of the application.

    ORA-06512: at "APEX_040200.WWV_FLOW_ERROR", line 630

    ORA-06512: at "APEX_040200.WWV_FLOW_ERROR", line 911

    ORA-06512: at "APEX_040200.WWV_FLOW_WORKSHEET_UTIL", line 33

    ORA-06512: at "APEX_040200.WWV_FLOW_WORKSHEET_UTIL", line 55

    ORA-06512: at "EBR_OWNER. GET_REPORT_QUERY', line 19

    The regio_id seems ok, because when I ask this region_id of apex_application_page_regions, id 1278226325207011749 is returned.

    Page 3 is also correct.

    I tried to follow Denes Kubicek his blog (Denes Kubicek ApEx BLOG: interactive report query is).

    What I'm doing wrong here?

    We use the Apex 4.2.

    Thanks in advance.

    Reg,

    Chris

    1717220 wrote:

    Please update your forum profile with a recognizable username instead of "1717220": Video tutorial how to change username available

    ORA-20987: APEX - interactive report region does not exist in the application

    I'm trying to get the query of an international registration (interactive report) on a specific page in my application.

    The code I am using is thesi:

    create or replace function get_report_query(nPage_id IN number)
    return varchar2
    as
    l_report  apex_ir.t_report;
    l_query  varchar2(32767);
    l_list  varchar2(32767);
    nRegion_id number;
    nIR_id number;
    nm  owa.vc_arr;
    vl  owa.vc_arr;
    BEGIN 
    
        SELECT region_id
        INTO nRegion_id
        FROM apex_application_page_regions
        WHERE application_name = 'E-BRIL'
          AND page_id = nPage_id
          AND source_type = 'Interactive Report';
    
        nIR_id :=
          apex_ir.get_last_viewed_report_id (p_page_id        => nPage_id,
                                            p_region_id      => nRegion_id);
    
        nm(1) := 'DUMMY_JUST_TO_SET_UP_OWA_UTIL';
        vl(1) := 'WHATEVER';
        owa.init_cgi_env( nm.count, nm, vl );
    
        l_report := APEX_IR.GET_REPORT (
                        p_page_id  => nPage_id,
                        p_region_id => nRegion_id,
                        p_report_id => 0); 
    
        l_query := l_report.sql_query;
        for i in 1..l_report.binds.count
        loop
            l_list := l_list||i||'. '||l_report.binds(i).name||'='||l_report.binds(i).value;
        end loop;
    
    return l_query;
    end;
    

    I want to get the query of the IR on my page 3. And I run;

    get_report_query (3)

    That's what I get:

    ORA-20987: APEX - interactive report region does not exist in application, page 3 and 1278226325207011749 region. -Contact your administrator of the application.

    ORA-06512: at "APEX_040200.WWV_FLOW_ERROR", line 630

    ORA-06512: at "APEX_040200.WWV_FLOW_ERROR", line 911

    ORA-06512: at "APEX_040200.WWV_FLOW_WORKSHEET_UTIL", line 33

    ORA-06512: at "APEX_040200.WWV_FLOW_WORKSHEET_UTIL", line 55

    ORA-06512: at "EBR_OWNER. GET_REPORT_QUERY', line 19

    The regio_id seems ok, because when I ask this region_id of apex_application_page_regions, id 1278226325207011749 is returned.

    Page 3 is also correct.

    I tried to follow Denes Kubicek his blog (Denes Kubicek ApEx BLOG: interactive report query is).

    What I'm doing wrong here?

    We use the Apex 4.2.

    The '0' in line 31 should be "nIR_id".

    What is the purpose of the lines 24-26?

  • Remove all lines and insert them into Oracle can make performance worse?

    I m working in a project that I need to make a batch update regularly (every 4 months) of excel files. These files have doesn´t excellent key in their ranks.

    The development of a code that deletes all lines and inserts the entire base again is easier than one who checks in all the ranks of its primary key and if necessary update. (sometimes may be a key to 5 columns).

    My question is: if I delete all the rows in the tables of the insert it again, it will cause tablespace fragmentation and in a future loss of performance?

    Is there a way to avoid this?

    Thanks in advance

    Alexander

    This response helped me a lot.

    Thank you all

    Remove all lines and insert them into Oracle can make performance worse? -Stack overflow

  • How to find the path of reports to PDF and send them via JAVA?

    Hi expert,

    We have created many reports of OBIEE, how to find the way of reports to PDF and send them via JAVA?
    Catalog/shared /..., but it is a binary file that is not sent to the customers.

    Hey kobe,.

    You can try this:

    http://satyaobieesolutions.blogspot.com/2012/07/setting-up-iBOT-to-save-report-to.html

  • change the color of line based on the value of column 5 Apex in the classic report

    Version of the apex 5.0.0.00.31

    Standard universal theme

    Page theme default template

    Classic report

    Foldable report template

    Hello

    I know this question has been asked several times here, but I'm working on 5 Apex and need to know the correct way to do it in this version.

    I need to change the color of the text of the entire line (no background color) based on the value in one of the columns of the classic report. I have just two conditions, if the value of column = Yes, color should be red, otherwise it must be green.

    I am new to jscript and css, so appreciate if someone can tell me the solution with steps.

    I have already checked this link that changes the value of the column, need to do something similar to the whole line.

    https://tylermuth.WordPress.com/2007/12/01/conditional-column-formatting-in-apex/

    Hi coolmaddy007-Oracle,.

    Here's an example set up on the apex.oracle.com according to the specifications you gave: https://apex.oracle.com/pls/apex/f?p=35467:1

    Version of the apex 5.0.0.00.31

    Standard universal theme

    Page theme default template

    Classic report

    Foldable report template

    Here is how it is done:

    Create a dynamic action with the following specifications:

    Name: Give the appropriate name

    Event: After refresh

    Selection type: region

    Region: select your region classic report

    Condition: No strings attached

    Action: Run the JavaScript Code

    Fire on loading the Page: Yes

    Code:

    $('td[headers="JOB"]').each(function() {
      if ( $(this).text() === 'MANAGER' ) {
        $(this).closest('tr').find('td').css({"color":"red"});
      }
      if ( $(this).text() === 'SALESMAN' ) {
        $(this).closest('tr').find('td').css({"color":"green"});
      }
      if ( $(this).text() === 'CLERK' ) {
        $(this).closest('tr').find('td').css({"color":"blue"});
      }
    });
    

    NOTE: Download the selector appropriate for your knowledge $('td[headers="JOB"]') case using firebug/browser development tools.

    Items concerned: leave blank.

    PS: Changed the example to change the color of text instead of the background color.

    I hope this helps!

    Kind regards

    Kiran

  • Report Classic - Condition evaluated for each line

    APEX 4.2.2

    I see something strange in a classic report area. A report began to fail at runtime with a strange error of incorrect syntax. When I run the page in debug mode, I see the following

    Print column headers

    loop lines: line 30 (s)

    ... Run the statement: begin wwv_flow.g_boolean: = "is not null;

    end;

    ...... Result = false

    ... Run the statement: begin wwv_flow.g_boolean: = "is not null;

    end;

    ...... Result = false

    ... Run the statement: begin wwv_flow.g_boolean: = ' embedded string with a 'apostrophe' is not null;

    end;

    ...... Result = true

    It seems that the APEX engine evaluates a Boolean expression after rendering and each row in the report. And for some strange reason, it is using a piece of data from the result set of the query and is not due to bad syntax introduced by the single quotation mark in the string.

    I have never seen it before. Any idea what's going on?

    Thank you

    Hi Vikas

    Report template customized with the models of the conditional row/column?

    (Sorry for the brevity of the answer but I just get on a plane...)

  • How to put the checkbox in the classic report header line?

    Hello

    I have a classic report that has an element of control as the first column. I would like to put an element of the checkbox in the header, line when what it is supposed to set the element of the checkbox in all State lines. Something like in components shared APEX / links / edit the grid.

    Is this possible to do? TIA.

    Tamas

    Hello

    See for example this post
    Re: Form to check all the header checkbox

    Kind regards
    Jari

  • APEX 5.0 - Classic - text not populated by LOV option report suggested a link

    Hi Experts,

    I created a few new classic reports in my application. I want to connect column to redirect to another page.

    When I change the Type of the column to the 'link' and add the page target and Link Text is necessary.

    When I press the button of the suggestion, it shows #COLUMN_NAME # and other things that I have used before for this column.

    But when I press one of the option with the click of a button, nothing is stuck int the link text field. I do complete manual.

    It is not full of LOV only if you do it for the first time — assign the text of the link.

    the same apex.oracle.com of samples. (but a simple statement such as select 1 test double).

    2015-05-27_143517.png

    Concerning

    J

    Hi Jozef,

    Yes it is a problem in the designer of the Page listed in our Application Express 5.0.0 Known Issues currently under

    20729435 interactive report column text property quick pick link does not set the value

    Concerning

    Patrick

  • Search option for the report classic apex

    Hi, required Express 4.2.2.00.11.

    I have a classic report options and research. My question is how a search field in the form "ABC"? If I search "ABC" without space he wanted, but with a space as 'ABC', then nothing happens. Message "No data found" come.

    Please let me know?

    Thank you very much

    RI


    Hi, I realized as follows. I just added rtrim.

    where (instr (rtrim (upper (table1.column1)), superior (rtrim (:P16_search))) > 0);))

    Thank you very much.

Maybe you are looking for