Narrative Report-Change Title

hi
How to change the title in narrative report(title displayed in ie),it took the saved name of the report. but i want to customize that title instead of using saved name.Can i use html title tag in my narrative area.Is that possible?
Any suggesstions?
regards
sowm

hi
i didin't meant the report's title..i mean the title appear in internet explorer title bar.i want to customize ie title bar which display one unique id field value for that particular report, so that the user can download and save it with a unique name.
(in html we use <title> tag for ie title) similar way can we use <title> tag in narrative text area for the report..Is that possible?
Hope you understand..
regards
sowm

Similar Messages

  • Header and Footer on Narrative report - Need to remove

    I have just created a narrative report and all looks good but when I do a print preview, it shows the form name in the upper left and Page 1 of 1. The bottom of the form, footer, shows the url and the current date. Is it possible to hide or remove this?

    Hi !
    This is not related to CRM OnDemand and your report. This is a printer configuration.
    In your browser, go to File > Layout and you'll see header and footer fields. Just blank them and your printed page won't have header and footer. For IE having the date and url in the footer and the page title in the header is a standard setting...
    Hope this will help, feel free to ask more !
    Max

  • Narrative report-Dynamic

    hi
    i have created narrative report ,working fine. i want my report should dynamically generate based on the'ACCOUNT Type' field .(i.e)if Account Type for that record is "Customer" it goes to Report1,else Report2.is that possible?
    Need Help..!
    Regards
    Sowm

    If you name your reports in a meaningful way, as Alex suggests, then yes you can do this. So, create the reports and name them for the combination of fields, for example "Customer In Progress", then create your URL and pass the field values accordingly.
    Example of URL:
    https://secure-ausomxXXX.crmondemand.com/OnDemand/user/ReportIFrameView?SAWDetailViewURL=saw.dll?Go%26Path%3D%252fSomeFolder&AnalyticReportName=%%%Type%%%+%%%Account_Status%%%
    My example assumes that you will use a weblink that users will click to run the report. To create the URL, first build your reports and run them from the report menu directly. Copy the URL and paste it into the weblink URL Link Properties. Then, change the URL to be dynamic, as shown above.

  • Narrative Report-Language Localization

    Hi,
    I used some Service Request custom fields in narrative report and those fields are not getting transated whenever i change my language.
    For instance,when i change language to dutch,the service request custom fields in narrative report not translated(field's name shows like Text_2,Text_3 ) and the reports throws some error.
    Anyone having experience in this issue,give suggesstions.
    regards
    sowm
    Edited by: sowm on Jul 9, 2009 8:48 PM

    Be careful spending time on a Narrative Report if your end goal is to print to PDF. Currently Oracle CRM OnDemand is deffective when it comes to printing Narrative Reports.
    For example we designed a customer contract spending weeks on formatting and design only to find out that the Printer Friendly PDF option scrunches the entire report into 2 inches. Aweful!
    Oracle response to the enhancement request has not been much better.

  • Read picklist values in narrative reports

    hi
    In narrative report i'm using one picklist field and one currency field.
    Reports i created is dynamic report and it works fine for different SR.
    the report should hold the value chosen in picklist.Unfortunately it always populates the same value i.e value chosen first(i.e not updating proprely whenever i edit the picklist )
    i.e picklist value remains static always doesn't change on user selection in reports
    How to solve this.

    I have this same question. I note that the Custom Object uses, for instance, 03_09 to refer to the 9th item on the picklist for Custom Object 3 instead of the actual name of the field. This causes problems when items get added/removed to the picklist and the field becomes, say, 03_08. Do I have to edit the report every time the picklist changes?

  • Using Javscript in Narrative report

    Hi,
    Can anyone help me how to use a javascript in Narrative report, Its better if anyone could send the sample code. I am trying to create a label kind of a report using narrative option, I am able to create 12*1 format i.e(12 rows and 1 columns) , but i wanted in 12*2 format i.e.(12 rows and 2 columns). I hope using javascript we can achieve this.
    Thanks & Regards,
    Ambarish

    Hi,
    What you can do is, create another view with either narrative or static script, and in that call javascript. In this new script, read the html code of report generated, by doing document.getElementsByTagName("td") or document.getElements ByTagName("tr") depending on your table structure. Introduce alert statments for debugging and you will be able to read rows one by one.
    It would be better to use pivot table structure as you will be able to read all the data at once.
    Hope this helps.
    Thanks,

  • How to change title of Employee Master Data form (in add-on creation) in SAP B1 9.1?.

    Hi all,
    I have a problem of how to change title of my add-on in SAP B1 9.1.
    I created the add-on of Employee Master Data but I want to change its title, is it possible?
    When I change the title as (Member Master Data) in property, it will display Employee Master Data again.
    If it is possible to change it, how can I do?
    Please anyone can help me.

    Hi,
    Try this:
    If pVal.FormType = 60100 AndAlso pVal.EventType = BoEventTypes.et_FORM_LOAD AndAlso pVal.BeforeAction = False Then
      Dim oForm As SAPbouiCOM.Form = DirectCast(oApplication.Forms.GetForm(pVal.FormType.ToString(), pVal.FormTypeCount), SAPbouiCOM.Form)
      oForm.Title = "New Title"
    End If
    Or you can try:
    If pVal.FormType = 60100 And pVal.EventType = BoEventTypes.et_FORM_LOAD And pVal.BeforeAction = False Then
         Dim oForm As SAPbouiCOM.Form = CType(oApplication.Forms.GetForm(pVal.FormType.ToString(),pVal.FormTypeCount), SAPbouiCOM.Form)
    oForm.Title = "New Title"
    End If
    Hope it helps.
    Thanks & Regards
    Ankit Chauhan

  • How do I change title/footer messages in a template?

    I am redacting a magazine template Indesign.
    Pages already have titles and footers.
    How do I change TITLE message and add a footer message? 
    I can't do so by just clicking on the text in the footer or header.

    Edit the master page or Alt-click on the tecxt to convert it to a normal text object.
    Mylenium

  • Narrative Report with Iframe to dispay

    Hi,
    I have a Requirement for displaying activities of a contact on contact related information page in a calendar format, for this i've created report with calling calendar iframe in report and displaying it in the layout througjh webapplet but it showing all the activities instead showing the related contact activities in the calendar.
    Please see the report parameters and webapplet parameters below:
    Narrative Report:
    </td><td><iframe src="/OnDemand/user/GrpCalendar" width="830" height="400" scrolling="no" name="calendarFrame" onload="document.frames['calendarFrame'].scrollTo(170,115)"></iframe></td></table>
    Web Applet
    iframe frameborder="0" height="400px" width="100%" scrolling=auto src='/OnDemand/user/analytics/saw.dll?Go&Path=%2fshared%2fCompany_HE2790-1JAZ2_Shared_Folder%2fContacts_By+Calendar&Options=r&Action=Navigate&p0=1&p1=eq&p2=Contact."Contact ID"&p3=%%%Id%%%'></iframe>.
    Can anybody help me out to display the related contact activities in the iframe.
    Thanks & Regards
    Bhas.......
    Edited by: user10925194 on 21-Oct-2009 06:01

    Bhas,
    What you are including in the Narrative report will only show the user's calendar, there is nothing in your example which would modify the Calendar view to display activities related to a Contact. This is a fundamentally flawed approach and has no chance of working.
    You can use a web applet to display a report which shows Activities related to a Contact. To display these in a "calendar" format, you will need to completely build the calendar from scratch in html. Narrative can be used for this, perhaps, but it seems a lot of work. Unfortunately there are no shortcuts.
    Good luck,
    Louis

  • Narrative Report

    Hi,
    What is Narrative Report??.....how to create a Narrative Report
    Regards
    Raghu

    Be careful spending time on a Narrative Report if your end goal is to print to PDF. Currently Oracle CRM OnDemand is deffective when it comes to printing Narrative Reports.
    For example we designed a customer contract spending weeks on formatting and design only to find out that the Printer Friendly PDF option scrunches the entire report into 2 inches. Aweful!
    Oracle response to the enhancement request has not been much better.

  • Narrative Report - default to A4 print size

    Hi, I need to build a form using the narrative report and the report should fit into A4 printable size.
    These are the steps I performed" First I design the form using excel and I have ensure that the form does fit into A4 print size(check via print preview). After converting the form to HTML, I copy the codes into the narrative view of the report, the content displays in the report is in the correct format/design. I save the report in CRM. However when I download and open the report in excel, the report does not fit into the A4 paper size.
    Is there a way I can define the margin and report size for narrative report with HTML code?

    Pease post this question on the CRM On Demand Analytics and Reports forum.

  • Narrative Report Performance

    I have created a Narrative Report in the Reporting section (Not Analytics) because the customer might need to see the report within the same day. I know the performance will be slower but how much slower? The report takes about 1-2 minutes to generate...is that normal. I am only pulling from a few areas Owned by User, Date Opened, Opportunity and Contact. I have also created a prompt that will only pull data from 1 Oppty. record. My question is that normal performance from the Reporting side or is there something I can do to help performance?

    Be careful spending time on a Narrative Report if your end goal is to print to PDF. Currently Oracle CRM OnDemand is deffective when it comes to printing Narrative Reports.
    For example we designed a customer contract spending weeks on formatting and design only to find out that the Printer Friendly PDF option scrunches the entire report into 2 inches. Aweful!
    Oracle response to the enhancement request has not been much better.

  • Want to chang title of alv

    Hi,
          I want to change title of my alv list.can i debug list output and find pace where i can change title. or any other mehtod to debug is there.
    With thanks and regards,
    Himanshu

    hi,
    When you fill in the field catalog you can set the property seltext_l for the field and can give in any name. See the sample below.
    LS_FIELDCAT-COL_POS       = POS.
      LS_FIELDCAT-FIELDNAME     = 'NAME1'.
      LS_FIELDCAT-REF_FIELDNAME = 'NAME1'.
      LS_FIELDCAT-REF_TABNAME   = 'KNA1'.
      append LS_FIELDCAT to PT_FIELDCAT.
      clear LS_FIELDCAT.
      POS = POS + 1.
      LS_FIELDCAT-COL_POS       = POS.
      LS_FIELDCAT-FIELDNAME     = 'KUNNR'.
      LS_FIELDCAT-seltext_l  = 'Ship to Party'.
      append LS_FIELDCAT to PT_FIELDCAT.
      clear LS_FIELDCAT.
      POS = POS + 1.
    -Thanks & Regards
    Saurabh Goel

  • Format of the analytic reports changed in OBIEE11g after restart.

    Hi all,
    After restarting the BI server, the format of the reports changed.
    The analytic reports header font sizes has been increased and the report is not showing in tabular view instead it is showing results as in a notepad.
    What might be the issue which caused these changes?
    Please help me in regarding this..
    Thanks & Regards,
    Kalyan.

    as such we cant say it is an error from BI.....not sure what might be going wrong or is the tool acting upon.
    Once bounce all services and look at it.
    UPDATED POST
    No need of changing any config files as such for that behaviour.....might be something wrong going with the BI tool.
    Never i faced such issue as i was working on BI 11g
    Cheers,
    KK
    Edited by: Kranthi on Feb 23, 2011 11:36 PM

  • What are the reporting changes in BI 7.0 and sap 3.5

    Hi,
    what are the reporting changes in BI 7.0 and sap 3.5.
    can anybody know the other name of BI 7.0.
    what are the min,max no of load times.
    what is the load timings if the onsite office is at USA.
    Thanks & Regards,
    cheta.

    Hi Cheta,
    New Features in BI:
    https://www.sdn.sap.com/irj/servlet/prt/portal/prtroot/docs/library/uuid/910aa7a7-0b01-0010-97a5-f28be23697d3
    https://www.sdn.sap.com/irj/servlet/prt/portal/prtroot/docs/library/uuid/4487dd91-0b01-0010-eba1-bcd6419
    /people/michael.eacrett/blog/2006/06/07/whats-new-in-sap-netweaver-702004s--an-introduction-to-the-functionality-deltas-and-major-changes
    BI 7.0 reporting features
    http://searchsap.techtarget.com/cgi-bin/rd.pl/ftID-1121728-ctID-1064004?//expert/KnowledgebaseAnswer/0,289625,sid21_gci1064004,00.html
    http://help.sap.com/saphelp_nw04s/helpdata/en/9d/24ff4009b8f223e10000000a155106/content.htm
    Some features of BI 7 are
    1. In Infosets now you can include Infocubes as well.
    2. The Remodeling transaction helps you add new key figure and characteristics and handles historical data as well without much hassle. This is only for info cube.
    3. The BI accelerator (for now only for infocubes) helps in reducing query run time by almost a factor of 10 - 100. This BI accl is a separate box and would cost more. Vendors for these would be HP or IBM.
    4. The monitoring has been imprvoed with a new portal based cockpit. Which means you would need to have an EP guy in ur project for implementing the portal !
    5. Search functionality hass improved!! You can search any object. Not like 3.5
    6. Transformations are in and routines are passe! Yess, you can always revert to the old transactions too.
    check these link's
    http://help.sap.com/saphelp_nw04s/helpdata/en/a4/1be541f321c717e10000000a155106/content.htm
    In this one - check out slides 28-34
    https://www.sdn.sap.com/irj/servlet/prt/portal/prtroot/docs/library/uuid/4487dd91-0b01-0010-eba1-bcd64196ec6b
    Check this link to get PDF doc on SAP BI
    https://www.sdn.sap.com/irj/servlet/prt/portal/prtroot/docs/library/uuid/5ee3725b-0401-0010-e381-ac323362ce91
    Here is a powerpoint overview with illustrations of the differences between NW2004s (BI 7.0) and BW 3.5.x
    http://csc-studentweb.lrc.edu/swp/Berg/Articles/NW2004s_what_is_new.ppt
    check the presentaion
    https://www.sdn.sap.com/irj/servlet/prt/portal/prtroot/docs/library/uuid/5c46376d-0601-0010-83bf-c4f5f140e3d6
    https://www.sdn.sap.com/irj/servlet/prt/portal/prtroot/docs/library/uuid/5ee3725b-0401-0010-e381-ac323362ce91
    https://www.sdn.sap.com/irj/servlet/prt/portal/prtroot/docs/library/uuid/5c46376d-0601-0010-83bf-c4f5f140e3d6
    http://csc-studentweb.lrc.edu/swp/Berg/BB_index_main.htm
    http://csc-studentweb.lrc.edu/swp/Berg/articles/NW2004s_what_is_new.ppt
    Web Blogs & Threads in SDN
    /message/502929#502929 [original link is broken]
    /people/sap.user72/blog/2006/01/27/sap-netweaver-bi-versus-sap-bw-the-sequel
    Refer these links
    There is lot of Info Reg BI7.0 including Reporting also.
    Regards
    Karthik

Maybe you are looking for

  • How do I use a Presentation Variable to select Column/Views of a Request

    I have multiple requests that all have view / column selectors in them (all the same columns) What I would like is to create a dashboard prompt that the user can select from that will influence these multiple requests on the same dashboard page. Than

  • How to rename a column name

    dear friends, Is there any other way to rename a column without creating another table with the requested colum name and dropping the eariler table after inserting the values from it.

  • Desk top manager stopped working

    I recently had some window 7 updates, Since then my desktop manager won't work. I have uninstalled it and cleared everything out and re-installed to no avail. I have checked the compatibility and checked that it is on window 7. When I launch the Blac

  • System error 1240

    I have a Windows 8.1 client connecting to a Windows 2000 server using SMB.    NEITHER computer is in any domain.  The 8.1 client - from an elevated command shell - executes the command: net use v: \\computername /user:someuser I am prompted for the p

  • How the standard BW3.5 DataSource used in BI7

    Hi, In BI Content, there are huge amount of standard BW3.5 DataSource. They can be activated from R/3 side and replicated to BI. Is there anyone know if these DataSources are BW3.x? and if I would like to use the new BI7 transformation technical to t