E10 format value

Hello

We are trying to simplify our forms. We have a number of options that are available for selection, but the user form to select 1 value (this is quite a large list).

That's why we want to consolidate our values under the category headings in drop-down list 1.

Is this achievable in Eloqua?

Thus, for example

(Topic category) indoor sports

Badminton

Judo

Pool

Sports outdoor (topic category)

Football

Tennis

Golf

I want the category titles to be highlighted and not available for selection.

Thank you!

You can try to get dynamic with Jquery or Javascript using > Javascript section.  This allows to keep the reference to the form and are updated captured.

OR

You can go to your form, discover HTML, paste in your landing page text box (right click change source) and add groups.

Tags: Marketers

Similar Questions

  • Calendar - conditional formatting values

    Hi all

    I would like to ask, if it is possible to apply conditional formatting in a calendar.

    I need to visually differentiate the values/events in my calendar application. So, for example holiday events would be "BOLD" and any other event would be normal text.

    Please let me know if this is possible.

    Thank you and best regards,

    Vladimir

    Vladimir Bartos says:

    Hi, AEC,.

    Thanks a lot for that above, it is very useful. However, I would like to ask one thing. I have the same formatting also on the display of the list?

    I see any "BOLD" and the event type is tiny, so I think that CSS class does not work there.

    Yes, just extend the styles to cover the list view and replace the text bold by default from the view of the list:

    .Calendar td a div.vac,
    .ListCalendar td a div.vac {
      font-weight: bold;
    }
      .Calendar td a div span,
      .ListCalendar td a div span {
        text-transform: uppercase;
      } 
    
    .ListCalendarHolder .PastDay,
    .ListCalendarHolder .ToDay,
    .ListCalendarHolder .FutureDay {
      font-weight: normal !important;
    }
    
  • entry not long enough for the date format value

    Hi all
    my table PF having IN_DATE is number format we save date number format as 20120101 (Jan 01, 2012)
    and IN_DATE can have 0 (zeros) also.

    When running under query, I get error "not long enough for the format of the value entry date.
    Please, help me to sort it, why this error is coming?

    Thanks in advance
    SELECT * FROM pf WHERE 
    TO_DATE(IN_DATE,'YYYYMMDD') > TRUNC(SYSDATE)-100
    and IN_DATE  != 0;
    Published by: user10736825 on May 20, 2013 15:30

    Hello

    When you store date information in a column NUMBER (or string), you just ask in trouble. The best way to avoid this problem is to use a DATE for date information column.

    The next best thing is to avoid the conversion of the NUMBER into a DATE. DATEs (such as returned by SYSDATE) still can b converted without risking a mistake, so instead of

    user10736825 wrote:

    SELECT * FROM pf WHERE
    TO_DATE(IN_DATE,'YYYYMMDD') > TRUNC(SYSDATE)-100
    and IN_DATE  != 0;
    

    use:

    SELECT  *
    FROM      pf
    WHERE      in_date  > TO_NUMBER ( TO_CHAR ( TRUNC (SYSDATE) - 100
                                         , 'YYYYMMDD'
                               )
                        )
    ;
    
  • Display radio group-Format values

    Hi all

    I use the Application Express 4.2.3.

    I have a group of buttons with the LOV query as follows:

    SELECT option1 | » '|| details as display, option1 AS return FROM my_table

    'details' are a hardcoded text in the table "my_table" enriched in the entry screen and stored as html text field

    When viewing in the radio group, details field appears in the html code.

    for example:

    Apple < p > < em > < strong > red in color. < facilities > < you /i > < / p >

    But I need the information should appear in the text formatted only.

    Any suggestions?

    Thanks in advance!

    Kind regards

    Archana

    For this radio group set "Escape special characters" no in the Security section of the element definition.

  • TLF Text Format value

    Hi all

    Are any function as setTextFormat as3 TextField function in TLF?

    I suggest you look at EditManager.applyFormat (). This allows you to apply the character (leafFormat) level, at the level of paragraphs (paragraphFormat) or the attributes that apply to the whole container and manages all refresh as well. There is more low-level API on the individual FlowElements that you could use instead, but it's usually less work, if you can get applyFormat() to do what you want.

    -robin

  • Workspace: unregistered control/indicator Digital Format

    Hello

    Using VS 2013, I'm not able to maintain the digital format of a digital medium.

    • Open and run the project delay example of Sinewave

    • On the workspace, do a right-click on a digital indicator to open the dialog box change point

    • Go to the tab Format & accuracy, Format has a value other than Decimal (engineering here) click OK.

    • Save (File' Save) and leave the workspace

    • Run the project again

    • On the workspace, do a right-click on a digital indicator to open the dialog box change point

    • Go to the tab Format & accuracy: Format value is decimal (and not the previously defined value)

    I do not think it is the expected (also tested with VS2012) behavior. This applies also to controls.

    I did something wrong? Is this a bug? Am I the only one having this problem?

    Best regards

    Matheiu Hey,.

    It is certainly a bug. It shouldn't work like this.

    We have the question followed internally as CAR #449833. Keep an eye on this number in the section of the fixed a Bug of version of the fix to come/releases readme (similar to this). We should hopefully get it sent soon!

  • formatted string

    I have different strings in my project, for example:

    12.4432615352312

    I want that all these channels have 2 decimal places, so 12.44; How can I do this? I was looking for 'Format value function' and also 'format as string' (format string), but without success.

    Thank you

    Here's a very easy way

    Although there is probably a method using reg expressions without the intermidiatry changing double.

    Craig

  • APEX 5 - report Ineractive: sort by value returned in LOV

    Hi Experts,

    It is possible to sort by the return value of the list of values defined for some of the interactive report columns?

    Example: DB 2015123, 2015124, 2015125, 201410 value (the values are order NRs, does not order ID)

    The user wants to see the values in the format 123/2015, 124/2015... 10/2014 (who are just a test of values, there are many more of them)

    I used LOV to translate it into readable format. (I hope that return value can be used )

    Is it possible to use the return value in LOV like value used for the sorting of the IR?

    concerning

    J

    Jozef Demovic SVK wrote:

    It is possible to sort by the return value of the list of values defined for some of the interactive report columns?

    Example: DB 2015123, 2015124, 2015125, 201410 value (the values are order NRs, does not order ID)

    The user wants to see the values in the format 123/2015, 124/2015... 10/2014 (who are just a test of values, there are many more of them)

    I used LOV to translate it into readable format. (I hope that return value can be used)

    Is it possible to use the return value in LOV like value used for the sorting of the IR?

    It is not possible using a LOV, but it is simple to implement.

    1 Add the command formatting value NR as a column in the report query, called ORDER_NR_DISPLAY.

    2. set the display hidden column [Column] ORDER_NR_DISPLAY type so it does not appear in the report.

    3. change the original ORDER_NR column and set the property Expression HTML #ORDER_NR_DISPLAY #.

  • Hide the values in a column?

    Hi, I have this requirement to hide all values in a column and but not the Total of this column in the PivotTable.

    When I try to hide the values, he hides the Grand Total too... I need to show.
    Help, please.

    I use CSS Style - display: none for this particular column in PivotTable.

    Sigma sigin on PivotTable-> Format values-> text-decoration: none;
    For the column using the style css: color:rgb (242,245,249); or use display: none;

    Appreciate if you mark as correct

  • Conversion of the year in YYYY format to return to the selection list

    With Apex 4.1.1 on Linux (Apex Listener on glassfish)

    I have a table with the dates of weekend and use this table for like my LOV.

    The selection list appears as 12-SEPT-12 when I check the value attribute of Firebug. Problem is that it comes as year 0012 instead of 2012 when I try to use it in my PL SQL code to save it in a table.

    Is there a way I can get the return value for the year in YYYY format for the return value to the selection list? Have you tried to_date (dt, ' MON-DD-YYYY "") with no luck.

    See you soon.

    All APEX session state values take place as VARCHAR2s. Explicit conversion between DATE using the specified formats values is recommended. Converted to a VARCHAR2 in the LOV query:

    select to_char(week_ending, 'DD-MON-YYYY') l, to_char(week_ending, 'YYYY-MM-DD') v from ...
    

    and to this DAY in the PL/SQL code of process:

    ...to_date(:p1_week_ending, 'YYYY-MM-DD')...
    

    I'm trying to standardize on the use of ISO 8601 representation of date not displayed values. These are unambiguous, sort correctly by using the semantics of character and are compatible with other systems and technologies.

  • Display the values only in the total row

    It is possible to not show the column values in the rows of a table, but only in the total row?

    That is to say. I have a table like this:

    | * col1 * | * col2 * | * col3 * |
    | Val.a | 3 | 1 |
    | Val.b | 3 | 1 |
    | Val.c | 3 | 1 |
    | * tot * | * 3 (avg) * | * 3 (sum) * |

    I want to show this:

    | * col1 * | * col2 * | * col3 * |
    | Val.a | | 1.
    | Val.b | | 1.
    | Val.c | | 1.
    | * tot * | * 3 (avg) * | * 3 (sum) * |

    the reason is that the col2 values are not significant at the level of the line, but only at the total level.

    There is a way to do this in a table of Obiee or PivotTable?

    Thank you

    Luca

    Yes.
    There is code breaking too ;)

    Sigma sigin on PivotTable-> Format values-> text-decoration: none;
    For the column using the style css: color:rgb (242,245,249); or use display: none;

    Pls correct brand

  • Format number problem!

    using L99G999999D99 in a unit_price field which is the number of data type (15.3) > train to # during the navigation of the order of the day...?

    I tried to make the displayed text_item wider but no way

    It is with 3 digits okey but 5 or superior poster #.

    I want to display the number of

    999,999,999,999  
    
    then
    
     the Local Currency att. to the Number
    I may have?


    need help urgent pls.

    Concerning

    Abdetu...

    I forgot to mention, that the size of your element in forms should be large enough to display the formatted value. With a format of "L999G999G999G999D99" mask your accuracy in the order of the day should be 19 - step 15.

    Hope this helps,
    Craig B-)

    If someone useful or appropriate, please mark accordingly.

  • Error in the REST Web Service with the text output Format

    Hi all

    I am referencing a REST web service and can successfully connect to it and retrieve the results with the output XML value Format.

    I don't need the node values, I want to just grab the entire XML string and fill a table with her column.

    When I create a new Rest web service reference, including the text output Format value and then create a form/report to run it, I get the following error when I click on "send":

    ORA-06550: line 1, column 63: PLS-00103: encountered the symbol "end-of-file" when expects it one of the following numbers: (- + new case mod not null to other current County avg exists max min prior sql stddev sum variance execute forall time timestamp interval date fusion pipe)
    Error sending request.

    There is control in the XML characters, but surely, this is handled by the Apex, so I'm not sure what the problem is here.

    Any ideas most welcome.

    Thank you
    Rhodri

    Rhodri:

    Request Express waiting for answer text actually be answer text, delimited by other characters that denotes a new value and a new Recordset. You should leave the response as XML. The XML document will be stored in the column xmltype01 in the collection that you specify. You can then convert this column xmltype01 in a clob, if you like using the. toClobVal().

    Kind regards

    Jason

  • By the way of dynamic target through the interaction of the value

    We have a requirement where if we click on the data in the column having prj didn't it must navigate us to one of the two reports on a dashboard page.

    How we can program & so that we can choose what page it should navigate to.

    We are currently navigate/change the value by using properties of column > column Format > value interaction > Type: Navigate.
    We provide the target this way, how can we make this as dynamic target path.

    Thank you
    Pankaj

    Hi John,.

    Add 2 reports of navigation of the interaction of the value...
    And give captions for 2 report identified by user must select which report...
    Now, whenever you click the project No. It shows 2 reports to navigate...
    Now, click on the desired...

    Hope this is what you want...

  • Watch NumericTextBoxDouble - 0 instead of 0

    There is something odd happens: I put NumericTextBoxDouble in the form, set its value to 0, and it shows - 0. Of course, it should be 0.

    Measurement Studio 2013 / VS 2010/2013

    It is a known issue with an update made to a Measurement Studio dependency that has been shipped in a recent driver release. This has been fixed in their own country and should be available soon.

    Until this fix is available as a solution, you can use a custom value trainer to wrap the existing trainer and correct incorrect negative zero display:

    numericTextBox.ValueFormatter = new NegativeZeroCorrection( );

    ...

    public sealed class NegativeZeroCorrection : ValueFormatter {
            private readonly ValueFormatter _inner;

    public NegativeZeroCorrection( ValueFormatter inner = null ) {
                _inner = inner ?? new GeneralValueFormatter();
            }

    protected override string FormatCore( TData value, ValuePresenterArgs args ) {
                string result = _inner.Format( value, args );
                if( result == "-0" )
                    result = "0";
                return result;
            }

    public override TData Parse( string value, ValuePresenterArgs args ) {
                return _inner.Parse( value, args );
            }

    public override bool TryParse( string value, ValuePresenterArgs args, out TData parsedValue ) {
                return _inner.TryParse( value, args, out parsedValue );
            }

    protected override Freezable CreateInstanceCore( ) {
                return new NegativeZeroCorrection( );
            }
        }

Maybe you are looking for

  • Put the new email in the current folder

    By: Change | Accounts settings | (account). Copies & folders | "When sending messages, automatically: There is an option for the "responses of Place in the folder of the message being replied to. I would like a way to do exactly that, except with the

  • Need to locate files in the category 'Others' in use of HD?

    Hello When I look at my record in HD, it shows a very large percentage used for OTHERS. Is there a way to locate these files? They are temporary files?

  • HP 4500 all in one envy

    Hello.. Is it possible to make a print from my ipad or iphone in black and white...? Concerning Kirsten Jensen Bach Denmark

  • HP Laserjet 1022n, 1022nw printers shared cannot print

    Hello. We have a number of these printers shared on a Windows Server 2003 server for Windows XP clients. We use Windows Server 2003 Service Pack 1 on certain print servers and Windows Server 2003 Service Pack 2 on the other. Some of them work, but so

  • Need help with Laserjet 1320

    After updating to Snow Leopard, I can always print on the side of Windows XP using load on the merger, but on the side of Mac program all I get is 'Break print' even if system preferences show 'Printer Ready' and a pilot Version of 5.3.0.