Displaying Runtime Parameters on Graph

Dear All,
I have created a graph from graphics builder 6.0.5.33.0 and want to call the graph from forms6i 6.0.8.8.0
by passing some parameters.
The plotted graph is ok. Now I want to show on the graph the values of the parameters passed.
thanks in advance
teefu (ghulam mustafa)
lahore, pakistan.

dear arun !
thanks for reply.
i have already passed the parameter from form6i to graph.
my query is
1. how can i display the passed parameter on the plotted graph.
i.e. on the graph
From: p_date1 To: p_date2
what i have done already is
on the form
when-button-pressed trigger
Declare
pl_id paramlist;
pl_name VARCHAR2(10);
BEGIN
pl_name := 'temp';
pl_id := get_parameter_list(pl_name);
IF NOT ID_NULL(pl_id) THEN
destroy_parameter_list(pl_id);
END IF;
pl_id := create_parameter_list(pl_name);
add_parameter(pl_id, 'P_date1', TEXT_PARAMETER, name_in('BLOCK2.P_date1'));
add_parameter(pl_id, 'P_date2', TEXT_PARAMETER, name_in('BLOCK2.P_date2'));
Run_Product(GRAPHICS,'graph.ogr', SYNCHRONOUS, RUNTIME, FILESYSTEM, pl_id, '');
END;
2. like for running report, on the parameter form we do
add_parameter(pl_id, 'PARAMFORM', TEXT_PARAMETER, 'NO');
add_parameter(pl_id, 'maximize', TEXT_PARAMETER, 'YES');
for maximizing the report.
My query is what can i do to maximize the graph at runtime.
thanks.
Edited by: user_teefu on Oct 19, 2009 8:57 PM

Similar Messages

  • Drill Through Report Parameters from Graph Series Action

    Hi
    Using ReportBuilder 3
    I need some help please on passing parameters to a Drill Through Report, when a user clicks on a bubble in a graph.
    In context, I have a Tooltip that provides a count of the sysid field, which on mouse over gives the user the correct aggregate for the bubble they are looking at. 
    [Count(sys_id)]
    So say I have a bubble that I am hovering over, showing a count of two sysid's, when I click the bubble I want to run a Drill Through report that uses sysid as a parameter.  Therefore I want to pass through the two sysid's that the aggregate has identified.
    Now if I go to the action tab and select 'Go to report', select my report and add a Parameter, I need an expression that retrieves the sysid's for the parameters.
    At the moment I am using the following expression:
    =Split(Join(LookupSet(1,1,Fields!sys_id.Value,"ProjectMaster"),","),",")
    This provides the correct string format for the multi value parameter that I have on my report.  The problem is, it passes all the sysid's actively displayed on the entire graph and not just the two that the aggregate has identified in the Tooltip.
    Question - Is there a way of building the expression to lookup the two sisid's relevant to the bubble I am interested in, rather than the dataset for the whole graph?
    Many Thank
    Andy

    Hi Tim
    The report has two parameters Based on Group Type and then Sub Group Type.
    The expression I am using for the drill through parameters is =Split(Join(Fields!sys_id.Value,","),",")
    Below is a subset of the dataset with relevant fields and sample values.
    Group   Type
    Group   Subtype
    sys id
    Total Workload
    External   Cost
    Change   Impact
    GDC
    GDC BI
    2b8ccf64acafb00019bee02a7c7737cb
    244
    233480
    Medium
    GDC
    GDC BI
    6cdd24bfc8255100403385902e6cbb9a
    351
    121000
    Low
    GDC
    GDC Dev.
    6a518a1d38551140fbac4555180015ba
    0
    0
    Medium
    GDC
    GDC PM
    b47d1defff6c70c0a2ad8ffb97649d4e
    110
    27120
    Medium
    GDC
    GDC PM
    aba1fde1c82a5140403385902e6cbb5f
    126
    148400
    Low
    GDC
    GDC PM
    6b80ecafff2830c0a2ad8ffb97649dc8
    0
    0
    Undefined
    GDC
    GDC SAM
    59cc2749d8ae4900c950258abb887f8e
    20
    80906
    Low
    GDC
    GDC SDC
    442b09f5184f3440f0d833076f82fbff
    0
    2096
    High
    GDC
    GDC SDC
    f77c1f5c8cdf7c04048a0b130104c548
    493
    0
    High
    GDC
    GDC SDC
    bd3fe0753c138d404033c194bf5ae9e9
    0
    0
    Very High
    GDC
    GDC Siebel
    cb35a17d55419d008cb3130c2c9ae23d
    0
    0
    Medium
    Just to note! the copy and paste has not included underscores in column names!:-)

  • Data Display table along with Graph

    As per my knowledge we are not having any option currently for displaying data table along with graph.
    This plot data table can have plot name along with current data.
    See the sample below. Many times I need to display number of parameters on graph and current value need to see along with graph.
    It will very useful if I get something like this in next version.

    Hi chameli,
    well, you gave the chart as an example to your question - but didn't specify your question any further!
    What's wrong with a little coding to have your data presented as you like to?
    Best regards,
    GerdW
    CLAD, using 2009SP1 + LV2011SP1 + LV2014SP1 on WinXP+Win7+cRIO
    Kudos are welcome

  • How to set plug-in Java Runtime parameters on JRE setup command line

    Hi all:
    I need to install JRE and set the Java Runtime Parameters -Xmx
    by command line ..
    I mean I don't want enter Control panel and set this parameter manually in Java Runtime Parameters textBox..
    thanx.
    Best regards
    w.shiha

    Documentation for controlling the installation is sadly lacking in detail. This is the best I have seen for the Windows environment:
    http://java.com/en/download/help/silent_install.xml
    But, there are numerous other PROPERTY variables that are not discussed. Particularly annoying is the addition of yet another JavaUpdate item with the release of 1.5.0_05. If you can get more information, please post a link to it here.

  • XSL ABAP:  XI runtime parameters

    Hi all
    I have created an XSL Transformation on the ABAP stack to use in an interface mapping that is called in a Business Process.
    In this XSLT mapping I need to include the MessageId.
    According to http://help.sap.com/saphelp_nw04s/helpdata/en/83/2200cb50d345c793336d9a1683163e/frameset.htm , I can include the XI runtime parameters by including transformation SXI_PARAMETER_DECLARATION in the following way: <xsl:include sap:name=u201CSXI_PARAMETER_DECLARATIONu201C/>.
    Then I try to use a parameter in the mapping: <xsl:value-of select="$MessageId"/>.
    Activating the transformation works.
    But when I try to test my scenario, I can't access any runtime parameters.  They allways seem to be empty.
    Is there anyone who ever used XI runtime parameters in XSL ABAP tranformations?
    Thanks in advance
    T. Boeve

    Hi Thierry,
    as runtime parameters are runtime parameters, you can only access them if you route a message though your process (runtime).
    If you just test your mapping you will have no parameters and so they wont be found.
    Regards Mario
    Edited by: Mario Müller on Aug 5, 2008 10:42 AM

  • Display 4 parameters in the body of the error message

    How do I display 4 parameters in the body of the error message when a CAPI fires?
    By default only the primary key is inculded in the body of the message generated by default for any CAPI.
    For e.g. I have an employee table with following columns:
    emp_id, dept_id, location_id.
    The employee_name, department_name and location_name is stored in 3 different table.
    Now when the Business Rule is violated, I would like the message as:
    The employee Mr. XYZ belonging to the Department ENGG and residing at the location SAN JOSE ....... <Business Rule Text>.
    Can someone help?

    Hi,
    @ kranthi.k | Rod West
    First of all, thank you very much for your inputs.
    Rod West
    Very nice article with very clear steps from LearnDiscoverer blog.
    I have followed your instructions:
    1). Created a package to enable me to set and retrieve contexts from in Discoverer
    2). Imported the set_context and show_context functions
    3). Created a calculation to call the set_context
    Unfortunately, when I run the report I did not get any result.
    As an analysis to trace the issue, I used TOAD to set the SET_CONTEXT and when I did that I ended up with the following error message:
    !http://i40.tinypic.com/1563dzn.jpg!
    Why it keeps asking me about privileges? Is there a way to avoid that please?
    Thanks in advance.
    With Regards,
    Rafeea
    Edited by: Rafea on May 19, 2009 12:43 AM

  • How to correct bad PDF display of Excel 2007 graph-Adobe Pro X?

    Just installed Adobe Acrobat Pro X; previously had Adobe Pro 8, which worked fine.  Have Excel 2007 files with an Excel graph and a JPG image on the spreadsheet tab.  Both the graph and the JPG are too big, are displaced, and hide spreadsheet data, when the Excel file is Saved As a PDF using Adobe Pro dialog or Excel dialog, or the Excel Plug-In to Create PDF.  For some strange reason, printing to PDF works, although that is limiting.  All of the settings are the same for the Adobe Printer as Adobe Pro settings.  Changing them or going to default did not help.  Just did the latest update; that did not help.
    The graph and JPG are too large for the PDF page.  Paper printing from Excel still works fine. Producing a PDF on another machine with Pro 8 still works fine.  Could not find this problem discussed anywhere.  Using XP, fully patched.  This should not be a complicated process, nor a complex spreadsheet. What is going on?
    Thanks

    Regardless of the method and Adobe product used to create the PDF, including the Excel tool button, the single common factor whether the PDF correctly displays a JPG or graph in the Excel file that is being done at anything other than 100% size is whether the Adobe Printer or a Physical Printer is selected as the default printer in the Windows Printers and Faxes-Settings.  This is true even though the printer is not being used. I have created the same PDF using every method/product and the results are always the same, and only properly display when either the setting is 100% size or the system printer is selected as Adobe Printer.  This is true only after installing Adobe X (8 was previously installed, and worked as expected).
    Jeffry Calhoun
    Workforce Analytics Manager
    Ohio Department of Job & Family Services
    P.O. Box 1618, Columbus, OH 43216-1618
    InterAgency: F376, 4020 E. 5th Avenue
    614-644-0564
    Fax 614-728-5938
    [email protected]
    OhioMeansJobs.com -
    The next best thing to having an HR department.
    OhioMeansJobs.com -
    Ohio's premier website for connecting businesses and job seekers - quickly, easily, and for free!
    >>> "Bill@VT" <[email protected]> 4/7/2012 7:21 AM >>>
    Re: How to correct bad PDF display of Excel 2007 graph-Adobe Pro X? created by Bill@VT ( http://forums.adobe.com/people/Bill%40VT ) in Creating, Editing & Exporting PDFs - View the full discussion ( http://forums.adobe.com/message/4319297#4319297 )
    You say the settings for the printer work fine, but do not for PDF Maker (I am assuming this is what you meant). PDF Maker no longer uses the printer and the settings are independent. Check the settings for PDF Maker under the create PDF menu.
    Replies to this message go to everyone subscribed to this thread, not directly to the person who posted the message. To post a reply, either reply to this email or visit the message page: http://forums.adobe.com/message/4319297#4319297
    To unsubscribe from this thread, please visit the message page at http://forums.adobe.com/message/4319297#4319297. In the Actions box on the right, click the Stop Email Notifications link.
    Start a new discussion in Creating, Editing & Exporting PDFs by email ( mailto:discussions-community-acrobat-creating__editing_%[email protected] ) or at Adobe Forums ( http://forums.adobe.com/choose-container!input.jspa?contentType=1&containerType=14&contain er=4697 )
    For more information about maintaining your forum email notifications please go to http://forums.adobe.com/message/2936746#2936746.
    Ohio Means Jobs
    You're looking for something unique. Use more than an ordinary site.
    http://www.ohiomeansjobs.com
    This e-mail message, including any attachments, is for the sole use of the intended recipient(s) and may contain private, confidential, and/or privileged information. Any unauthorized review, use, disclosure, or distribution is prohibited. If you are not the intended recipient, employee, or agent responsible for delivering this message, please contact the sender by reply e-mail and destroy all copies of the original e-mail message.

  • Where are Java Preferences (Applet Runtime Parameters) saved on Mac OS X?

    Hi.
    If you want to modify the Applet Runtime parameters in Mac OS X, you need to use the "Java Preferences" application located under /Applications/Utilities.
    Suppose that I open the "Java Preferences" application, I select a specific JRE version, and I set a runtime parameter of "-Xmx300m" for Applets, in order to increase the max heap size.
    Now, where is this setting saved to?
    Until recent past, these values used to be saved in the <UserHome>/Library/Caches/Java/deployment.properties file.
    But this does not seem to be the case any longer.
    Does anyone knows where are these settings currently saved in Mac OS X? I am currently running Mac OS X v10.5.8 with Java 1.6.0_20 installed.
    Any help / hint would be greatly appreciated.
    Thanks,
    Marco.

    Check this out:
    http://developer.apple.com/documentation/Java/Conceptual/Java141Development/Core_APIs/chapter_6_section_3.html
    Hopefully that all fits on one line. Click around that website for just about any Mac-specific info you'll ever need.

  • JRE 1.4.2 Java Runtime Parameters

    Does anyone happen to know where/how these settings are saved on a Windows OS? I'd like to write a program to automatically set this on client machines to make deployment easier as we need to set the -Xmx for each user. I've searched the registry and all files on my machine and turned up nothing. Thanks for any help/suggestions you might have.

    The settings are saved in a file named
    <windows
    folder>\.java\properties<version>e.g.
    C:\WINDOWS\.java\properties141_02. The keyname
    is javaplugin.jre.params=<runtime params>.You
    can see this directly, if you change the runtime
    parameters in the Java plugin configuration dialog.
    What version of Windows are you running and what JRE
    version..only b/c it would be helpful to know if these
    settings are saved in different locations depending on
    versions. On Win2K Pro & XP Pro w/ JRE 1.4.2 the
    settings are in the location I specified in my last
    post. Thanks!Sorry, I only checked 1.4.1
    My (wrong) idea was, that it wouldn't change frome 1.4.1 to 1.4.2

  • How to pass runtime parameters to Oracle Query from xMII server

    Please can anybody  help me that how to pass runtime parameter to Orcle Query  from xMII server.

    It works the same way as I described in this thread [How to pass runtime parameters to MySQL Query from xMII server].  It does not matter the datasource MII will work the same for all queries, at least for passing in parameters.  How to write those queries and their datatypes will be the differences.

  • How to pass runtime parameters to MySQL Query from xMII server

    Please can anybody help in How to pass runtime parameters to Orcle Query from xMII server

    The answer is the same as for your other thread.  The mechanism is the same regardless of the end database.  The SQL  syntax will be different for each database vendor depending upon which functions you are invoking.  The main areas of difference between SQL Server, Oracle, DB2, etc. deal with dates (times also) and strings, but there are others as well.
    Regards,
    Mike

  • Displaying 2 parameters with descriptions in same line of Selection-Screen

    Hi All,
    I want to know how can we display 2 parameters with descriptions in same line of Selection-Screen.
    Means in selection screen first we will give comment as
    <b>Material no</b> then <b>parameter box as MARA-MATNR</b>, In the same line description as <b>Plant</b> then <b>parameter box as T001W-WERKS</b>.
    Material No - BOX - Plant - BOX.
    Can any body tell me how can we do it.
    Thanks in advance.
    Thanks & Regards,
    Rayeez.

    Hi shaik,
    1. define two TEXT-SYMBOLS :
    001     Material
    002     Plant
    and Activate
    2. use this code (just copy paste)
    REPORT abc LINE-SIZE 80.
    SELECTION-SCREEN BEGIN OF LINE.
    SELECTION-SCREEN COMMENT 1(10) text-001 FOR FIELD p_matnr.
    PARAMETERS : p_matnr TYPE mara-matnr.
    SELECTION-SCREEN COMMENT 35(10)  text-002 FOR FIELD p_werks.
    PARAMETERS: p_werks TYPE t001w-werks.
    SELECTION-SCREEN END OF LINE.
    regards,
    amit m.

  • How to override runtime parameters of Java programs in web browser windows?

    Hi Oracle forumers,
    There's a Java based program that is accessed through a web browser. The program somehow sets its own runtime parameters. However, those parameters don't always work well for running the program on every computer. Is there a way to override the runtime parameters that the program would normally set with my own parameters? I was expecting the Java Control Panel applet to be the place to set my own runtime parameters but the last time I checked that didn't work with this program.

    Sangeetha Kalyani,
    Use SWF de-compiler.. and get the source of your SWF.. i think this will simplyfy your JOB...!
    Thanks,
    Pradeep

  • Java Runtime parameters- setting trace/log levels and enabling by default

    Hi,
    I have a user reporting that a Java app that I support is unexpectedly quitting, and our developers are having trouble tracking down exactly what's causing the problem.
    I'm trying to enable the maximum possible logging/tracing for this user, but I don't want to have to rely on them remembering to hit '5' on the console window to enable tracing on everything. Having read through the runtime documentation, I have added the following to my JRE runtime parameters:
    -Xdebug  -Djavaplugin.trace=true -Djavaplugin.trace.option=basic|net|security|ext|liveconnect -Djavaplugin.outputfiles.overwrite=falseHowever, I still get nothing in the log file until I manually hit '5' on the Java console, then everything I do after that gets added to the log.
    Does anyone know how can I get the maximum logging/tracing enabled by default as soon as the JRE is loaded?

    >>
    -Xdebug  -Djavaplugin.trace=true-Djavaplugin.trace.option=basic|net|security|ext|livec
    onnect
    -Djavaplugin.outputfiles.overwrite=false
    One problem is that -Djavaplugin.trace.option=basic
    OR net etc ... pick one of the options which are
    separated with pipe symbols or use "all" without
    quotes.
    I'm having a similar problem with Java 6 - it seem
    that nothing I put in the runtime parameters takes
    effect. I had to edit
    /home/USERNAME/.java/deployment/deployment.properties
    and add deployment.trace=true.On second thought, I could be wrong about the trace options. I really don't know if you can combine options but I did see "all" somewhere.

  • Java runtime parameters

    Hi,
    Does anyone know how to programmatically set the java-runtime-parameters?
    I need to set them to: "-classpath c:\jar\test.jar"
    My goal is to access test.jar thru the ActiveX Bridge, and test.jar is not inside the "applet" folder. Note: ActiveX bridge uses the java plug-in which has a default path to the applet folder, I need to programmatically set a java-runtime-parameter "-classpath" to c:\jar\test.jar...
    (I know that you can set the java-runtime-parameters thru control panel - java plug-in, but this will not work for what I am doing, I need to do it on the fly programmatically).
    Gene.

    After Java VM is launched, I don't think it is possible to change the classpath onfly. If you goal is to load test.jar on fly, you can always rely on classloader to do it. You can make your own classloader and let it to download and define the class you need.
    -Xiaobin

Maybe you are looking for

  • Very disappointed in Verizon

    My wife and I have been loyal Verizon wireless customers for at least 10 years now and I have never considered leaving until now.  My wife has had many problems with her cell phone since she purchased it and has received 2 replacement phones without

  • PI 7.1 High Availability Cluster issue

    Dear All, in our PI7.1 system, we have High availabilty..........we have 2 app servers APP1 and APP2 .............we have 2 servers CI1 and CI2 for central instance.........we are using virtual host as CI everywhere.......so CI can be CI1 or CI2 at a

  • Postscript data

    There's an option on the Print menu which says "Generate Acrobat Data" If I select this and click print, I end up without a PDF file. I've been told to print to Postscript as a workaround for Windows 7 "Save as PDF" not working. This option doesn't w

  • Tree Node In Oracle Forms

    Hell ow my dear Fiends I am the beginner in oracle forms I want to create a tree node below For example Purchase order   Forms           POM1010   Reports           Pom2010   Queries           POM3010 Human Resource Management    Forms           POM1

  • Macbook Pro (late 2008) with 8GB ram sporadic freezing / hanging

    Hi, Last year, I was running Lion on my late 2008 MBP with 4GB ram with no problems.  Whilst 4GB is the maximum officially supported for my machine, forum posts suggested that some people had no issues running it with 8GB. I went for the upgrade and