Report detail

How can I populate the detail section of a report with a borrowers name that is in either table one or table two?

Hi, 
You have to create a formula that will print the name based on your condition.  For example: 
If {table1.YourName} = '' Then
    {table2.YourName}
Else {table1.YourName};
This example checks to see if YourName in Table1 is empty or not. If it's empty then it will grab YourName from Table2 otherwise it will use Table1. 
Obviously your condition and table structure will be different but you should be able to build upon this. 
Good luck,
Brian

Similar Messages

  • No Data in Reports Details in Custom date range

    Hello, iTunes U Public Site Manager Admins.
    As the iTunes U Public Site Manager admin, I've been trying to access our institution's iTunes U Reports Details for a couple of days. (I send a monthly report of usage to our course/collection contributors.) When I custom the date range, under Details, there is zero entry; "No data available in table" message is shown.
    This feature had been working well since Apple iTunes U added this enhancement on August 13, 2013. The report Details showed the exact stats for Browse, Subscribe, Download, Stream, and Enclosure for each course/collection in the custom date range.
    Now under "Details", the data is shown only when the date range is Last 30 Days. It shows no data in custom date range when the Calendar is used to select a Start Date and End Date.
    Has anyone else noticed this problem?
    Thanks.
    Q. Wang

    Erik.
    I used your suggestion and it worked very well. This is how I did it.
    Export the range of data that includes Feb. 1-Feb. 28, 2014 as .tsv file.
    Open that file in Excel.
    Add a blank column next to the Date column. Use function =Month() to just extract the month into the new column. Fill down the whole column. Then copy and paste special (value) into the same column (I have over 26,000 rows of data in the file.) Converting to Value will allow for the next step of PivotTable.
    Create a PivotTable for the 26,000 rows of data. Use Month as the Report filter, iTunes_ID as the Row Labels, Select Browse, Subscribe, etc. as the Sum Values. (The result is a summary table with about 200 rows.)
    I then do a Vlookup to my premade Master file to add Category (course, collection, resources) and Instructor Name to each of the 200 rows.
    That will do it for my monthly report.
    Thanks for your tip again. I did not know the .tsv file would have DATE for each item.
    Sincerely,
    Q. Wang

  • Aging report - detailed needs invoice project code

    Dear All,
    Would it be possible for us to have project code (on A/R invoice header) on Aging report - detailed print layout? I found all fields in Aging report - detailed PLD are sys var. Is there a way for us to figure out which sys var is for project code of the invoice? Thanks a lot.
    Regards,
    Yuka

    Unfortunately you can't, you have to recreate it using crystal. In all SAP std reports you only able to show/print what it already shows.

  • Hi, my MacBook Pro cannot open Safari. nexpectedly while using the librooksbas.dylib plug-in" the report details the exception code as 'EXC_BAD_ACCESS (SIGSEGV)' and exception codes as: 'KERN_INVALID_ADDRESS at 0x0000000920

    Hi, my MacBook Pro cannot open Safari. It crashes and gives the message, ' Safari quit unexpectedly while using the librooksbas.dylib plug-in" the report details the exception code as 'EXC_BAD_ACCESS (SIGSEGV)' and exception codes as: 'KERN_INVALID_ADDRESS at 0x0000000920

    Remove "Rapport" by following the instructions on this page.
    Back up all data before making any changes.

  • How to include the UDF of items master data into PLD (Inventory in Warehouse Report (Detailed))

    Hi,
    Is there a way to include the UDF in the items master data into the <<Inventory In Warehouse Report (Detailed)>> PLD?
    I checked the default layout and found out all the column source type is "free text" and the content is #Item, how do I know the value of the UDF?
    Thanks

    Hi,
    Some of the standard reports are hardcoded in sap. Not possible to add UDF field in PLD.
    Also refer this thread Variables -  Sap business one
    Thanks & Regards,
    Nagarajan

  • Report DETAILED RECEIVABLES AGING REPORT

    the client Arquicentro load report Customer Receivable Aging by Sales Employees
    they generate report DETAILED RECEIVABLES AGING REPORT but this report
    doesn´t show details documents with POSTING DATE
    The client has request that scales to support this improvement
    Dear Martha,
    The reported functionality does not exist in the present releases of SAP Business One, as you have already mentioned.
    As explained in note 1028874 regards missing Functionality, in case the missing functionality is regarding a legal compliance issue, please use the attached template to complete your request and send it back with this message.
    In all other cases (i.e. non-legal issues), like the case you described, we would like to ask you to post your requirement in our SAP Business One Product Development Collaboration forum and not via m essage (please kindly close the message if you have opened one for a non-legal requirement): /community
    For more information please go to that note.
    Kind Regards,
    Paulo Calado
    Senior Support Consultant
    SAP Product Support for SAP Business One

    Hello,
    This report is one of the hard coded PLD that do not allow you to add UDF.
    Thanks,
    Gordon

  • Blank space in the report detail section

    Hi ,
    I have data for ten columns and after that i am getting a blank space, so my report is scrolling to right side without any data.How shall i remove the blank space.Any suggestions.For one more i am getting this only at the second page (Detail section)
    Regards,
    Rajasekar

    Thanks James for the reply,but i am not getting it correctly.
    I have a year column which is the last column in my detail section.If i don't get any value for that year column then i am not getting these blank space at the right side of my report.If i have value for the year column then i am getting blank space double the times to my report detail section.
    Any suggestions
    Regards,
    Rajasekar

  • ABAP Report Details

    Dear ABAP gurus,
    I tried to search before posting but couldn't find my answer.
    My Client showed me a FI report ( income statement ) created in ECC system , and I work as BI resource.
    How can I reverse engineer that report and extract the technical details like TABLES , FIELDS and from where the P&L details are populating in that report so that it'll help me to create these reports in SAP BI.
    I appreciate your response.
    Regards,
    -Neha

    Hi Matt,
    Thanks for the update , I'm taking the help of an ABAPER and FI guy , so hopefully I'll be able to resolve this issue.
    Btw I also tried to do the following scenarios to get the ABAP report details.
    Check out the transaction code for that FI report in ECC system. Then go to SE93 and key-in the t-code and find out the program name. If you know the program name .. then goto se38 and display the program and it will give you all the details you want.
    I'm closing this thread as my problem is solved.
    Regards,
    -Neha
    Edited by: Nehabibo on Nov 23, 2010 8:29 AM

  • Show graphs before the report detail section

    Post Author: Dan4sure
    CA Forum: Charts and Graphs
    I have a report where I have graphs in the report footer and the report details in a subreport.  Is the a way to produce the same report without a subreport.  I.e. is there a way to show the graphs in the report header or before the detail section?
    Thanks, Dan

    Post Author: Dan4sure
    CA Forum: Charts and Graphs
    I figured out what to do by looking into the sample reports.  I can place graphs in the report header.
    Thanks, Dan

  • Re: MB5B report details.

    Higuru's,                                                                                Can anybody tell me the significane of MB5B, wht is the significance of each field how it being calculated??
    Full points will be awarded.
    thanks
    tuljasingh.

    hi
    This report display Stocks for Posting Date:
    In detail this report gives you the opening stock on particular date / Total recipets /Total good issue and the closing stock on the particular date.
    for example
    Stock on 01.12.2007                      100  PC
      Total Receipts                           0  PC
      Total Issues                             0  PC
    Stock on 31.12.2007                      100  PC
    another example:
    Stock on 01.12.200                    4,320  PC
      Total Receipts                         102  PC
      Total Issues                            12- PC
    Stock on  31.12.2007                 4 ,410  PC
    Here in this example good has been issued against the mvt 201 that 12 qty  and the reversal of 201 ( i.e 202) is of qty 102 so that fiqured is added to the total recipets.
    regards
    sunny

  • How to Dynamically Hide-Unhide Report Details

    Is there a technique to hide/unhide data?
    I am creating a report that summarizes transaction data. The users want the opportunity to review the details behind the summary as the report is being reviewed.
    Is there a way to hide the detail data while providing a mechanism for the reviewer to view the detail as desired?
    TIA

    I have implemented this in BI Publisher enterprise and using the desktop version and I don't get this error..
    I did come across another thread that discusses this error. R12: Namespace prefix 'dhtml' used but not declared.
    Not sure if that addresses your setup and issue.. You can send me your template to [email protected] if you would like me to take a look.
    Thanks!

  • Intune not reporting details of malware detection

    Hi all,
    My intune has flagged one of my clients with Malware.
    However it appears not to be showing the details of the Malware. (Filename & location), or giving me any options to deal with it.
    It tells me the name of the Malware but nothing else. [about as much use as a chocolate teapot]
    So given this how do I..::
    identify the filename and location (folder) of the offending item/file.
    permit/approve/allow/authorize (or whatever you want to call it) to override the false detection of systems administration tools as Malware.
    Initiate removal/delete/quarantine process..
    (All I seem to be able to do is initiate a full scan which just reports that I have this Malware)
    Many thanks
    David (Nobby) Barnes

    Hi David,
    You'll need to remediate the malware on the local machine and/or setup local exceptions.   However you can setup a few Anti-Malware policy settings under the policy workaround to prevent certain locations/file types from being scanned.  http://technet.microsoft.com/en-US/library/jj676574.aspx
    A full scan after infection is recommended as it will typically remove/clean any malware off the machine that is found.
    Thanks.
    Jon L. - MSFT - This posting is provided "AS IS" with no warranties and confers no rights.

  • File Browse column in Report (Detail of Master Detail)

    Is it possible for a column in my report of my detail (in master detail) to be a file browse type? The option isn't there for the column type and I cant find any htmldb_item.file_browse type of thing (like you can create checkbox in report using this).
    I have a master record and against the master it is possible to load up a number of files along with some other details. Looking at what the wizard has produced it doesnt appear possible to do what i want. I want to try and keep everything on the same page too.

    Not sure what you need to do but see this recent thread (and especially the one I reference within it): Re: Manual File Upload Form - problem getting record from wwv_flow_files
    Scott

  • Ref cursor in Reports details

    Hi All
    we are planning to create a D2K report using
    ref cursor the problem for me is that i want to know
    whether it is feasible for creating a report which
    contains around 5 complicated queries and number of
    formula columns etc.can you please give me points
    how to go about or if it is not feasible can you
    give me the reasons for that.

    Hello,
    Ref Cursor queries are useful in sharing queries across reports, and exploiting commonality between them. You can segregate your individual queries into ref cursors and combine them in your data model. You can also create formula columns based on data fetched by the ref cursor, since Reports treats any data fetched from the data source in a generic manner.
    Please take a look at the 'Building a Paper Report with Ref Cursors' section of the 'Building Reports' manual on OTN at http://otn.oracle.com/products/reports/htdocs/getstart/docs/B10310_01/orbr_refcur.htm#1009556 for further details on building and using ref cursor reports.
    Thanks,
    The Oracle Reports Team.

  • Report detail subform question

    I've got a report that within the detail area has a recurring series of detail sections that have an identical header row but that are variable in length (number of rows).
    I'm tasked with getting as many of these detail subsections as possible on each page of the report but not to lay one of them down unless I can get the entire subsection on the page.
    Anybody know any way to have Output Designer handle that? I've got control of the code that generates the report so I can handle it there if I have to but would rather have Output Designer handle it if possible.

    Yes, you can suppress tha printing of the detail frame with a user parameter if they requested such. The suppressing PL/SQL code could go in format trigger property returning a false if it needs to be hidden/suppressed.
    good luck,
    Srinivas

  • OBIEE11g, BI Apps 7.9.6 for EBS - Consignment Inventory Report details

    Hi,
    If anyone worked on BI Apps for EBS, can you please tell me the details of Consignment Inventory Report?
    I need to know the columns names and how calculations done on Consignment Inventory Report.
    Any information on this will be highly appreciated.
    Thanks in advance.

    Hi,
    The 3 Global currency codes are different from functional , local currency.
    All the transactions are brought into the warehouse and there is no limitation to the number of currencies that can be brought in but for reporting purpose you want to convert all these transactions in multiple currencies to a single currency ...lets say US$ and at a monthly rate or GBP at a spot rate etc..
    So in a nutshell the document and local currenclies do come in and there is no configuration needed but translation to a global reporting currency and the rates at which its converted is determined by what you provide in DAC.. the conversion is done by mplt_currency_conversion which is present in each and every fact mapping.

Maybe you are looking for

  • I have all my old photos from my PC on a Maxtor external hard drive.  How can I transfer them from this to my Macbook Air?

    I'd like to transfer my old photos from my PC which are stored on a Maxtor external hard drive to my Macbook Air.  Is there an easy way of doing this?  I don't know if the Maxtor hard drive is Windows specific or if it's compatible with Mac.  Anyone

  • Status in SXMB_MONI when using BPM?

    I've dona a BPM that sends a mail whne a mapping or a transport creats a fault. This is done for async communication and works fine. In SXMB_MONI everything looks great with nice checketflags abd acks that indicats faults. This is done so we dont see

  • PDF not showing bleed

    Trying to make a pdf with bleeds but my bleeds are not showing up, only crop marks. I'm using distiller for a postscript file to press quality pdf

  • IPod connected to auto

    I have an iPod Classic and want to connect to my car stereo using the auxiliary jack. The problem is with the iPod to max and the car stereo to max, I just about have a decent volume for sitting in the parking lot with the engine off. I went to the d

  • Convert 4.0 to 11

    Hello there, im looking out for someone who could convert those old labview files from version 4.0 to 11. it would help a lot. Most ISM-demo.vi is most important for me. Greetings, deryoshi Attachments: ismbus_example_40.7z ‏1120 KB