Want null radio group item on same line with other horizontal radio sels

I have a 4 selection radio group. They need to go horizontally. And I got that with 4 "columns". If a selection needed to be reversed to null there needs to be a selection for that function. The "display null value" works great for that. But there's just one thing,
the null selection appears first on a line by itself. On the next line are the rest of the radio selections.
what's the trick to getting the null selection on the same line as the rest of them? (Ideally at the end).
I've been looking but I can't find the answer. (We need an faq for this kind of thing.)

Hi,
That depends on what you are using to generate the radio buttons.
If you are using a static list, do something like:
STATIC2:A;A,B;B,C;C,D;D,None;The "None;" at the end will generate a "None" radio button with a null return value
If you are using SQL, do something like:
SELECT ENAME d, EMPNO r
FROM EMP
UNION ALL
SELECT 'None' d, NULL r
FROM DUALThe second SELECT will append a "None" radio button with a null return value
In either case, untick the "Display Null Values" option as it is no longer needed. Note that this option creates a separate TR row in the table that contains the radio buttons, so would always appear on a separate row from the other radio buttons.
Andy

Similar Messages

  • Can you display a radio button on the same line as a selection field?

    I am fairly sure this can not be done but then I have never had a request like this.
    My users want me to change a screen to have radio buttons on the same liines as other fields.
    For example:
    From Order: ________   To Order: ________         @ First Radio Button
    From Loc:    ____            To Loc:    _____               @ Second Radio Button
    These are using selection screens in an SAP report program - no dynpro or web design.
    And the user would only be able to select one button as all are in the same group.
    I could define as a check box too and only permit one to be selected - I think.
    if this can be done i do not know anyway to codee it.

    Hi
    Please check the below code:
    TABLES: mara,
            vbak.
    SELECTION-SCREEN BEGIN OF BLOCK b1.
    SELECTION-SCREEN BEGIN OF LINE.
    SELECTION-SCREEN COMMENT 1(15) v_mat.
    SELECT-OPTIONS: s_matnr FOR mara-matnr.
    SELECTION-SCREEN POSITION 60.
    SELECTION-SCREEN COMMENT 70(10) v_ma.
    PARAMETERS: r_m  RADIOBUTTON GROUP g1 DEFAULT 'X' USER-COMMAND abc.
    SELECTION-SCREEN END OF LINE.
    SELECTION-SCREEN BEGIN OF LINE.
    SELECTION-SCREEN COMMENT 1(15) v_sal.
    SELECT-OPTIONS:  s_vbeln FOR vbak-vbeln.
    SELECTION-SCREEN POSITION 60.
    SELECTION-SCREEN COMMENT 70(10) v_sa.
    PARAMETERS:  r_s  RADIOBUTTON GROUP g1.
    SELECTION-SCREEN END OF LINE.
    SELECTION-SCREEN END OF BLOCK b1.
    INITIALIZATION.
      v_mat = 'Material number'.
      v_sal = 'Sales Order Number'.
      v_sa = 'Sales'.
      v_ma = 'Mat'.
    Shiva

  • Is it possible to place more than one Item on same line on the FORM

    Can we placed more than one Item on the form?
    for ex: I want to use TextFields to input the Date of birth in form of DD/MM/YY
    I want to put on the form like
    Enter DOB :- DD MM YYYY
    Please suggest if it is possible any way in J2ME

    It will depend on the phone. There is no way of knowing if the items actually will be on the same line or not. On a phone with a small screen, the items are likely to end up on two lines.
    You can however make sure that the lines will occupy two lines by using the setLayout(int layout) method which belongs to the Item class.

  • Multiple Groups display ion same line

    Hi
    I have an XML template where there 4 groups. Currently it is displaying each group on each line. But I want on the same line all of the groups except the first one. How to accomplish this.
    current format
    G_Buyer: Buyer_name
    G_Vendor: Vendor Name
    G_Header col 1 col2
    G_Line col4 col 4
    But I need to display in this format
    Buyer: Buyer_name
    Vendor_ Name col 1 col2 col3 col4
    Please help
    Thanks

    Hi
    I already have the xml grouping and can display in multiple lines. I am not able to display on the same line
    <?for-each:/POXPOPAA/LIST_G_C_COMPANY/G_C_COMPANY/LIST_G_BUYER/G_BUYER?><? BUYER?><?for-each:LIST_G_SUPPLIER/G_SUPPLIER?><?VENDOR?><?for-each:LIST_G_PO_NUMBER_RELEASE/G_PO_NUMBER_RELEASE?>
    <?PO_NUMBER_RELEASE?><?for-each:LIST_G_SHIPMENT/G_SHIPMENT?><?LINE_NUM?><?end for-each?><?end for-each?><?end for-each?><?end for-each?>
    <?xml version="1.0" encoding="UTF-8" ?>
    <!-- Generated by Oracle Reports version 6.0.8.28.0 -->
    <POXPOPAA>
      <LIST_G_C_COMPANY>
        <G_C_COMPANY>
          <C_COMPANY>ABC LTD</C_COMPANY>
              <LIST_G_BUYER>
                 <G_BUYER>
              <BUYER>Buyer f</BUYER>
                   <LIST_G_SUPPLIER>
                <G_SUPPLIER>
                  <POV_VENDOR_NAME_PAPF_FULL_NAME>name 1</POV_VENDOR_NAME_PAPF_FULL_NAME>
                  <VENDOR>name 12</VENDOR>
                  <LIST_G_PO_NUMBER_RELEASE>
                    <G_PO_NUMBER_RELEASE>
                       <PO_NUMBER_RELEASE>725</PO_NUMBER_RELEASE>
                      <LIST_G_PREPARER_ID>
                       <FULL_NAME> John De </FULL_NAME>
                      </LIST_G_PREPARER_ID>
                      <LIST_G_SHIPMENT>
                        <G_SHIPMENT>
                          <LINE_DESCRIPTION>Other fees and services</LINE_DESCRIPTION>
                           <UNIT_PRICE>1</UNIT_PRICE>
                          <JOIN_RELEASE_ID>-1</JOIN_RELEASE_ID>
                        </G_SHIPMENT>
                      </LIST_G_SHIPMENT>
                      </G_PO_NUMBER_RELEASE>
                  </LIST_G_PO_NUMBER_RELEASE>
                  <CF_BUYER_FORMULA></CF_BUYER_FORMULA>
                </G_SUPPLIER>
                <G_SUPPLIER>
                           <POV_VENDOR_NAME_PAPF_FULL_NAME>Matte</POV_VENDOR_NAME_PAPF_FULL_NAME>
                           <VENDOR>name 3</VENDOR>
                           <LIST_G_PO_NUMBER_RELEASE>
                             <G_PO_NUMBER_RELEASE>
                                <PO_NUMBER_RELEASE>725</PO_NUMBER_RELEASE>
                               <LIST_G_PREPARER_ID>
                               </LIST_G_PREPARER_ID>
                               <LIST_G_SHIPMENT>
                                 <G_SHIPMENT>
                                   <LINE_DESCRIPTION>Other fees and services</LINE_DESCRIPTION>
                                    <UNIT_PRICE>1</UNIT_PRICE>
                                   <JOIN_RELEASE_ID>-1</JOIN_RELEASE_ID>
                                 </G_SHIPMENT>
                               </LIST_G_SHIPMENT>
                               </G_PO_NUMBER_RELEASE>
                           </LIST_G_PO_NUMBER_RELEASE>
                           <CF_BUYER_FORMULA></CF_BUYER_FORMULA>
                </G_SUPPLIER>
              </LIST_G_SUPPLIER>
            </G_BUYER>
            </LIST_G_BUYER>
        </G_C_COMPANY>
      </LIST_G_C_COMPANY>
      <COMPANY_NAME>ABC LTD</COMPANY_NAME>
      <COUNT_RECORDS>71</COUNT_RECORDS>
      <CP_BUYER>kumar p</CP_BUYER>
      <CF_BUYER></CF_BUYER>
    </POXPOPAA>

  • Date Picker display problems on same line with no new field

    With version 3.1.1 the attempted display of two date fields side by side appear stacked in the same column with the labels in between instead of side by side. This works fine with version 1.6.
    Create a page with 2 Date Picker items. Call the first one P1_DATE_FROM and the second one P1_DATE_TO. For P1_DATE_TO set the "Begin on new line" attribute to NO and the "Field" attribute to NO then display the page.
    The resulting display will be shown as:
    Line 1: Box for Date From value with date picker icon
    Line 2: Labels for both Date From and Date To with only a single space between
    Line 3: Box for Date To value with date picker icon
    The resulting display should be:
    Line 1: Label for Date From, Box for Date From with date picker icon, Label for Date To, Box for Date To with date picker icon.
    If you set the "Field" attribute to YES then the fields will appear on the same line in separate columns. I am trying to leave the second column available for and additional column of items in order to reduce the vertical scrolling on the page.
    If you repeat the above example with Text fields instead of Date Picker fields the desired result is achieved.

    You are correct that saying "Yes" to the field attribute will allow the items to format properly however this will push the second field into the second column on the page. I am purposely trying to keep these 2 items in the first column so that I can place a third item in the second column.
    I have tried using the "Start and Stop HTML table" feature to work around this but I can't control the alignment of the margins for the items above and below the start and stop item which make the display of the region even worse.
    Any other ideas or suggestions for work arounds would be appreciated.

  • Oracle on same server with other DB

    I'm trying to find a technical reason why it isn't good to have Oracle installed on the same server with SQL Server or some other DB Product. I've seen lots of people say, "Don't do it.", but I haven't seen a technical reason. If someone could point me to an FAQ or another source, I'd appreciate that as well.
    TIA
    VaAccess

    AFAIK, adpatch is not aware of how much memory a server has. The number of workers it recommends depends on a set formula - pl see
    How Does Adpatch Determine The Number Of Workers To Recommend? [ID 800024.1]     
    You are essentially wanting to a trade-off between performance and speed. You could specify 2 workers, but the upgrade will take an unacceptably long time. Allocating a large number of workers will affect performance on the other databases, as you have experienced. You will need to find a sweet spot somewhere in between that is acceptable to you. If you have additional hardware resources, one option is to move the non-EBS databases off this server. I do not think there is a magic bullet to solve your issues.
    HTH
    Srini

  • Question about same emails with others

    Good afternoon, the other day I walked into
    yahoo.com, because I wondered if
    I had done earlier account there.
    So, when I tried to log in, I chose
    that I can not remember my identity
    and asked me to write the security email
    I would have put in during my
    recording time. Me, I put
    my mainly EMAIL, which is: [email protected]
    After some time I realized that
    some unknown had used my email
    as security email to his account
    on yahoo. Later I checked the
    recent activity in my email in hotmail
    and indicate places where I have not been
    in any of the times I entered my
    account. Finally, there are some messages
    about verifying my identity to an account
    of Apple, which does not come from
    me. My question is whether it is possible
    to have the same email with
    these girls, who have the same name and
    the same first letter on their surname
    as me?? Thank you in advance!

    WLS loads classes from weblogic.class.path property
    Refer this document
    http://www.weblogic.com/docs51/admindocs/classpath.html
    Kumar
    Paul Shen wrote:
    At first, thanks Jesse for the help. Sorry for my mistake that making
    question 3 out of context.
    WinNT 4.0 SP6, Weblogic 5.10, SQLServer 7.0
    I wanna create a connection pool for SQLServer. At beginning, I
    mis-add the JDBC Driver class path to weblogic.class.path. As a result
    the pool creating failed. After I add the JDBC Driver class path to
    weblogic.class.path and CLASSPATH (by wlconfig), the pool created
    succefully.
    For testing purpose, I changed weblogic.class.path back, then
    restarted NT, started Weblogic Server, to my surprise, the pool was
    created as well! How do you think about this?
    Paul
    On 22 Aug 2000 12:27:28 -0800, [email protected] (Jesse E Tilly)
    wrote:
    Comments inline...
    [email protected] (Paul Shen) wrote in <wS2iOZDX8dSgABq4nblptb+wg7Uz@
    4ax.com>:
    3. For testing purpose, I changed weblogic.class.path back, then
    restarted NT, started Weblogic Server, to my surprise, the pool was
    created as well! How do you think about this?This question seems out of context. I do not know what pool you are
    referring to, nor the actions prior to changing the classpath.
    Jesse

  • How can we have a column having text and radio button in the same line?

    Hi,
    I have a column which needs to have data with a radio button. Was able to achieve this by using <trh:tableLayout>. But when i select the radio button it shifts to the next line. Want to stop this behavior of radio button of shifting to the next line. This column also includes a hyperlink.So the text and hyperlink are made visible invisible based on radio button action.
    Adding one more doubt. Can a particular columns horizontalgrid can be made invisible?
    Any help would be appreciated.
    sample code:
    <trh:cellFormat id="cf8" halign="start">
    <af:activeOutputText value="#{row.Actions}" id="aot2"/>
    <af:goLink text="#{row.Actions}" id="gl1"
    clientComponent="true" visible="false"
    targetFrame="_blank" destination="http:// + #{row.BUTTON_URL}">
    </af:goLink>
    <af:selectBooleanRadio text="" id="sbr1">
    <af:clientListener method="selectCheckBox" type="click"/>
    </af:selectBooleanRadio>
    </trh:cellFormat>
    Thanks,
    Nita

    Remove the <trh:> components. Put the other components as direct children of the PanelGroupLayout:
    <af:column id="c2" headerText="Actions">
      <af:panelGroupLayout id="pgl6" layout="horizontal">
        <af:activeOutputText value="#{row.Actions}" id="aot2"/>
        <af:goLink text="#{row.Actions}" id="gl1"
                   clientComponent="true" visible="false"
                   targetFrame="_blank" destination="http:// + #{row.BUTTON_URL}">
        </af:goLink>
        <af:selectBooleanRadio text="" id="sbr1">
          <af:clientListener method="selectCheckBox" type="click"/>
        </af:selectBooleanRadio>
      </af:panelGroupLayout>
    </af:column>If you need to add some horizontan space between the components, you can put <af:spacer>(s) between the components.
    Dimitar

  • How to place grouped items into another object with content collector tool?

    Is it possible to paste a group into another object (i.e. frame) by using the Content Collector Tool while linking the content?  Paste Into is either deselected or possibly whatever was last saved to the clipboard ends up inserting. I was able to place grouped, linked content into a frame (and later applied a scrollable frame overlay to it) once or twice but can't seem to repeat. Tried selecting the object being pasted into.. holding shift, holding ctrl, all kinds of options, just very confused now.

    Found a potential work-around (I think....).
    1. Use the Content Collector tool and select grouped objects
    2. Select Content Placer tool, check "Create Link"
    3. Place grouped object into doc/onto page with Content Placer tool
    4. Copy placed grouped objects
    5. Paste into frame that will be scrollable later
    For now it seems like the link still works

  • Is icloud suitable for a business that would want to upload many big files and share with other people?

    I work in a media porduction company and am researching cloud storage and find alot of them look good on the surface but there are plently of addional costs for how much cloud storage i want.
    How much storage space can you get with Icloud?
    Costs?
    Can i upload from external hardrives?
    Can it be assessable anywhere?
    Can i share files with clients?

    iCloud does not offer any of these facilities: it is for syncing personal email, caledars, contacts and photos taken on any one device to the other devices. There is no general file storage in the manner of Dropbox or the late lamented iDisk.
    Probably you have already examined the available options but this page may offer some information:
    http://www.wilmut.webspace.virginmedia.com/notes/missing/inicloud3.html#share

  • A bunch of ads have been appearing in my firefox browser; when I view the same page with other browsers they do not appear.

    I can provide a screenshot to help illustrate my problem. Every page I load has numerous ad boxes embedded into the page from "Ads by Browse to Save". Does anyone else have this problem? Is this something that firefox added to their browser or do I have a malware problem? (I see no option to post a screenshot of the problem, as is advised on the community help homepage. Maybe I will have that option once my question is posted.)

    I think I see where it is from your system details:
    orange Firefox button (or Tools menu) > Add-ons > Extensions category
    If there is no Remove button, then it is an externally added extension and you may need to visit the Windows Control Panel to get rid of it. (But go ahead and at least disable it now.)
    Does that work?

  • Since downloading version 8.0.1 today I cannot access Australian ABC radio streaming; this service works fine with other browsers. I have tried several times with no success

    '''bold text'''

    That page uses a Flash player.
    Your above posted list of installed plugins doesn't show the Flash plugin for Firefox.
    See:
    * https://support.mozilla.com/kb/Managing+the+Flash+plugin
    * https://support.mozilla.com/kb/Installing+the+Flash+plugin
    * http://www.adobe.com/software/flash/about/

  • Anything containing or involving Adobe causes my pc to "freeze".. this was not a problem until the last "forced" update from firefox... any help out there from you firefox people... same problem with other webbrowsers as well...

    pc goes "to sleep" trying to "fix problem", to end it, i have to force close

    This article may help: A flashing question mark appears when you start your Mac.

  • I have a web site, GSN and really like to play games on this site, but firefox runs so slow, it just takes forver, noticed this same thing with other sites

    It seems forever to upload some of these sites! With GSN when playing games, my browser is always behind and I must wait for it to catch up! Also noticed this on other websites, marlboro.com etc.

    Try to disable protected mode in the Flash player.
    *http://kb.mozillazine.org/Flash#Flash_Player_11.3_Protected_Mode_-_Windows

  • Cross tab template Formatting. Two Row Groups cannot be on the same line

    Hi
    I have a cross tab template(Vetsriselvan favor) where it has Multiple Row groups. In the RTF template I want them to be on the same line but somehow it works only if they are one below the other. In this template Comp is the First Group Row then Acct is 2nd Group Row and Expense is the 3rd Group Row. Period is the Column. I want all the Group rows start from the same line instead one below the other. Is it possible to do it?
    Comp Acct Expense Period
    &lt;?for-each-group:/BIOFASPRJ/LIST_G_SUMDEPR1PERACCT/ &lt;[?for-each-group@column:G_PERIOD_NAME[./PERIOD_NAME!=''];PERIOD_NAME|mailto:?for-each-group@column:G_PERIOD_NAME[./PERIOD_NAME!=''];PERIOD_NAME]?&gt;
    G_SUMDEPR1PERACCT/LIST_G_COMP_CODE/G_COMP_CODE;./COMP_CODE?&gt; F_comp
    &lt;?for-each-group:./LIST_G_ACCT/G_ACCT [LIST_G_DESCRIPTION/G_DESCRIPTION/LIST_G_PERIOD_NAME/G_PERIOD_NAME/LIST_G_DEPR1/G_DEPR1];ACCT?&gt; &lt;?variable@incontext:G1;current-group()?&gt;acc
    &lt;?for-each-group:./LIST_G_DESCRIPTION/G_DESCRIPTION[LIST_G_PERIOD_NAME/G_PERIOD_NAME/LIST_G_DEPR1/G_DEPR1];DESCRIPTION?&gt;&lt;?variable@incontext:G2;current-group()?&gt;acc

    Upload the template here
    http://apps2fusion.com/forums/viewforum.php?f=60
    or
    Send me the template and xml to fusionDOTobjectATgmail.com

Maybe you are looking for

  • How to stream FROM Windows 8.1 TO Apple TV

    Is is possible to stream audio or, better yet, audiovisual, from my Windows 8.1 PC to my Apple TV WITHOUT using iTunes?  Don't get me wrong, streaming from iTunes works great (at least for audio).  But I wouid like to mirror or at least stream YouTub

  • I lost my password, how do I get it back?

    I lost my iCloud password and nothing I've tried works. How come there aren't security questions or something I can answer to have it sent back to me?

  • OWB Install Problem on NT Workstation

    We are trying to install the new OWB on Dell Laptops running NT4 SP6a (256 meg RAM). After the Reports Runtime install, the Enterprise 8i install runs for about 15 mins and then just disappears with no errors. We haven't found any logs with any obvio

  • Dreamweaver CS6 trouble updating

    Why won't my update of dreamweaver and photoshop take effect? Gives error U44M1P7.

  • How do I not get rmi.UnmarshalException: java.lang.ClassNotFoundException:?

    Hello, I'm not able to run the RMI example code provided by the sun tutorial. When I attempt running ComputeEngine in Eclipse I get: ComputeEngine exception: java.rmi.ServerException: RemoteException occurred in server thread; nested exception is: