Adding more Values to the Column Link in Apex

Hi,
Is there any possibility of adding extra or more values to the column link in Apex. I already have 3 Column Name and Values linked to a different report.
Eg:-
Column Link:
Link Text : #COUNT#
Name       Value
DATE #DATE#
PRICE #PRICE#
COST #COST#
I want to add one more Name like 'ID' and corresponding and Value #ID#.
Please Help...
Thanks in Advance..
Edited by: user13561710 on Jan 10, 2011 9:20 AM
Edited by: user13561710 on Jan 10, 2011 12:34 PM

Thanks Varad,
But it didn't worked, The page has option to link only 3 values.
My Target is 'Page in this Application" not a URL.
I used your format and if you apply changes and come back the whole thing is dissappeared and even the link to page in application is inactive.
Is there any other way???
Thanks
Edited by: user13561710 on Jan 10, 2011 10:49 AM
Edited by: user13561710 on Jan 10, 2011 12:35 PM

Similar Messages

  • Calendar weekly view: unwanted nonbreaking spaces before the column link

    Hello,
    I have a column link in a calendar. In the weekly view, before the link text appears (specifically before the anchor element) multiple nonbreaking spaces are output. The more links I add to the calendar, the more spaces appear, so the links are all over the place in the cells. The HTML looks like
    td class="DefDay" valign="top" ... multiple-nbsp-tags-here ... anchor-element ... link-text
    Any ideas?
    regards,
    Malcolm.

    Hi Denes,
    Thanks for your quick reply. I have mailed you a screenshot of the corruption I am talking about. The whole page template is "application default". In the "Calendar Attributes" tab in that region, I have three options in the template combo-box: calendar, calendar alternative 1, and small calendar. None of those options have any effect on the column link display corruption. In the "Region Definition" tab. the user interface template is "reports region". I have tried a number of different templates there and none affect the corruption in the column-link display either. I'm using Theme "Modern Blue 20" and the template utilization screen off Shared Components says my calendar page is using a calendar template.
    regards,
    Malcolm.

  • ColumnChart color depending on the value of the column

    Hi,
    I'va been trying for 2 days to change the colors of columnseries in a columnchart and it is actually awful. I've tried to do it inline without custom itemRenderer but I quickly understood that it is impossible. I then looked on the internet, and found that it was maybe possible by creating a custom itemRenderer class, extending ProgrammticSkin and implementing IdataRenderer.
    I have tried but am not at all able to retrieve the value of the column inside the itemRenderer. Even more, the so called _chartItem is always null and never never carries anything from anyparent.
    I'm a bit exhausted of trying and getting this value, so if you have some idea, i'll be very grateful.
    Here is the code for my itemRenderer class:
    import flash.display.Graphics;
        import flash.geom.Rectangle;
        import mx.charts.ChartItem;
        import mx.charts.chartClasses.GraphicsUtilities;
        import mx.charts.series.items.ColumnSeriesItem;
        import mx.controls.Alert;
        import mx.core.IDataRenderer;
        import mx.graphics.IFill;
        import mx.graphics.IStroke;
        import mx.skins.ProgrammaticSkin;
        public class ColorRenderer extends ProgrammaticSkin implements IDataRenderer
            public function ColorRenderer():void
                super();
            private var _chartItem:ChartItem;
            public function get data():Object
                return _chartItem;
            public function set data(value:Object):void {
                _chartItem = value as ColumnSeriesItem;
                invalidateDisplayList();
            private static const fills:Array = [0xFF0000,0x00FF00,0x0000FF,
                0x00FFFF,0xFF00FF,0xFFFF00,
                0xAAFFAA,0xFFAAAA,0xAAAAFF];
            override protected function
                updateDisplayList(unscaledWidth:Number,unscaledHeight:Number):void {
                super.updateDisplayList(unscaledWidth, unscaledHeight);
                var g:Graphics = graphics;
                g.clear(); 
                g.beginFill(fills[(_chartItem == null)? 0:_chartItem.element.y]);
                Alert.show(_chartItem.index.toString());
                g.drawRect(0, 0, unscaledWidth, unscaledHeight);
                g.endFill();
        } // Close class.
    } // Close package.
    Thank you

    It worked, thanks
    Date: Wed, 21 Apr 2010 09:03:14 -0600
    From: [email protected]
    To: [email protected]
    Subject: Flex ColumnChart color depending on the value of the column
    Have you looked at doing per-item fills?
    http://help.adobe.com/en_US/Flex/4.0/UsingSDK/WS2db454920e96a9e51e63e3d11c0bf69084-7c3f.ht ml
    This feature lets you define a function that customizes chart item fills based on their values.
    >

  • Format the total value in the column of the graph table

    Hello all,
    I have a graph table and I need to format the total value in the column of the table.
    I am trying to find my table bean with the code below but it's not working in the processRequest. Is there anything else that should be done?
    // Get the graph
    OAGraphTableBean graphBean = (OAGraphTableBean)webBean.findChildRecursive("MyGraph");
    // Get the table
    OATableBean tblBean = (OATableBean)graphBean.findChildRecursive("MyTable");
    The tblBean is null in the processRequest. In the processFormRequest the tblBean is not null.
    Thanks and Regards,
    Andrea

    Hi,
    The code OAGraphTableBean graphBean = (OAGraphTableBean)webBean.findChildRecursive("MyTable"); does not work because in this case I am getting the table but casting to a graph.
    The MyTable bean is a child of MyGraph.
    When creating a graph bean we have the option to create a table as a child (select your graphTable region in the Structure pane, and choose New > tabularFormat - to create the table).
    The table bean child I can get just in the processFormRequest, but the graph I can get in both processRequest and processFormRequest.
    I need to get the table bean in the processRequest to format the total value column.
    Do you know if is there anything else that should be done to format the total column?
    Thanks and Regards,
    Andrea

  • How can can i subtract the value of the column in each row ?

    I want to subtract  the value  of the column in each row if the row is not enough then continue to next row.
    For example 
    ID             QTY
    A               20
    B               40       
    C               60
    I want to update this table by subtract  the value  of the column (QTY) out 70 so the result i want will be 
    ID              QTY
    A                20 - 70 = -50 -->  0 this row will be updated to 0 and 50 will continue to next row   
    B                40 - 50  = -10 -->  0   this row will be updated to 0 and 10 will continue to next row
    C                60 - 10  = 50  -->  Stop loop
    How can i write the sql query for this operation , Thanks

    Please post DDL, so that people do not have to guess what the keys, constraints, Declarative Referential Integrity, data types, etc. in your schema are. Learn how to follow ISO-11179 data element naming conventions and formatting rules. You have no idea,
    do you? Temporal data should use ISO-8601 formats. Code should be in Standard SQL as much as possible and not local dialect. 
    This is minimal polite behavior on SQL forums. What did you try on your own before posting? I will bet that you did nothing! You expect other people to do your job or homework for you. 
    >> I want to subtract the value of the column in each row if the row is not enough then continue to next row. <<
    This makes no sense. Rows have no ordering; that is a spreadsheet. There is no such thing as a generic “id” in RDBMS. And an identifier is not a sequence which would have an ordering. 
    CREATE TABLE Foobar
    (something_seq INTEGER NOT NULL PRIMARY KEY,
     onhand_qty INTEGER NOT NULL);
    Learn how to use the SUM()OVER() and LAG() aggregate functions, post what you tried for yourself and then we will help you. 
    --CELKO-- Books in Celko Series for Morgan-Kaufmann Publishing: Analytics and OLAP in SQL / Data and Databases: Concepts in Practice Data / Measurements and Standards in SQL SQL for Smarties / SQL Programming Style / SQL Puzzles and Answers / Thinking
    in Sets / Trees and Hierarchies in SQL

  • How to get warning by using the previous value of the column and new value

    Hi all,
    Suppose the column A has the true and when I click on button which also sets the value of the column as true I should dispaly warning that column a is already true.How can I achieve this.How to store the original value of the column and then check wirth the new value.
    Thanks in advance.

    You dont have to store the value anywhere
    You can do this from setMethod of EOImpl.java
    eg:
    void setAttributeXXX(String Value)
    // value contains new value
    // getAttributeXXX() contains oldValue
    if (value.equals(getAttributeXXX()))
    // Verify value is > 0 if (value.compareTo(0) <= 0)
    throw new OAAttrValException(OAException.TYP_ENTITY_OBJECT, // indicates EO source
    getEntityDef().getFullName(), // entity name
    getPrimaryKey(), // entity primary key
    "AttributeXXX", // attribute Name
    value, // bad attribute value
    "AK", // nessage application short name
    "FWK_TBX_T_EMP_SALARY_REQUIRED"); // message name
    setAttributeInternal(AttributeXXX, value);
    --Prasanna                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       

  • How to show the VALUE as the Column Header using SQL query?

    Hi
    I have a requirement to show the picked value as the column header using SQL query.
    Example:
    ======
    SELECT EMPNO FROM EMP
    WHERE EMPNO=7934;
    Result Should be:
    7934
    7934

    I have a requirement to show the picked value as the column header using SQL query.In sql*plus you can do
    SQL> set verify on
    SQL> def e =  7934
    old: SELECT empno "&&e"  FROM emp  WHERE empno = &&e
    new: SELECT empno "7934"  FROM emp  WHERE empno = 7934
    SQL> SELECT empno "7934"  FROM emp  WHERE empno = 7934
          7934
          7934
    1 row selected.

  • Replaace values in the columns reverse direction

    Oracle 11.2.0.1
    Windows
    create table test
    code varchar2(2),
    col1 varchar2(2),
    col2 varchar2(2),
    col3 varchar2(2),
    col4 varchar2(2),
    col5 varchar2(2),
    col6 varchar2(2)
    insert into test values ('01','K','P','O','R',null,null);
    insert into test values ('02','I','S','L',null,null,null);
    insert into test values ('03','P',null,null,null,null,null);
    insert into test values ('04','K','N',null,null,null,null);
    insert into test values ('05','K','N','Z','G','H','T');
    SQL> select * from test;
    CO CO CO CO CO CO CO
    01 K  P  O  R
    02 I  S  L
    03 P
    04 K  N
    05 K  N  Z  G  H  T
    Required Output :  (Reverse Values in the columns)
    CO CO CO CO CO CO CO
    01 R  O  P  K
    02 L  S  I
    03 P
    04 N  K
    05 T  H  G  Z  N  K
    Thanks.

    with
    test as
    (select '01' code,'K' col1,'P' col2,'O' col3,'R' col4,null col5,null col6 from dual union all
    select '02','I','S','L',null,null,null from dual union all
    select '03','P',null,null,null,null,null from dual union all
    select '04','K','N',null,null,null,null from dual union all
    select '05','K','N','Z','G','H','T' from dual
    select code,
           substr(cols,instr(cols,'|',-1,2) + 1,instr(cols,'|',-1,1) - instr(cols,'|',-1,2) - 1) col1,
           substr(cols,instr(cols,'|',-1,3) + 1,instr(cols,'|',-1,2) - instr(cols,'|',-1,3) - 1) col2,
           substr(cols,instr(cols,'|',-1,4) + 1,instr(cols,'|',-1,3) - instr(cols,'|',-1,4) - 1) col3,
           substr(cols,instr(cols,'|',-1,5) + 1,instr(cols,'|',-1,4) - instr(cols,'|',-1,5) - 1) col4,
           substr(cols,instr(cols,'|',-1,6) + 1,instr(cols,'|',-1,5) - instr(cols,'|',-1,6) - 1) col5,
           substr(cols,instr(cols,'|',-1,7) + 1,instr(cols,'|',-1,6) - instr(cols,'|',-1,7) - 1) col6
      from (select code,rtrim('|'||col1||'|'||col2||'|'||col3||'|'||col4||'|'||col5||'|'||col6,'|')||'|' cols
              from test
    CODE
    COL1
    COL2
    COL3
    COL4
    COL5
    COL6
    01
    R
    O
    P
    K
    02
    L
    S
    I
    03
    P
    04
    N
    K
    05
    T
    H
    G
    Z
    N
    K
    Regards
    Etbin

  • In chrome I'm getting green double underline hyperlinks to ads.  How can I get rid of this without adding more junk to the computer?

    I have both safari and chrome, because I'm used to chrome.  The only extension I have is Google docs.  I started getting green double underline hyperlinks to ads.  How can I get rid of this without adding more junk to the computer?  People suggest programs to do it, but how do I know they won't make it worse?
    Is someone from Apple here and can answer?
    Thanks!

    You may have installed the "VSearch" trojan. Remove it as follows.
    Malware is always changing to get around the defenses against it. These instructions are valid as of now, as far as I know. They won't necessarily be valid in the future. Anyone finding this comment a few days or more after it was posted should look for more recent discussions or start a new one.
    Back up all data before proceeding.
    Step 1
    From the Safari menu bar, select
              Safari ▹ Preferences... ▹ Extensions
    Uninstall any extensions you don't know you need, including any that have the word "Spigot," "Trovi," or "Conduit" in the description. If in doubt, uninstall all extensions. Do the equivalent for the Firefox and Chrome browsers, if you use either of those.
    Reset the home page and default search engine in all the browsers, if it was changed.
    Step 2
    Triple-click anywhere in the line below on this page to select it:
    /Library/LaunchAgents/com.vsearch.agent.plist
    Right-click or control-click the line and select
              Services ▹ Reveal in Finder (or just Reveal)
    from the contextual menu.* A folder should open with an item named "com.vsearch.agent.plist" selected. Drag the selected item to the Trash. You may be prompted for your administrator login password.
    Repeat with each of these lines:
    /Library/LaunchDaemons/com.vsearch.daemon.plist
    /Library/LaunchDaemons/com.vsearch.helper.plist
    Restart the computer and empty the Trash. Then delete the following items in the same way:
    /Library/Application Support/VSearch
    /System/Library/Frameworks/VSearch.framework
    ~/Library/Internet Plug-Ins/ConduitNPAPIPlugin.plugin
    Some of these items may be absent, in which case you'll get a message that the file can't be found. Skip that item and go on to the next one.
    The problem may have started when you downloaded and ran an application called "MPlayerX." That's the name of a legitimate free movie player, but the name is also used fraudulently to distribute VSearch. If there is an item with that name in the Applications folder, delete it, and if you wish, replace it with the genuine article from mplayerx.org.
    This trojan is often found on illegal websites that traffic in pirated content such as movies. If you, or anyone else who uses the computer, visit such sites and follow prompts to install software, you can expect more of the same, and worse, to follow.
    You may be wondering why you didn't get a warning from Gatekeeper about installing software from an unknown developer, as you should have. The reason is that the Internet criminal behind VSearch has a codesigning certificate issued by Apple, which causes Gatekeeper to give the installer a pass. Apple could revoke the certificate, but as of this writing has not done so, even though it's aware of the problem. This failure of oversight has compromised both Gatekeeper and the Developer ID program. You can't rely on Gatekeeper alone to protect you from harmful software.
    *If you don't see the contextual menu item, copy the selected text to the Clipboard by pressing the key combination  command-C. In the Finder, select
              Go ▹ Go to Folder...
    from the menu bar and paste into the box that opens by pressing command-V. You won't see what you pasted because a line break is included. Press return.

  • HELP: WHERE Clause based on value of the column

    I am selecting from a table as follows and want to have a where condition that is dependent of the value of the column, type of the current row.
    CREATE TABLE tbl (INT id, VARCHAR type, VARCHAR comment)
    I have 3 different values for the type column, EMPLOYEE, CUSTOMER, SUPPLIER. What I want is to have a where clause in my select that is based on the value of type.
    I tried the following but was not successful..
    SELECT * from tbl
    CASE
    WHEN type = 'EMPLOYEE' THEN
    WHERE comment LIKE '%employee%'
    WHEN type = 'CUSTOMER' THEN
    WHERE comment LIKE '%customer%'
    WHEN type = 'SUPPLIER' THEN
    WHERE comment LIKE '%supplier%'
    END
    I am not proficient with stored procedures so if you could please tell me how to do it with straight query, I would greatly appreciated it..
    Thank you,

    Or maybe this:
    SELECT *
      FROM tbl
    WHERE "COMMENT" LIKE
              CASE TYPE
                 WHEN 'EMPLOYEE'
                    THEN '%employee%'
                 WHEN 'CUSTOMER'
                    THEN '%customer%'
                 WHEN 'SUPPLIER'
                    THEN '%supplier%'
              END

  • Sorting is not working in infragistics when empty value in the column

    Hi ,
    i am using <ig:gridView> in my application. i have many columns in the grid view(ig means third party infragistics component). But in my case sorting(sortBy attribute in ig:column) is not properly working when the empty values in the column(DATA_ROW.source). This is a severity bug in my application. I have two days to deploy our project. I already hosted my bug report to the infragistics website. Please reply ASAP.
    <ig:column style="border:1px" sortBy="source">
    <f:facet name="header">
    <h:outputText style="color:#245B89;text-decoration:underline" value="Source System " title="Click to sort" />
    </f:facet>
    <h:outputText value="#{DATA_ROW.source}" />
    </ig:column>

    Hi,
    You can refer this post-
    https://social.technet.microsoft.com/Forums/office/en-US/b748bb03-4881-4aa5-9c87-bd4558b9201c/unable-to-sort-task-lists-by-assigned-to-column?forum=sharepointadminprevious
    Thanks,
    Danny
    Please remember to Mark as Answer if it works or vote of it is helpful

  • Sending many parameters through the column link

    db11gxe , apex 4.0 , firefox 24 ,
    hi all ,
    i have these pages in this schema on apex.oracle.com
    elbyaly
    [email protected]
    decuk9
    page 3 has a form which has two items (pat_name , and doc_name) and a tabular one which has a column link and a pop-up item (test_no) , i want to send
    the number of the test the user chooses from the lov and send the pat_name , and doc_name values as well
    to
    the corresponding items in page 2 (results) .
    how to do so ?

    Newbi_egy
    newbi_egy wrote:
    > Instead of chancing PAT_TESTS by adding a ID as primary key. And maybe even a date for when the test was taken.
    i think you mean another table (patients) , and has a date field .
    No I do mean PAT_TESTS. And that is exactly my point. I think that a very realistic scenario is that a doctor takes a test on a patient to determine what is wrong. And then after the patient has undergo some treatment the same test is done again to check if the treatment was successful.
    Your datamodel is not able to handle this scenario.
    > When you have chosen a test that was done on a patient why would you change that to another test?
    i do not understand this , i do not want to  .
    What do you mean? Do you mean that you don't want to understand the question? Or that you don't want to change the test after the insert.
    Please be precise. It would really help if you start writing in full sentences and use proper punctuation.
    > Does the person that does the laboratory test need to see and know the patient information ?
    yes . because he is the doctor .
    And should he also be able to change that information every time a test is done. Or is doing the test and entering a test result a more frequently done task. And is it enough that the doctor sees the information of the client when entering the test. The patient information would still be updatable just under a different tab. Just like Customers and Orders are under different tabs  in the demo application.
    so , please tell me how to pass the values i need to pass .
    I told you how to pass a value of a page item in a report link in the very first sentence I posted in this tread.
    If you need to pass more than 3 values just add multiple page item names (separate by , ) in the item field and save the change. The link will now be shown as a url and you can add as many values as you need.
    Remember that the url is constructed when the page is rendered. So when you pass the test_no in the url the test_no will be the number it was on page rendering. And not the value the user has entered after rendering of a page. So the link would be useless for new rows.
    Nicolette

  • How to get the value of the selected link

    Hello,
    I have a page which displays the result of the VO in a table Region. One of the columns is made as a url . Now when the user selects the link, how can i capture the value (i.e. the link name).
    Thanks in advance.
    Kumar

    Do you want to populate two values for one variable(like multiple single entries)??
    I mean one through customer exit & other through RRI.

  • Set the color of a row depending the value of the column in JTable?

    Hi All,
    I have a JTable that add rows when the user clicks on the button. In this way there can be any no. of rows in my table. My table contains five columns. When a new row is added , it is added with new data each time. Also the data of the rows keep on changing time to time.
    My problem is that when the data value for the third column comes out to be -ve then color of the row should be red and if its value is +ve then the color of the row should be green.
    I have tried for this in the way but it is not working properly.
    public Component prepareRenderer(TableCellRenderer renderer,int rowIndex, int vColIndex)
         Component c = super.prepareRenderer(renderer, rowIndex, vColIndex);
    if(change<0 && rowIndex<table.getRowCount() )
              c.setForeground(Color.red);
              c.setFont(new Font("TimesRoman",Font.PLAIN,11));
    else if(change>0&&rowIndex<table.getRowCount() )
    c.setForeground(new Color(20,220,20));
         c.setFont(new Font("TimesRoman",Font.PLAIN,11));
    return c;
    where change is the value of the third column.
    Any help is highly appreciated.
    Thanx in advance.
    Regards,
    Har Krishan

    Why do you have 3 postings on this topic all made within minutes of each other? (see [url http://forum.java.sun.com/thread.jspa?threadID=574547&tstart=0]here and [url http://forum.java.sun.com/thread.jspa?threadID=574543&tstart=0]here).
    If you created a post by mistake then make a comment in the posting so people don't waste there time attempting to answer an old post.
    where change is the value of the third column.How do you know "change" is the value of the third column? Did you use a System.out.println(...) to verify this.
    A better approach is to use:
    Object o = table.getModel().getValueAt(row, 2);
    Then convert the Object to an int value and do your testing. This way you are guaranteed to be testing against the correct value.

  • How to set 0 for "Nan" Value in the Column

    Hi All,
      I have 3 imp columns with name Build %,Deploy%,Validation % and I would like to set the value as "0" or "1" using formula and below is the formula . But I am getting the values as "Nan" due to that it's reflecting the
    Pivot Table & Report  which show in below 2nd image.
    And I had written formula  as "=SWITCH(EDSCIMonthlyReport[Build %] , "Nan", 0)"  to copy all the values of the Build % Field to another calculated Column and set the value "0" if found "Nan" ,But I am getting
    error as"Function 'SWITCH' attempted to compare values of incompatible types. Ensure that both values are Numeric, String, or Boolean(True/False). Consider using the VALUE or FORMAT function to convert one of the values".Can any one help me how can
    I solve this issue
    Thanks,
    Sid

    Hello Sid,
    Again TFS? The data type of the column is "text" and now you want to convert it to a numeric to use it as a measure, right?
    - First you have to change "NaN" to "0" (<= 0 as type "Text"!, see your error msg); you can do it with an IF expression
    - Then you have to remove the % sign; it's a text as well. For this you can use the SUBSTITUE function
    - Then you can convert it to a numeric using the VALUE function
    As one complete expression it will look like this:
    = VALUE(SUBSTITUTE(If(Tabelle3[Build] = "NaN"; "0"; Tabelle3[Build]); "%"; ""))
    As you can see in below screenshot PowerPivot automatically detects the data type as "Decimal"; now you can use it as a measure value.
    Olaf Helper
    [ Blog] [ Xing] [ MVP]

Maybe you are looking for

  • Business catalyst and  adobe web hosting in Japan

    Hi ! I am new to here and confused about differences for business catalyst in Japan and United States. I have been learning how to develop web page using Muse, Dream Weaver, HTML, etc..for trial creative cloud before I buy. I live in Japan and I am w

  • Problems with config nodemanage SSL setings weblogic10.3

    Hi, I am new to build weblogic cluster. But I got some problems when I build it. I tried to build a simple architecture as a demo to understand the cluster. I have two PCs with XP PC1 and PC2 I defined machine0 to PC1 and machine1 to PC2 in the weblo

  • Oracle 10g Merge Insert performance

    Hi All, Performance wise, is it better to use a regular insert statement or Merge (insert only) statement ... in Oracle10g. (no updates are used in this merge statement). Thanks for the input.

  • Changing name of a clip in a keyword collection

    When I find something interesting in the interview I am editing I will select it and give it a "soundbite" keyword. After a while I accumulated about 10 of them. So then I wanted to change their names so I know what they are but FCX changes the name

  • 'Time' dimension hierarchy Required

    Dear all, We came across one requirement where 'Time' dimension having 365 days along with month, quarter, halfyear and yeartot as their ancestor. "Time" Dimension hierarchy: Time - Yeartot - Half year - Quarters - Months - Days Also we need alternat