Report Title in the Web Templete

Hi,
   I am using a standard web templete already developed which includes log...etc.
    How can i insert the Report Title into that.
Thanks

Hi,
Under Style sheet General tab what ever you mentioned in the description field, that would be displayed as report title.
regards,
Raju

Similar Messages

  • Enhancements to the WEB Templete 0ANALYSIS_PATTREN

    Hi,
      We are using 0ANALYSIS_PATTREN web templete for WEB Bex Analyzer.
    User access queries using this templete.
    I got couple of requirments that i need to enhance the WEB templete.
    Please guide me how to proceed to achieve...
    When user executes query and navigate in the report (Filters,drilldowns..etc) once he is done is chooses the option to 'Print' Button which export the Query/Report to PDF
    My requirment is to include a Company Logo and the Current Date or Report generated date in the PDF...
    Currently it is displaying only filter applied in the PDF
    How can i achieve this
    Please advise
    Thanks in advance

    Hi Yolanda,
    It has got to do installation of 0ANALYSIS_PATTERN from Business Content.
    In Business Content -> Object Types -> BEx Web Template -> Select all templates  starting with 0ANALYSIS and install them.
    This is required to run the WAD templates correctly.
    Raja

  • Where are the web templetes, web items and queries stored?

    Hi,
    I have created many reports using Web Application Designer and Query Designer, Now I want to get these reports and querys in my webDypro program, so i think first i must find out where can i find them, anybody know which table store the web templetes ,web items and queries?

    hi Jacky,
    query
    RSRREPDIR, RSZCOMPDIR
    (other tables : RSRREPDIR, RSZRANGE, RSZELTXREF, RSZELTTXT, RSZSELECT, RSZCOMPDIR, RSZELTDIR
    RSZCOMPIC, RSZELTPRIO, RSZELTPROP, RSZELTATTR, RSZELTTXT, RSZCALC, RSZCEL, RSZGLOBV)
    webtemplates
    RSZWTEMPLATE
    web items
    RSZWITEM                       Header Table for BW Web Items
    RSZWMDITEM                     BW Web Metadata: Template Item
    hope this helps.

  • DeskI report refreshable on the web

    I am attempting to make a DeskI report available on the web.  That part was easy, i saved as HTML, and was able to view it on a web page.  But we need a step further,  i need to be able to make this report refreshable, it has 4 prompts.  We want the user to be able to enter info into prompts and get the report.  I know this can be done,  but cannot figure out why i can't make it work, any help is appreciated.

    When saving the Deski report as HTML set the "Automatic Reload Every"
    The browser reloads the document according to the frequency specified in the box, which ensures that the HTML document is kept up-to-date with changes made to the original document in BusinessObjects. This is similar to the document refresh feature.

  • Want report title on the same page above the column names

    Hi,
    I have given report title in the report header but for some reason it displays title on first page and data from next page on wards. I have also given a page break for the groups, is this the reason for getting  title on one page and dtata from next page?
    Pls suggest me something so that i can have report title on the top and then data stating frrom the same page.
    Thanks

    Expand the page header, move your column headings down, and put the report title at the top of the page header.
    The title has to be in the PAGE header in order for it to print on all pages.
    HTH,
    Carl

  • How to run a report out of the web container?

    Hi All,
    <p>
    Does anyone have tips on running a report outside of the web container?  I'd like to be able to JUnit the scenarios I'm coding up without having an app server running.  What is the ReportClientDocument expecting in the request, response, and context?  The code as shown just returns the enclosed error.
    <p>
    All I'm really trying to do is have the report execute and be able to assert that the data is appropriately retrieved from the data source.  If there's a way to do that without the Viewer, that would be cool, too.
    <p>
    Any tips would be much appreciated.   Sorry about the poorly formatted code and error... the code tags don't seem to be working...
    <p>
    Thanks,
    <p>
    Eric
    <pre>public void testReportRunning() throws ReportSDKExceptionBase{
              ReportClientDocument rcd = initReportClientDoc("./test/data/EBTest1.rpt");
              assertTrue(rcd.isOpen());
              CrystalReportViewer crv = new CrystalReportViewer();
              crv.setReportSource(rcd.getReportSource());
            String htmlContent = crv.getHtmlContent(new MockHttpServletRequest(), new MockHttpServletResponse(), new MockServletContext());
            System.out.println(htmlContent);
    com.businessobjects.report.web.shared.WebReportingException---- Error code:0
         at com.businessobjects.report.web.e.if(Unknown Source)
         at com.businessobjects.report.web.e.a(Unknown Source)
         at com.crystaldecisions.report.web.ServerControl.a(Unknown Source)
         at com.crystaldecisions.report.web.ServerControl.a(Unknown Source)
         at com.crystaldecisions.report.web.ServerControl.getHtmlContent(Unknown Source)
         at com.tririga.crystalpoc.ReportAccessorTest.testReportRunning(ReportAccessorTest.java:82)
         at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
         at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
         at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
         at java.lang.reflect.Method.invoke(Method.java:585)
         at junit.framework.TestCase.runTest(TestCase.java:164)
         at junit.framework.TestCase.runBare(TestCase.java:130)
         at junit.framework.TestResult$1.protect(TestResult.java:106)
         at junit.framework.TestResult.runProtected(TestResult.java:124)
         at junit.framework.TestResult.run(TestResult.java:109)
         at junit.framework.TestCase.run(TestCase.java:120)
         at org.eclipse.jdt.internal.junit.runner.junit3.JUnit3TestReference.run(JUnit3TestReference.java:130)
         at org.eclipse.jdt.internal.junit.runner.TestExecution.run(TestExecution.java:38)
         at org.eclipse.jdt.internal.junit.runner.RemoteTestRunner.runTests(RemoteTestRunner.java:460)
         at org.eclipse.jdt.internal.junit.runner.RemoteTestRunner.runTests(RemoteTestRunner.java:673)
         at org.eclipse.jdt.internal.junit.runner.RemoteTestRunner.run(RemoteTestRunner.java:386)
         at org.eclipse.jdt.internal.junit.runner.RemoteTestRunner.main(RemoteTestRunner.java:196)</pre>
    Edited by: Eric Batzdorff on Jun 12, 2009 12:24 AM
    Edited by: Eric Batzdorff on Jun 12, 2009 12:24 AM
    Edited by: Eric Batzdorff on Jun 12, 2009 12:25 AM

    There's no documentation as to what's the minimum HTTPServletContext, HTTPServletRequest and HTTPServletResponse the CrystalReportViewer expects. 
    There certainly are plenty of unit testing frameworks for Java Web Apps out there, if that's where you're headed.
    Sincerely,
    Ted Ueda

  • How to get report title in the program

    I want to get report title in the program for changing it according to different case. thanks.
    Moderator Message: Basic Question.
    Edited by: kishan P on Sep 15, 2010 10:05 AM

    Use the system variable SY-TITLE.
    if this = that.
      sy-title = 'this and that'.
    else.
      sy-title = 'something else'.
    endif.
    Regards,
    Rich Heilman

  • How to change the Browser title when report runs on the web?

    Hi folks,
    How to change the title of the browser when I run my report on the web? Iam using Internet explorer and Reports 6i. Is it possible in 6i or 10g reports?
    Could you please tell me the step by step procedure ?
    Right now the browser is displaying the URL when I run the report with format = PDF.
    Thanks.

    It works for me. I don't see why you have a problem with >this code.
    Can you look at the source code of the html >file that was created (so, not in the browser, but in a >text editor). What do the header and title look like?The Html code in the file is same as the above code I specified. Actually I copied the same code and pasted here. But when I run the html file the Title shows up.
    Don't put </html> there. Maybe that helps. I tried this, but it did not work.
    Please let me know is there any way to set it dynamically inside the triggers using SRW built_in.
    Thanks alot.

  • FROM - TO Dates passed from prompt into the Title of the WEBi report

    What is the right approach to pass two reporting period dates (FROM /TO) from user's input into the Title(Header) of the Universe based WEBi report, like "Tickets submitted from:MM-DD-YY to:MM-DD-YY"
    Maybe this is trivial but it is easier to do in CR and I am not sure how to do it using Universe objects.
    These are my first steps in building real production Universe.
    Thanks in advance!
    Alex

    i dunn know if i understand you well, but it seems like you want to pass 2 dates (from, to) to some report and to have those 2 dates in the report title.
    its too easy, first at the universe level you have to have a Date objects, which comes in the time dimension.
    when you create a report usin Webi, just drag this Objects to the query filter and make the operator "between" and make both of them "prompt"
    give two texts to the prompts lets say "From Date" and "To Date",,,, and run the report.
    at the report design mode there is a function called "UserResponse"
    in the report title text add this =userresponse("From Date")
    you can modify the text as you require.
    good luck
    Amr

  • How to change the width of a column in the web templete

    hai
       can anyone pl help me to solve the issue
    here is the issue
        " how to change the width of the column in web templete?" is there any chance  to change
    thanx in advance
    syam

    First use the Active Cell property and set the row value to -2 to change an entire column. The attached image shows how to set the background color of column 3 to green. I don't understand your comment about column size. It doesn't matter how wide or narrow a column is. Using the Cell Background Color property, the entire cell is colored. If you are having difficulty keeping track of the number of columns, thats a different issue.
    Attachments:
    Background_Color_of_Table.jpg ‏5 KB

  • Report layout on the web

    The layout of the report in HTML is different then constructed. I have a landscape report which works perfectly client-server. But on the web the pages get to large and don't fit anymore. Width and heigth are bigger then paper-size.
    result. e very messy report.
    Is there a cure or does the user have to learn to life with it.

    1)
    When you bring up the Getting Started page from Reports Builder using Browser
    , you might get a Failed to locate browser error. To rectify this issue,
    you must:
    1. Open the Windows registry using a registry editor (e.g., regedit.exe).
    Note: Create a backup of the registry before proceeding to edit it.
    2. Navigate to the following key:
    HKEY_CURRENT_USER\Software\Oracle\Toolkit\Tkbrowser
    3. Delete all other values except Default.
    4. Save and Exit the Windows registry.
    5. Start Reports Builder and select Getting Started.
    6. Click Ok. The Information Navigator Preferences dialog box appears.
    7. Select <your browser> as the browser.
    8. Ensure that the path and the executable name is accurate. To change the
    browser location (if the executable or the path is incorrect):
    Click Browse.
    Navigate to the location.
    Click OK.
    9. Click OK.
    2) REP-0069: Internal error
    Please turn ON tracing to see what exactly is going wrong.
    $OH\reports\conf\rwbuilder.conf , for "trace" element, uncomment it.
    Now run to web.
    Now trace will be in $OH\reports\logs\rep-machinename.log
    See what error you are getting there. Pls post the error/exception you are seeing there.
    Thanks
    The Oracle Reports Team

  • Macros in the web templets

    Dear All,
    I have macros in web templets if i migrate the system 3.x to 7.0 is the macros will get converted or do we need to rewrite it

    Hi,
    When we go for migration of workbooks.. u need to have a copy of 3.x macro coding once after migration check it with 7.0
    We have goon for migration of workbooks never we faced a missmatch of macro's after migrating as a Precocious measure have coding of 3.x macros with u......

  • Deploy an arabic reports 6i for the web

    Hi,
    run an arabic reports in client/server no problem.
    when i try to deploy it on the web, orientation is inversed(right be left and left be right).
    what must i do.

    Check your web server machine (report server machine actually). Does it have right-to-left support? is Arabic installed on it?
    What is the NLS_LANG you have set on that machine? On my machine i have windows2000 server and as default language arabic.
    when i run this report on c/s it comes correctly (well oriented right to left)
    the NLS_LANG = AMERICAIN_AMERICA.AR8MSWIN1256

  • Oracle reports 6i and the web

    I have installed the d2k 6.i pack on my NT desktop and am pointing to a 8.1.5 database on another machine. All I have is the Webdb listener up and running. No other Webserver as I was told this was all I needed to run reports on my desktop on the Web.
    The report runs fine on my desktop but when I try to run this report on the Web I get: Page not found
    This is the url:
    http://granite.isearch.com/dev60cgi/rwcgi60.exe?server=Rep60_GRANITE&report=C:\orant\bin\ats0107.rdf&userid=pr_hollydev/orahollydev@r81&destype=cache&desformat=HTML
    My report server is up. My webdb listener is up. I do not have a web server installed besides what came with D2k.
    I did copy the rwcgi60.exe to the OWS/4.0/bin directory
    tnsnames entry:
    REP60_GRANITE.WORLD =
    (DESCRIPTION =
    (ADDRESS = (COMMUNITY = isearch.world)(PROTOCOL = TCP)(Host = granite)(Port = 1949))
    sqlnet.ora
    # Filename......: sqlnet.ora
    # Name..........: isearch.world
    # Date..........: 26-FEB-99 10:58:23
    AUTOMATIC_IPC = ON
    TRACE_LEVEL_CLIENT = OFF
    SQLNET.EXPIRE_TIME = 0
    NAMES.DEFAULT_DOMAIN = world
    NAME.DEFAULT_ZONE = world
    SQLNET.CRYPTO_SEED = "18110733421811237124"
    NAMES.DIRECTORY_PATH = (TNSNAMES,ONAMES)
    DAEMON.TRACE_LEVEL = OFF
    DAEMON.TRACE_MASK = (106)
    authentication_services = (NONE)
    My NT Reg key for REP60
    REPORT60_VIRTUAL_MAP = '/cache/'
    REPORTS60_PHYSICAL_MAP = 'c:\orant\REPORT60\server\cache"
    REPORT60_SHARED_CACHE = "YES"
    REPORTS60_REPORTS_SERVER = "REP60_GRANITE"
    REPORTS60_PATH = C:\orant\REPORTS60;C:\orant\bin;C:\WEB_REPORTS
    I tried the browser test using this and got page not found.
    http://rep60_granite/ows-bin/rwcgi60.exe?
    Do I need to install a web server?
    Thanks
    K
    null

    1. Yes you need a web server
    2. the env. vars:
    REPORT60_VIRTUAL_MAP,
    REPORTS60_PHYSICAL_MAP, and
    REPORT60_SHARED_CACHE
    are no longer needed.
    3. The 'community' part of the Reports sever entry in your tnsnames.ora isn't required.
    Regards
    The Oracle Reports Team http://technet.oracle.com

  • Report title on the PDF file generated by Braodcaster tool

    Hello All - We are using "Broadcast by Email(Bursting)" feature to burst reports by Customer.  Customer is the Characteristic value by which we are bursting.  Also Email address is attribute of Customer so we are sending the reports to their email addresses.  The data is broken by each customer and the report content is fine.  The problem I am having is Heading of the report.  I want to have the heading by customer ie have customer name.  I have this maintained as master data of Customer.  Any idea how I can find the heading dynamically without having to have broadcast settings for each customer and hardcoded Heading.
    thanks for you help.

    hi
    I have managed a similar issue putting text variables with replacement path in the query title.
    Your texts variables are populated dynamically depending on the variables values typed.
    for instance I had to give the week interval in the title based on the range the users key.
    the drawback that is not a real one is that your query title come with the name of the query and the variable technical name something like : myquery &variablename&
    here for you case you could create a text variable with replacement path on customer at the query properties level.
    this should work.
    regards
    Boujema

Maybe you are looking for