How to add a tip to flexfield columns

How to add shorttip to Flex: (BankDetails) columns/segments. I know how to add shortip if it is a messtext input, I would like to know is there a way to add shorttip to Flexfield columns using personalizations.

There seems to be no way for adding tip for a single segment using personalization.
FYI:
1. For whole region you can add a tip by creating a tip item just under flex item.
2. Using controller, get the handle of any single segment. Then use the below method:
oamessagetextinputbean.setLongTip()
-Anand

Similar Messages

  • How to add tool tips on Image Icon obj?

    how to add tool tips on Image Icon obj?

    Take a look at the link shown below where drawing is done on a JButton -- you can draw your image on a JLabel too.
    http://developer.java.sun.com/developer/TechTips/1999/tt0826.html
    By drawing on a JLabel or JButton, you can add tooltiptext when needed.
    ;o)
    V.V.

  • How to add multiple button in a column of a table in sapui5?

    Hi Experts,
         I have a requirement i have list of orders in a table and i want to place two buttons in a column for approval and reject,
    if it approved i want to display approved as a text.
    i tried like this i place two buttons in matrix layout and i write a case statement i tried to return but its not displaying the layout.
    Please help me.
    Thanks & Regards
    chittibabu.

    Hi,
    You can't add a layout to the text property of a textfield, so this won't work.
    A better approach would be something like this:
    oTable.addColumn(new sap.ui.table.Column({
      label: new sap.ui.commons.Label({text: "Confirmation"}),
      template: new sap.ui.layout.HorizontalLayout({
        content : [
          new sap.ui.commons.TextView({
            text: "Confirmed",
            textAlign: sap.ui.core.TextAlign.Left,
            visible : ...
          new sap.ui.commons.Button({
            text : Approve,
            press : doApprove,
            visible : ...
          new sap.ui.commons.Button({
            text : "Reject",
            press : doReject,
            visible : ...
    Simply place all needed elements inside the layout, and based on the 'visible' property, you either show both buttons, or the textview.
    I'll leave it as an exercise to you on how you should actually handle the visible state for the TextView and Buttons (hint: use model binding)

  • How to Add/Edit validation rule for Column in ADf table(Jdeveloper11g)

    I am working on Jdevloper11g with ADF table. There i have one column where user can enter numeric value in range 1-1000 .So i have to add validation as such he/she can't enter value apart from 1-1000 range also not any other charcters.
    I know on form, if i select attribute from binding and right click i will find one option "Edit Vlaidation rule..." and from there i can change validation rule for perticular field.
    But how i can achive same on Column's filed??
    Thanks for all help.
    Jaydeep

    Hi Barnislav,
    I tried the way you mentioned but i am getting below exception.
    Could not complete Edit validation Rule... Because it would result in an invalid document
    oracle.bali.xml.model.XmlInvalidOnCommitException: SEVERE: Element RangeValidationBean not expected [ node = RangeValidationBean ]
    <tree IterBinding="searchConfigurationDataIterator" id="searchConfigurationData" ApplyValidation="true">
    <nodeDefinition DefName="com.oraclecnm.util.search.SearchAttributeBean">
    <AttrNames>
    <Item Value="searchAttributeName" />
    <Item Value="searchAttributeId" />
    <Item Value="weightage" />
    <Item Value="isAttributeSearchable" />
    </AttrNames>
    </nodeDefinition>
    <RangeValidationBean OnAttribute="weightage" ResId="pages.SearchConfigurationPageDef.searchConfigurationData_Rule_1" Inverse="false" Severity="Error" Name="searchConfigurationData_Rule_0" OperandType="LITERAL" MinValue="1" MaxValue="1000" />
    </tree>
         at oracle.bali.xml.model.XmlModel._validateSubtree(XmlModel.java:3669)
         at oracle.bali.xml.model.XmlModel._validateDocument(XmlModel.java:3577)
         at oracle.bali.xml.model.XmlModel.__precommitTransaction(XmlModel.java:2825)
         at oracle.bali.xml.model.XmlContext.precommitTransaction(XmlContext.java:1166)
         at oracle.bali.xml.model.XmlContext.__precommitTransaction(XmlContext.java:1653)
         at oracle.bali.xml.model.XmlContext.__commitTransaction(XmlContext.java:1684)
         at oracle.bali.xml.model.XmlModel.__requestCommitTransaction(XmlModel.java:2898)
         at oracle.bali.xml.model.XmlModel.commitTransaction(XmlModel.java:586)
         at oracle.bali.xml.model.XmlModel.commitTransaction(XmlModel.java:556)
         at oracle.bali.xml.model.task.StandardTransactionTask.__commitWrapperTransaction(StandardTransactionTask.java:469)
         at oracle.bali.xml.model.task.StandardTransactionTask.runThrowingXCE(StandardTransactionTask.java:208)
         at oracle.bali.xml.model.task.StandardTransactionTask.run(StandardTransactionTask.java:103)
         at oracle.adfdtinternal.model.ide.validation.RuleEditAction.actionPerformed(RuleEditAction.java:35)
         at javax.swing.AbstractButton.fireActionPerformed(AbstractButton.java:1995)
         at javax.swing.AbstractButton$Handler.actionPerformed(AbstractButton.java:2318)
         at javax.swing.DefaultButtonModel.fireActionPerformed(DefaultButtonModel.java:387)
         at javax.swing.DefaultButtonModel.setPressed(DefaultButtonModel.java:242)
         at javax.swing.AbstractButton.doClick(AbstractButton.java:357)
         at javax.swing.plaf.basic.BasicMenuItemUI.doClick(BasicMenuItemUI.java:1220)
         at javax.swing.plaf.basic.BasicMenuItemUI$Handler.mouseReleased(BasicMenuItemUI.java:1261)
         at java.awt.Component.processMouseEvent(Component.java:6041)
         at javax.swing.JComponent.processMouseEvent(JComponent.java:3265)
         at java.awt.Component.processEvent(Component.java:5806)
         at java.awt.Container.processEvent(Container.java:2058)
         at java.awt.Component.dispatchEventImpl(Component.java:4413)
         at java.awt.Container.dispatchEventImpl(Container.java:2116)
         at java.awt.Component.dispatchEvent(Component.java:4243)
         at java.awt.LightweightDispatcher.retargetMouseEvent(Container.java:4322)
         at java.awt.LightweightDispatcher.processMouseEvent(Container.java:3986)
         at java.awt.LightweightDispatcher.dispatchEvent(Container.java:3916)
         at java.awt.Container.dispatchEventImpl(Container.java:2102)
         at java.awt.Window.dispatchEventImpl(Window.java:2440)
         at java.awt.Component.dispatchEvent(Component.java:4243)
         at java.awt.EventQueue.dispatchEvent(EventQueue.java:599)
         at java.awt.EventDispatchThread.pumpOneEventForFilters(EventDispatchThread.java:273)
         at java.awt.EventDispatchThread.pumpEventsForFilter(EventDispatchThread.java:183)
         at java.awt.EventDispatchThread.pumpEventsForHierarchy(EventDispatchThread.java:173)
         at java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:168)
         at java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:160)
         at java.awt.EventDispatchThread.run(EventDispatchThread.java:121)

  • Sharepoint 2013 - How to add "download link" to a column

    Hi there.
    We have download library with video files. We would like to add a column with a hyperlink of files in other words: DOWNLOAD LINKS.
    What would be the easiest way to achieve that?
    with best regards,
    bostjanc

    Hi Bostjan,
    you can create a workflow that, on item create, sets your download link column with this value:
    http://<your site collection url>/_layouts/download.aspx?SourceUrl=<your file url>
    hope this helps.
    Fabio

  • How to add text labels to computed column totals in a banded report?

    I'm sure I'm missing something obvious here. I have a simple report with a table that consists of 3 DB field columns and 3 computed columns. I have the 'show column total' property enabled and it inserts the totals at the bottom of the computed columns. What I haven't been able to do is insert a label to the left of the computed totals. I tried inserting a blank field and adding my label, but the location is not dynamic - if one grouped item has 3 rows and the next has 4 the inserted field does not flow to the bottom of the table for each group, it displays in the same position for each group.
    What property/option am I not seeing?
    Thanks!
    Edited by: user11293154 on Jun 22, 2009 1:03 PM

    Thanks for the reply. I'm using Interactive Studio version 9.3, but can't find the 'Set Spring' feature. The help file doesn't have a reference to it. There is a Spring(method) with this example;
    ActiveDocument.Sections["Report"].Body.Tables["Table"].Spring("Chart")ActiveDocument.Sections["Report"].Body.Tables["Table"].Spring("Pivot")

  • How to Add a characterstics into a column of print layout of Reporrting Age

    Hi all,
    I have created a query and added Sales Grp (characterstic) in ROW, and Division(characterstics) in Column also i have added one more field Amount (keyfigure) in Column.
    Now I need to create a Reporting Agent(Print). When i create this Reporting Agent, in Print layout only the Keyfigure amount is coming in column the characterstics Division is coming under Row not under Column.
    Can any one tell why it is not coming under Column, as i added this in the query in Column. i need it in the Column wise so what i have to do to achieve that?.
    Kindly help me..
    Thanks and Regards,
    Muruganand.K

    Hello
    Pls see this and check whether these steps are followed
    http://help.sap.com/saphelp_nw04s/helpdata/en/67/576f39ff1ee32ce10000000a114084/content.htm
    Thanks
    Chandran

  • How to add inline TVF with dynamic columns from CRL Dynamic Pivot

    Hi I am trying to implement the code in the following article.
    SQLServerCentral Aricle
    Now, I've pushed the assembly to my DB and can see it there. 
    So far I have tried building an Inline TVF, as I assume this is how it would be used on the DB; however, I am receiving the following error on my code, I must
    be missing a step somewhere, as I've never done this before. I'm lost on how to implement this clr function on my db?
    Create Function script:
    CREATE FUNCTION clrDynamicPivot
    @query nvarchar(4000),
    @pivotColumn nvarchar(4000),
    @selectCols nvarchar(4000),
    @aggCols nvarchar(4000),
    @orderBy nvarchar(4000)
    RETURNS TABLE
    AS
    return
    (external NAME CLRfunctions.RIFunctions.clrDynamicPivot)
    GO
    Error:
    Msg 156, Level 15, State 1, Procedure clrDynamicPivot, Line 18
    Incorrect syntax near the keyword 'external'.
    public static void CreateTempTable(SqlString query)
                using (SqlConnection sqlconn = new SqlConnection("Context Connection=True"))
                    SqlCommand sqlCmd = sqlconn.CreateCommand();
                    sqlCmd.CommandText = query.ToString();
                    sqlconn.Open();
                    sqlCmd.ExecuteNonQuery();
     public static string GetPivotData(string pivotColumn)
                string stmt = string.Format("select distinct {0} from #temp", pivotColumn);
                string pivotCols = string.Empty;
                using (SqlConnection cn = new SqlConnection("Context Connection=True"))
                    SqlCommand cmd = cn.CreateCommand();
                    cmd.CommandText = stmt;
                    cn.Open();
                    using (SqlDataReader dr = cmd.ExecuteReader())
                        while (dr.Read())
                            if (dr.GetFieldType(0) == typeof(System.Int32))
                                pivotCols += "[" + dr.GetInt32(0) + "],";
                            if (dr.GetFieldType(0) == typeof(System.Decimal))
                                pivotCols += "[" + dr.GetDecimal(0) + "],";
                            if (dr.GetFieldType(0) == typeof(System.String))
                                pivotCols += "[" + dr.GetString(0) + "],";
                return pivotCols.Remove(pivotCols.Length - 1);
    [Microsoft.SqlServer.Server.SqlProcedure(Name="clrDynamicPivot")]
    public static void clrDynamicPivot(SqlString query, SqlString pivotColumn, SqlString selectCols, SqlString aggCols, SqlString orderBy)
        string stmt = string.Empty;
        try
           CreateTempTable(query);
           string pivot = GetPivotData(pivotColumn.ToString());
           stmt = string.Format("select * from ( select {0} from #temp ) as t pivot ( {1} for {2} in ( {3} )) as p {4}",
           selectCols.ToString(),
           aggCols.ToString(),
           pivotColumn.ToString(),
           pivot,
           orderBy.ToString());
           using (SqlConnection cn = new SqlConnection("Context Connection=True"))
              SqlCommand cmd = cn.CreateCommand();
              cmd.CommandText = stmt;
              cn.Open();
              SqlDataReader reader = cmd.ExecuteReader();
              SqlContext.Pipe.Send(reader);
         catch (Exception ex)
           throw new Exception(string.Format("clrDynamicPivot Error stmt:{0}", stmt), ex);
    DECLARE @query nvarchar(4000)
    DECLARE @pivotColumn nvarchar(4000)
    DECLARE @selectCols nvarchar(4000)
    DECLARE @aggCols nvarchar(4000)
    DECLARE @orderBy nvarchar(4000)
    set @query = 'select PayMethod, datepart(hh, OrderDate) as OrderHour, ProductTotal into #temp from dbo.Orders (nolock) where OrderDate between getdate()-1 and getdate() and division = ''15'''
    set @pivotColumn = 'PayMethod'
    set @selectCols = 'PayMethod, OrderHour, ProductTotal'
    set @aggCols = 'sum(ProductTotal)'
    set @orderBy = ''
    EXECUTE dbo.clrDynamicPivot
    @query
    ,@pivotColumn
    ,@selectCols
    ,@aggCols
    ,@orderBy
    GO

    You can't build an inline TVF in SQLCLR, only (the equivalent of) multi-statement TVFs and scalar functions. And the SQLCLR code for multi-statement TVFs must be coded with a specific pattern, see
    https://msdn.microsoft.com/en-us/library/ms131103.aspx.
    Looking at the example you reference, it was implemented as a SQLCLR stored procedure.
    Cheers, Bob
      

  • Add Minutes to a Timestamp column

    Hello there,
    I need to know how to add minutes to a timestamp column in APEX. I was looking for an answer on the internet but the DATEADD function doesn't work in APEX. Any ideas?
    Ruben

    DATEADD is a SQL Server function.
    I think using [interval data types|http://download.oracle.com/docs/cd/E11882_01/server.112/e10592/sql_elements001.htm#i78291] and the NUMTODSINTERVAL function produces the clearest code:
    with ts_example as (
      select ename, cast(hiredate as timestamp) hirets from emp)
    select
              ename
            , hirets
            , hirets + interval '90' minute as intlit
            , hirets + numtodsinterval(90, 'minute') as numtodsint
    from
              ts_example
    ENAME      HIRETS                    INTLIT                    NUMTODSINT               
    SMITH      17-DEC-1980 00.00.00.00   17-DEC-1980 01.30.00.00   17-DEC-1980 01.30.00.00  
    ALLEN      20-FEB-1981 00.00.00.00   20-FEB-1981 01.30.00.00   20-FEB-1981 01.30.00.00  
    WARD       22-FEB-1981 00.00.00.00   22-FEB-1981 01.30.00.00   22-FEB-1981 01.30.00.00  
    JONES      02-APR-1981 00.00.00.00   02-APR-1981 01.30.00.00   02-APR-1981 01.30.00.00  
    MARTIN     28-SEP-1981 00.00.00.00   28-SEP-1981 01.30.00.00   28-SEP-1981 01.30.00.00  
    BLAKE      01-MAY-1981 00.00.00.00   01-MAY-1981 01.30.00.00   01-MAY-1981 01.30.00.00  
    CLARK      09-JUN-1981 00.00.00.00   09-JUN-1981 01.30.00.00   09-JUN-1981 01.30.00.00  
    SCOTT      19-APR-1987 00.00.00.00   19-APR-1987 01.30.00.00   19-APR-1987 01.30.00.00  
    KING       17-NOV-1981 00.00.00.00   17-NOV-1981 01.30.00.00   17-NOV-1981 01.30.00.00  
    TURNER     08-SEP-1981 00.00.00.00   08-SEP-1981 01.30.00.00   08-SEP-1981 01.30.00.00  
    ADAMS      23-MAY-1987 00.00.00.00   23-MAY-1987 01.30.00.00   23-MAY-1987 01.30.00.00  
    JAMES      03-DEC-1981 00.00.00.00   03-DEC-1981 01.30.00.00   03-DEC-1981 01.30.00.00  
    FORD       03-DEC-1981 00.00.00.00   03-DEC-1981 01.30.00.00   03-DEC-1981 01.30.00.00  
    MILLER     23-JAN-1982 00.00.00.00   23-JAN-1982 01.30.00.00   23-JAN-1982 01.30.00.00  
    14 rows selected

  • Flexfield column  registration process in apps

    how we can define in a table registration process that it's my flex field and other is simple or not flexfiled?
    plzzzzz reply it

    it's a huge document with a 20 chapters,i cant understand ,plzzzzz simply explain it am also giving structureof table and column registration process,
    CREATE TABLE XX_XX_DFF
    NAME VARCHAR2(100),
    GENDER VARCHAR2(1),
    DOB DATE,
    ATTRIBUTE_CATEGORY1 VARCHAR2(100),
    ATTRIBUTE_CATEGORY2 VARCHAR2(100),
    ATTRIBUTE1 VARCHAR2(100),
    ATTRIBUTE2 VARCHAR2(100)
    Register Column with Apps Using AD_DD Package.
    BEGIN
    AD_DD.REGISTER_COLUMN('FND','XX_XX_DFF','NAME',1,'VARCHAR2',100,'N','N');
    AD_DD.REGISTER_COLUMN('FND','XX_XX_DFF','GENDER',2,'VARCHAR2',1,'N','N');
    AD_DD.REGISTER_COLUMN('FND','XX_XX_DFF','DOB',3,'DATE',9,'N','N');
    AD_DD.REGISTER_COLUMN('FND','XX_XX_DFF','ATTRIBUTE_CATEGORY1',4,'VARCHAR2',
    100,'N','N');
    AD_DD.REGISTER_COLUMN('FND','XX_XX_DFF','ATTRIBUTE_CATEGORY2',5,'VARCHAR2',
    100,'N','N');
    AD_DD.REGISTER_COLUMN('FND','XX_XX_DFF','ATTRIBUTE1',6,'VARCHAR2',100,'N','N');
    AD_DD.REGISTER_COLUMN('FND','XX_XX_DFF','ATTRIBUTE2',7,'VARCHAR2',100,'N','N');
    End;
    how he is defining it's Flexfield column and other is simple in this structure

  • How to add description of a column of a table in SQL Azure

    Hi
    I have some tables in my application database where there are descriptions added against certain columns. Needless to say they were done by using sp_addextendedproperty.
    Now I am trying to migrate the Database to SQL Azure. SQL Azure does not support sp_addextendedproperty.
    Hence I am not able to figure out how to add descriptions to those columns.
    Any help would be much appreciated.
    Thanks
    Soumyadeb

    Hello,
    Just as Latheesh post above, Windows Azure SQL database are not support extended stored procedures. That’s one of the limitations on SQL database, and I don’t know there is another way to achieve the same on Azure.
    Regards,
    Fanny Liu
    Fanny Liu
    TechNet Community Support

  • FBL5N : how to add a column of the Account's name?

    Hi,
    the list displayed by Tcode : FBL5N contain only the number of account, please how to add a column of Account's name ?
    Please advise
    Regards.

    When you are in the FBL5N display results screen, use the menu option Settings --> Special Fields. 
    There are also the following notes which would explain you how to add special or new fields to the line items :
    - 310886     Line items: Dynamic selections ignored
    - 215798     FBL*N: Special fields are not displayed
    - 373268     Line item: new display field
    The special field has to exist in table T021S.

  • How to add a column in table control

    Hi ,
       Can any one tell me how to add a column in table control? My requirement is to add two columns ( custom fields ) into table control ( It is a standard program). I have added the column in the table and also in the table control. But when I am running the standard program, The newly added column is not there. But I have added in the perticular screen. Change is not reflected.
       Can anyone help me on this please.
    Thanks in advance.
    Regards,
    Lakshmi.

    Hi,
    Ensure the following :
    1. After adjusting the database, you`ll have to use the database utility and activate the table.
    2. If you have changed the standard screen, in tcode se80 -- right click on the program and click activate all. This activates all objects related to that program.
    Now execute the program.
    Reward if helpful.
    Regards

  • How to add a new column (Project Number) in the action items table under NPD Module?

    There are two projects with same name and created by same person in NPD.
    So when it is displayed in "Action Items" table, It looks similar.
    To avoid this, I need one more column (Project Number) to be added in the "Action Items" table and " Strategic briefs and projects" table.
    So, How to add a new column (Project Number) in the "Action Items" table and " Strategic briefs and projects" table under NPD Module?
    Please do the needful.

    There is no out of the box configuration available to add columns to NPD action items.   As always we welcome enhancement requests. 
    Thanks
    Kelly

  • How to add different columns in a single dashboard prompt?

    Hi
    I am new to this forum. I got a new requirement, my client is asking me to show multiple columns with multiple tables in a single dashboard prompt
    for Ex: Column name Table name
    1. Customer 1. Customer Details
    2. Market 2. Region
    3. Order 3. Order Status
    4. Product 4. Product Type
    He wants to show all these column names in a single prompt when user click on the particular column name it should appear on report. Is it Possible? if possible tell me how?

    See this thread...
    Re: How to add new columns by using Multiselect

Maybe you are looking for

  • Cannot access database home page

    I am trying to learn Oracle on my own on home PC. I have Windows XP Professional. When i choose "go to databse home page", it uses this url: http://127.0.0.1:8080/htmldb and then tells me the page is not found. Any ideas???? Thanks, Ira [email protec

  • My Seagate Expansion 500GB external hard drive no longer works with my Mac

    Hi i have had a seagate expansion hard drive for the last year ish and it has worked as a time machine without any problem. when i first got it i had to format it to windows but that was simple and worked well. recently i unplugged it for a few weeks

  • Mac Book Pro takes forever to wake from sleep

    In the last few weeks, my MBP has started taking forever to wake up if it's asleep for any lengthy period of time. I've checked the logs to see if it is any particular program slowing things. It comes up dark, the goes to a greyed out screen with a p

  • Bought extra iCloud storage and hasn't upgraded me

    Hi, I have purchased extra iCloud storage for my iPhone and so far it hasn't upgraded me therefore I am unable to take pics and record videos, can anyone please advise me on what I should do next. Thanks

  • How to keep an Album together if Songs are by different Artists

    Many albums include different artists or variations of artists (e.g. JohnSmith and JohnSmith & MaryJane).  Currently, by "default," these such an album is split into two or more albums in the Library.  What steps/selections are necessary to keep albu