Parameter window question

Hi,
I would like to know if there ia any way to display more then 3 parameters per page in the parameter window in Discoverer Desktop 10.1.2.2. I would like to display all 4 paramteres of my worksheet on the same page, without having to press "Next" to enter the value for the 4th.
Is there a way to do this?
Thank you,
Gabi

Hi Gabi
No, sorry this cannot be done. This window that you see in Desktop is a fixed window and cannot be modified or adjusted. It will only display 3 parameters per screen as you have aleady found out.
Best wishes
Michael

Similar Messages

  • EXS24 Parameter Window

    Hi,
    This might seem like a really simple question. But I cannot figure out how to access the EXS24 parameter window. Not the simple window that you can access by clicking the box over the volume and pan but the more complicated one that allows you to completely manipulate the instrument.
    I've searched everywhere on how to get to it but cannot find anything. The only things I find mention how to access options inside of that window.
    Your help would be greatly appreciated and please don't post a link of a google search, I've searched for hours.
    Thanks Chris

    On the top right hand corner are 2 buttons - Edit and Options. Click on Edit.
    You mention a "simple window that can access by clicking the box over the volume and pan". That sounds like the right one to me, but I don't know if I'd call it simple. It gives you direct access to all the samples used in the instrument where you can assign them to zones and groups, edit pitch, velocity, panning etc.
    I'm not sure what else you want to manipulate, but the edit box will do everything you need from a sample player. If you want to mangle the samples you'll need to do that elsewhere. Then you can re-import back into EXS24 and create a new instrument.

  • Auto-hide of the ssrs parameter window after input

    Hi,
    Can we do the auto hide of parameter window in ssrs as soon as user select the input and click on view report  and once the data comes, that parameter window should hide automatically.
    Thanks
    prashant

    Prashant - No I do not think this is possible (At-least not dynamically) however there some design-time options that you can possibly try. Refer these information sources:
    http://blogs.msdn.com/b/jgalla/archive/2009/03/23/hiding-parameter-area-when-viewing-reports.aspx
    http://stackoverflow.com/questions/3636905/how-can-you-hide-unhide-reporting-services-report-parameters-via-url-query-strin
    HTH
    Good Luck! Please Mark This As Answer if it solved your issue. Please Vote This As Helpful if it helps to solve your issue

  • How to Print List to spool but skip the print parameter window?

    Dear all,
      I am coding a program for print list into  spool.
    But every times I run the program there must pop up a print parameter window, after I click the 'Continue' button,then the list print to spool.
      Is there some way that I can just run the program and print to spool directly?
                               Thank you for your kindness help~~~
    Message was edited by: jin yan

    Hi,
    If it is a report program then, use this code.
    CALL FUNCTION 'GET_PRINT_PARAMETERS'
      EXPORTING DESTINATION           = 'LP01'
                COPIES                = COUNT
                LIST_NAME             = 'TEST'
                LIST_TEXT             = 'SUBMIT rep... TO SAP-SPOOL'
                IMMEDIATELY           = 'X'
                RELEASE               = 'X'
                NEW_LIST_ID           = 'X'
                EXPIRATION            = DAYS
                LINE_SIZE             = 79
                LINE_COUNT            = 23
                LAYOUT                = 'X_PAPER'
                SAP_COVER_PAGE        = 'X'
                COVER_PAGE            = 'X'
                RECEIVER              = 'SAP*'
                DEPARTMENT            = 'System'
                NO_DIALOG             = 'X'
      IMPORTING OUT_PARAMETERS        = PARAMS
                VALID                 = VALID.
    IF VALID <> SPACE.
      SUBMIT RSTEST00 TO SAP-SPOOL
        SPOOL PARAMETERS PARAMS
        WITHOUT SPOOL DYNPRO.
    ENDIF.
    Hope This Info Helps YOU.
    <i>Reward Points If It Helps YOU.</i>
    Regards,
    Raghav

  • Data Format in Cross Tab and Parameter window about numeric and date

    Hello,
    I got a problem to show Year 2008 as 2,008.00, it's rediculous...
    My PC and Notebook both show "2008",  but my three co-workers' PCs all show "2,008.00"
    the group field is:      CStr(Year({SJ_Inv;1.TaxDate}))+ '  Sales Analysis'
    How to convert such a numeric into text without decimal?  CStr looks not workable.
    also,
    the numeric var in parameter window, sometimes I don't want it to show up comma and decimal, how to format it?
    And, the datetime var in parameter window from store procedure,  can it be a "Date" without Time for user to entry only?
    I will be very appreciate for your helping.
    ~Michelle

    Hi, Raghavendra,
    The reason to use stored procedure is to save server room -- limited data for output; this is why we declare variable in Store procedure, and got problem there -- datetime but not date.
    On the other hand, if we declare variable in Crystal report, it's allowed date type, but how to defaut the Date-from as 1st day of current month, and Date-to as Today in Crystal Report parameter setup ??  And then how to pass the parameter to store procedure to limit the data output volume?
    (I am also trying to get this done in Store procedure right now..)
    The pros and cons exist in Store procedure and Crystal report, which is better is not definite!
    Best regards,

  • Customize the design of the parameter window

    Hi,
    My manager asked me something and I want to be sure of the answer.
    I want to know if I can customize the design of the parameter window in Crystal Report XI or the only way to do that it's to create a .Net application and call the report by it.
    Regards,
    Hugo

    Hi Hugo
    Following are the answers for your queries:
    Can we modify the size of the parameter window
    -No
    Can we modify the background color of the parameter window
    -No
    Can I create a string parameter and have the calendar with this parameter in the window ?
    -With a string datatype paramter we cannot have the calendar window.
    When I create a parameter for exemple BeginDate when the window appear at the right I always have @BeginDate can I hide this label ?
    -Go to Field Explorer->parameter and rename the paramter by removing the '@' sign.
    Please let us know if you need any further information.
    Regards
    Ashwini Yadav

  • IE 11 not displaying report parameter window

    We have noticed that IE 11 is not displaying the input parameter window where user inputs their parameters like date ranges or other parameters. While parameter windows shows up in firefox.
    We are using crystal reports 2011 on tomcat 7 production servers.
    Does someone have a fix for that or any input on what can I do to fix the problem?
    Thank you.

    Update to SP 13:
    SAP Crystal Reports, developer version for Microsoft Visual Studio: Updates & Runtime Downloads
    And for "SAP Crystal Reports, developer version for Microsoft Visual Studio", post your queries here:
    SAP Crystal Reports, version for Visual Studio
    Many thanks,
    - Ludek
    Senior Support Engineer AGS Product Support, Global Support Center Canada
    Follow us on Twitter

  • Parameter window options

    I am currently using CR11 R2 in my application. Though we integrated CR in our application , we still use crystal parameter dialog box to pass parameter to the report. In previous version there was a: "CANCEL" button, if the user decides not to view the report, but in CR11.5 R2 and CR12, we are not seeing this cancel option. Now even though user doesn't want to see a report he has to fill out all parameters field.
    The interesting thing is this "CANCEL" option is available in parameter window , when we want to refresh a report from preview window. How do we get this "CANCEL" option in first place? Is there a setting ? Please help.

    Hi,
    This is a known issue and is tracked under the following defect IDs: ADAPT01267543,
    It appears this was fixed in the following versions
    XIR2 SP6
    XIR3.1 SP3
    Hope this helps.
    Jonathan

  • How to close parameter window when report is running

    When i use call report in form,at first a parameter window pop up,list parameter from form,then click run,the report is rinning.HOW to skip this parameter window?Use function Add_Parameter()?How to use it?

    Hi,
    Use Add_Parameter while you are calling the report from forms and the example is as foolows.
    Pl_Id := Get_parameter_List('Rep_Parm');
    If Not Id_Null(Pl_id) Then
    Destroy_Parameter_List('Rep_Parm');
    End If;
    Pl_Id := Create_Parameter_List('Rep_Parm');
    Add_Parameter
    (Pl_Id,'PARAMFORM',Text_Parameter,'NO');
    Run_Product(REPORTS,'UserRep.Rep',SYNCHRONOUS,RunTime,FileSystem,Pl_Id);
    Pass ParForm as no then it will not display the parameter form.
    regards
    gaurav
    null

  • Oracle 9.2.0.3.0 patch set for windows - questions

    Hi!
    I have for that some questions. I have oracle 9.2.0.1.0 on a windows 2003 server running with one local database - no real apllication cluster.
    I don't understand which instructions I have to make for oracle upgrade?
    Must I also make the 3. instruction? Connect to databse prior and drop?
    Must I also make the post install action for my database?
    (startup migrate ...)
    what means at post install actions the following:
    'execute these post install actions only if you have one or more databases associated to the upgraded $oracle_homee.
    My database path is e:\oracle\oradata\database my oracle path is e:\oracle\ora92 have I in my case make the post install actions?
    Thanks for help!
    1. When applying this patchset on Windows NT, XP or Windows 2000, you must log onto the system as a user with Administrative privileges
    (e.g. as a user which is a member of the local Administrators group).
    2. Unzip the downloaded patch set file into a new directory.
    3. Drop the xmlconcat function by running the following commands:
    drop public synonym xmlconcat;
    drop function xmlconcat;
    4. Shut down any existing Oracle Server instances in the ORACLE_HOME to be patched with normal or immediate priority. i.e.: Shutdown all instances (cleanly). Stop the database services, and stop all listener, agent and other Oracle processes running in or against the ORACLE_HOME to be installed into.
    5. Perform the following pre-install steps for Real Application Clusters (RAC) enviroments only:
    IN ADDITION TO STOPPING ALL ORACLE SERVICES IN THE ORACLE_HOME TO BE UPGRADED:
    If you are running in a RAC enviroment, stop the following Windows service(s)/devices(s) using the Net Stop command:
    Stop the Windows service named "OracleGSDService"
    Stop the Windows service named "OracleCMService9i".
    Stop the Windows device named "OraFenceService" (This Device does NOT show up as a Service in the Control Panel).
    For Example:
    C:\>net stop OracleGSDService
    C:\>net stop OracleCMService9i
    C:\>net stop OraFenceService
    Once the above steps have been performed on all the nodes of the cluster, you should then be able to upgrade the OSD components to the 9.2.0.3 versions. This can be accomplished by...
    xcopy all the files in the \Disk1\preinstall_rac\osd\*.* directory to the directory in which the OSD components were originally installed on all nodes(typically %SystemRoot%\system32\osd9i).
    Note: You may also be able to look in HKEY_LOCAL_MACHINE\Software\Oracle\OSD9i registry key to determine the directory in which the original OSD components were installed. Now the OSD components can be restarted on all the nodes in the cluster.
    C:\>net start OraFenceService
    C:\>net start OracleCMService9i
    C:\>net start OracleGSDService
    After all of the above steps have been completed on all the nodes of the cluster, you are now ready to proceed with the Oracle 9.2.0.3.0 patchset installation.
    6. Start the installer:
    If the current Installer version is less than 2.2.0.18.0 then download the Installer 2.2.0.18.0 from Oracle Metalink where it can be accessed with the bug number 2878462 and choosing the MS Windows NT/2000 Server platform, then run the setup.exe 2.2.0.18.0 from the C:\Program Files\Oracle\oui\install directory .
    7. You may install the Patch Set through either an interactive or a silent installation.
    To perform an interactive installation using the Oracle Universal Installer graphical interface:
    1. Start the installer from the newly installed OUI 2.2.0.18.0 by running the version of setup.exe located at C:\Program Files\Oracle\oui\install and verify
    that the version of the OUI GUI is 2.2.0.18.0 before proceeding.
    2. Follow the steps given below within the installer:
    1. On the Welcome screen, click the Next button. This will display the File Locations screen.
    2. Click the Browse button for the Source... entry field and navigate to the stage directory where you unpacked
    the Patch Set tar file.
    3. Select the products.jar file. Click the Next button
    The products file will be read and the installer will load the product definitions.
    The products to be loaded will be displayed (verify ORACLE_HOME setting for this first).
    4. Verify the products listed and then click on the Install button.
    5. Once the installation has completed successfully, it will display End of Installation. Click on Exit and confirm
    to exit the installer.
    To perform a silent installation requiring no user intervention:
    1. Copy the response file template provided in the response directory where you unpacked the Patch
    Set tar file.
    2. Edit the values for all fields labeled as "<Value Required>" according to the comments and examples
    in the template.
    3. From the unzipped patchset installation area, start the installer by running the setup executable passing
    as the last argument the full path of the response file template you have edited locally with your own
    value of ORACLE_HOME and FROM_LOCATION:
    setup.exe -silent -responseFile <full_path_to_your_response_file>
    Post Install Actions
    Execute these "Post Install Actions" only if you have one or more databases associated to the upgraded $ORACLE_HOME.
    Important Notes
    1: Java VM and XML DB Requirements
    Users who have JVM (Java enabled) or JVM and XDB installed on their 9.2.0.1 databases should make sure that the init.ora parameters shared_pool_size and java_pool_size are each 150 MB or more before running the catpatch.sql upgrade script. Failure to do so could result in an unrecoverable memory failure during running of the script. Please note that JVM and XML DB was shipped as part of the default 9.2.0.1 seed database and will be present unless the user explicitly installed a 9.2.0.1 instance without them.
    2: SYSTEM table space
    If you have JServer installed in the database, you should check to be sure there is at least 10M of free space in the SYSTEM table space before running these actions.
    3: Installing on Cluster Databases
    If you are applying this patch set to a cluster database, then set the CLUSTER_DATABASE initialization parameter to false. After the post-install actions are completed, you must set this initialization parameter back to true.
    To complete the installation of this patch set, you need to start up each database associated with the upgraded $ORACLE_HOME, start the database listener (e.g., lsnrctl start), login using SQL*Plus (e.g., sqlplus "/ as sysdba"), and run the following commands/scripts in order from $ORACLE_HOME within a MIGRATE session. If you are using the OLAP option, make sure that the database listener is up.
    startup migrate
    spool patch.log
    @rdbms/admin/catpatch.sql
    spool off
    Review the patch.log file for errors and re-run the catpatch script after correcting any problems
    shutdown
    startup
    This step is optional - it will recompile all invalid PL/SQL packages now rather than when accessed for the first time - you can also use utlrcmp.sql to parallelize this in multiprocessor machines:
    @rdbms/admin/utlrp.sql
    Execute the following if you use Oracle OLAP option:
    alter user olapsys identified by <password> account unlock
    connect olapsys/<password>
    @cwmlite/admin/cwm2awmd.sql
    exit
    Execute the following script only if you have version 9.2.0.1.0 of Oracle Internet Directory installed in your ORACLE_HOME. Make sure that the database and database listener are running and that all parameters are specified prior to running the script:
    $ORACLE_HOME/bin/oidpatchca.bat
    -connect <Connect String>
    -lsnrport <Listener Port>
    -systempwd <SYSTEM Password>
    -odspwd <ODS Password>
    -sudn <Super-User DN>
    -supwd <Super-User Password>
    -dippwd <Password to register DIP Server>
    Where:
    connect - Database connect string
    lsnrport - Database Listener port
    systempwd - Password of the database 'SYSTEM' user
    odspwd - Password of the database 'ODS' user
    sudn - Super-user DN
    supwd - Super-user Password
    dippwd - New password to register Directory Integration Server. This password must conform to the password policy in the OID server
    Execute the following steps only is you are using the RMAN catalog.:
    rman catalog <user/passwd@alias>
    upgrade catalog;
    upgrade catalog;

    I don't understand which instructions I have to make for oracle upgrade?
    -- You have to follow all the instructions mentioned
    (Just check for few if's for Cluster enabled, OID and OLAP databases. Perform these steps only if they apply)
    Must I also make the 3. instruction? Connect to databse prior and drop?
    -- Yes you should do
    Must I also make the post install action for my database?
    (startup migrate ...)
    -- Yes. Do run catpatch.sql .
    what means at post install actions the following:
    'execute these post install actions only if you have one or more databases associated to the upgraded $oracle_homee.
    -- In this step make sure you do step 1
    1: Java VM and XML DB Requirements
    Otherwise catpatch.sql will fail.
    Do 2 and 3 only if applicable
    Chandar
    My database path is e:\oracle\oradata\database my oracle path is e:\oracle\ora92 have I in my case make the post install actions?

  • Multiple im windows question.

    i use the tabbed window view when im chatting it up with my friends. My problem is when im talking to more than 4-5 people it becomes increasingly annoying to constantly have to click on each persons name to respond. My question is: is there a way to quickly switch between members i am chatting with using a keyboard shortcut? any insight would be greatly appreciated!

    I think apple/command + { or } key combination will advance or reverse your location through the chat tabs.
    My iChat is currently out of commission or I would confirm this personally but if you could test it and report back that would be nice as well.

  • Mac and Windows Question

    I don't know if this is the right place for this question, but it's the closest thing I could find to Apple software. As of now, I only own a Dell pc. When I can fork up enough money, I'm going to get a Mac, but until then, I was wondering if there was a name to the software that changes the screen according to the mouse's position. For example, if you move the mouse pointer into the upper right hand corner, all of the windows minimize, and if you put it in the bottom left, then you can choose which window you want to open. If anyone knows, please let me know. If anyone, on the off-chance, knows of a program that can do the same for windows, that would also be greatly appreciated. I wasn't sure if that was software or just part of the mac system, but it's really convenient and I'd appreciate it if someone got back to me. Thanks a bunch,
    Ben

    Hi Ben
    Welcome to the Apple Discussions!
    That is called Exposé, and it's part of OS X.
    There are a few lookalike apps for Windows - here are a couple:
    Windows Exposer
    TopDesk
    Matt

  • Parameter selection question

    I want to make a report that gives the user the option to do one of following:
    (1) Select Top 5 Used Profile IDs
    (2) Select Top 5 Random Profile IDs
    (3) Choose Up to 5 Desired Profile IDs
    How can I make a parameter that once selected will either, with option 1 or 2 pass the selected IDs from a SQL Command, or with option 3 to select the profile IDs themselves?  Is this possible?
    I am using CR 11.5 and this will be implemented with the Viewer through a front-end application.

    hi Wesley,
    you'd really need to post this question to a forum particular to your database. Commands are written in your db syntax.
    mostly you'd need to know if your database actually supports a row level random function for the option number (2). some db's don't...i.e. they support a query level random function where the random number is a single number per query versus a different number for each row. if that's the case you'll need to look for a workaround particular to your db.
    for the other options look into seeing whether or not your database supports a CASE statement for the ORDER BY clause and the WHERE clause as you'd need to either use the WHERE clause for picking 5 user entered profile ID's or the ORDER BY clause to get the Top 5 Used Profile ID's.
    so given your db and version this type of command is possible.
    -jamie

  • Finder window question mark

    Hello - I inadvertently slid a Skype icon to my finder window top border and when I deleted Skype from system the icon began appearing as a question mark (?) ... how do I delete the question mark from my finder window top border?
    Thanks in advance.

    thanks!!!
    I almost didn't notice it any more, and I'm glad to resolve that vague nagging question (mark)!

  • Maintenance Window Question

    Hello Experts,
    i'm sorry if its been already answered, I have a question on MW.
    CollectionA---> has a MW set between 6PM - 6AM ( Monday - Sunday) ( which is set to ->This Schedule Applies to all deployments)
    CollectionA---> has another MW 8PM-10PM ( Sat-Sunday) ( which is set to ->This schedule applies to Software deployments)
    Since there is an overlap, what would happen when Software updates are pushed, Will it run on Sat or sun at 8PM or at 6PM.
    Thank you.

    Hi,
    It depends on the Deadline you set for the updates to install, as you have a maintenance windows that allows all deployments each night, software updates will run then. If you schedule them to start at saturday morning it will start at 6 PM SAT as that
    maintenance windows has the eraliest start time and apply to all deployments.
    Regards,
    Jörgen
    -- My System Center blog ccmexec.com -- Twitter
    @ccmexec

Maybe you are looking for

  • New Camera Roll backup/restore issue...

    Hello, I have a massive problem and cannot find an answer to this anywhere....so, i'm hoping someone here can help. (I'm not great with computers!) I upgraded from iphone4 to 4S in February. I set-up with icloud, but turned off both the Camera Roll a

  • Apple Mail Still Will Not Work with Verizon

    Greetings to All: Sunday, March 24, 2013 I've been trying to get Apple Mail to work with Verizon email for some years without success. I read the boards and find that this is not an uncommon problem. I received the new server settings for Verizon ema

  • Hard drive disappeared?

    I ran the disk check utility because my hard drive was making strange noises and it told me there were problems with it and I need to get my OS install disk and run the disk utility from there. I put the disk in, restart and boot from disk, go to dis

  • Header Mapping in Idoc scenarios

    What is the use of Header Mapping in IDOC based scenarios?

  • FINAL CUT STUDIO 5.1 (Universal) compatibility with Mac os 10.6.4

    We have just purchased a brand-new Mac Pro running Mac OS 10.6.4 my question is this, are there any known incompatibilities with Final Cut Studio 5.1 (Universal) running on a Mac Pro with Mac os 10.6.4.