Report Layout to be changed in webi document

Hi,
I have a webi documnet on top of BW query.
The data is for the employee promotion details, The data is fetched like below:-
EmpID     Name       Promotion Date
01           ABC        01/01/2011
02           DEF         02/01/2011
03           GHI         03/01/2011
03           GHI         05/01/2011
But i want to show in the following order in report
EmpID     Name       Promotion Date    Promotion Date2
01           ABC        01/01/2011
02           DEF         02/01/2011
03           GHI         03/01/2011            05/01/2011
Please help on how this can be achieved in WebI ?
Thanks,
Vijay

I understand what you are saying.
Leave this first date column as it is but create a third column to the left of the first date column. And put a MIN(promotion date) formula on this. Now your new column will pull a single date for the combination of the 03 GHI. We still need the original promotion date column for our promotion date2 column to work correctly. but we dont have to show it. so adjust the format of this column (white on white) so that its hidden.
Thanks,
Karthik

Similar Messages

  • RDF report layout output has changed in R12

    Hello experts,
    I am currently helping a client with R12 upgrade process. One of the things I noticed is that the RDF report pagelayout formatting has changed a little bit. Such as the header of a column has been left justified in R12 when in 11i it is centered. Also it seems like the font size may have been changed in R12. In 11i, one of the column headers shows 2 rows
    Extended
    Cost
    And in R12 it only shows Extended and the 2nd row is missing.
    Has anyone encountered this before?

    Is this a seeded or custom report?
    Does the same happen for all reports of the same type or just this specific one?
    Thanks,
    Hussein

  • Embed Crystal Report in WEBI Document

    Post Author: dmikesel
    CA Forum: WebIntelligence Reporting
    I have created a report using the mapinfo functionality exposed through Crystal.  I would like to include this report (with contextural hyperlinks) as a tab in a WEBI document.  Can anyone help me determine if it is possible to include this report as a subreport in a WEBI document?

    moving to the java sdk ta

  • Report Layout width(Report based on SQL Query)

    Is there any way to increase the width of the report layout? I have removed as many columns as I can and dropped the font size down but the data in the columns is still wrapping to more than one line. How can I increase the report layout width, or change the layout to landscape or something similar.
    thanks

    I had this problem with wrapping text. You have to create a Reports From SQL Query and choose a custom layout. Then when you go the the HTML layout section, you will need to ad nowrap to the <TD> tag (i.e. <TD nowrap>) for each field you do not want to wrap.
    Martin

  • Can we edit webi and deski reports and save the changes?

    Can we edit webi and deski reports and save the changed values for a particular column?
    If yes what rights should be granted to particular user?
    Will the report changes reflect at database end also?

    Both Web Intelligence and Desktop Intelligence comes with designers, where you have a GUI to design reports. 
    Web Intelligence you'd design in InfoView using the DHTML Report Panel or the applet-based Java Reporting Panel.
    Desktop Intelligence you'd use the Desktop Intelligence client.
    ReportEngine Java SDK (REBean) is what you'd use to programmatically create/modify Web Intelligence Documents.
    Desktop Intelligence Reporter COM SDK is what you'd use to programmatically create/modify Desktop Intelligence Documents.
    Sincerely,
    Ted Ueda

  • How to link PDF document in Report Layout??

    I need to display the contents of PDF document after the form letter report. I tried OLE object but at the runtime it does not display the content. Does any one knows how to attach PDF document in reports layout?
    Thanks
    Ravindra

    you will have to concatinate your report output with the static PDF document. in reprots 10g you can create a cusotm destination that could implement this functionality.
    out of the box, reports does not provide the ability to add static content in PDF to reports' generated PDF output.
    thanks,
    philipp

  • Get error when preview marketing documents by using crystal report layout

    Hi experts,
    I want to switch to using Crystal Report for marketing documents layout.  I have import Sales Quotation u2013 Generic (CR) layout which provided by XX-1.2.b1p package. I can preview added records but it doesn't work on drafting documents and saved drafts. The system prompt u201CThe system cannot find the path specifiedu201D and u201CObject reference not set to an instance of an objectu201D. On the same server, it was working fine in our other company database. I don't think this is the problem of database location setting in Crystal Report.  Can anyone give me advices, thanks!
    Regards,
    Ivan

    Hi! Rahul,
    Thank you for your reply first. Your method doesn't work in my case.  Can you tell me the steps of creating a new layout for added records and draft documents.  I have created a quotation layout which work with added records only, the steps has been show below and please comments, thanks.
    1. In Crystal Report > new blank report > create new connection > Choose "SAP Business One" > Select OQUT under "B1 Tables".
    2. Insert "CardName" field to report > Create DocKey@ parameter and  set it equal to DocEntry in select expert record function
    3. Click Add-ins > SAP Business One > Save > Choose company database and input manager password.
    Regards,
    Ivan

  • How to schedule the webi report based on data changes in the report data

    Hello,
    I want  to schedule a webi report based on data change in a column in the report.
    The scenario is something like below:
    1. If a data of a particular column changes from 2 to 3 than I would like to schedule this report and sent it to users mail box.
    I know how to apply alerts or schedule a report or data tracking for capturing changes in the report but I dont know how to schedule the report only for data changes.
    Anybody done this before.
    Thanks
    Gaurav

    Hi,
    May be these links can help you:
    http://devnet.magicsoftware.com/en/library?book=en/iBOLT/&page=SAP_R_3_Master_Data_Distribution_Defining_Change_Pointers.htm
    SEM-BCS: Load from data stream schedule
    Attribute Change Run

  • How to get the filters of Webi document/Report using Java code in XI SDK.

    Hi All,
       I have a requirement where i have to extrcat filters from the Webi Document.using java SDK.
    I am trying to find the class called "filterable"but not able to use in my java code and will get always
    "java.lang.ClassCastException  com.businessobjects.wp.om.OMDocument cannot be cast to com.businessobjects.rebean.wi.Filterable"
    I am using the below java code like
    ReportElement re=document.getStructure()
    FilterContainer flt=((Filterable) re).getFilter()
    I am stuck and need this in uregent.
    Please help.

    Hi Rajeev,
    To retrieve a FilterContainer you will need to traverse the report structure:
    ReportStructure boReportStructure = boDocumentInstance.getStructure();
    ReportContainer boReportContainer = (ReportContainer) boReportStructure.getReportElement(0);
    FilterContainer boFilterContainer = null;
    if (boReportContainer.hasFilter()) {
         boFilterContainer = boReportContainer.getFilter();
    } else {
         boFilterContainer = boReportContainer.createFilter(LogicalOperator.AND);
    Calling boDocumentInstance.getStructure() will retrieve the entire structure for the document.
    Calling boReportStructure.getReportElement(0) will retrieve the structure for the first report of the document.
    Hope this helps.
    Regards,
    Dan

  • Unable to view Report Layout in Web Preview

    Hi All,
    I am facing some intermittent issues with some Hyperion FR Reports on Workspace.Whenever I am trying to see the HTML view of the report it simply shows the POV and no report Layout,the complete page is blank white whereas other reports are working fine.
    Even when I am trying to open it with Studio and then trying to see its web preview then also it is showing me the same behaviour.
    Thanks
    AG

    Hello Mehmet,
    I think you are correct as it seems the user with which I was tryoing to run the report didnt have access on Dimensionality because when I tried with a different user I was bale to see the data.
    There is another issue which I am facing related to the Relative Memeber function in Essbase.I am trying to extract the Previous Year from the POV selected member using RelativeMember function in Essbase but it is giving me error as [None]Member selected in the report however the same function is giving me results when I use it in Planning connection.
    Any advice?
    Regards
    AG

  • Report Layout Changed After Upgrade from 4.6C to ECC6

    Dear Gurus,
    I do functional test of every process in ECC6 after upgrade from 4.6C. I found all report layout changed without variant (it's happen to all Query/SQ01 reports ). So I've to assign manually the fields for the reports, and create a default variant then.
    Why it happen ? Is there configuration or setting missed or this is standard while we do upgrade ?
    Thx in advance.
    Tri Wicaksono

    We do re arrange for all ALV report ...

  • Hi I am trying to change the margins and layout of an existing in design document, help!

    Hi I am trying to change the margins and layout of an existing in design document, help!

    This is an open forum, not Adobe support... you need Adobe support to help
    Adobe contact information - http://helpx.adobe.com/contact.html
    -Select your product and what you need help with
    -Click on the blue box "Still need help? Contact us"
    or
    Make sure that EVERY DETAIL is the same in every place you enter your information
    -right down to how you spell and punctuate the parts of your name and address
    Change/Verify Account https://forums.adobe.com/thread/1465499 may help
    -Credit card https://helpx.adobe.com/utilities/credit-card.html
    -email address https://forums.adobe.com/thread/1446019
    -http://helpx.adobe.com/x-productkb/global/didn-t-receive-expected-email.html

  • Oracle report-how to change report layout to landscape?

    Hi,
    I am using Oracle report 6i. I want to change the report layout to Landscape. I had tried to go to 'page setup' and changed to 'landscape', but when I print, I still got portait layout.
    Can anyone help me? Thanks.
    Jun

    Hi,
    Easiest method for changing your reports orientation to Landscape is
    Go to object navigator->System parameters->Orientation.
    Set value of this system parameter as Landscape. Thats all. You also can set this property using srw. features at runtime.
    Regards
    Santa

  • How to change report layout to "Landscape"?

    Hi,
    I am using oracle 6i in window 98. I want to change my report layout to "Landscape"? How do I do it?
    Thanks.
    Jun

    May I assume you're using Oracle Forms/ Reports 6i? If so, you probably want to post in the Forms or Reports forum.
    Justin

  • Change Report Layout to Landscape

    Hi,
    There is one Print Icon available at the below of the page in dashboard.
    We have the requirment to change the report layout to landscape view when printing through PDF option.
    Any way through which we can achieve this?
    Regards

    Go to edit dashboard ->Next to add a page icon, you see a print option..if you change it to landscape then you can print it in landscape view..

Maybe you are looking for