Choices - Checkboxes (allow multiple selections) Links

Is there a way to make the below possible:
This is with respect to Sharepoint 2010 list functionality
I have a list with 7 choices 
The type of choices is: Checkboxes (allow multiple selections)
Is it possible to have links as the various choices as compared to plain text?
Is there any other alternative to have links with multiple selection option which works like choices option in a list?
Thanks,
Abhilasha Thackur

Hi,
According to your post, my understanding is that you wanted to have links as the various choices as compared to plain text.
There is no out of the box way to accomplish this with SharePoint.
By design in SharePoint, the options in the Choice filed look like Single line of text type.
To achieve what you want, you need to custom filed Type programmatically.
More information:
Walkthrough: Creating a Custom Field Type
Creating Custom SharePoint 2010 Field Types
Best Regards,
Linda Li
Linda Li
TechNet Community Support

Similar Messages

  • How to create a parameter to allow multiple selection

    Hi,
    I am developing report in Oracle EBusiness suite. I use concurrent program to develop the report. My question is how to create a parameter to allow multiple selection for such kind of report?
    thanks
    Lei

    I dont think, we have multiple selection in the parameters of Concurrent Program :).

  • How to allow multiple selection of nodes in a JTree

    How to allow multiple selection of nodes in a JTree ?
    Thanks
    S.Satish

    By default when you create new instance og JTree the selection model is multiple selection. And if you want to change it you use next:
    tee.getSelectionModel().setSelectionMode(TreeSelectionModel.SINGLE_TREE_SELECTION);
    or
    tree.getSelectionModel().setSelectionMode(TreeSelectionModel.CONTIGUOUS_TREE_SELECTION);
    or
    tree.getSelectionModel().setSelectionMode(TreeSelectionModel.DISCONTIGUOUS_TREE_SELECTION);
    Hope will help!

  • Error On Selection Cardinality doesnot allow multiple selection

    Hi All,
    Every one... Am new to SAP am learning WebDynpro Java..
    Now am working on Multiple selection on a table But it is giving Error
    Like:
    Failed to Process reques. Please Contact Your System Administrator.
    Root Case is :
    com.sap.tc.webdynpro.progmodel.ContextException Node (....) Selection Cardinality doesnot allow multiple selection ....
    Please Help Me..

    Hi Ramesh,
    please check the property of the node which you are using.
    check the Cardinality  property, for multi select it must be 0.n or 1 . n.
    Hope thiw will help
    Regards
    Narendra

  • Derived Column : for Lookup type column with 'Allow Multiple Selection' : True in sharepoint list

    Hello,
    I have one column where field type is Lookup but 'Allow Multiple Selection' is true in SharePoint List.
    So, in this scenario data from the SharePoint list is being exported as below.
    1;#Red;#3;#Blue;#4;#Black;#5;#Green
    Now resultant text exported to SQL Table should be :
    1,3,4,5
    OR
    Red,Blue,Black,Green
    Either way it is fine. How can we get this using Derived Column and Data Conversion?
    I am able to do this for single occurrence using below expression.
    (DT_STR,100,1252)(SUBSTRING([BusinessUnit],FINDSTRING([BusinessUnit],"#",1)+1,LEN([BusinessUnit])-FINDSTRING([BusinessUnit],"#",1)))
    Please suggest.
    Thank you,
    Mittal.

    Your best bet would be to do this in sql using a string parsing udf as below
    http://visakhm.blogspot.com/2010/02/parsing-delimited-string.html
    You can make it into procedure and call it from oledb command task.
    Please Mark This As Answer if it helps to solve the issue Visakh ---------------------------- http://visakhm.blogspot.com/ https://www.facebook.com/VmBlogs

  • Allow multiple selections in 2nd box of cf_TwoSelectsRelated

    Greetings. I'm very new to ColdFusion, so I apologize if this
    seems like a no-brainer.
    I've successfully used cf_TwoSelectsRelated to add related
    selects to a form. I'm able to have a user select a school, and
    have the second select box retrieve only the teachers that are from
    that school. Now I'd like to allow multiple teachers to be selected
    from the second list (to register for a workshop) and have them all
    be inserted in my registration table as individual records.
    I think I can figure out the second part of my task (insert
    them as individual records) based on
    Dan
    Bracuk's answer to a query back in February. However, for the
    first part (allow multiple selections in the second select list)
    I'm not sure whether to:
    a) try to edit the cf_TwoSelectsRelated custom tag (I think I
    would need to know some JavaScript for that? yipe!)
    or
    b) do something to my existing code to allow the second
    select to have multiple selections (but doesn't cf_select just
    require that you specify in the attributes "multiple="true"? which
    means I will probably need to edit the cf_TwoSelectsRelated custom
    tag (back to *yipe*!)
    Can anyone point me in the right direction? I've attached
    cf_TwoSelectsRelated. Please let me know if you need me to supply
    my code.
    Thanks very much in advance.
    Marianne

    Dear Dan,
    Thanks for this! Well, I went ahead and kept trying to figure
    it out while I waited - I found and took a look at
    cf_ThreeSelectsRelated and the third select box did indeed have a
    "multiple" attribute - so I borrowed it and edited the
    cf_TwoSelectsRelated (as attached - just added one line to the
    attributes list and added one cfif to the cfoutput for the 2nd
    select box), called it in the attributes of the
    cf_TwoSelectsRelated tag call in my "add attendees" page - and it
    seems to work great! No messing about with scary javascript needed.
    *whew*
    Now I just have to edit the code to allow it to insert each
    set of id's as an individual record... but I think I can handle
    that :)
    Hopefully this will help someone who's wondering if this will
    work. I couldn't find any reference to it anywhere!

  • Disable text box on selecting a checkbox of multiple selection lookup field in infopath 2010

    Hi
    In edit mode of the form,
    We have added one field in infopath which is lookup column and shows multiple selection chekboxes.
    One of the option from that lookup checkbox list is "Other".
    There is one textbox field which will be disabled by default.
    We want to enable this text box on selection of "Other" from lookup field checkbox list.
    Is it possible?
    if yes how can we do this?

    Hi Vyanky, I don't believe that's possible without some major functionality. The problem, as you probably know, is that it's a lookup with checkboxes. If it was added directly in InfoPath, then it wouldn't be an issue. You should consider adding "Other"
    as a separate yes/no field instead. That way you'll be able to add an action rule to it to enable the text box.
    cameron rautmann

  • ApEx2: Many-to-many with checkboxes or multiple select list?

    Hello all together
    I have the following specification:
    * a table for tool users: tool_users(tu_id, tu_name)
    * a table for groups: groups(gr_id, gr_name)
    * a table for the many to many relationship of tool users and groups: tool_users_to_groups(tu2gr_id, tu2gr_tu_id, tu2gr_gr_id)
    I'd like to have some checkboxes or a multiple select list in my "add/edit group" form where I can select which users belong to this group. The same vice versa for users to specify which groups they belong to.
    edit user
    (general details)
    Has to the following groups:
    [X] Group 1
    [ ] Group 2
    [ ] Group 3
    [X] Group 4
    [ ] Group 5
    After submitting the checked values should be insert into the many-to-many relationship table.
    How can I do that?
    Thanks a lot for any help,
    Josh

    Thanks for your kind help.
    I'll have to learn PL/SQL if I want to go on with my work in ApEx in future, I see this too.
    But at the moment there are just a few problems I got and I should get a small application up and running as soon as possible, so I'd be really thankful for some newbie help.
    My problem is now:
    I have created the process for my form page with the following code:
    declare
    v_list varchar2(200);
    begin
    for r in (select tu2gr_gr_id id
    from tool_users_to_groups
    where tu2gr_tu_id = :P3_TU_ID)
    loop
    v_list := v_list ||r.id|| ':';
    end loop;
    :P3_GROUPS := v_list;
    end;
    Sadly the code does not seem to be executed. I have changed the name from :P3_GROUPS to :P3_GROUPS2 (which doesn't exist and I'd expect the application to crash when loading the page). I have set the process to a Before Header process. What could I have done wrong?

  • Mail in iOS 7.0.4 will not allow multiple selections to delete/move etc.

    In the past week my iPhone 5S has started something that I can only discribe as a 'refresh' of the screen each time I attempt to select multiple emails to either delete or move to another location. What occurs is that once I touch 'edit' the circles appears, as they should, to the left of every message. However, once I select one and go to select the second the previous selection is 'unchecked'. If I try to go faster I am able to select 2, sometimes 3, messages before it unselects them. This is very frustrating to say the least. Additionally, the same time I noticed this issue I also began having some serious battery longevity issues. I'm talking 25% drain in less than an hour. I've done all the standard stuff to fix this - reset settings, DFU restore etc - and the problem persists. The only commonality that I can come up with was the upgrade to iOS 7.0.4, it was shortly after this upgrade that the symptoms began.
    HELP!!
    Thank you!

    In the past week my iPhone 5S has started something that I can only discribe as a 'refresh' of the screen each time I attempt to select multiple emails to either delete or move to another location. What occurs is that once I touch 'edit' the circles appears, as they should, to the left of every message. However, once I select one and go to select the second the previous selection is 'unchecked'. If I try to go faster I am able to select 2, sometimes 3, messages before it unselects them. This is very frustrating to say the least. Additionally, the same time I noticed this issue I also began having some serious battery longevity issues. I'm talking 25% drain in less than an hour. I've done all the standard stuff to fix this - reset settings, DFU restore etc - and the problem persists. The only commonality that I can come up with was the upgrade to iOS 7.0.4, it was shortly after this upgrade that the symptoms began.
    HELP!!
    Thank you!

  • Checkedlistbox allows multiple selections with Selection mode set to one

    I have a simple CheckedListBox with three options. I set Selection Mode to One. When I test the form, it allows me to have more than one box checked. I can clear the other two with a program, but my understanding of Selection Mode was that it would not
    allow more than one box to be checked if set on one.

    Option Strict On
    Public Class Form1
    Private Sub Form1_Load(sender As Object, e As EventArgs) Handles MyBase.Load
    CheckedListBox1.SelectionMode = SelectionMode.One
    For i = 1 To 10
    CheckedListBox1.Items.Add("Number" & i.ToString)
    Next
    End Sub
    Private Sub CheckedListBox1_ItemCheckChanged(sender As Object, e As ItemCheckEventArgs) Handles CheckedListBox1.ItemCheck
    Dim ItemIndex As Integer = e.Index
    For i = 0 To CheckedListBox1.Items.Count - 1
    If i <> ItemIndex Then
    CheckedListBox1.SetItemCheckState(i, CheckState.Unchecked)
    End If
    Next
    End Sub
    End Class
    La vida loca

  • How to provide checkbox for multiple selection in OBIEE

    Thanks in Advance
    Regards
    Frnds

    How's the "GUI" different from a prompt rendered in a dashboard?
    Try being more specific and especially...use relevant terms. Are you talking about a dashbaord page? Do you want it inside a request etc. etc.
    Edited by: Christian Berg on Feb 10, 2009 11:50 AM

  • Allow multiple but only display 1 choice

    with dreamweaver 8, how do I set the display to only show 1
    choice initially?
    e.g. I have a month list. Initially, I want it to display Jan
    - and Jan ONLY. I want to allow multiple choice of month, e.g. I
    can choose Jun, July and Aug.
    I set type to List, Height to 6 and allow multiple
    selections.
    Please help.

    Hello,
    I see.
    Dropdowns become lists as soon as you add "select multiple".
    To select multiple items from a dropdown, you need to use
    javascript or a
    server side language, and it can be complex.
    You can Google "Javascript Multiple Select Dropdown" to get
    some free
    scripts.
    You'd need to combine this with another script that makes the
    current month
    the selected value.
    Honestly, this isn't intuitive or user friendly.
    You have to keep opening the dropdown to select additional
    months, and it's
    two clicks each time.
    The instructions would likely use up more space than the
    list.
    Then there are those that start as a height of 1 then expand
    when clicked
    and stay open.
    Here's a free one with some examples on the lower left.
    http://multi-select-dropdown-box.possible.in/section.php/section/downloads
    Another thing you could do is just use some simple script to
    display the
    current month name.
    This wouldn't be a form element, just text.
    Then, have a button to "add months".
    When clicked, this button displays a hidden div (This is the
    "Show/Hide"
    behavior.) that does have the form's listbox in it.
    You can find a number of scripts online to display a
    multi-select list with
    the current month selected.
    So, if the user just wants June...they wouldn't click the
    "add months"
    button.
    They would just fill out the rest of the form.
    The list in the hidden div still functions as part of the
    form, and has the
    current month selected so when the form is submitted it will
    submit June.
    If they do want more months, they click the button and the
    list is displayed
    so they can select additional months.
    You'll need to add some code so that if the user has
    javascript disabled the
    multiselect list displays even if it's not how you want it to
    look when the
    page opens.Better than people not being able to use the form.
    Of course, you could avoid all of this by simply having
    multiple checkboxes,
    one for each month.
    That's easy, intuitive and doesn't require any scripting.
    Take care,
    Tim
    "patty12345678_8" <[email protected]> wrote
    in message
    news:[email protected]...
    > Hi Tim,
    > Thanks for your help.
    > I actually want the outcome as the following:
    > 1) show current month
    > 2) display ONLY the current month initially
    > 3) allow multiple
    > 4) when click the drop down box, it display the list
    >
    > My problem is: if I set the height to 6, it will distort
    my page
    > initially. I
    > only want if the user click on the drop down box, it
    then display the
    > list.
    >
    > Any suggestion?
    >

  • List Box - Object  How do you get "allow multiple item selection" option to work?

    developing a fillable PDF form using livecycle. I have several list boxes that contain multiple text items. I have entered all items directly into the item list and I have selected "allow multiple selection". The object is committed on exit, All the binding options have been left on default settings. BUT when the form is tested it will not allow multiple selections. I cannot find anything in help to resolve this. CAN Someone help me. This is urgent!!!!!

    Dear Deb
    Thank you for your suggestion, but it does not appear to work. I used the alt key then my mouse to select, but it still only allows for 1 selection.  I do not see the sample you said you included, so I cannot check to see if I have a setting incorrect. If you have any other suggestions I would really appreciate it or if there is a way for you to look at the form, at this point I am open to any suggestions.

  • Multiple Selections in List Box

    Hello all. I am new to the Adobe Family and especially PDF designing, so please bear with me. I have gone through the Help section, and did searches on here to find an answer but have not had luck. I need to make a list box that the user chooses multiple choices. As in some forms that have if you hold down the CTRL button you can choose multiple choices. During my searches I keep finding coding lines. I'm not sure how to do coding at all, I'm using the Designer 7 template forms where I can choose the icon, and then go over to Object, Value, etc. Is what I want to do even possible with Designer 7? If so, how can I make this work. If not, what program would I need to use? Thank you in advance for your help!

    When I look at either a list box or a drop-down list and look at the "Field" tab I do not see a "Allow Multiple Selection" checkbox. I am using designer version 7.0.041126.0. Is it not supported in this version or am I missing something.
    Thanks

  • Multiple Selection in Search Result List in PCUI

    Hi,
    Our requirement is to allow creation of new records in list view of the PCUI application CRMM_ACCOUNT. I'm using old floor plan CRM 4.0 to meet this requirement. But this is causing a problem. It's not allowing multi select in the search result list (Event INIT, Screen Element SRMS). If I change the screen element to SRME, it allows multiple selection (thru selection checkboxes) but does not allow creation of new records in list view.
    Also, how to activate the multi-valued search on certain fields. I've already checked the "Multi-Value" check box for the relevant field.
    Any help on this will be much appreciated.
    Regards,
    Vishal

    a®s wrote:
    Hi,
    You can find lot of thread in this for forum for your query.
    example
    a®s
    Thanks ! it's helpful!   But my requirement is a little bit different. (Sorry I didn't make it clear)
    I created a table maintenance (SM30) for a table. The F4 Search help should be applied to a field of the table when a user creates a new entry. I hope it makes clear.
    btw: I have awarded some points! Because it's also good to know some other ways:)

Maybe you are looking for