Model cards: card Link in classic report

nolink.PNGlink.PNG

Question: After you add the link to the first column, which is the card_title there is a line that appears just above the tag, how to remove it.

Report Type: Classic

Model: cards

ApexVer: 5.0.2.00.07

example sql:

SELECT 'APPLE' card_title, 'IPAD' card_text, card_subtext 13684 FROM DUAL;

Thanks for the help.

Kumar wrote:

Question: After you add the link to the first column, which is the card_title there is a line that appears just above the tag, how to remove it.

Report Type: Classic

Model: cards

ApexVer: 5.0.2.00.07

example sql:

SELECT 'APPLE' card_title, 'IPAD' card_text, card_subtext 13684 FROM DUAL;

The intention that is the model of maps (report or list) for all the card be used as a link. The link element is included in the model of the card, with the URL target is defined by the query of the column in the report (or list) CARD_LINK.

If the target is another page of the APEX, to generate the URL required in the query with aliases CARD_LINK, of the column using the apex_util.prepare_url if the session state protection is in use.

Tags: Database

Similar Questions

  • can a column of 'link' (classic) report trigger a dynamic action?

    In order to avoid a complete package and following flicker,

    can the link associated with a column of the classic report

    somehow trigger a dynamic action?

    Something along the lines of

    1. run few PL/SQL (some parameter passing along)
    2. refresh a page region to reflect the changes brought about by the (1)

    In practice, I have a page that emerges already, master/detail

    with the need to manage another set of detail records.

    I can collect a bunch of fields that are not related to the db.

    and generate an insert + update via a button 'Add '.

    Then the report containing the details is updated

    provide visual feedback that a new record has been added

    Indeed, with a column 'delete '. The integrated link is

    currently a javascript that saves the underlying m and

    Removes the secondary details, but it involves a shipment

    and refresh the entire page. It can be avoided?

    (running apex 4.2.1)

    You can use the onchage event to create your dynamic action. Make sure that there is a hidden page element (value not protected). From your link to classic report column, set the value of the page element hidden by using the JavaScript API $s () that will trigger the dynamic action of the onchange event.

    javascript:$s('P1_HIDDEN_PKEY_ID',#ROW_PKEY#);
    

    Thank you!

    JMcG

  • Bad SD card format has been reported on Satellite P200 - Vista 32 bit

    The player card on my laptop seems to have stopped working. I checked the Device Manager and there is no warning in there. I reinstalled the Flashmedia driver just to be sure and rebooted but still no joy.

    The map seems to be recognized to some extent as Windows Explorer shows 'SD Card (f)', but in the management of the computer-> Storage-> disk management F: appears as 23,78 GB of unallocated space... which is rather strange, because it's a 1 GB SD card.

    The only major updates (other than Windows Update), I've done since Christmas (when I finally remember how the map works) was to install the update of the BIOS 2.50 a.,

    Anyone know of any issued with this BIOS version and card readers?

    Sorry buddy but I don t see any SD card problems!
    The SD card has been recognized in windows (My Computer) and seems to work correctly. The size of the SD card seems to be reported wrong
    Is this good?

    I recommend to format the SD card using the Toshiba tool (if pre-installed) and then you can check the size of SD card in the SD card properties.

    Greetings

  • How do you add additional text boxes to a model card in MEA Mobile?

    How do you add additional text boxes to a model card in MEA Mobile? There are only three areas of default text of article metadata. I need to add 4 or 5 separate metadata text boxes to my card.

    Thank you.

    Here is a screenshot:

    aemQuestion.png

    You are allowed only three lines of metadata. However, you can add several fields of metadata for each line, like this:

    {{Title}} by {{author}}

    {{Summary}}

    {{Department}}, {{category}}

  • First group title below displays under the column headers using the model 23 classic report with the help of repeat titles on break

    Hello

    I am migrating an application from 3 APEX APEX 4.2 on a thing I noticed with the classic reports when I put them in the model 23, it's that the first section break has break notch under the headings of columns for this section of line while the remaining lines properly have it display above the headers on the subsequent sections of group.


    When I look at firebug code I saw that all the tables but the first, the break line is included in the last line of the previous table, so I can see how it did not work for the holidays since.

    I have tow questions.

    1. is it really intentional because it seems not terribly elegant and my users to zero immediately above as a perceived bug.

    2. is there a reasonable job around always use headers repeat on break? I have multiple reports on the same page in places so switch to interactive reports is not a quick fix for me in this case.

    Example of a question can be seen at apex.oracle.com at home

    Thank you

    Brad

    Roadling wrote:

    Hello

    I am migrating an application from 3 APEX APEX 4.2 on a thing I noticed with the classic reports when I put them in the model 23, it's that the first section break has break notch under the headings of columns for this section of line while the remaining lines properly have it display above the headers on the subsequent sections of group.

    1. is it really intentional because it seems not terribly elegant and my users to zero immediately above as a perceived bug.

    The Standard report template definition in issue 23 contains thead and tbody elements:

    Before the column header

    
    

    Column title template

    #COLUMN_HEADER#
    

    After the title column

    
    
    

    After the lines

    
    
    
    
    
    
    #PAGINATION#
    
    
    
    

    This is intentional, the best practice for marking up HTML tables. What is not expected is the problem that arises when this model is used with the break of repeat titles on break formatting option. The repeated headings result table consisting of soup of tags containing several poorly constructed tbody and thead, which is not valid elements.

    2. is there a reasonable job around always use headers repeat on break? I have multiple reports on the same page in places so switch to interactive reports is not a quick fix for me in this case.

    Create a copy of the report model Standard in Standard (break formatting) for use with reports of the break, remove the thead and tbody definitions of template tags and the breakdown of the reports to use the new model of change. (Or, if you use mainly break reports using the Standard template, keep the tags in the copy and remove them from the original in order to minimize the number of reports, you need to change.)

    Personally, I would create a report model of line custom to break complex reports in order to be able to have complete control over the structure and presentation.

  • We can pass values when links between a classic report column?

    Version 4.2.1 (blue generator)

    Hello

    I have a classic report in which I have a hyperlink column, using standard link in the report parameters. Because we can also pass on values to the page that opens the linked report. However, I noticed when I display the window for the value to pass, it lists only the #XY # content of the report. Lets say, I created the link on page 1 which, once clicked Open Page 2.

    I want to change the value of: P1_PERIOD to: P2_PERIOD

    We cannot only via the link? If I just put the value in Item1 as P2_PERIOD and fill it with: P1_PERIOD, that wouldn't work?

    Thank you
    Ryan

    ryansun wrote:
    Version 4.2.1 (blue generator)

    Hello

    I have a classic report in which I have a hyperlink column, using standard link in the report parameters. Because we can also pass on values to the page that opens the linked report. However, I noticed when I display the window for the value to pass, it lists only the #XY # content of the report. Lets say, I created the link on page 1 which, once clicked Open Page 2.

    I want to change the value of: P1_PERIOD to: P2_PERIOD

    We cannot only via the link?

    Yes, you can, but not by using this syntax.

    If I just put the value in Item1 as P2_PERIOD and fill it with: P1_PERIOD, that wouldn't work?

    No, : P1_PERIOD refers to the item using the notation variable bind. It is only for use in SQL and PL/SQL within the APEX contexts. Elsewhere in the APEX (HTML source, the links and the branches etc.) you refer to element values using the static text substitution:

    &P1_PERIOD.
    

    (Note the end point).

    Put P2_PERIOD in the item 1 name and & P1_PERIOD. in value.

  • How to create dynamic action of the link column in the classic report

    I have an apex page to display a modal window using jquery. In the modal window, I have a classic report with a column of link I want to capture its click event.
    I thought I could create a dynamic action with selection of type = jquery selector. Not sure if I need to do anything on the link column and do not know the syntax
    jquery selector. Would appreciate help or direction?

    Always zip code using .

    ...\
    

    tags as described in the FAQ.

    I created a region of report with the following query:

    Select empno, ename, 'SELECT' from emp
    where (ename like '%'||ltrim(rtrim(:P2_SEARCHPU))||'%'
    or :P2_SEARCHPU is null)
    

    There is no alias specified for the "SELECT" column, Oracle uses so the content of the column as a default alias. It comes

    'SELECT'
    

    Instead of

    SELECT
    

    The necessary jQuery selector would be:

    td[headers="\'SELECT\'"] a
    

    However the need to release the single quote everywhere is a ticking time bug. SELECT an Oracle reserved word means use it as any type of identifier is either too smart.

    You should always use a valid Oracle identifier as an alias explicit when a column contains a literal value or a complex expression:

    select
        empno
      , ename
      , 'SELECT' link_text
    from
        emp
    where
        (  ename like '%'||ltrim(rtrim(:P2_SEARCHPU))||'%'
         or :P2_SEARCHPU is null)
    

    APEX will use the column alias LINK_TEXT as the ID attribute of the column header and the cells in the column will reference it in their headersattributes. The jQuery selector is:

    td[headers="LINK_TEXT"] a
    
  • How can I get the classic report value when I click on the record?

    Hi all

    I have a simple classic report and I want to get the empno when I click on record. For example, when I click on record 1, and I'll go '7369', if I click on the 3 card, and I'll go '7521'. How can I do this? Please help, thanks!

    Hi jane.kuang,

    Jane.Kuang wrote:

    Thank you very much!!! Your message is useful for me. But this javascript has something wrong. When I click on the first time, the empno appears only once, but when I click on the other record, empno appear twice, and I click on the third time, it appears three times... I'm new to JS, I don't know how to fix it. Thank you!

    Use instead the dynamic action to that effect.

    Here are the steps:

    • Change your region classic report-> section 'Attributes'-> 'ID' static-> give an id say myempregion static
    • Create a dynamic action with the following attributes:

    Event: click on

    Selection type: jQuery Selector

    jQuery Selector:

    #myempregion table.uReportStandard tbody tr
    

    Action: Run the JavaScript Code

    Code:

    var empno = $(this.triggeringElement).find('td[headers="EMPNO"]').text();
    alert(empno);
    $('#P21_X').val(empno);
    

    Items concerned: keep it unselected

    • Change once created, your dynamic action-> go to section 'Advanced'-> set 'Extended event', 'dynamic'.

    This will fix the following in the code of the Para:

    • The jQuery Selector used by Para to trigger the click event is bad. This will fix the multiple alerts.
    • Para code won't work on loading the page, but if there are many rows in the table and pagination for the report is in place, and then when you paginate your report, it will not work. But it will work with dynamic action 'Scope of the event' the 'Dynamic' value even when you paginate the report.
    • Finally, most of the dynamic interactions page must be converted to dynamic actions, this will help the maintainability of the code, instead of stacking the javascript in your page.

    Kind regards

    Kiran

  • Header fixed classic report

    Hello

    I currently develop an apex application that contains a lot of data within different classic reports. The goal is to reach a fixed header in each report that scrolls vertically and horizontally without disappearing.

    The apex is on Version 4.2.4 and the report model Standard (ch-Headers) is not format the report correctly - if this isn't an option atm.

    "In my custom template, he tried to create a cloned when scrolling header which was ' position: fixed '-it wasn't as successful because the cloned header were on the top of the page and the duplication of the report.

    I have seen a lot of examples, but did not get one of them to work properly in the latest version of the Apex.

    Maybe some of you that this works or have some advice for me.

    Thank you.

    KD

    Hello

    You can find the link to download the sample of this blog

    http://dbswh.webhop.NET/Apex/f?p=blog:read:0:article:303800346302715

    Kind regards

    Jari

  • Help with an Export on a classic report 4.2.5.00.08

    Version: 4.2.5.00.08

    Hello

    I have a classic report using Break formatting (on the first column). When the report is exported, for example, if there are 3 lines that are in this group only the first cell is filled and the other 2 are NULL.

    Like this:

    rpt.jpg

    Users than the State of export, like this:

    rpt2.jpg

    One way to do that was to create a second report without breaking formatting set and fix the terms at a time so that when the "Download" link has been activated the second report, the report without breaking format, would go and download.

    My problem is that I forgot how to set the conditions for that to happen.

    Can someone help me to implement?

    OR

    Now is a way to get the formatting AND data in all cells?

    Can what information I provide?

    Thank you

    Joe

    Joe R wrote:

    I have change the post when you have you answer. A question arose, the download can cause all the filled cells AND formatting break?

    Lol you would perform the calculations super aggregate in the report of export SQL using GROUPING SETS or CUMULATIVE instead of APEX report put break in shape.

  • 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

  • How to extract values of classic report column in the text element

    Hi all

    I've created a classic report (select id, name,' < input type = "button" value = "add" id = "add" name = "add" > "as" add details "details ;) with a single column as column values want link.i in the text element when I click on the link of that particular record of the report)

    (1) in the link this link column property I've specified the URL as [javascript:insert_in_table(#ID#,#NAME#)]

    (2) text two article P_ID, P_NAME

    (3) in the header of the page, I've specified as javascript

    < script type = "text/javascript" >

    function insert_in_table (id, name) {}

    var regId = ' #detail #'.substr (1);

    var req = new htmldb_Get (not null, $v ('pFlowId'), 'APPLICATION_PROCESS = add', $v('pFlowStepId'));

    Req.Add ('P_ID', ID);

    Req.Add ('P_NAME', Name);

    forced. GetAsync (function () {}

    If {(p.readyState is 4)

    $a_report (regId);

    }

    });

    }

    < /script >

    (4) created a (add) process whose point: on demand, run this process when requested by ajax

    pl/sql: insert into name_detail (id, name) values (: P_ID,: P_NAME)

    now the problem is I m not getting the values of column in the report in the text element, it only shows white.

    Kind regards

    Ketan

    Hello Ketan,

    Assuming that you want to insert the values into the table, this is why you want to set values for the element,

    If this is the case, then no need to define values for the element to insert.

    Follow the steps below, it is one of the embodiment of your condition.

    Step 1: Put the code below in your classic report query

    assuming that the id is of type number and the name is of type varchar, that's why I am attaching the name to apostrophe, see line 3

    select id
         , name
         , ''  as "Add to detail"
    from detail
    

    Edit 'Add details' column-> column attributes-> view-> column of Standard report

    Step 2: Create a process in the processing of the Page

    Name: INSERT_DATA

    Address the point: on demand, run this process when requested by ajax

    Process: putting the code below

    Declare
      P_ID number ;
      P_NAME varchar2(50);
      Begin
          P_ID   := apex_application.g_x01;
          P_NAME := apex_application.g_x02;
          insert into name_detail(id,name) values (P_ID,P_NAME);
    End;
    

    Step 3: Create a java script function to call your insert ajax process.

    Change the Page-> the function and the global variable declaration-> put the code below

    function insert_in_table(id,name) {
      apex.server.process ( "INSERT_DATA", {
          x01: id,x02: name
      }, { success: function( pData ) { }
      });
    }
    

    Hope this helps you,

    Kind regards

    Jitendra

  • How to delete the record from the classic report?

    Hi all

    I am currently working in the APEX 4.2.5.

    I did a classic report and I want to click on the link 'delete' to remove the record.

    But how can I do this?

    Thanks in advance

    See this recent thread on the forum: https://community.oracle.com/thread/3687421?start=0&tstart=0

    Thank you

    Tony Miller
    Software LuvMuffin
    Ruckersville, WILL

  • Column width classic report apex 5.0

    Hello

    Using the latest version of the Apex

    version: 5.0.0.00.31

    Information of the database: Oracle Database Enterprise Edition Release 12.1.0.2.0 12 c - 64 bit

    Theme: Universal Theme,

    Models Page and the region: Standard

    I wanted to know what is the correct way to set the width of a column on a classic report in the new theme.

    I have two columns in the classic report and uses the form fields Stretch on model options in region I need the report to take the entire length of the region.

    I want to control the width of the first column to take less bandwidth. Currently, each column is set to 50% each.

    Please provide your suggestions.

    Hi Madhu,

    Go to the Page attribute

    under CSS-> Inline-> put the code below

    td[headers="JOB"] {
        width: 200px !important;
    }
    

    Here, instead of WORK put the column heading that you want to increase the width

    Kind regards

    Jitendra

  • Display image in a classic report on a public page

    Hello

    I developed a public page where I want the list of items from a view. It must be a classic report because of the template I want to use later.

    The query is executed with the typical HTML structure:

    Select "ARTI_ID."

    "ARTI_BESCHREIBUNG,"

    "ARTI_PREIS,"

    "ARTI_PORTO,"

    decode (nvl (dbms_lob.getlength ("ARTI_BILD"), 0), 0, null,)

    "< img style =" border: 4px solid #CCC; " -moz-border-radius: 4px; -webkit - border-radius: 4px; » '||

    "src =" "| apex_util.get_blob_file_src ('P3_ARTI_BILD', "ARTI_ID") |' "height ="75"width ="75"alt ="Bild"title ="Bild"/ >") "ARTI_BILD" "

    of ' #OWNER # '. " TRAN_ALLE_ARTIKEL_V ".

    WHERE 'ARTI_IST_GUELTIG '=' J '.

    I used this query in an interactive report without problem on a page with authentication. Of course, I edited the page ID in the P3_ARTI_BILD element

    Now, how can I manage it works?

    The application runs on apex.oracle.com over 5 APEX.

    Greetings

    Steven

    He solved. Still don't know what the error was, but everything works fine. This link helped me: Re: Confusion with get_blob_file_src

Maybe you are looking for

  • Equium L20-197 to control the Volume

    HI peeps, I have a problem with my laptop Equium L20-197 of comrades. When it boots into windows, you get a warning message indicating the canoe access volume control. There is no volume control icon in the taskbar, and I also noticed that in the pro

  • Impossible to install factory default on Equium L40 recovery system

    I'm trying to run a system recovery. Restart by pressing F8, I click on repair computer, select keyboard as UK and press ok. He then asks for butnit administrator password allow me to enter my password. He said: "your account has been disabled. See y

  • G550 - shortcuts no longer work

    Forgive if I am posting this in the wrong place. Please advise if I should post this elsewhere. I have a G550, and it's been great. But today, all my shortcuts to my apps stopped working. 2 questions/examples: (1) if I try to run a web browser from m

  • used migration to transfer the sp3 of xp to new macbook pro; need activation code; prior pc is a Dell, no code no disc

    I used the migration to transfer windows xp sp3 to my new macbook pro, and when I try to activate xp by calling the automated number and entering the ID that was provided to me, he would not give me an activation code.  I don't have a disc or a writt

  • Windows Media Player 'page not found' and .wax files

    Accidentally, I posted this in the Windows 7 forum, please excuse the double post: Your help is greatly appreciated. I have problems when you try to play Windows Media Player/Media Guide/Internet Radio. When I chose 'listen' for a station, I get a bo