Placing radiobuttons side by side in report

Hi,
How to place two  radio buttons side by side in a report program. Can anyone help me on this.
Thanks,
Rose.

HI
To position a set of parameters or comments in a single line on the selection screen, you must declare the elements in a block enclosed by the following two statements:
SELECTION-SCREEN BEGIN OF LINE.
define radio buttons
SELECTION-SCREEN END OF LINE.
SELECTION-SCREEN BEGIN OF LINE.
PARAMETERS :
r1  RADIOBUTTON GROUP rad1 DEFAULT 'X'.
SELECTION-SCREEN COMMENT 3(10) text-001.
PARAMETERS :
   r2  RADIOBUTTON GROUP rad1.
SELECTION-SCREEN END OF LINE.
Regards
Pavan

Similar Messages

  • Placing table and chart side by side in report designer

    Dear Expert,
                     In report designer how do I place table and chart side by side? I mean table in the left hand side and chart in the right hand side.
    Thanks and Regards,
    Rajib

    Hi,
    create two reports in WAD
    table reports - assign DP_1 with query X
    chart - assign DP_1 with query X
    go to Report designer and create table with two columns.
    add your chart and table
    thanks
    Edited by: Bhat Vaidya on Oct 15, 2008 2:15 PM

  • Report Designer - place two queries side by side in a report.

    I have a need to place two queries side by side in a report, I get a message that it is not possible to insert all fields.  What I am doing is placing each query in a report section and then trying to move the fields from one section to the previous section.  I am not sure if I am doing this correct.  Can someone let me know if this is possible and if so what am I doing incorrectly?  Thank you for your time and assistance!

    Hi Margaret,
    It is possible to display two queries side by side in a report.
    You just need to adjust the layout by dragging the each query along side each other - as you want to see it in the output.
    There is no need to move individual fields.
    Hope this helps!
    Regards,
    Saurabh

  • I want to make a video clip using two still pictures, placing side by side.  I am able to make with only one at a time.

    I want to make a video clip using two still pictures, placing side by side.  I am able to make with only one at a time.  Also, I am able to move the picture using Transform.  But unsuccessfull in making with two stills in same clip.  Thank you for reply.

    If you want a Picture in Picture effect, stack one still on top of the other with a connect edit. Use Transform to scale and reposition the top image.
    Russ

  • BEX 3.5 To display amount and currency field side by side in report

    Hello Gurus,
    I have requirement where in i have a HR report and as per the requirement the users want to see in the BEx 3.5 report to show the currency and amount field side by side
    example: I need to show 6 key figure(Amount) and their original currency side by side in the report as below
    2009 Bonus            Currency                 2009 incentive    Curr               2009 Salary               curr
    1,000                        GBP                          1,000                  USD                   1,000                        INR
    We have created a formula for the mentioned 3 key figures with NODIM to replace the currency. But we could not able to achieve by bringing the currency side by side
    Thanks in advance
    Venka

    Hi,
    Normally ther should be a another field should be there along with amount some currency either dco currency ,loc currency those fileds are assigend to the info object like 0currency
    we can go with structure at columns level u bring one as amount bouns(RKF may be) besides that u keep currency then another RKF and currency like that u can keep an d try to see the data at report level.
    Thanks & regards,
    sathisj

  • Side by side installation Crystal Reports for Visual Studio 2010 - CRXIR2 ?

    we are integrating Crystal Reports for Visual Studio 2010 into our C++ application.
    We used to work with CRXIR2.
    A customer of ours has upgraded to the VS2010 runtime version for 64-bit,
    and seems to be having random crashes.
    We haven't been able to pinpoint the problem...
    They are running several of our applications simultaniously on terminal servers.
    What we noticed is that they did not uninstall CRXIR2 from there system.
    Is this side-by-side installation supported?
    So XIR2 next to Crystal Reports for Visual Studio 2010  ?
    And even: can you have a Crystal Reports for Visual Studio 2010  64bit next to a 32bit? Probably yes?
    Next to that: is there any limit of concurrent users (applications) that use the .NET component?
    I would think not...
    Bart

    Hi Bart,
    Side by side installation shouldn't be a problem, unless you had Beta version of CRVS2010 installed on the same machine.
    For better results try upgrading to use SP1 of CRVS2010. For CRVS2010 resources, you can go through this
    Crystal Reports for Visual Studio 2010 - Deployment
    I haven't seen any problem with 64bit next to a 32bit til date.
    You can go through this for CR support on x64
    http://www.sdn.sap.com/irj/boc/index?rid=/library/uuid/10d5fa88-2013-2c10-c9a5-f11963607d4e
    To answer your last question, go through following:
    Crystal Reports Maximum Report Processing Jobs Limit
    http://www.sdn.sap.com/irj/boc/index?rid=/library/uuid/f053713e-3e3d-2c10-2a81-f79259e54023
    Thanks,
    Saurabh

  • How to get radiobutton & parameter side by side?

    Hi abapers,
    Could any one tell me how to get radiobutton & parameter side by side.Iam trying to get in the single line....
    But i could not.
    thanks
    Kaki

    Hello Kaki,
    The code given by Rainer should give you the idea (to use   SELECTION-SCREEN BEGIN OF LINE.) If you need a parameters on the same line, then you just need to do something like this -
    SELECTION-SCREEN BEGIN OF BLOCK test WITH FRAME TITLE frametxt.
      SELECTION-SCREEN BEGIN OF LINE.
        PARAMETERS: Option1 RADIOBUTTON GROUP xyz.
        SELECTION-SCREEN POSITION 10.
        PARAMETERS: P_TEST1 TYPE I.
      SELECTION-SCREEN END OF LINE.
      SELECTION-SCREEN BEGIN OF LINE.
        PARAMETERS: Option2 RADIOBUTTON GROUP xyz.
        SELECTION-SCREEN POSITION 10.
        PARAMETERS: P_TEST2 TYPE I.
      SELECTION-SCREEN END OF LINE.
    SELECTION-SCREEN END OF BLOCK test.
    Regards,
    Anand Mandalika.

  • Hide and show region and an interactive report showing side by side

    Hi,
    I have a report and some filters (drop down list) on a page... I've put my filters in a Hide and show region...
    Here is how it's been set up...
    Display Point: Page Template Body (1)
    20           Filters     HTML     
    Display Point: Page Template Body (2)
    10           Report Saved Report     
    my issue is that the filters and report search region shows side by side in a same row... tried changing the regions but still getting the same response... Please advice

    Hi,
    Place both regions to Display Point: Page Template Body (3).
    Then set filters region sequence to 10 and report 20
    If that is not what you need, please specify more how you like layout look like
    Regards,
    Jari

  • Placing Images side by side

    Hi Guys
    I want to place 2 images side by side in my div and would like to know the easiest way to do this. I did have a table before which did the job but something went wrong and my table could only be placed in the div as an Ap Div which I do not want as on certain browsers it would move around.
    Could anyone help please?
    Many thanks!

    The rule that applies to those images is this -
    .main img {
        clear:both;
        float:left;
        padding:5px;
        border:1px solid #FFF;
        margin-top: 10px;
        margin-right: 10px;
        margin-bottom: 10px;
        margin-left: 0;
    It will apply to ANY image within the .main container, including those within .mail-navigation, so you may not want to make changes to it.
    My last fix should have also worked - did it?

  • Server Side Trust and Webi Report Scheduling via Portal

    Hello,
    I have opened a similar  thread about Server Side Trust and webintelligence reporting through the portal a few months ago.
    At the time, we had some complaints about users that were getting SSO errors after 8 hours when scheduling WeBi Report through the SAP Portal.
    Basically, the users connect to the Portal and then FROM the Portal, to a BOI view pointing to the Infoview.
    Then, after investigatinon, it was my understanding that the WebI Reports should be scheduled through an Infoview token and not a portal token. In concrete terms Server Side Trust had to be implemented between the SAP BW Backend and the BOE 3.1 Server.
    And after that the users who wanted to schedule WebI reports should connect to the Infoview directly (using their SAP BW credentials) to generate an Infoview Token.
    Scheduling Webi reports from the Portal will not be solved by implementing Server Side Trust, since it is only a matter of time before the  the Portal token expires ( 8 hour by default).
    Now, I have configured the server side Trust between our BOE 3.1 SP2 and our BW 701 system, SNC configuration, PSE generation, exchange of certificats , etc ...
    I did some scheduling tests connecting directly to the BO Infoview and it works.
    But of course, now I am being told by the users that this solution is not acceptable.
    The Portal being the entry point of our Infrastructure, they don't want to connect to the Infoview to schedule their reports.
    So I opened a SAP customer call to try to have an official and clear statement from SAP but I never obtained it.
    I had a look at my SAP BO courses but I am still confused
    For example according to SAP BO100 , server side trust should be implemented when ;
    "BOE client session authenticated using Single sign on using SAP token
    (Enterprise Portal) and SAP reports are being scheduled at a future point in
    time (after token expiry date)."
    Anyone can help me to clear my mind ?
    Thank you
    Best Regards

    Hi,
    first of all lets separate the UI portion from the technical portion.
    on the technical side:
    yes for scheduling the Web Intelligence document you will need Server side trust
    on the UI side:
    - scheduling is part of InfoView
    - scheduling is part of the KM integration with the portal
    if that is not accepted from a UI point of view from the user you can create your own application to schedule documents using the SDK.
    ingo

  • Displaying the Report with Period, Qtr and Year in a side by side view

    We have a requirement on which user wants to see report data with respect to week, Period, Quarter and Half Yearly views side by side in the same report on selecting a Period in the Prompt.
    Dividing this to multiple reports for Week, Period,Qtr and Half year is not a Solution as Customer is not ok.
    Project is using OBIEE 10.1.3.4.1 as a reporting tool.
    Regards
    Subhadipta Samantray

    Hi,
    if you are looking for the below format
    week|factvalue|month|factvalue|quarter|factvalue|year|factvalue with one prompt
    then revert back. Else revert back with the proper format required.
    Regards
    MuRam.

  • How can I automate placing 2 different images side by side in Photoshop?

    I have two folders of .jpeg images. I need to take the matching images from each folder and place them side by side, then save as one file. Is there a way to automate this?

    I would recommend a Scripting approach.

  • Crystal reports 7 and 9 (side by side)

    Good morning everyone:
    We have and old VB6 application that uses CR7 in one PC. We built a Windows .Net app that uses CR9. When installing the .net application, some of the CR7 dlls were replaced with the CR9 version (same names). This caused the VB6 app to stop working (because its dlls were not found anymore).
    Is there anyway to allow CR7 and CR9 to live side by side? I mean, I would like both of my apps (.net and VB6) to work on the same client machine...
    Thanks for any tips or help!

    Hello,
    No, CR 7 did not support side by side installs. That didn't happen until CR 9 and above, meaning CR 9 and older can not be on the same PC.
    You may be able to work around it though but I've never tried it, copy ALL of the dll's from \windows\crystal into the application folder and change the working folder in the Icon to the app folder where the EXE is. I doubt it will work worth a try.
    Thank you
    Don

  • Placing 2 images side by side in a div and not hving a gap between them

    I'm building my first website http://www.ClayBernard.com and having a problem in the div "#logoAndBanner" - when I place 2 images side by side I get a gap so in the browser they look disjointed. I want to make them seamless.
    Any ideas would be great
    Thanks

    Hi,
    what's about this:
    <div id="logoAndBanner"><a href="index.html"><img src="images/BANNERS/IndexBanner_rev00.png" width="1000" height="80" border="0" /></a><img src="images/BANNERS/Banner_Contact_rev00.png" width="100" height="80" border="0" /></div>
    Hans-G.

  • Crystal Reports Server 2008 side-by-side CRSXIR2 install fails.

    Same symptoms as indicated in the first post here - https://forums.sdn.sap.com/click.jspa?searchID=18373470&messageID=6253019
    Install of CRS2008 was flawless on a clean VM copy of our development server.  So when the go ahead was given to do further testing on our dev server, we went ahead and installed CRS2008 as a side-by-side installation of our CRSXI R2 SP3 (v 11.5.9.1076).  CRSXI installation runs on Websphere, but in CRS2008 we are migrating to Tomcat.  All install ports were set differently than our current XI installation.  Install completed just fine, but we were unable to access the CMC.  CCM indicated at first TOMCAT and SIA were up and running.  Our XI server still works fine.  I attempted to uninstall CRS2008 and reinstall, however, the uninstall errored out and "rolled back" the uninstallation. 
    Now CCM is blank and repair of CRS2008 fails.  Is there a way to manually uninstall CRS2008 so that we can move forward with our upgrade via fresh install?

    Hi
    do you install using a user, who is member of the local administrators group?
    Regards,
    Stratos

Maybe you are looking for

  • JSP, XML, XSLT: applying XSL on JSP-generated XML doc

    Hello, I am currently trying to figure out how to do the following: let's consider (that's not entirely hypothetical :) ) a web application working with JSP (on apache/tomcat 3.1) and oracle BC4J Application modules. The JSPs call oracle webbeans to

  • Changing a Pcs date and time

    Can anyone tell me which Windows dll is used to change the date and time.

  • Apple Hardware Test Error: 4SNS/1/40000001: IDOR-0.958 what's wrong?

    Hello i swapped SSD in MBA A1369 to an OWC 256GB, it worked well since 2 months until yesterday. When I opened screen to wake up, it showed only blinking folder with question mark so it couldn't find startup volume. SSD is invisible in Disk utilities

  • Problem with Inactive DCs...

    Hi I have created and product, software component in SLD. I have done neccessary configurations in CMS.I have successfully imported the software component which i have created in SLD into my NWDS.I can see the software components in  my NWDS Develope

  • Sales employee as characteristic in copa

    Dear All, Sales employee as characteristic in copa , Pls let me know the Origin table available for sales employee. If no origin table is available then how to do the derivation rules in COPA. Pls suggest Thanks