RADIO BUTTON TALLY -Auto count & display ticked/selected radio buttons

Hi, feels like this should be simple & straight forward, but obviously for me.
I have a Questionnaire with say twenty YES or NO answers.
I've used grouped Radio Buttons as fields so as to pick one or the other.
I have a read only "YES Tally" text field at bottom of questionaire, formated as 'Number'.
I want the form to automatically calculate & display the number of YES answers (radio buttons) selected or ticked.
How can i achieve this?
ZB.

If you have your export value for the buttons set to "1" then you only need to use the calculation option "the field is the sum of: " calculation option., or you can use the 'simplified field notation' to sum the field names. If you use and a different value for the export value,then you need to write a custom script and either test for the export value of the "Yes" button or test for the export value not be "Off".

Similar Messages

  • How do you make ruler display ticks every 12 inches instead of every 16 inches?

    Hi all,
    How do you make ruler display ticks every 12 inches instead of every 16 inches?

    I just wish that common features like layers, color, swatches, styles, masks, adjustments, character, paragraph and so on - looked and functioned the same across adobe applications. Is that too much to ask for?
    In some cases, that would be absurd. Photoshop and Illustrator are fundamentally differerent environments, as they should be. Photoshop Layers and Illustrator/InDesign Layers are entirely different things, because a vector drawing program works with arranging OBJECTS (raster images, vector paths, text objects) in a Z stacking order and XY position. A Photoshop Layer is essentially just another raster image of the same pixel count as all the others, viewed optionally opaquely or transparently on your screen. It would be ridiculous if Photoshop created a whole new raster image every time you colored another selection of pixels. It would be ridiculous if Illustrator created a new Layer everytime you draw a new path.
    Regarding text, Photoshop and Illustrator share the same lame text engine. Illustrator's should be like InDesign's, not like Photoshop's.
    And that is a good case-in-point negating the silly defensiveness of Illustrator's outdated and buggy functionality. Illustrator's text handling remains poor today. But it was not updated even to today's treatment until CS 1. For most of its history, its text handling was pathetically primitive compared to that of other programs which were designed for exactly the same purpose and which competed directly with it. Should one "defend" that fact with some nonsensical argument that 'Illustrator is not meant to be a word processor'?
    It was not until AI10 that its print dialog acquired a simple Fit To Page command. You had to manually figure and enter a scale factor, and that was limited on the low end to 25%. Can that logically be "defended" on the basis that 'AI is not an imagesetter'? Every dang software on the planet provides a Fit To Page print option!
    This "It's not a technical illustration program" argument is every bit as nonsensical. Every one of Illustrator's direct competitors provides for user-defined drawing scales, and has for decades. Illustrator is just as "technical" a drawing program as those others are. It's just particularly lame at it in this regard. And since when is "technical" illustration not "illustration"? And since when is user-defined drawing scale only needed for "technical" illustration? Absolutely ridiculous.
    So what if in its infancy Illustrator was a tool for PostScript workflow? Illustrator's leading competitor for most of its history, FreeHand, was initially based on the path drawing engine of a font design software. But when it went to market as a general illustration tool, it blew the functional and interface doors off Illustrator, and continued to do so throughout its history.
    The simple fact is this: Throughout its history, Illustrator never kept up with the basic drawing features, interface refinements, and performance of its direct competitors. Its market share is primarily due to its carrying an Adobe label--and to the absurd defensiveness of too many of its users who have next to no experience with anything else.
    Ilustrator, Indesign and Photoshop share about 90% of the same functionality.
    Where do you get that?
    Photoshop's primary purpose is fine-tuning of raster imagery, especially photography. You don't do sophisticated color correction, channel operations, sharpening, etc., in Illustrator or InDesign. That's what I would call its "90% functionality."
    InDesign's primary purose is automation of repetitive assembly tasks and text handling in high page-count documents. You don't do master pages, indexes, tables of contents, constant spooling the hard disk, hundreds of externally linked raster and vector files, chapters-long threaded text stories in Illustrator or Photoshop. That's what I would call its "90% functionality."
    Illustrator's primary purpose is general-purpose vector drawing (which most certainly includes many kinds of 'technical' illustration) using cubic Bezier curves, and page-assembly for low page-count, illustration-intensive documents. That's what I would call its "90% functionality."
    Now ask yourself: Should programs fundamentally structured for different primary purposes necessarily share the same interface? I say no, not necessarily. Example: The mere use of the same term (Layers) in Photoshop and Illustrator for what are fundamentally two different things has led to a gross misunderstanding on the part of Photoshop users who are Illustrator beginners, which is repeated here in this very forum almost every day.
    Ask yourself this: Should unyielding adherance to the organizational dictates of Adobe's so-called "unified" interface be allowed to result in a palette flyout menu in InDesign that contains only one option? Is the very concept of a 'menu' not fundametally antithetical to a single choice? Is that not just poor interface design, regardless of whether it "matches" that of the other programs in the so-called "suite"? (Frankly, I find Adobe's over-use of flyout menus--which effectively HIDE important options--generally both ill-conceived and poorly executed.)
    No, there simply is no excuse for Illusrator's still lacking user-defined drawing scales, just as there was no excuse for its lacking multiple pages for two full decades, just as there is no excuse for its still lacking reliable snaps, connector lines, live shape primitives (!), proper arc-drawing, proper corner rounding, inline graphics, auto-fitting textframes, the ability to join multiple paths at once, (note that NONE of those can be called specifically "technical" drawing features) and a plethora of other functions that are bare-bones basic to vector drawing. The programs is just archaic and outdated in all these regards, and that's all there is to it.
    JET

  • How to display a selection option for service selection

    Dear All,
    I want to display the selection option ("Other sources") which I find
    in the /nse80 screen painter but cannot be display in the ME22N.
    /nME22N
    -> select one Purchase Order for Services
    -> select one Item Line
    -> at "Services" tab on Item Details Level
    -> Add new ICON behind "Serv. selection"
    Any ideas?
    Thanks,
    Neil

    Hi Sharmila,
    Thanks for your reply!
    Actually, I find a User Exit program ("EXIT_SAPLMLSP_011") in selection screen program ("SAPLMLSP" ). This User Exit is for the radio button ("Other sources").
    However, I don't know how to activate that button at ME22N.
    By the way, can you go more details on how screen exits work?
    Really thank for your support!
    Neil
    Message was edited by:
            Neil Lam

  • Can we display the selected fields in two screen?

    HI friends i have got a problem where i am have two screen 1000 and 102.
    In 1000 screen i have got 2 push buttons display and cancel
    if i click display by giving emp_id then module and email has to be display for which i have given code as...
    MODULE STATUS_1000 INPUT.
    WHEN 'DISPLAY'.
       SELECT SINGLE NAME EMP_MODULE EMAIL
         FROM ZRIF_TABLE
        INTO (ZRIF_TABLE-NAME, ZRIF_TABLE-EMP_MODULE, ZRIF_TABLE-EMAIL)
        WHERE EMP_ID = ZRIF_TABLE-EMP_ID.
    this code is working according to the requirement
    But the same requirement is there in another screen(102) where if i click emp_id then name emp_module and email has to be displayed but it is not working with the above code.
    Caution is i will be having the same emp_id name and module in the same screen before wht it has displayed.
    To be clear request sent by details like emp_id name module
    request sent to emp_id name and module.
    code in 102 screen..
    CASE SY-UCOMM.
    WHEN 'EXIT'.
    CALL SCREEN 100.
    WHEN 'DISPLAY'.
       SELECT SINGLE NAME EMP_MODULE EMAIL
         FROM ZRIF_TABLE
        INTO (ZRIF_TABLE-NAME, ZRIF_TABLE-EMP_MODULE, ZRIF_TABLE-EMAIL)
        WHERE EMP_ID = ZRIF_TABLE-EMP_ID.
    endcase.
    endmodule.

    you should store data into a global structure (at program level) and display fields from this unique structure on various dynpros
    also this will be better than using the table name as structure name and will avoid to select from a field of the same structure...

  • How to display lead selection ONLY in the ALV

    HI All,
       User would like display the selected records in ALV . 
       i suggested that add two button - "Display ALL" & "Display Selected" .
       How can i only display the lead selection only in the ALV? or Hide un-selected records.
       Please help.
    Thank you so much
    Gordon

    Hi,
    Pelase have a look.. same requirement.
    get_selected_elements method for ALV
    Re: select rows in alv and show them in another alv in another view
    Web dynpro ALV table copy selected row
    cheers,
    Kris.

  • Can Encore cs5.1 do auto chapters & displays a thumbnail for each??? Please help...

    Can Encore cs5.1 do auto chapters & display a thumbnail for each??? Please help...
    Can it be a moving thumbnail? I see where it can create index marks at auto intervals but no associated thumbnail.
    I've searched everywhere & cant seem to find this feature. Many other programs have this feature. Does Encore 5

    Use a video thumbnail submenu for the first submenu, add the auto chapters, then use the chapter index feature:
    http://help.adobe.com/en_US/encore/cs/using/WS185296FB-D1BB-4d52-ABC4-316DF795FD05.html
    Then make each submenu animate buttons. (Perhaps that last step can be done after the first submenu is added; not sure about that.)

  • Is there a function module to display the selection options

    Hi all,
    How can I display the selection options (F2) popup, like the one in the data browser (SE11) selection screen? I have a custom report. Instead of right clicking on the selecion-options field, user want a button to click so the selection options popup appear on the screen. Is there a FM that I can use?
    Thanks in advance.

    Hello,
    i have tried debugging the standard code.... and i could find the below code which is triggering the F2 functionality for a field.
    CALL METHOD call_method
        EXPORTING
            method  = 'SetButtonState'
            p_count = 3
            p1 = fcode
            p2 = m_enabled
            p3 = m_checked
        EXCEPTIONS
            OTHERS    = 1.
    IF sy-subrc NE 0.
       RAISE cntl_error.
    ENDIF.
    class - CL_GUI_toolbar
    method - Set_button_state.
    You may try this.
    Regards,
    Venkatesh

  • Displaying multiselect select items row-wise

    Hello ,
    I have a multiselect item where the user can select multiple items . I want to display the selected items in the next page - one value at a time .
    example :- if the user selects a, b, c from multiselect item i want to display in the next page as
    a
    b
    c
    what i am getting is a b c in the next page when i display the value of the item &<item_nam>.
    how to display the selected multiselect items one below the other ?
    thanks

    Hi,
    One way is
    Create PL/SQL Dynamic Content and enter to region source something like
    DECLARE
      l_arr APEX_APPLICATION_GLOBAL.VC_ARR2;
    BEGIN
      htp.ulistOpen;
      l_arr := APEX_UTIL.STRING_TO_TABLE(:P51_EMP);
      FOR i IN 1 .. l_arr.count
      LOOP
        htp.listItem(l_arr(i));
      END LOOP;
      htp.ulistClose;
    END;Change P51_EMP to your multiselect item name
    Sample here
    http://apex.oracle.com/pls/otn/f?p=40323:51
    Br,Jari

  • Auto dimming display/kb not working

    I need some help tracking down where this setting is stored. Here is the situation...
    I have 2 user accounts on a 2.4 Penryn MBP. When the computer is 1st booted the kb backlight is on and the display is dimmed to the same level regardless of the ambient light levels. When I log into MY account on this machine the levels remain and the light sensors are completely non-responsive even if I cover the speaker grills completely. I have both auto dimming check boxes selected in the display and keyboard system prefs.
    Now, if I log into my wife's account on the same machine, everything works just as it did before. Auto-dimming of both the kb and display back to normal.
    I have tried resetting the SMC, PRAM, trashing all prefs in my user folder, trashing prefs in the root library folder.
    Where are these settings stored? Any ideas on how to reset them?

    I really would like to know too where are stored the enable/disable auto-dimming display preferences.
    This setting is not scriptable, not programmaticaly accessible (Obj-C), not even stored in any .plist, because I have logged filesystem events and nothing is written to the disk when this setting is changed.
    It is really annoying ! I would like to access this setting by applescript for exemple. The only way to change it is by opening the System Preferences, then de Displays panel, then using the checkbox.
    Does someone have any clue on this?

  • To display the selection screen variant name in WAD report output.

    Hello experts,
    I have a requirement which is to display the selection screen variant description in the output of the WAD report.
    I managed halfway, by using the object "Information field", which displays all the values which are selected by the variant.
    Example:I have created a cost center report created using WAD, since I need some graphical displays..
    In the selection screen, I have the characteristic "cost center" as input field. I have created a variant " GM - IT" which will include few cost centers managed by GM. In the output, I want the dispaly to be "Cost center - GM IT". Currently it displays "Cost Center - a,b,c,d" as the values a,b,c,d are the values from the variant name "GM-IT"
    Please let me know if this required any java script. I am not familiar with java / html codes and any help would be much appreciated (and rewarded)
    Thanks in advance
    KS

    Hi,
    Try this.
    If you want to include your variables in your WAD means you have to choose "Force Variable Screen" option to be in enabled condition.
    TO enable this,in WAD select your Template(New Template1) click the WEBITEM , it'll shows all generic properties , here you can enable this "Force variable screen"
    Save and execute your WAD now you can get your variable screen.
    Thanks,
    JituK

  • How to display only selected columns in the table on the tableview

    Hi All,
    I am displaying in the below tableview the data from the SFLIGHTS tables in the tableview using flow logic. It displays all the columns in the database table. How can I set in the code to display only selected columns and not all columns.
    Also, in these columns displayed I want to make the key columns of SFLIGHT as non editable and the rest of the columns in SFLIGHT editiable. Can you please kindly share the code to implement this.
    <%@page language="abap" %>
    <%@extension name="htmlb" prefix="htmlb" %>
    <htmlb:content design="design2003" >
      <htmlb:page>
        <htmlb:form>
          <htmlb:tableView id              = "tv1"
                           visibleRowCount = "10"
                           selectionMode   = "lineEdit"
                           table           = "<%= flights %>"
                           filter = "SERVER"
                           sort = "server"
                           iterator        = "<%= iterator %>" />
        </htmlb:form>
      </htmlb:page>
    </htmlb:content>
    Thanks
    Karen

    Hi,
       Please try this code.
    <!-- To display Table control on BSP page with table internal table it_hist  --!>
              <htmlb:tableView id              = "TV_HIST"
                               headerText      = "Previous History"
                               headerVisible   = "TRUE"
                               footerVisible   = "TRUE"
                               design          = "ALTERNATING"
                               selectionMode   = "LINEEDIT"
                               visibleRowCount = "5"
                               fillUpEmptyRows = "TRUE"
                               table           = "<%= it_hist %>"
                               width           = "500" >
    <!--  to show selected columns give required field name --!>
    <htmlb:tableViewColumns>
      <htmlb:tableViewColumn columnName          = "FIELD1"
                                         title               = "COLUMN1"
                                         horizontalAlignment = "CENTER"
                                         width               = "65" >
                  </htmlb:tableViewColumn>
      <htmlb:tableViewColumn columnName          = "FIELD2"
                                         title               = "COLUMN2"
                                         horizontalAlignment = "CENTER"
                                         width               = "65" >
                  </htmlb:tableViewColumn>
      <htmlb:tableViewColumn columnName          = "FIELD3"
                                         title               = "COLUMN3"
                                         horizontalAlignment = "CENTER"
                                         width               = "65" >
                  </htmlb:tableViewColumn>
      <htmlb:tableViewColumn columnName          = "FIELD4"
                                         title               = "COLUMN4"
                                         horizontalAlignment = "CENTER"
                                         width               = "65" >
                  </htmlb:tableViewColumn>
    <!--  to make column editable set edit property to TRUE --!>
      <htmlb:tableViewColumn columnName          = "FIELD4"
                                         title               = "COLUMN4"
                                         edit = "TRUE"
                                         horizontalAlignment = "CENTER"
                                         width               = "65" >
                  </htmlb:tableViewColumn>
                </htmlb:tableViewColumns>
              </htmlb:tableView>

  • HT201343 i cant find airplay mirroring in my displays to select and my os is 10.7.5

    i cant find airplay mirroring in my displays to select and my os is 10.7.5 now i have apple tv i want connect to it .how can i do

    It should work once you upgrade if you also meet the Apple TV requirement.
    AirPlay Mirroring
    Requires a second-generation Apple TV or later. Supports the following Mac models:
    iMac (Mid 2011 or newer)
    Mac mini (Mid 2011 or newer)
    MacBook Air (Mid 2011 or newer)
    MacBook Pro (Early 2011 or newer)

  • How to display a select query record in a tool tip?

    hi,
    How to display a select query record in a tool tip?
    for example i have a report employee. when i move the mouse pointer over a employee name, the tool tip should display the respective department id, department name...of that employee name.
    select dep_id, dep_name ....from department where employee.....Is it possible?
    thanks

    Dear Skud,
    Yes its possible..select ''||ename||'' from emp
    other wise you can use jQuery tooptip or some other JScript bundles.
    Thanks and Regards
    Maheswara

  • Counter in a select

    Hi, I need a counter in a select without using temporal tables. Simplified, it's:
    select a.code, b.desc
    from a, b
    where a.code=b.code
    (table a has several fields as pk, not only 'code')
    and results are:
    coda Barcelona
    codb New York
    codc New York
    codd Paris
    and should be
    coda Barcelona 1
    codb New York 1
    codc New York 2
    codd Paris 1
    Using group by and nested selects I get the total of lines by city (eg: Barcelona 1, New York 2,...), but not the number of line.
    Thanks!

    How about this?
    SQL> r
      1  select dname, ename,
      2         row_number() over (partition by dname order by ename) rn
      3  from emp, dept
      4* where emp.deptno=dept.deptno
    DNAME          ENAME              RN
    ACCOUNTING     CLARK               1
    ACCOUNTING     KING                2
    ACCOUNTING     MILLER              3
    RESEARCH       ADAMS               1
    RESEARCH       FORD                2
    RESEARCH       JONES               3
    RESEARCH       SCOTT               4
    RESEARCH       SMITH               5
    RESEARCH       WARD                6
    SALES          ALLEN               1
    SALES          BLAKE               2
    SALES          JAMES               3
    SALES          MARTIN              4
    SALES          TURNER              5
    SALES          WARD                6
    15 rows selected.
    SQL>

  • How to display the selection screen fields for selected checkboxes

    Hi all,
             I have 7 checkboxes, for each check box we have some seletion screen fields.if i select first check box,i want to display first slection screen fields only.
    and if we select more than one check box how to display the selection screen fields for selected check boxes,please help me this
    Thanks
    sriman.

    hi,
    Try this code
    report z_13317_sdn2.
    tables : mara, marc, dd03l.
    parameters : p_chk1 as checkbox user-command ABC,
                 p_chk2 as checkbox user-command PQR,
                 p_chk3 as checkbox user-command XYZ.
    select-options : s_matnr for mara-matnr modif id A,
                     s_ersda for mara-ersda modif id A,
                     s_werks for marc-werks modif id B,
                     s_lvorm for marc-lvorm modif id B,
                     s_tab for dd03l-tabname modif id C.
    data: v_chk1,
          v_chk2,
          v_chk3.
    at selection-screen output.
      loop at screen.
        if screen-group1 = 'A' or
           screen-group1 = 'B' or
           screen-group1 = 'C'.
            screen-input = 0.
           modify screen.
        endif.
      endloop.
      loop at screen.
        if v_chk1 = 'X'.
          if screen-group1 = 'A'.
            screen-input = 1.
            modify screen.
          endif.
        endif.
        if v_chk2 = 'X'.
          if screen-group1 = 'B'.
            screen-input = 1.
            modify screen.
          endif.
        endif.
        if v_chk3 = 'X'.
          if screen-group1 = 'C'.
            screen-input = 1.
            modify screen.
          endif.
        endif.
      endloop.
    at selection-screen.
      if sy-ucomm = 'ABC'.
        if v_chk1 = ' '.
          v_chk1 = 'X'.
        else.
          v_chk1 = ' '.
        endif.
      endif.
      if sy-ucomm = 'PQR'.
        if v_chk2 = ' '.
          v_chk2 = 'X'.
        else.
          v_chk2 = ' '.
        endif.
      endif.
      if sy-ucomm = 'XYZ'.
        if v_chk3 = ' '.
          v_chk3 = 'X'.
        else.
          v_chk3 = ' '.
        endif.
      endif.
    Regards,
    Sailaja.

Maybe you are looking for

  • "Delivery Status" in SO is "Partially delivered" though complete PGI hppnd.

    Dear Friends An SO has been created  (single line item), delivered & invoiced completely. The issue is at "Delivery status"  & "overall status"field in SO (both header & item level). Though complete delivery & PGI has been completed & also invoiced.,

  • Report Painter - Dynamic Columns

    Dear Expert, I'm preparing a report painter report with cost centers as columns. Is there anyway I can use cost center group as variable and then the no. of columns and column texts are populated based on the no. of cost centers and cost center names

  • Creating a line item credit memo

    Hi, Please let me know how to create a credit memo in line item in ASN. Thanks, Neelima Edited by: S Neelima on Nov 16, 2009 8:09 AM

  • I have a 3rd gen iPod touch that's acting up...Please help.

    I have a 3rd gen iPod touch...I also have the most recent software update but when I have the iPod on shuffle it will skip past songs w/out playing any part of the song and it will randomly power itself off even when battery is more than 50%.  Help

  • Making decorations visible again

    LabView 8.01 I have used one of the sample VIs posted here to control visible/invisible state of decorations in my VI.  This works great!  Thanks to those who offered the solution.  However, when I exit my VI, the front panel decorations and controls