Single Line Report issues

Hi, folks.
I have a table of employees and a table of certifications. An employee may have 0-15 certifications (and dates completed).
I'm trying to generate a single line report like this:
NAME - CPR DATE - FIRST AID DATE - Etc
I've made an evaluation formula:
If {Cert_Table.Type} = "CPR" then {Cert_Table.Date}
This works brilliantly...as long as CPR is the first record that matches the employee ID. If it is the second, it leaves the field erroneously blank.
I know the ideal way to show this would be a list, but the boss wants a single-line representation of the key certification dates.
How do I get crystal to report back the CPR date regardless of which order it appears?
Thanks in advance!

Hi, 
There are a couple of ways you can do this.  Following your train of thought, you can build the string like: 
Create a Group on Employee. 
In the Group Header create a formula like: 
WhilePrintingRecords;
StringVar Certifications := "";
In the Detail section create a formula like: 
WhilePrintingRecords;
StringVar Certifications;
Certifications := Certifications += {Cert_Table.Date} & " - ";
In this formula, if your Date field is an actual date type then you will need to use the ToString function to convert it to a string or you will get an error. 
In the Group Footer create a final formula like: 
WhilePrintingRecords;
StringVar Certifications;
The first two formulas you can format to Suppress so you don't see them. 
Good luck,
Brian

Similar Messages

  • How to make multi-line report headings?

    Hi all,
    By default, Apex creates a single-line report heading for each column in a report.  To minimize white space, multi-line column headings are sometimes appropriate.  How can Apex be directed to split a column heading at certain place(s)?
    Thanks,
    Kim
    P.S. I'm running Apex 4.2.2. 

    See https://forums.oracle.com/message/11154533

  • Compiler error for single line if

    Hi all,
    I found an interesting quirk, recently. I've condensed the problem into the following simple test class.
    public class Main {
        public static void main(String[] args) {
            final boolean myBoolean = args.length > 1;
            if (myBoolean) {
                final double result = doIt();
        public static double doIt() {
            return System.currentTimeMillis();
    }Turns out that the variable declaration on line 9 (it doesn't have to be calling a method), will not compile if I remove the scoping around the if statement. See below:
    public class Main {
        public static void main(String[] args) {
            final boolean myBoolean = args.length > 1;
            if (myBoolean)
                final double result = doIt();
        public static double doIt() {
            return System.currentTimeMillis();
    }This fails to compile with the message:
    Main.java:8: illegal start of expression
    final double result = doIt();
    Since the code is perfectly valid (as far as I'm aware), I was hoping someone might have an explanation for this strange behaviour. Oh, it fails to compile on 1.4 and 1.5 compilers.
    The only thing I can think of is that the compiler is being clever and knows the declaration is stupid since the variable is never used. However, this doesn't explain why adding the scoping around the statement allows the code to compile. FYI, this is not limited to if statements. Also happens with for loops. Must be the single line scoping issue.
    Thanks in advance,
    Adam

    Thank you so much for your insightful and considered suggestion. I hope I don't shock you too much by telling you that I have in fact tried it without the final keyword. Regardless of whether or not this gets around the compilation issue (it doesn't - did you even try it?), the question in my original post was fairly clearly along the lines of "Does anyone know why this compiles with the braces, and doesn't compile without them?"
    Does anyone have anything useful to contribute?

  • How to print long raw text data in report output in single line?

    Hi All,
    I have a requirement where I need to print raw comma separated text data in the report output which end user will open in excel and can sort as required. I can not directly generate excel output.
    Now there is huge set of data and each row from the report query should be get printed on single line, It should not get printed on the next line.
    I tried to extending the report with 240 characters but still there are some text data which is getting printed on the next line.
    Please share your view if someone has any solution on this issue.
    Thanks in Advance.
    Arun

    Make the report even wider. By default a report layout can be 10 pages wide. If you need more, change the "Max. Horizontal Body Pages" property, and extend your layout too.
    IMHO, I wouldn't even use Reports to create a csv file. Utl_file or an sqlplus script that spools to a file are better options I think.

  • Displaying of 2 records in a single line in report

    Hi Experts,
                      I have PO item data and PO schedule line items being stored in a Cube.
    I developed  a report which  is a combination of fields from both the datasources. so i am getting 2 records for the same line item Of a purchase order.Now my requirement is to Display the line item details in a single line.How can i achieve this.
    please help me Out in sorting this issue.
    thanks in Advance.
    Regards,
    Sandeep

    Hi
    make sure you have proper common fields or matching fields  in both datasources.
    Regards
    Sudeep

  • Single line in standard report

    HI all,
    It would seem that with all the functionality of APEX, that the world just wants to copy the look of Excel :/
    How to wrap/nowrap the column value in an interactive report??
    The above post was great to come across and I can now make Interactive reports with a single (non text wrapped) line of text, making it easier to read if your're happy to scroll across the page forever.
    I've been asked to get the same functionality in a standard (non-interactive) report and have failed to achieve it. I've looked at the posts and proposed solutions here involving various uses of  nowrap and white-space in the page and/or template.
    I'm just after a single line of text per record in a standard report, no matter how wide the report gets. Is anyone able to help me out with this?
    NT

    It will be a lot easier to help if you provide the following information:
    APEX version
    Theme
    Region template
    Report template
    Browsers/versions used
    An example on apex.oracle.com is even more helpful.

  • Single line item for multiple line item payment.

    Hi
    I have booked the 3 vendor invoices (in FB60) for a single vendor. Now today i paid (with F-53) all the three invoices together. One payment document number was generated.
    However when i saw the vendor line item, i saw that three debit line items was generated for the clearing the open invoices (i..e 3 credit line items). so when i say vendor line item report, there were total 6 cleared line items (3 for credit i.e invoice and 3 for debit i.e. payments)
    But is it possible to get  single debit line item for all the three invoices cleared. If yes, please let me know how i can get it.
    If i will have one single line item for payment, vendor report would be simpler. Please help

    Hi,
    1. If you do payment through F-53, then each invoice have separate payment line item. This is not avoidable. If you do payment through F110, then you can group the line items for payment, so there only one payment line item for many number of invoices.
    2. While clearing through F-44, system is generating automatic line items because, there are exchange rate fluctuations. You can't avoid these line items, as these automatic line items only match Debit and Credit amounts in order to post the document.
    Rgds
    Murali. N

  • Asset Creation in PR and PO and MIGO as a single Line item with "N" qty

    Hi All,
    In Purchase requestion ME51N
    Now we are creating "n" number of assets ( All are same item but "s.no" will vary) with "n" number of line item.
    Instead of this I have to enhance to create only one line item( For same item) with "n" quantity.
    for the ASSET account Assignment we have to create Asset(Temp no) for the each item/quantity(if the same item).
    as well as if they are going to create a PO with ref to PR they have to see all the "n" number of asset no.
    In MIGO creation for each asset we have to assign S.No and Asset Tag.
    How enhance the functionality in PR,PO and MIGO as well as in Invoice.
    Is it any User Exit/BADI is available for PR/POand MIGO to show all the "n" number of assets for a single line item.
    Kindly help me to give details to proceed further.
    Thanks in advance.
    sharma

    Hi Sharma,
    What i understand from your question is, you want to create a single line item in PR and PO. But the qty would be > 1.
    Each single qty would have its own asset number in account asssignment tab of item details of PR & PO.
    This is what you are expecting...Right???????????????
    Then this is possible with certain limitations.
    While creating PR, enter only one item with more qty.
    In item details section, in account assignment tab, on top left corner, there will be a button called Multiple account assignments.
    Click on it, then it looks like a table, where you can enter more than one line. (each line will have its own asset no)
    And choose option Distribute on qty basis for field Distribution.
    So that you can enter 1 qty for each line. ( Ex: if you created one line item in the item level with 10 qty, you need to maintain 10 line here, each qith 1 qty and diff asset no).
    The only limitation to this is, the GRN would be treated as non valueted. So when you make GRN there wwould not be any accounting doc. ( means no use of GR/IR clearing account as like normal for POs)
    when you prepare MIRO, all the assets will be capitalised and vendor credited.
    But in case if you receive partial invoice, then you have choose manually in MIRO. which asset is ot be capitalised.
    After entering the PO number in MIRO, there will be one line will be appeared with full qty. in the same line, move till the end of line, there you will have one button called Account assignments.
    Choose and go there, here you can choose which individual asset line to be considired.
    This will resolve your issue.
    Thanks,
    Srinu
    SRBORIGI_MULTIPLE ACCOUNT ASSIGNMENTS

  • Creating tabs for a single SQL report type region

    I would like to find a way to use tabs in a single SQL report type region. The problem I have is that there are too many columns to be displayed so the report looks very cluttered. I would like to find a way to assign say columns 1 - 5 to tab 1, 6-10 to tab 2 etc so the user can find the columns they need by simply clicking on the various tabs without having to execute the query again.
    I have looked at JQuery tabs but that seems to only be applicable to more or less unrelated regions. I tried to create different regions using the same query with different columns and that kind of works, but the regions don't stay in sync if say the user change the order for column 2 in tab 1, when they click on tab 2 everything displays in a different order.
    Another wrinkle is that this is an updatable report so some of the columns are updatable.
    I also looked at the hide / display column solution which is described in a few threads and that may also sort of work, but it is also not quite what I am looking for.
    Any help is greatly appreciated

    Does anybody know if this can be accomplished using APEX? What I am really looking for is very similar to an old fashioned client / server screen developed using say Oracle Forms. Consider an order line screen where say columns line number, SKU and SKU description is to the left of the tabs so these columns are visible no matter which tab is active. Then the first tab has say pricing information including UOM, quantity, list price, unit selling price, price list. The next tab has say customer information including customer number, name, bill to and ship to addresses. the next tab has say shipping information with say the warehouse, shipping instructions and shipping method.

  • GR/IR GL Reporting Issue

    1. 30 documents of 2009 were matching and post with clear is perfomred. After performing post with clear also the line items are not moving from open line items. When we download the open line items as of today, these line items are appearing.
    2. When we download the ZBLRFIOI report for GRIR a/c 349100 to have the opne line items. we have some set of documents showing as " FI Open items without J2" - This is reporting issues.
    Thanks
    Mallikarjuna

    Hi
    Pls try with F.13 for that GR/IR account 349100 by selecting check box select gl accounts
    And give Company code, year and pending document numbers in selection screen
    And before that pls make sure that OB74 clearing settings maintained or not
    It will clear all the open items exists
    Reg
    Vishnu

  • MSSQL Query/View Single Line Output For Combined Multiple Data Elements - Possible Pivot Table?

    HELLO...
    I hope you experts out there can help me.  Consider the following (2) Tables in MSSQL:
    1. TENDERED --> Primary Key = DATE / DOC_NO / PAYMENT_SEQ_NO
    DATE
    DOC_NO
    PMNT_SEQ_NO
    PAYCODE_TYPE
    AMOUNT
    2. TENDERED_CR_CARD -->Primary Key = DATE / DOC_NO / PAYMENT_SEQ_NO
    DATE
    DOC_NO
    PMNT_SEQ_NO
    CR_CARD_NO_MASKED
    CR_CARD_NAME
    CR_CARD_EXP_DATE
    These two tables are certainly related, based on their Primary Key values.
    Now, consider the following data in those two tables:
    DATE            
    DOC_NO      PMNT_SEQ_NO              
    PAYCODE_TYPE               
    AMOUNT
    03/10/2014         100001 
    1             
    CASH            
    100.00
    03/10/2014         100001 
    2             
    CASH                             
    -9.75
    03/10/2014         100002 
    1             
    CASH                             
    50.00
    03/10/2014         100002 
    2             
    VISA                             
    100.00
    03/10/2014         100002 
    3             
    VISA             
                   250.00
    03/10/2014         100003 
    1             
                            MC
    125.00
    03/10/2014         100003 
    2             
    AMEX           
    75.00
    DATE          
    DOC_NO PMNT_SEQ_NO  CR_CARD_MASKED     
    NAME            
    CR_CARD_EXP
    03/10/2014  100002   2                       4225******801289  
    MARY JONES   2016/08/31
    03/10/2014  100002   3                       4121******637442  
    JOHN DOE      2015/04/30
    03/10/2014  100003   1                       5428******971134  
    MIKE BAKER   2018/09/30
    03/10/2014  100003   2                       3732*****344756    
    LINDA LIU      2017/07/31
    OK...so what we NEED...is a Combined, SINGLE RECORD Audit Report type query. 
    The resulting query should show, based on the Data from above, the SINGLE LINE represented in the Attached Spreadsheet. 
    NOTE...what's important to point out here..is that ONLY the 'CASH' Tender gets "summed"...EACH INDIVIDUAL Credit Card record MUST have its own Field...as represented in the corresponding Columns of the Spreadsheet (i.e. PMT_TYP_1, AMT_1, PMT_TYP_2,
    AMT_2, and so forth).
    PLEASE HELP!  Any suggestions/advice would be most appreciated! 
    Thank You!...Mark

    I would not do this in SQL if I could possibly avoid it.  Instead do it in the front end.
    If you must do it in SQL, this is a dynamic pivot on multiple columns.  Naomi Nosonovsky has a blog at
    http://blogs.lessthandot.com/index.php/DataMgmt/DataDesign/dynamic-pivot-on-multiple-columns/ on how to do that.  Look especially at her second example using the claims table.  Of course, you must do some manipulation even before you do the multi-column
    pivot, since you must first combine all the cash entries.
    So one way to do it would be to build a temp table with all the entries you have except the cash entries combined into one payment sequence number.  To do that you may need specifications that are not clear to me from what you have given us.  For
    example, if PMT SEQ 1 is VISA,  PMT SEQ 2 is CASH, PMT SEQ 3 is VISA, PMT SEQ 4 is CASH, and PMT SEQ 5 is VISA, you want to combine the two cash payments.  So they become PMT SEQ 2?  If so, what happens to PMT SEQ 4 - is it left N/A or does
    PMT SEQ 5 become PMT SEQ 4?
    But once you have this temp table with the cash payments combined in the algorithm you need, then you can use Naomi's method to do the multi-column pivot.  Note that Naomi uses the code
    FROM INFORMATION_SCHEMA.COLUMNS
    WHERE TABLE_Name = 'Claims'
    to get the column names from the permanent table Claims.  To get the column names from a temp table use code like the following.  To find the column names in a temp table named #MyTempTable, do
    From tempdb.sys.columns
    Where object_id = OBJECT_ID('#MyTempTable')
    But as I say, if feasible, I would do this in the front end, not in SQL.  T-SQL is a very good language for storing and retrieving data, not so good at formatting it. 
    Tom

  • How to show 250 characters in a single line.

    Hi,
      How do I store 250 characters in an infoobject? (An Infoobject can be of 60 characters only)
    I can certainly store using 5 different infoobjects but my requirment is that the text should be visible in a single line while executing a report.
    Regards
    Augustine

    Hello!
       here is a solution from previous posts.
    You may want to try this workaround:
    "Create two 60 CHAR length InfoObjects and adding them as attributes to the InfoObject you originally created (say ZIO_1). Populate long texts (in your case, up to 100 CHAR) to the master data of ZIO_1. You need to make ZIO_1 values unique. That works for me where I need to store up to 480 CHAR for comments"- Bill Wu
    and  a link to one more thread
    Re: Bypass 60 char limit
    hope this helps
    with regards
    ashwin

  • Text should be displayed in a single line in jsff page

    Hi ,
    I have several af:selectOneChoice components whose labels should be displayed in a single line .
    the page has a left and right navigator panel. when i drag the navigators to the center , the scroll bar should be enabled and the texts (labels) of the various components in the jsff page should be displayed in a single line.
    But , the text gets wrapped into multiple lines. PFA the screen shot and the code of the jsff page

    Hi Maddy,
    for this issue you can use WAD 7.0. There you can set the numbers of columns and rows which are displayed easily within the analysis item. You can also determine if you want to have scroll bars or paging tabs (like in Query Designer).
    Brgds,
    Marcel

  • New $45 Single Line Plan

    Hello
    Perhaps this is just me but the new $45 single line plan seems like a good deal, relatively speaking, when you compare it to the other major providers and realize the consistency of the Verizon Wireless network.  However, this plan is for new customers only and is a single line plan with 250 MB of data.  However, when you look at it in a different light it is also a slap in the face to existing customers on the share everything plan.  I will use my account as an example.
    We are a very light data use family and our four iPhone Family exists on 1GB of data (no data overages).  So we pay $160 for all phones + $50 for the 1GB of data.  After my employer discount our final pre-tax/surcharge bill is $201.50.  That being said if each phone was on this $45 single line plane we would have a pre-tax/surcharge cost of $180 ($21.50 less than current share everything price), and we'd still have basically the same total amount of data, though each phone would be limited to 250MB of data rather than share a pool of 1GB, but since none of our phone have exceed 250MB we'd be likely not run into overage issues.
    Sounds great so I should switch all of our phones over to this $45 single line plan, right? Well the plan is for new customers only, so not an option.  But the bigger point is this.  Verizon just in effect dropped the price of 1GB of data to $20. So, for a similar low use data family such as mine, they will pay $180 for the same unlimited calling, unlimited texts, and 1GB of total data, but my family who has been with Verizon for several years have to pay $201.50 for is basically the same plan except that we can share our 1GB data allowance among our four phones.  At that rate a family with 8 smartphones that use up to 250MB each would still be saving money by placing each phone on the single line plan.  I thought family/share plans were supposed to save groups money because it ties more individuals to Verizon.
    I know that most are not like my family and make use of more data than us.  So for example, a family of two, currently on share everything 2GB allowance will have a pre-tax/surcharge cost of $140, but if each line was on the new $60 single line plan that comes with 1GB of data they would have a bill of $120 and they'd pay $20 less than the share everything plan they are on now. However, again this new $60 single line plan is for new customers only, according to the sales person I spoke to the other day.
    I am not complaining about the service I receive when using my phone its great and I get service almost everywhere I go, even when camping.  I am not complaining about the customer service I receive, because I always have a good experience when I call to speak to a customer service agent.  I am not complaining about the subsidized phones I have had over the years, I don't mind the contract that ensures Verizon will recoup the cost of my phone (the phone Verizon paid apple for up front on my behalf). What I am complaining about is the fact that in response to other recent price changes by the other carriers, Verizon made some slight price changes but made these lower prices only available to new customers.  In essence Verizon is basically saying, Hey existing customers you have to pay more for your data and services but new customers get to pay less so that we can lure them away from T-mobile, sprint and AT&T.  So anyway just my 2 cents (or in this case several dollars) worth as it relates to Verizon's new single line plans relative to the share everything  plans. Please feel free to comment and add your thoughts.  If a Verizon rep wants to give me the additional $30 off on my family's 1GB data allowance I will take it and be very happy.
    Bryan

    I disagree. You can't make judgements about people that you don't know and I have every right to DEMAND excellent Customer Service. . I have been assisted by some very helpful Verizon Customer Service representatives over the 12 years that I have given them my business. However, I have had some very bad ones too especially in their stores. I learned years ago that I could get the best CS by phone and later by using their chat system wen it
    came online. Yesterday's experience was horrible in every way though.
    I did not fully elaborate yesterday so let me do so now. Before I called Verizon CS, I used their chat system as I always do. The person I chatted
    with actually tried to get me to take a $60 per month plan with a ONE YEAR COMMITMENT.  I could not believe what I was hearing (reading actually). I
    mean really, I could have taken their prepaid plan with NO COMMITMENT and that would have made more sense. I repeatedly asked for the $45 per month plant but was told it would not suit my needs. Then, I was forced to call Verizon where I was told by another CS person that then plan I wanted did
    not exist.  I still can't get over a CUSTOMER RETENTION SPECIALIST not knowing the services that its company offers. That is inexcusable.
    Actually, her manager should be fired for not making sure his/her employees are knowledgeable. Anyway, she tried to shove different plans down my
    throat until she finally realized that I knew what I was talking about. Perhaps that is the plan along, you call to get a lower rate and they tell
    you it doesn't exist. Then, they offer you all these other plans that might save you a little but give you so much more. Hmm, I may be onto something
    there, sounds like Bait and Switch to me. How about you?
    This latest adventure has left a bad taste in my mouth. Sure, I have a $45 (before taxes and fees) per month plan now BUT I could have had that long
    ago if I switched to another carrier. True, my service might not be as good as with Verizon but my Verizon service isn't that great in my house anyway.
    Many of the other carriers don't charge taxes and fees either so their $45 per month plan truly is $45 per month. I will wait anxiously too see what
    my final monthly cost will be. Funny, my Customer Retention expert could not tell me what the monthly rate was with taxes and fees included. How can
    you not know that?
    As a developer who also codes for iOS and Android, I have several different ones laying around for testing. This weekend, I am going to activate one on
    T-Moblie and one on Straight Talk and see how the service compares to Verizon. If neither is comparable, I will look at AT&T. I have their
    U-Verse service and love the CS I get from them. I may even get a discount for bundling. Either way I am ending my long relationship with Verizon as
    soon as I find a replacement.
    I apologize for turning this thread into a rant but at the very least I feel purged by getting it out there.

  • Trouble with auto size text in a single line form field

    Hi.  I'm having an issue with filling out a form in Adobe Reader on my iPad.  The text field is single line.  The font is set to "auto" so that the line of text will not exceed a certain width.  When filling out this form on my laptop using Adobe Reader, it works fine.  As I type additional text, once the field is filled, it shrinks the text font size.  On my iPad, however, it won't let me type any more text in the field once I reach the end.  Does Adobe Reader for iPad not support the "auto" font size in form fields?  And I did check that my version of Adobe Reader is up to date on my iPad, so I do have the latest version.
    Thanks in advance for your help,
    Ashley

    Actually, nevermind.  It must be something wrong with the file.  I tried opening another file and auto resize worked perfectly on it.  Weird though that it works on one file and not another.
    Thanks!
    Ashley

Maybe you are looking for

  • MAC PC

    do all users need to be on the cloud. does this work between PC and MAC.  I guess my question is im trying to connect with a CS6 user whose on a PC who doesnt have the cloud.  I'm on a MAC

  • Universal power pack for Mac air, Mac pro and ipad

    Have an 10 hour flight comming up    Would like to purchase universal power pack for Mac air Mac pro and ipad

  • Embedded SQL precompiler for C#?

    I know this is slightly off topic, but there is no better forum to ask this question. I'm looking for a C# precompiler that let's me embed SQL in my C# programs. It should have about the same feature set as SQLJ has for Java, e.g. - statical sql synt

  • Time Capsule works with all other computers but 1 not working

    Ok so I have read all the posts and fixes. I have checked the permissions and ran the fix disk with no errors. I get a failed to backup evertime I use my iMac but my Air works fine can figure out what I should do from here. I am really leary to erase

  • CT3 license for Deemed Export

    Hi, I am trying to create CT3 license for Deemed export by giving license type as None, but after posting the ARE3 when checking the license display it is not showing any updation. Please guide me if any setting needs to be maintained for license. Al