Need help showing multiple parameters in a report header

Post Author: Annette
CA Forum: Formula
hi-- i am new to this and i have created a report where the person picks one or more items (they are different hospital suites) and i need for them to print on the report header all of the selections that they chose. right now it only prints the name of the first one they choose..
any help would be good..
i do know it's a string value....
thank-you for anything you can help me with....
basically if 1 is picked then it needs to state that name, if 2 or more are picked id like it to say Name, name, name, etx...

Post Author: Annette
CA Forum: Formula
the actual parameter is a number, but what im trying to populate on the heading is the name of the number..
for example... when you choose the resource unit of 31 when you refresh i want it to show the name of it which is ORA Surgery.... but if they choose 31 & 53 then id like it to show ORA Surgery, ORD Surgery.... right now it just pulls the first name choosen.. does that make sense..
so the parameter is a number, but the name(the one i want populated)  is a string
and oh gosh,, thanks for your quick responses..

Similar Messages

  • Need help on Date Parameters for BIP Report

    Hello,
    I need to add a date parameter in my BIP report. I have used a date parameter on a BIP report that has a for-each grouping, but my BIP report RTF template that was converted from Actuate do not have a for-each grouping and I was getting an error when I validate the RTF template. Can someone please help?
    Thank you

    can u send me template and xml . i will try at my side. email: [email protected]
    Some times converted templates won't work straight away. you still need to do manual adjustments to make it work based one the requirement u have.
    check this:
    http://bipconsulting.blogspot.com/2009/08/actuate-to-bi-publisher-reports.html

  • Lines are showing multiple times on Invoice Report

    Hi,
    If Payment Terms are Installments then lines are showing multiple times on Invoice Report.
    Suppose Payment Terms are 10 Installments then (Item, Description, Qty, Unit Price and Extended price) lines are showing 10 times.But I need to display only one time line data (Item, Description, Qty, Unit Price and Extended price).
    Please help me to achieve this.
    Thanks,
    Subbarao.

    Hi,
    Thank you very much for your reply.
    I used following ways:
    1) <?xdosxlt:distinct_values(LINE_NUMBER)?>
    2) <?if:position()=1?><?LINE_NUMBER?><?end if?>
    But no luck to achieve the requirement.
    I too thought like your Idea (like displaying multiple) but client wants me to display the only one line data.
    Thanks,
    Subbarao.

  • Passing multiple parameters between two report portlets on the same page

    Hi,
    I want to pass multiple parameters between two report portlets on the same page.
    I have been succussful passing a single parameter between two portlets. The
    following are the steps :
    (1) Created first report based on the query
    SELECT htf.anchor('http://192.168.0.84:7778/servlet/page?&_pageid=97&_dad=portal30&_schema=portal30&_mode=3&dept_code='||DEPTNO,DEPTNO) Department, ename FROM EMP;
    (2) Created 2nd report
    select * from EMP where DEPTNO = :dept_code
    (3) Added pl/sql code before display page on the 2nd report
    portal30.wwv_name_value.replace_value(
    l_arg_names, l_arg_values,
    p_reference_path||'.dept_code',portal30.wwv_standard_util.string_to_table2(nvl(g
    et_value('dept_code'),10)));
    (4) Created a page and added these reports as portlets.
    Sofar it works fine for one parameter (deptno) . Now I want to add one more
    parameter say empno to my first report query and would like to pass both the
    parameters deptno and empno to the 2nd report. Please tell me how to pass multiple parameters ?
    Thanks
    Asim

    Hi,
    You will have to do the same thing
    The select will be like this
    SELECT htf.anchor('http://toolsweb.us.oracle.com:2000/servlet/page?_pageid=97&_dad=mb&_schema=mybugs&_mode=3&dept_code='||DEPTNO||'&empno='||empno,DEPTNO) Department,ename
    FROM EMP
    In the additional plsql code do the same for empno like this
    mybugs.wwv_name_value.replace_value(l_arg_names,l_arg_values, p_reference_path||'.dept_code',mybugs.wwv_standard_util.string_to_table2(nvl(get_value('dept_code'),10)));
    mybugs.wwv_name_value.replace_value(l_arg_names,l_arg_values, p_reference_path||'.empno',mybugs.wwv_standard_util.string_to_table2(get_value('empno')));
    Thanks,
    Sharmila

  • Show multiple parameters on report

    Hi, most of the reports I make have multiple parameters, for example, I want to show the number of calls received for accounts and technical combined. I tried using the join function like this Join ({?Workgroup},',')   but it just doesn't work. I get an error saying "A String array is required here".
    Any ideas on how I can get this working? I've never worked with arrays before.
    Thanks
    Paul

    Try this
    local stringvar output;
    local numbervar x;
    for x := 1 to ubound({?Filter})
    do
    output := output+totext({?Filter}[x])+","
    output
    Regards,
    Raghavendra

  • Need help in creating table in crystal report for visual studio 2010

    Since there is no table support in crystal report,how can I create a table in crystal report for visual studio 2010?
    I have a datatable and I need to show that in crystal report in table structure.
    I have tried using lines and boxes to generate the table but it is not working perfectly.
    How can I export the report in excel format in read/write mode saving all the formatting in the report

    Hi,
    Check sample codes from following:
    http://wiki.sdn.sap.com/wiki/display/BOBJ/CrystalReportsSDKSampleApplications
    You can download the [Developer's Guide|http://help.sap.com/businessobject/product_guides/boexir31/en/crsdk_net_dg_12_en.chm] & [API Guide|http://help.sap.com/businessobject/product_guides/boexir31/en/crsdk_net_apiRef_12_en.chm]
    Thanks,
    Saurabh

  • Need help connect Access Database to Crystal Report Viewer in java

    Need example for passing parameters to PropertyBag Class and IConnectionInfo Class.
    We use CR_JRC_11.8
    Thanks

    A sample that demonstrates how to change the database that a report uses at runtime in the JRC can be found at the following link on the SAP Portal:
    http://www.sdn.sap.com/irj/scn/go/portal/prtroot/docs/library/uuid/f0ad3d3d-be66-2b10-2181-f46c6e05a420
    To help determine what connection properties need to be changed at runtime through code, create a copy of your original report and use the Crystal Reports designer to change this report to new datasource manually.  You can then use the  jrc_display_connection_info helper sample to examine what the parameters should be in the property bag before setting the IConnection information.  The jrc_display_connection_info helper sample can be found at the following link on the SAP Portal:
    http://www.sdn.sap.com/irj/scn/go/portal/prtroot/docs/library/uuid/706202a4-bd66-2b10-4e8b-92f4a8024ea1
    Hope these samples help.
    Regards.
    - Robert

  • Please Need help for change chart automaticly in report builder

    Hello,
    I have a problem under transfer Builder oracle 6i and I wish that you help me.
    I developed a report which contains a Camembert cheese, The parameters to enter are the date of edition and the code of the customer. For every customer that works very well. But when I wish to generate all the customers I have to get back the code of the customer from the request and to spend it in parameter automatically without the seizure of the code, the information of the customer is exact but the Camembert cheese generates without change and I think that I have to cross(spend) the code of the customer in parameter in the Camembert cheese but I do not know how.
    My questions:
    how to give a parameter in a Camembert cheese under graphic builder either adjournment(transfer)?
    do you have another solution so that the Camembert cheese generates for every customer?
    Thank you very much

    can someone please give a work around for this issue.
    Regards,
    Amrit

  • Need help in identifying fields of sd report creation

    Hi Experts,
    I need to create report in sd from manual report .The fileds in report are taken from Quickbooks.so inorder to create report in sap I need to identify fields  in sap first.we dont had functional guy so i need help in identifying fields in sap for below mentioned report.
    Report: invoice distribution report-service billing for all states.
    Fields:customer number,customer name,city state,SAP Document number,Invoice date,period(month,year)invoice number,invoice type,currency,invoice amount in usd.
    Please help me in suggesting tcodes or table names from where i can fetch these fields.
    Thanking you in advance.
    Regards,
    narasimha.

    Hi Experts,
    Finally with all above suggestions i have chosen tables vbrk(billing document header data),kna1(customer header),vbrp.
    1.I created view to find the output of report with conditions as follows:
    tables:vbrk,kna1,vbrp
    vbrk-vbeln(invoice number)
    vbrk-fkart(invoice type)
    vbrk-fkdat(invoice date)
    vbrk-waerk(currency)
    vbrk-netwr(netvalue)
    vbrk-kunag(customer number)
    kna1-name1(customer name)
    kna1-ort01(customer city)
    kna1-regio(customer state)
    join condition:
    kna1-mandt=vbrk-mandt
    kna1-kunnr=vbrk-kunag.
    when i execute the report i am getting same value for lot of times.
    i am confused how to include sales document number.I hope sales document number and invoice are different.
    2.i have also added vbrp-aubel and join condition as
    vbrk-mandt = vbrp-mandt
    vbrk-vbeln = vbrp-vbeln.
    but when i execute the report i am getting lot of duplicated with same value and unknown invoice numbers.
    please let me know where i went wrong.
    is  there any standard adhoc report so that i can manipulate it with above requirement.
    vf05n is somewhat useful .is it possible to add  customer details in this??
    Thanks&Regards,
    narasimha.

  • Need help adding a second page on reports builder, paper layout.

    Hi,
    I have a requirement where I need to create a paper layout using Reports Builder (10.1.2.0.2). This report will print out the following:
    1) Invoice
    2) VAT Slip (on a separate page)
    So far I have created the invoice part and it is printing properly. Now I want to add the Vat slip. When I use the "Trailer Section" on the rdf report, I create a frame and inserted some text. The report ran just fine. Then in the same frame, I added a repeating frame. And now the report is completing with the following error:
    APPLLCSP Environment Variable set to :
    Current NLS_LANG and NLS_NUMERIC_CHARACTERS Environment Variables are :
    American_America.UTF8
    stat_low = 86
    stat_high = 0
    emsg:was terminated by signal 6
    Enter Password:
    MSG-00100: DEBUG: AfterPForm_Trigger +
    MSG-00100: DEBUG: Multi Org established.
    MSG-00100: DEBUG: AfterParam_Procs.Get_Country_Details
    MSG-00100: DEBUG: Get_Country_Description.
    MSG-00100: DEBUG: AfterParam_Procs.Switch_On_Debug
    MSG-00100: Running in debug mode
    MSG-00100: DEBUG: AfterParam_Procs.Get_Trx_Number_Low
    MSG-00100: DEBUG: AfterParam_Procs.Get_Trx_Number_High
    MSG-00100: DEBUG: AfterParam_Procs.Get_Tax_Option
    MSG-00100: DEBUG: AfterPForm_Trigger -
    *** glibc detected *** ora_rw20_run: munmap_chunk(): invalid pointer: 0x09067b10 ***
    Anyone have any idea why this is happening? Any help is much appreciated.
    Or is there any way I can add a page that has to be printed after the invoice?
    Thanks
    -Nelly

    If you have created your own template (but it sounds like you haven't) you will need to 'capture' that page so it repeats on following pages.
    The whole process is described here:
    "Letterhead and follower sets"
    http://www.freeforum101.com/iworktipsntrick/viewtopic.php?t=182&mforum=iworktips ntrick
    Peter

  • Add Parameters in html report header

    Hi All,
    I would like to add few parameters/items in the header of my html report. I don't know how to pass my parameters in my main sequence to report file.
    Pls advise.
    Thanks
    toko..

    Hello toko,
    Were you able to find the information you want? As Ray said, there is an example that ships with TestStand that shows how to customize reports that you may want to reference.  You can find it at C:\Program Files\National Instruments\TestStand 4.0\Examples\ModifyingReports. If you have further questions please feel free to post.
    John B.
    Applications Engineer
    National Instruments

  • Need Help scripting Multiple Dependencies to show hidden subform.

    I'm trying to make it so two boxes have to be checked to show a hidden subform.  I thought the script would be something like this:
    if (Check1.rawValue==1)
    && (Check2.rawValue==1){
    Sub1.presence="visible";
    else{
    Sub1.presence="hidden";
    It's not working at all though, so I'm obviously mistaken in my logic.
    I'm using LiveCycle Designer ES 8.2.1.
    Any help is greatly appreciated.  Kind of a stand still until I get this one figured out, otherwise I have to change how my document will be designed.  Thanks.
    Mike

    I don't have LiveCycle but you from a javascript standpoint yuo might not need all those parenthesis in your if statement. Try:
    if ( Check1.rawValue == 1 && Check2.rawValue == 1 ) {
         Sub1.presence = "visible";
    } else {
         Sub1.presence= "hidden";
    That is assuming that the "Check1", "Check2" and "Sub1" variables are setup to properly reference your live cycle form elements. If those variables are right then my if statement above should work for you.
    If this still doesn't work for you, you might try posting this in the LiveCycle forums: http://forums.adobe.com/community/livecycle

  • Need Help to develop a Funnel Graph Report using Multiple Subject Areas.

    Hi Everybody,
    Did any body developed Funnel based graph report in Answers..
    Scenario: I need to develop a report which is based on 4 Facts(4 Subject Areas) Report is sectioned with 4 block one blovk with one Fact Metrics like this four blocks.
    If any idea on such scenario it will be huge benefit for me.
    Thanks in advance.
    Thanks,
    Govardhana

    Yes, i can see datatype and number of columns is same in both queries.
    i have challanges to copy message but Error message seems to general. Error says (near to FROM) and I checked there are three FROM in query and all seems to be ok
    Query is something like as below
    select SA1.col1 saw_0,
    SA1.col2 saw_1,
    SA2.col1 saw_2,
    SA2.col2 saw_3,
    FROM
    (select col1 saw_0, col2 saw_1 from "subject area1") SA1
    FULL OUTER JOIN
    (select col1 saw_0, col2 saw_1 from "subject area2") SA2
    ON SA1.col1 = SA2.col1
    I can't see any issue in the query...please comment.

  • Need help on self referencing a ssrs report

    Hi All,
    I have a graph on one of my report which shows data on level 1 by default and go on showing level 2 and level 3 data on successive clicks. This has been achieved by self referencing a ssrs report and passing respective parameters. Now to identify which level
    data needs to be shown on graph, I have used one more parameter which default value is 1 and go on increasing to 2 then 3 on successive click and this parameter value is used in group expression of graph. This works just fine.
    But the real problem has occurred when you go and select report parameters which are corresponding to level 1, level 2 and level 2 values and click on apply in between. For e.g. Assume level 1=Region, level 2=SubRegion and level 3=Country. When you run this
    report it shows region wise data on graph and value of fourth parameter is 1, now when you click on graph it takes you to level 2 i.e. it shows sub region wise data on graph and value of fourth parameter is 2 but when you go and select all region, sub region
    and countries from report parameters and click on apply button then it should show data on graph region wise but since the time you were selecting parameter data was sub region wise and value of fourth parameter was 2 it shows data for all sub regions which
    is weird and not acceptable at all. 
    I am hoping SSRS should provide a way to pass parameters just like we pass in action on any control within ssrs report to solve this issue. Please help me out to solve this issue or let me know if need more infor.

    Hi,
    There was an error reading from the pipe: Unrecognized error 109 (0x6d).
    One reason was inconsistent binding between client and server <netNamedPipeBinding> <security mode="None"></security>... (no
    communication)
    The other intermittent issue was time-out related.
    For more information, you could refer to:
    http://stackoverflow.com/questions/15836199/wcf-namedpipe-communicationexception-the-pipe-has-been-ended-109-0x6d
    http://stackoverflow.com/questions/22334514/wcf-named-pipe-error-the-pipe-has-been-ended-109-0x6d
    Regards

  • Need to show all BP in Crystal report CFL

    Dear All,
    I add a parameter of customer. However, only the BP that has transactions in SAP can be displayed in CFL. If I open BP screen, the cardcode field is not gray out, I cannot see it in CFL. How can I have the CFL show me the whole list? Thanks in advance.
    Regards,
    Yuka

    Hi Yuka,
    1. Created new report and paste below query in command whatever you paste above same without where condition.
    SELECT T1.CardCode, T1.CardName, T0.ClgCode, T0.Recontact, T2.Name, T0.Tel, T2.E_MailL, T0.Details, T0.Notes, Case T0.Closed When 'Y' Then 'Closed' Else '' End 'Status' FROM OCLG T0 INNER JOIN OCRD T1 ON T0.CardCode = T1.CardCode INNER JOIN OCPR T2 ON T0.CntctCode = T2.CntctCode
    2. GoTo "Field Explorer" in Crystal Report and create one parameter as following
    Customer @Select * From OCRD Where CardType='C'
    and properties for parameter as follows
    Type=String
    List of values = Static
    Value Field = None
    If you want From to give From to To customer then in Value Options set True for "Allow Multiple Values" Rest keep as it is.
    3. Goto Report Menu->Selection Formulas->Record then you can find in "Field Tree" your command name and all the fields once you double clicked on "cardcode" field it will come downside in details window after that just you have to paste below string next to your cardcode field and save it.
    ={?Customer From @Select * From OCRD Where CardType='C'}
    And one more thing there is no need to set order by for CFL.
    Regards,
    Sachin

Maybe you are looking for