Message Check Box, Unchecked Value

Hi,
I want to set this message checkbox item to <null> so I didn't put any value in the Unchecked Value. However, when I returned to the self-service page, and unchecked the checkbox, I'm getting 'N' instead of <null>.
How do I set the Unchecked value to null?? Is it possible??
By the way, this checkbox is an attribute that has a value set which only accepts 'Y' for 'Yes' but it is not required so null can be accepted.
Thanks,
N
Edited by: user8427607 on 11/08/2009 21:56

Hello,
Thanks for the reply but I have solved it by manipulating my value set. I just included a dummy row that accepts 'N' (unchecked value).
I had to have a NULL unchecked value because this certain field is not mandatory and I don't really want to display the value 'N' or 'No'. It should only be Yes or Null.
Thanks anyway!
N

Similar Messages

  • How to create a message check boxes group dynamically in OA Framework

    Hi all,
    I am developing a custom OAF page. It is a master-detail page. And I am having some difficulties to build that.
    Firstly, I need to create a dynamic message check boxes group. These check boxes will get the prompt from a standard database table's column. Let's say I have table X with description column and it has 7 rows. Values of description column are A,B,C, ...etc. Then my master region on the page will have 7 check boxes with the prompts of A,B, C... Check box number will depend on the row/rows that this table has.
    The other requirement is to create master and detail rows that depends on the number of any checked check boxes. If 2 check boxes are checked then we need to create 2 rows of master data and detail data too.
    Does any of you have any ideas or suggestions to do that?
    It is urgent, any help would be appreciated.
    Thanks in advance and regards
    PS: Is it possible to do that? Can anyone put some light on this thread please?
    Edited by: user1742330 on Aug 12, 2012 4:23 PM

    Please help me out with this issue...
    I am in a very urgent situation. Any idea about this thread???

  • Counting Check Boxes with values

    I have a sub-form where I gave each check box a value: sum(ICB6, ICB7, ICB11, ICB12, ICB16, ICB17, ICB21, ICB22), but what I want to do now is take this total and divide by the # of check boxes actaully checked. For example; if 2 of the boxes are checked my total is 7, then I want to divide it by 2 (the number of boxes checked) to get 3.5 as my score. I can not figure out how to make that happen?

    If we assume that the Default value of your unchecked checkbox is zero, in the click/change event of the checkbox you can total the value of the checkboxes and divide it by 2.
    Var total = (CheckBox1.rawValue + CheckBox2.rawValue+ CheckBox3.rawValue + ....) / 2
    Thanks,
    Bibhu.

  • About gr message check box in me21n

    Please any one can explain the purpose of the field gr message check box in the header part in the delivery invoice tab page while creating purchase order t-code me21n
    regards and thanks
    satya

    HI.
    Sathya
    We are required this same scenario
    Can u please know how to do GR message setup..
    How u did it.
    Regards
    Sk

  • Reset radiobutton list when check box unchecked

    I have a static PDF registration form that I am working on using LiveCycle Designer 8.2. I would like to learn how to have a radiobutton list reset when a particular check box is unchecked.
    When registering for the event, users have the option of attending 1 of the 4 optional afternoon workshop sessions. I have successfully made the workshop radiobuttons hidden until the check box is checked using the following code:
    (check box is named "Reg4" -- this is where they say "yes" I'm going to attend 1 of the 4 workshops,
    radiobutton list of the 4 workshops is named "RadioButtonList3")
          topmostSubform.Page1.Reg4::change - (JavaScript, client)
         if (this.rawValue == "0") {
           this.resolveNode("RadioButtonList3").presence = "hidden";
    When the user unchecks the "Reg4" checkbox after they have selected 1 of the 4 workshops, that radiobutton is still checked.
    What I'm looking for is to have the radiobutton list reset (or again hidden) when the Reg4 button is unchecked (after previously being checked).
    I hope my description is clear. Is this possible?

    Thank you again, Jono, for your reply. I was worried that the Static PDF was the trouble but I just couldn't take no for an answer!
    If you're willing, I'd be happy to send you my file but am unable to post publicly.
    In an earlier version the RadioButtonList3 is hidden when first viewing the file. It was done using FormCalc. (I know you said don't mix the languages but, hey, it worked!) Also, I found a post you had last year in the discussion "Prompt User to click checkbox (radio button)" where you described a message box using Java. I snagged that and put it on the enter event of the Reg4 field.
    When I preview the PDF, this is what I now have:
    Upon first view, RadioButtonList3 is hidden and am unable to select (perfect)
    When I check the Reg4 box, I get the "You will be registered for a..." warning message (perfect)
    I can now make a selection in the RadioButtonList3 (perfect)
    If I uncheck the Reg4 box without making a selection on RadioButtonList3, the RadioButtonList3 again hides (perfect)
    If I check the Reg4, then make a selection on RadioButtonList3, and then uncheck the Reg4 box, the RadioButtonList3 is reset (perfect)
    BUT the RadioButtonList3 is still visible and a selection can now be made (not perfect because the Reg4 box is now unchecked and the user will only be registered for the event if Reg4 is checked)
    #1 RadioButtonList3 will hide only if it has not been selected and reset first.
    #2 The warning message only appears the first time Reg4 is checked.
    These 2 items somehow seem related. Is there something that tells it "use this code when you first open the document but act differently once you've started checking boxes" so it only acts as I intend on the first go-around?
    Here's all of my code:
      topmostSubform.Page1.RadioButtonList3::calculate - (FormCalc, client)
    if (Reg4 == "0") then
              RadioButtonList3.access = "readOnly"
    else
              RadioButtonList3.access = "open"
    endif
    topmostSubform.Page1.Reg4::change - (JavaScript, client)
    if (this.rawValue == 1) {
      RadioButtonList3.presence = "visible";
    else {
              RadioButtonList3.rawValue = "";
      RadioButtonList3.presence = "hidden";
    topmostSubform.Page1.Reg4::enter - (JavaScript, client)
    if (RadioButtonList3.rawValue == "") {
         xfa.host.messageBox("You will be registered for an Optional Workshop ONLY if this box is checked. Don't forget to tell us which workshop you will be attending.");
         this.rawValue == null;
    So sorry for the lengthy post. I'm open to any ideas that anyone may have.
    This certainly is a learning experience!

  • How to Align Message Check Box in OAF .

    Dear Friends ,
    I have a two check box created under "Message Component Layout " region , but by
    default it's get created at left side of the page , but i would like to align it to center of the
    page .
    I have tried setting up the vertical alignment in the property inspector to " Middle" .
    but it did not work .
    How this can be achieved ?
    Thanks in Advance ,
    Keerthi.k

    user1140193 wrote:
    Dear Friends ,
    I have a two check box created under "Message Component Layout " region , but by
    default it's get created at left side of the page , but i would like to align it to center of the
    page .
    I have tried setting up the vertical alignment in the property inspector to " Middle" .
    but it did not work .
    How this can be achieved ?
    Thanks in Advance ,
    Keerthi.kDid you tried creating a messageLayout Region under messageComponentLayout and then creating messageCheckBox under it.
    Thanks
    AJ

  • Check box with value in bsp page

    hi experts.
    i  m new to bsp.
    i  want to fetch one field from a ztable  with check box may be  possible field  have more than 4 values.
    checkbox1           .... value1
    checkbox2          ..... value2
    checkbox3          ..... value3
    checkbox4          ..... valule4
    but there is  not any field for checkbox in  ztable .
    now  when we select check box  depending on the selection of checkbox related values of field come into the 2nd page.
    example if i select check box 3 and 4 than values related to value 3 and value 4 come into the 2nd page .
    if any budy have  gud example of this case plz let me  know.
    points are guarented...

    PAGE ATTRIBUTE.
    itab_result     TYPE     ST_TV
    wa_result     TYPE     TY_TV
    LAYOUT.
        <% data: v_checkbox_id type string,
          sy_tabix type string.
    Loop at itab_result into wa_result.
    sy_tabix  = SY-TABIX.
    concatenate v_checkbox_id 'CHK' sy_tabix into v_checkbox_id.%>
    <td>
    <htmlb:checkbox id = "<%= v_checkbox_id %>"
            text = "<%= wa_result-stext %>"
          checked = "<%= wa_result-idx_data %>"
           />
    </td>
    <% ENDLOOP.

  • Message Check Box on Tab

    Hi All,
    Could some one help me in creating messageCheckBox on a Tab, actually I need to display the name of the tab along with some check box.
    Thanks in advance

    Hi,
    It's very easy. Just create a Page layout region and inside the PageLayoutRN create a MessageComponentLayout region.
    Now right click on the newly created MessageComponentLayout and click on New-> it will give you various option like messageCheckBox, messageRadioButton, messageTextInput, messageStyleText. messagechoice.
    Thanks
    --Anil                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               

  • How to bind check box selected values in to anthore grid view in sharepoint programaticlly

    hi,
    we have grid view in that grid view we have check box ,when select check box that entire  row we want add to next grid view through grammatically in C#

    Hello,
    Here is some .NET blogs to achieve this:
    http://www.aspdotnet-suresh.com/2013/05/move-selected-gridview-rows-to-another.html
    http://www.aspsnippets.com/Articles/Transfer-Selected-Rows-from-one-GridView-to-Another-in-Asp.net.aspx
    Hope it could help
    Hemendra:Yesterday is just a memory,Tomorrow we may never see
    Please remember to mark the replies as answers if they help and unmark them if they provide no help

  • GR Message Check Box in Purchase Order

    Hi MM Experst,
    While making Purchase Order in Header data Delivery/Invoice Tab GR Message is Checked by User1.
    Same Goods Receipt is done through MIGO by User2.
    But once the Goods Receipt is done there is no message is triggering to the User1.
    Please give your suggestion to clear this problem.
    Regards,
    Prabhakaran M

    HI.
    Sathya
    We are required this same scenario
    Can u please know how to do GR message setup..
    How u did it.
    Regards
    Sk

  • To get values as checked or unchecked from databse to apex checkbox

    Hi gurus
    apex 4
    oracle 11g
    how to load data from database for check box if values =1 then checked and id value=0 then unchecked .
    can you please help me to solve this issue
    Sample table
    En0 empname pack1 pack2 pack3 pack4
    1 a 1 0 0 1
    2 b 0 1 0 0
    3 c 1 1 1 1
    4 d 0 1 1 0
    my output in APEX should shows that for ename 1
    Check box pack1 checked
    checkbox paCK2 unchecked
    checkbox pack3 unchecked
    checkbox pack4 checked
    and im the new user in apex so can u help
    Thanks in advance
    r
    Edited by: A on Apr 13, 2011 7:26 PM

    Please some patience!
    For a standard report, your SQL would look like this:
    SELECT eno,
           empname,
           apex_item.Checkbox(1, pack1, Decode(pack1, 1, 'CHECKED', NULL)) AS pack1,
           apex_item.Checkbox(1, pack2, Decode(pack1, 1, 'CHECKED', NULL)) AS pack2,
           apex_item.Checkbox(1, pack1, Decode(pack3, 1, 'CHECKED', NULL)) AS pack3,
           apex_item.Checkbox(1, pack1, Decode(pack4, 1, 'CHECKED', NULL)) AS pack4
    FROM   sample_tbl  Under column Attributes, make sure your checkbox columns are displayed as Standard Report Column
    Jeff

  • To create a check box list having values updated as on click

    hi i am working on jDeveloper
    My scenario is like this
    Select Payee : # All
    # Stamp duty 21212
    # Loan 12122
    Total -- ______
    *# represent check box* so if i click on any of the check box its values need to dynamically updated in the Total .
    I have used this code
    <af:selectOneChoice> to list the items but i cant be able to dynamically update the Total. And also only variable are displaying and i need to show the values also.
    So anyone can help me in this plz.

    No easy answer, so maybe you'll first have to know Captivate a little bit better?
    There is a checkboxes interaction, that can be used to manually check off. But if you want that to trigger an animation, you'll be needing an action to apply an effect or to insert an animation.
    Is this really that important, nothing else more urgent? The TOC provides you already with a way to have visited slides automatically being checked with a tick mark.
    Lilybiri

  • Fetching sub-screen check box value in module pool

    Hi,
    i hav a req in which i craeted a sub-screen in a standard sap screen QA11 using screen -exit.
    This sub-screen has two check box's for 2 approvals.I hav craeted as screen with this 2 check box and made that as a sub-screen to main screen.
    I hav few validations to be performed on these 2 check-boxes.
    1.Enabling and disabling of resp check-box based on some condition.This is happening as i hav written some logic in PBO of the screen.
    2.Validations hav to be performed on the check-box like if user clicks a check-box that value has to be captured and stored in a Z custom table.My main issue comes here.i hav written some code in PAI,but when i put a break-point,that code is not at all getting triggered.
    Kindly,let me know how can i get the check-box value from the sub-screen which is craeted in the standard screen of QA11 using screen-exit.
    Thanks in advance

    Hi,
    May be your code is written in PAI of some other screen.
    check SY-DYNNR and also use this where you are checking chekbox value.
    make sure your code is written in PAI of same subscreen
    Thanks
    Raghav M.

  • Is it possible to get a check box's export value when it is OFF

    Hi,
    I'm wondering if I can set a check box export value to something like "S".
    I'll want to check all boxes whose export value is "S", but I want to detect if the export value is "S" when the box is NOT checked. Is that possible?
    Thanks in advance.

    Another option is to use COUNTIF for the column of checkboxes.
    =COUNTIF(B2:B9, TRUE)*3.75
    Any of the cells between B2 and B9 with a checkbox will be included in the count of people that paid the 3.75 amount. It does of course assume that the amount received is always 3.75.
    Erik

  • Disabling Check box via SPEL

    I have a requirement where in a Message Check Box needs to be disabled. When navigated to this page the checkbox is already set.
    a. Can this be achived via Personalization?
    b. I have set the item's Required property to SPEL with the following value ${oa.AppraisalVO.disableCheckBox} but it errors?
    Please help!
    Thanks,
    Hari

    Set FND: Diagnostics profile to yes to get the complete error stack.
    --Shiv                                                                                                                                                                                   

Maybe you are looking for

  • Editable Alv: ERROR in er_data_changed- display_protocol

    I have one fields "Emp_dept" in the record of the ALV Grid which can be edited, but when I edit this field  with  enter  event it will generate a error in display protocal, I want it to save in database , I debuged the program it reflect the in inter

  • Siri not working Apple Watch

    I set up my watch today and Siri would not open (with the crown or "hey Siri"). A quick search showed folks on MacRumors with the same problem, but they seemed to fix it with a hard reset, and/or unpairing. I Have done both of those things (actually

  • Splitted packages (KDEmod-like) for docs?

    Sorry for posting another thread about the "stripping-docs" issue. I built last week some KDEmod packages from svn to get rid of a bug in kate, and I encountered for the first time the splitted packages concept used in KDEmod. In your opinion, is it

  • XE for Oracle Lite

    Is it possible use Oracle XE as back-end Oracle database for Oracle Lite clients? And how about java support?

  • OpenSUSE 12.3 and iFolder

    Anybody managed to get the most recent iFolder running on openSUSE 12.3 yet? I keep getting mono errors from what I gathered its because its complied for a different version of mono... Anybody got any info on this? Or have a I just missed a dependenc