Can in af:query we have vo attribute rendered as radio button?

Hi ,
we have a requirement wherein we have a search region which has 2 radio buttons to choose date range and week range respectively.is there any way to achieve this in <af:query>????
Any pointers how to achieve this??
Thanks
Anand

Hi
Radio groups are not supported inside query currently, you may have a look at this [ similar post|https://forums.oracle.com/forums/thread.jspa?threadID=2129840] and frank's reply for more details/explanation.
When I searched for enhancement request, I found one but that had been rejected asking for business requirements.
If you feel, this is must in your project and have proper usecase and business requirements you may raise an enhancement request with support.
Thanks,
Sireesha

Similar Messages

  • Why can't I see an export value option in my radio button properties? I am using Acrobat X pro.

    Why can't I see an export value option in my radio button properties? I am using Acrobat X pro.

    Thanks so much. Thought it was just the name of the button and did not realize it was the value. Now able to use them for calculations.

  • HELP: I sync my iphone ios 4 to another iphone ios5, sync was completed but after a few mins, iphone will auto restart and freezes at the home screen which I can't unlock. I have to hold the "home"   "off" button to restart the phone.

    Dear all, please hel!!
    I sync my iphone ios 4 to another iphone ios5, sync was completed but after a few secs, the iphone with the IOS 5 firmware will auto restart and freezes at the home screen which I can't unlock. It will then freeze for a few secs before repeating the restart phase again and again and again.
    To solve this issue, I have to hold the "home"  + "off" button to restart the phone. Afterwhich, it will restart the phone. However, although my stuff are still on the phone, all my sms are gone.
    Can someone please assist urgently.
    My data was transferred from another iphone 3GS which is running an IOS 4.0.1 to another 3GS running ios 5.0.1
    Is there a serious compatibility issue with both firmware?
    Please help.
    Thanks!

    Can't I just set up Exchange as one of my calendars in ical?
    Only if you're running Snow Leopard and your employer will allow access (different than iPhone/mobile device access, so most likely not), but not needed - keep reading.
    Is it really true that I have to choose between syncing Exchange with work server OR syncing iCal with personal Macbook?
    No. It was true, but with the v3.0 software that changed - you can now sync your Exchange contacts and calendar over the air, and your Address Book and iCal via iTunes over the docking cable.
    What is the best work around for this?
    None needed. When you set up the exchange account, and choose to turn on syncing of contacts and calendars, you will be prompted to remove all other data, or keep it on the iPhone. Choose the keep option. Note that in that case, your personal data will not be uploaded to the Exchange server - the iPhone keeps them separate (although you can choose to view them in a merged fashion).
    I have this set up on my phone (Exchange calendar along side personal and other calendars from iCal). Same for contacts. Works great.

  • How can I make a check box hidden (invisible) if a radio button is selected?

    I am using Adobe Acrobat X Standard, and I can't seem to find a JavaScript that will do what I want.
    I need one check box to be invisible or hidden if a certain radio button is selected.
    Ex: if a user selects "yes" from the radio button list, I need one of 2 check boxes lower on the form to be invisible/hidden/non-selectable.
    Can someone please help me?

    Does this have something to do with a "field dependency" setting within Acrobat itself?
    I am so confused at this point, I don't even know where to look anymore.

  • Is it possible to have Dynamically changing list of  Radio buttons ?

    Hi,
    There is a list box which a list of values like 'State', 'City', etc.
    When the user chooses a value in the list box, based on the value chosen say 'City', I should display a list of Cities. The user should then be allowed to choose 1 and only city from the list.
    Is it possible to have list of radio buttons such that there is 1 radio button for each city and the user can then choose any one of the radio buttons ?
    In this case the number of cities and what those cities are is unknown. So I need to have a dynamically changing list of radio buttons. Is this possible ?
    Version of forms : Forms 6.0.5.
    Thanks in advance
    Aruna

    Hi Aruna
    You can create a lot of radio buttons and hide|display them in runtime. It is more suitable i think to use the t-list instead of radio.

  • Does Dreamweaver CS5 have support for if-then radio buttons?

    Does Dreamweaver CS5 have a built in option to create an if-then radio group?
    For example you have a question that includes a yes/no radio group.  If yes is selected then a 2nd question dynamically pops up with its own radio group.  If no is selected then no additional question pops up.
    An example might be:
    Would you like to purchase tickets?  [yes/no]
    If yes then would you like those to be season tickets? [yes/no]

    Natively, no.  But you could probably find some commercial extensions that give you similar capability - have you looked here?
    http://www.dmxzone.com
    It wouldn't be too hard to do this using DW behaviors, either.  For example, using the change property behavior, you could do this -
    <script type="text/javascript">
    function MM_changeProp(objId,x,theProp,theValue) { //v9.0
      var obj = null; with (document){ if (getElementById)
      obj = getElementById(objId); }
      if (obj){
        if (theValue == true || theValue == false)
          eval("obj.style."+theProp+"="+theValue);
        else eval("obj.style."+theProp+"='"+theValue+"'");
    </script>
    </head>
    <body>
    <form id="form1" name="form1" method="post" action="">
      <p>
        <label>Would you like to purchase tickets?</label>
          <input name="RadioGroup1" type="radio" id="RadioGroup1_0" value="yes" onclick="MM_changeProp('foo','','display','block','P')" />YES <input type="radio" name="RadioGroup1" value="no" id="RadioGroup1_1" /> NO</p>
      <p id="foo" style="display:none;">
        <label>Would you like season tickets?</label>
          <input type="radio" name="RadioGroup2" value="yes" id="RadioGroup2_0" />YES <input type="radio" name="RadioGroup2" value="no" id="RadioGroup2_1" /> NO</p>
        <br />
        <br />
      </p>
    </form>

  • Query on radio button

    Hi All,
    For radio buttons in a group , I know by default one radio button will be selected always. If I give Default option for radio button with value "X" then that will be selected in selection screen.
    Now my query  : "Is there any way to have both/all radio buttons unselected when the program is executed and let user choose one of the radio buttons on selection screen and carry ahead the exection" ?
    Please confirm even if this cannot be done , as I just want to be sure whether this can be done or not in ABAP.
    Thanks for your help.
    Regards,
    Jalpa

    Hi,
    Its not possible to have without default selection of radio button group in ABAP.
    But we can achieve this one through screen design within that screen  design properties we can keep  input  check boxes  unselected.
    for that in screen layout take three radio buttons then go to  elementary list>general attribute>input check box unselect
    Result is disable radio buttons but all are unselected.
    Hence as per my knowledge which your being expected not possible in ABAP.
    Regards
    Sreenivas

  • Selection Based on Radio buttons in SAP Query

    Hi All,
    I am new to SAP Query.
    I have added the radio buttons on the selection screen of my SAP query screen.
    Can anyone please tell me how to make the field selection in query based on the status of these radio buttons.
    Thanks And Regards,
    Rupesh

    HI
    you have to do this using modif id. here is a sample program to do this
    PARAMETERS show_all radiobutton  group g1 USER-COMMAND flag.
    PARAMETERS no_show radiobutton  group g1 default 'X'.
    SELECTION-SCREEN BEGIN OF BLOCK b1 WITH FRAME.
    PARAMETERS: p1(10) TYPE c,
                p2(10) TYPE c,
                p3(10) TYPE c.
    SELECTION-SCREEN END OF BLOCK b1.
    SELECTION-SCREEN BEGIN OF BLOCK b2 WITH FRAME.
    PARAMETERS: p4(10) TYPE c modif id bl2,
                p5(10) TYPE c modif id bl2,
                p6(10) TYPE c MODIF ID bl2.
      SELECTION-SCREEN END OF BLOCK b2.
    AT SELECTION-SCREEN OUTPUT.
      LOOP AT SCREEN.
        IF show_all <> 'X' AND
           screen-group1 = 'BL2'.
           screen-active = '0'.
        ENDIF.
        MODIFY SCREEN.
    endloop.
    reward if helpful
    Message was edited by: Harikishore Sreenivasulu

  • Radio-buttons in ABAP Query

    Hi,
    Can you please let me know how to add the radio button in the selection criteria of the ABAP/4 Query.
    InfoSet is developed by joining two tables. It does not include any LDB.
    Requirement:
    Based on the Radio button value given in the selection-screen, I need to filter the records.
    For this, I need to add the radio-button on the selection-screen of the report.
    Please let me know how to add the radio button on the selection-criteria of the report.
    and also let me know is there any possibility to change the InfoSet attached to the query.
    Thanks,
    Madhuri.

    HI
        YOU CAN USE THE FOLLOWING SEGMENT OF CODE TO HAVE RADIO BUTTONS IN THE SELECTION SCREEEN..
    SELECTION-SCREEN BEGIN OF BLOCK B1 WITH FRAME.
      PARAMETERS: R1 RADIOBUTTON GROUP RAD1 DEFAULT 'X',
                  R2 RADIOBUTTON GROUP RAD1,
                  R3 RADIOBUTTON GROUP RAD1.
    SELECTION-SCREEN END OF BLOCK B1.
    AT SELECTION-SCREEN ON RADIOBUTTON GROUP RAD1.
      IF R1 = 'X'.
        <b>SELECTION CRITERIA</b>
      ENDIF.
    FOR MORE DOCUMENTATION PLEASE REFER THE LINKS
    1 <a href="http://72.14.203.104/search?q=cache:M-DVSgwQ-pYJ:www.geocities.com/siliconvalley/campus/6345/paramete.htmRADIOBUTTONINSELECTIONSCREENIN+ABAP&hl=en&gl=in&ct=clnk&cd=6">PARAMETERS</a>
    2 <a href="http://72.14.203.104/search?q=cache:GVSXomykKsYJ:cma.zdnet.com/book/abap/ch21/ch21.htmRADIOBUTTONINSELECTIONSCREENIN+ABAP&hl=en&gl=in&ct=clnk&cd=7">SELECTION SCREENS</a>
    IF THESE ARE USEFUL PLEASE REWARD POINTS
    REGARDS,
    ANOOP

  • How can I get my radio buttons on one line?

    I have tried to put two radio buttons in one text cell in a table, but I can´t get them side by side. They stack on top on each other, in a vertical list, no matter what I do.
    Sorry for the stupid qustion, but this is my first attempt in LiveCycle Designer.

    Thanks for your time. I found the soloution. I changed the flow direction in the suborm from "top to bottom" to "Western text"

  • Can't See Shared Music (Not radio button problem!)

    I haven't been able to see Shared Music on my college network since I reinstalled Windows XP (around iTunes 4.8). I don't know what settings have changed.
    I now have the latest iTunes, the radio buttons are on. I heard about opening up a port, and bonjour service. I'm not sure how to execute those solutions.
    Thanks for your time,
    Connie

    Although that was a very helpful hint that I can in fact play Mac's iTune Music on iPad without syncing, it's not solving my primary issues, which are:
    1. I bought some music via iTunes on iPad and I can't get them to Mac, because that Shared label is not present in my Mac iTunes
    2. I want some of my Mac iTunes music to sync to iPad anyway, because I want to play it also when not being on home share network.
    3. When I synced iPad, many apps have been removed from it and are not there anymore, but appear in Mac's iTunes in that Apps section under iPhone, iPod touch and iPad Apps, but are not below in iPad Apps - I don't know how to get them back to iPad and how to prevent this to happen again
    These are maybe trivial questions, but I wasn't able to find answers and don't have so much time to search more.
    Thanks.

  • Have a list of radio buttons control layer visibility

    Any help would be appreciated, I am very new to scripting for PDF actions in Acrobat XI Pro
    I have 4 different sets of radio buttons that a user has to answer yes or no to.  When certain sequences of radio buttons are selected it should set one of 4 text fields' visibility to on.  
    For example, if the sequence is
    No, Yes, Yes, No
    then I want only the 3rd text box made visible and the other ones to remain hidden. 
    There are 9 different combinations that need to turn on one of 4 fields at a time.  Is this possible?
    Thank you very much in advance.

    Thanks GKaiseril
    I have spent a little time trying to learn this and what I have so far is not working. 
    I have 4 Radio Button Groups set up named: "Group1", "Group2", etc
    I also have a Text box which is what I want to be visible or not called: "TextBox"
    Here is my script:
    if (Group1.rawValue == "1" and Group2.rawValue == "2" and Group3.rawValue == "3" and Group4.rawValue == "4") {
    TextBox.presence = "visible";
    else {
    TextBox.presence = "invisible";
    Thanks again!

  • When printing a list in Address Book, how can I select more than the default Attributes and keep them selected when I print again? I want to print ALL information for contacts so I have email address, notes, phone, company, title, etc all on one page.

    When printing a list in Address Book, how can I select more than the default Attributes and keep them selected when I print again? I want to print ALL information for contacts so I have email address, notes, phone, company, title, etc all on one page. I don't want to have to check off an additional 5 or 6 attributes each time I print out contact information. Is there a way to change the default setting for printing lists, so it is not just "phone," "photo," and "job title?"

    I have a user who wants to do this same thing. I did not find any way either to default the attributes to anything other than what you see the first time. Seems like such a trivial thing, hard to believe they do not allow it. I did find a program for this called iDress but I can't seem to download it from any links on the Internet. Not sure if it is free or not, but it was recommended by a link on the Mac support site.

  • The target element was not found, so all intermediate elements were ignored. As a result, an incorrect element that matches the target element's search properties can be found. Verify that all intermediate elements in Query Id have valid and unique search

    Hi All,
    I am using CUIT to write automated UI test cases. I have a dialog containing few edit control and buttons. 
    While running the test it is able to click the button.
    However I am getting few warnings as below.
    The target element "Technology Name: 'MSAA';Search Configuration: 'VisibleOnly'; Search Properties - ControlType : 'Button',Name : 'OK'" was not found, so all intermediate elements were ignored. As a result, an incorrect element that matches the target
    element's search properties can be found. Verify that all intermediate elements in Query Id have valid and unique search properties.
    Technology Name: 'MSAA'
    Search Configuration: 'VisibleOnly'
    Search Properties - 
         ControlType : 'Button'
         Name : 'OK'
    Mouse button : 'Left'
    I need to resolve these warning. Can anybody suggest me how to resolve these warnings.

    Hi sanjay_t,
    From these warning message as you provide, I doubt that maybe the button control did not be found successfully by the searchproperties when you playback the Coded UI test.
    So I suggest you can try to use DrawHighlight Method  to check if the button control
    is found before you perform actions on the button target control.
    (2)I suggest you can try to use
    FindMatchingControls Method on the button control to check if there are more than one control which matches the specified searchproperties and filterproperties.
    In addition, as you said that you are using CUIT to write automated UI test. it means that you record the UI action by handing code, am I right?
    If yes, I suggest that you can create a simple coded UI test through recording actions using Coded UI Test Builder. Then
    generate the code and then try to playback. If playback succeeds, then cross check the properties from UIMap.Designer.cs file. You can reference the code about entering values in the text edit in the UIMap.Designer.cs file to write
    your own code.
    For more information about how to find a control for coded UI test, I suggest you can refer the following blog.
    http://blogs.msdn.com/b/balagans/archive/2009/12/28/9941582.aspx
    Best Regards,
    We are trying to better understand customer views on social support experience, so your participation in this interview project would be greatly appreciated if you have time. Thanks for helping make community forums a great place.
    Click
    HERE to participate the survey.

  • HT1689 Hi, please can someone refer me to an e-mail address whereby I can request an Apple Technician to assist me with a query I have with my iPhone 4s and iTunes and syncing with a new PC? thanks

    Hi, please can someone refer me to an e-mail address whereby I can request an Apple Technician to assist me with a query I have with my iPhone 4s and iTunes and syncing with a new PC? thanks
    <Email Edited By Host>

    There is no email support. Either call AppleCare or use this:
    http://www.apple.com/support/iphone/contact/

Maybe you are looking for

  • Help! I get the message "sorry this video is not available on this device"

    Help! Whenever I attempt to access videos posted on my subscribed YouTube  sites, on my iPad mini, I get the message "sorry this video is not available on this device", on a black screen.. Strange because they always were available up until yesterday

  • Purchase Oder open item list query

    Hi experts, i will like to have a query for open item list for  purchase order which will show the following;      1. the details of any particular order from a Vendor in terms of:      a.     How much of it has been delivered      b.     How much of

  • JAVA on the mainframe

    Hello, I am trying to get the following Java program complied on our Z/os mainframe; public class Hello {                     public static void main(String[] args) {   System.out.println("Hello, World!");   }          However when I compile I get th

  • Purchase Value Key Influence

    When i set the material master as 10 %tolerance , the system is not considering the 10% influence .or it's not getting in to the PO itself ? Why ?Where we can find the partial delivery indicator ?.Thanks for the input ..

  • LR doesn't auto import Jpegs after editing in PS

    I have searched the internet and cannot find an answer for this.  When I am in LR and right click and choose to edit in photoshop, then retouch it and then save as a jpeg, LR does not automatically import the jpeg into the catalog.   So I synchronize