Parametro que filtre otro Parametro en Cristal Report

Hola Comunidad Sap soy nuevo y me gustaria que me ayudaran con la siguiente consulta
Como puedo hacer en el caso siguiente
Tengo el HomeState de OHEM  y tengo el SalePrson de OHEM los cuales estoy
Usando para parámetros dentro de un reporte el homestate es el estado del empleado  y el saleprson son las serie y nombre del vendedor
Lo que deseo es que al seleccionar en el parámetro de homestate es el estado del empleado con la que desea trabajar en el reporte
En el siguiente parametreo de salesprson solo me muestre los empleados según el estado que escogi en el homestate
Como hago eso?
de que el primer parametro homestate me filtre el parametro saleprson
claro esta que todo lo estoy intentando en Cristal report

Hola kevin,
Lo he utilizado en crystal en mi Reporte funcionaba de la siguiente manera:
Tenia una tabla de usuario que se llamaba Familia y otra sub familia.
Entonces cree dos parámetros familia y sub familia que tenia un campo vinculante a la tabla familia.
Familia@ select code,name from [@familia]
SUBFAMILIA@ SELECT CODE,NAME FROM [@SUB_FAMILIA]  WHERE U_EX_CODFAM='@FAMILIA'
En tu caso tienes tus dos parámetros
Homestate@ select * from OHEM
Vendedor@ select * from oslp inner join ohem ON OSLP.SLPCODE=OHEM.slpcode and ohem.homstate='Homestate@'
OJO Los querys son referenciales ya que no se cual es tu query.
Saludos,
Wuilmer Venegas

Similar Messages

  • Parametros en Cristal Reports

    Recien estoy haciendo pruebas con el Addon de Cristal Reports y todo va bien, hice unos reportes simples y todo funciona dentro de SAP, sin embargo a la hora que quiero usar parametros como son cliente, rango de fechas, etc no funciona el reporte dentro de sap.
    A alguien le ha pasado algo similiar o tiene este mismo problema??

    El problema es que no funciona en ningun lado......
    Lo instale en el mismo server de sap, el addon corre pero no funciona al ejecutar el reporte.
    Lo que hago es esto:
    1.-Genero el rpt con parametros en la maquina donde esta el Crystal(ahi si funcionan estos)
    2.-Copio este reporte al server via red.
    3.-En sap inserto el reporte y pon full access a el.
    4.-Lo ejecuto....
    Ni desde el mismo SAP y no en2 maquinas diferentes me pide los parametros......
    Lei en otro foro que se requeria hacer una conexion odbc o algo asi....
    Lei una vez mas los manuales y no veo que haga menciona a eso.
    Es necesario hacer ese tipo de conexiones en las maquinas que van a ejecutar el addon??

  • Necesito el Report Distribution Expert para Cristal Reports 9 Gracias!!!

    Compas tengo el Cristal Reports 9  y necesito el Report Distribution Expert , No se si ya existe?
    Muchas gracias!!

    An alternative to Ido's idea is to create your own application using the one of the available SDks in CR 9;
    Report Application Server (RDC)
    Print Engine APIs
    CR for .NET
    Java
    Note that the Print Engine APIs were retired in version 10 or CR, and the RDC was retired in version 11.5 of Crystal Reports.
    Ludek

  • Cristal report Related

    Hi
    Can I marge the cristal report with the apex.
    if we can what the procedure or steps we have to follow.
    I want to use the cristal report to create the bills.
    Thanks & Regards
    Nisha

    Take a look at this thread, you may find your answer here : Re: Crystal Reports and APEX
    Regards,
    Keith

  • Using Cristal Report Version 10

    Hi, I´m using Cristal report version 10 with MS Visual Studio 2005 and stored procedure in database using RefCursor statement. This architecture works fine with oracle 9, but doesn´t work with Oracle 8.1.7.4.
    Does any one could help me?
    Thank´s.
    Vicente.

    Since the device presents itself as a COM port (pretty standard with the FTDI chips) you should be able to use the RS-232 library in CVI.  OpenComConfig() will open a connection to the device, ComWrt() will write data to it, and the various ComRd() functions can be used to read the responses back.

  • Cristal report server XI feature 2 integration kit to  WOSS 2007

    Hi All,
    we would like user to be able to run report from our WOSS 2007 envirronement. To do so, we would like to integrate Cristal report server F2 to our WOSS 2007.
    I would like to know where can we look to to see update or ServicePack that have been install on Cristal Report ? Also if there is documentation on what need to be install on Sharepoint to to achive this.
    I have download the BusinessObjects XI Release 2 SharePoint 2007 Portal Integration Kit but I always get a error message when I try to install it.
    error: SP3 Patch is required to install Sharepoint 2007 integration kit
    CHeers
    Frederic

    Apologies if I didn't get it correctly..
    XIR2 SharePoint 2007 PIKs support was introduced from BOE XIR2 SP3 onwards, hence the message
    Thanks
    -Amit-

  • ColdFusion and Cristal Reports

    Hi,
    I've this software installed:
    O.S. Windows 2000 server
    ColdFusion MX 6.1
    Autodesk Whip
    Internet Explorer 6.0
    When I run on link of ColdFusion I get this error:
    "Sorry, your current version of ColdFusion does not support
    Crystal reports.
    Please contact Macromedia regarding the support of Crystal
    reports with ColdFusion."
    I hanven't installed Cristal Report.
    I copied the crpe32.dll file from the C:\Program Files\Common
    Files\Crystal Decisions\2.0\bin directory to the C:\Winnt\system32
    directory BUT I have same error.
    This is my code (file: prfinsum.cfm)
    <HTML>
    <HEAD><TITLE>Property Financial Summary -
    <CFOUTPUT>#Cookie.AFMDSN#</CFOUTPUT></TITLE></HEAD>
    <CFIF IsDefined("URL.SuperCat")>
    <CFCOOKIE NAME="hotlist_SuperCat" VALUE=#URL.SuperCat#
    >
    </CFIF>
    <CFIF IsDefined("URL.Cat")>
    <CFCOOKIE NAME="hotlist_Cat" VALUE=#URL.Cat# >
    </CFIF>
    <BODY alink="fuchsia" >
    <TABLE>
    <tr><td><a href="/afm/afm_hotlist.cfm">
    <IMAGE SRC="/afm/afminet.gif" ALT="ARCHIBUS/FM"
    ALIGN=CENTER BORDER="0"></a></td>
    <td colspan=3 ALIGN=LEFT>
    <Font face="Arial" size="+2">
    <b> Property Financial Summary </b></FONT>
    </td>
    </tr>
    </TABLE>
    <cftry>
    <CFREPORT
    REPORT="#GetDirectoryFromPath(GetTemplatePath())#prfinsum.rpt"
    DATASOURCE=#Cookie.AFMDSN#>
    </CFREPORT>
    <cfcatch type = "Any">
    <table align="center">
    <tr><td height="40"></td></tr>
    <tr><td>
    <Font face="Arial" size="+1">
    Sorry, your current version of ColdFusion does not support
    Crystal reports.<br/>
    Please contact Macromedia regarding the support of Crystal
    reports with ColdFusion.
    </Font>
    </td></tr>
    </table>
    </cfcatch>
    </cftry>
    </BODY>
    </HTML>
    I tried to connect with debugging and I get thi error:
    Exceptions
    23:46:55.055 - coldfusion.tagext.lang.CFReportTagException -
    in E:\Inetpub\wwwroot\afm\reports\prfinsum.cfm : line 25
    An unexpected error occurred while using the Crystal Engine.
    Error number 536 ocurred (Error in File
    E:\INETPUB\WWWROOT\AFM\REPORTS\PRFINSUM.RPT:
    Unable to connect: incorrect log on parameters.).
    Have you any idea?
    Thanks in advance!

    If I had ever used SQL Server reporting I would have said something...
    But you are embarking on an unusual task and unusual tasks are not usually done be lots of people.
    So how does SQL server reporting work?  What does it produce?  How do you want to tie into it?  What do you want to happen?
    With all the ways one can tie into other services through ColdFusion and its underlining Java, I suspect there might well be some way to do something.  Wether that something is good enough and|or simple enough to be worth the effort I can not say and will require a good amount of knowlege on how SQL server reporting actually works.

  • (FLA) Player SWF Alquien tiene uno. Me pregunto. Alguien tiene un player de sonido con su stop y play. Con botones para ir al siguiente sonido o que salga un pequeño menú sin que deforme la tabla para que escoja otro sonido

    Hola gentiles foreros.
    Me pregunto. Alguien tiene un player de sonido con su stop y
    play. Con
    botones para ir al siguiente sonido o que salga un
    pequeño menú sin que
    deforme la tabla para que escoja otro sonido
    Gracias
    Por favor. A mi email: [email protected],
    [email protected]
    Bórrenle el NOSPAM
    Saludos desde Colombia

    Anuack, puedes encontrar en internet muchísimos, elige
    el que mejor se
    adapte a tus necesidades:
    http://www.e-phonic.com/mp3player/
    http://www.premiumbeat.com/flash_resources/free_flash_music_player/
    http://www.draftlight.net/dnex/mp3player/free/
    http://www.genbeta.com/2006/05/08-10-reproductores-de-audio-en-streaming-en-flash
    http://jeroenwijering.com/?item=JW_FLV_Player
    Y miles más en Google...
    Un cordial saludo
    "Anuack.com" <[email protected]> escribió en
    el mensaje
    news:ftr0i4$ftc$[email protected]..
    > Hola gentiles foreros.
    >
    > Me pregunto. Alguien tiene un player de sonido con su
    stop y play. Con
    > botones para ir al siguiente sonido o que salga un
    pequeño menú sin que
    > deforme la tabla para que escoja otro sonido
    >
    > Gracias
    >
    > Por favor. A mi email: [email protected],
    [email protected]
    >
    > Bórrenle el NOSPAM
    >
    > Saludos desde Colombia
    >

  • Cómo reduzco la barra naranja que dice otros, en el iphone?

    Cómo reduzco la barra naranja que dice otros, en el iphone?

    Tendras que usar google para traducir lo que vas a encontrar cuando encuentres esta information: How to delete "other" memory on my iphone?, es lo mismo que estas preguntando, sin embargo a pesar de que desees restaurar tu telefono eso no borrara lo que realmente deseas, porque basicamente segun lo que lei en este tema, es que otros incluye contactos, fotos, aplicaciones, tu historial de mensajes, etc.

  • Parametros en un reporte

    Hola a Todos
    Necesito saber como enviar un parametro desde una forma a un reporte. básicamente tengo el numero de matricula de una persona y ese numero de matricula necesito enviarlo a un reporte para que en base a ese numero emita un recibo
    Gracias

    hello,
    you might want to look into RUN_REPORT_OBJECT in the forms online help system.
    regards,
    philipp

  • Error when Scheduling a Cristal Report versus an Excel Table.

    The excel book is located in a folder at the Infoview server.
    The report has been published at the  Infoview   
    If I use the u2018u2019u2019viewu2019u2019u2019 link at infoview I obtain the results ok.  (Iu2019m not asked for any user/pw)
    But
    If I try to schedule the report, I always obtain an Error, because it needs a user/pw   
    (Error en archivo E:Archivos de programaBusiness ObjectsBusinessObjects Enterprise 11.5DataprocSchedservername.reportjobserver~tmp1da060de63d6960.rpt: No se puede conectar: parámetros de conexión incorrectos. )
    Which user/pw does the system ask for?
    Thanks!

    Hello,
    Just to let you know we figured this one out.  At some point I'd installed Crystal Reports Designer XI R1 on the server (must have service packed it as well).  This is a good thing as it's helped troubleshoot various connection issues etc.
    However this overwrote the prompt.dll file, the version of the new file was 11.0.0.2478.  I've since installed Business Objects XI R1 on my local machine without Crystal Reports to see what the version of the prompt.dll file would be.  It was 11.0.0.1282 so I replaced the newer prompt.dll with the older one and problem fixed.
    Cheers,
    Chris

  • How to use a Crystal Reports Query as datasourc in an other Cristal Report

    Hi
    I would like to read a File in a CR Report, change some data and use the output as datasource  in an other Criystal Reports Report.
    Is ist possible to use a Crystal Reports Report as datasource for an other Crystal Reports Report?
    Thomas
    Edited by: Thomas Martin on Jul 18, 2011 12:44 PM

    Hi Thomas,
    Are you having Xcelsius also in your kitty??(for dynamically doing this activity)
    Xcelsius has very good writing & reading functionality and you can incorporate your crystal report data into it using live office.
    Let say you have a report in crystal , you connect that repot to live office .Let say this is REPORT named as SOURCE CR  REPORT.
    IN Xcelsius import the this SOURCE CR REPORT  report using live office connection and using GRID selector there to show tabular data.
    Xcelsius has buttons & controls  for updating and exporting the data inform of XML SOURCE FILE.
    Now you can either make xcelsius Dashboard for TARGET CR REPORT or you can make crystal Report on ADO.NET(XML) for second crystal Report.
    Search on SDN for cross usage of Crystal & Xcelsius
    regards,
    RK

  • Cristal Report 8.5 VIEWER in LabVIEW 6.1

    Excuse me for my bad english.
    After I have installed Crystal Report 8.5, I don't succeed to use the example in LabvIEW "Crystal Report.llb" .
    The "view report (sub).vi" with the container ActiveX object "Crystal report Viewer Control" return an error code x80004005 when I assign "Report in" Automation Refnum to the "ICrystalReportVIewer4 ->ReportSource" property node .
    If not execut "view report(sub).vi" the report will be correctly saved.

    There may be a problem with the way Crystal Report revealed its report source property node. I do not have Crystal Reports so I can't verify this for myself but you can attempt to change the property to something else that might work.
    Jeremy

  • WHERE CAN I DOWNLOAD CRISTAL REPORTS FOR VS2010?

    I want to download it, the visual studio redirects me here to sap but I dont have an idea of where i can get cristal reports

    Adrian,
    demo/trail version of any SAP software can be found here: store.sap.com
    All other software is downloadable from service.sap.com/swdc however you need S* ID so you need to be either partner or customer of SAP.
    cheers
    m./

  • Refresh cristal report sending it different parameters

    I have Business Objects ENTERPRISE XI R2 installed on Redhat Enterprise Linux AS 4 update 4 and running on Apache Tomcat/5.0.27
    Currently we have one Crystal template saved to Enterprise many times with the only difference being the name of the report and one parameter has a different value each time.
    This is not ideal, because everytime we need to change something in the template we need to re-save over every report.
    Idealy we would like to have one report (the template) saved to Enterprise and be able to execute it passing different parameters. execute from where? I don't really mind, Unix shell command, Java SDK or URL as shown below:
    http://<server>:<port>/businessobjects/enterprise115/admin/en/infoobject.cwr
    ?action=-10005&cmd=run&refresh=r_ins&id=<report id>
    I know the Java SDK can do it, but it may be a bit too advanced for me, I can't get a grasp on it.
    What can you reccommend?

    I'd have to ask you to clarify your requirement further, do you need these instances distributed to different folder locations within Enterprise or do you just want to restrict the content that users see and only run the report once?
    The solution I provided will utilise your existing set up i.e. mulitple copies of the same report located in Enterpise however it will give you an easy way to update the report files with any changes you make. Use the enterprise query tool to query the CMS for the FRS location of the reports you wish to modify. Then build a batch file from the results wich will copy your new report over the top of the existing reports using the FRS location returned by the query tool. Note: you will have o modify the FRS location into a UNC path, just replace FRS with the location of your FRS folder.
    Depending on exactly what you are trying to do, you may be able to utilise multipass bursting (row level security) to run the report once and then strip out data depending on who is accessing it.
    As for links to further information, the original solution is undocumented.

Maybe you are looking for

  • Copy and paste problem  in JTextPane????

    Hello, Just I am tring copy and paste the following text in JTextPane (jdk1.3): "that�s right" I got "that[]s right" How to eleminate []??? -redlotus

  • Mobile me gallery not showing any pics

    i just uploaded a gallery and while changing some pic comments i did something and now none of my galleries will show any pics. just grey. any idea what i did and how to undo it?

  • Multiple Views from "Identify Account" Navigation Bar

    I have created a navigation profile called "Identify Account" and is linked to my Weblcient Profile. However, for ease of use, I would like to have to Views (V1-Individuals and V2 - Organizations) sothat the user can have the option to search for Ind

  • Cannot create a DataSource with MySql...

    Hi all, I'm trying to create a DataSource with WLS 9.1. The DataBase I'm using is MySql 4.1. I have copied the mysql-connector.jar in the "lib" folder of my domain, but when I try to target the DataSource to the Server I get an error that Mysql Drive

  • Old Software, New Computer

    I'm thinking of buying the new iMac 27" quad core. Can I use my AppleWorks software with the new machine? I use the AW drawing program a lot! I have two external HDs and back up with Retrospect onto one, put photos on the other. Will Retrospect work