Web Based Reports

Hi,
I have a problem where my company doesn't want to
spend any money on new software but also wants web
based reports. I don't want to re-invent the wheel
here and am trying to develop a list of reasons why
we should'nt. Page breaks and numbering comes to mind..
HTML can't handle page breaks so how can I actually
make the printer spit out a new page?? Please help
with a good list of reasons to I can convince Mgt to
kick down with $ for a reporting package..I just get
the feeling that developing this on my own will only
lead major functionality problems that are hard to
anticipate (that package software already solved).
Thx!!

Hi John,
You could take a look at Oracle9i Reports features here (here you can get some reasons your mgmt might be interested in)
http://otn.oracle.com/products/reports/htdocs/getstart/whitepapers/datasheet_reports.html
You can see how many tools/plugins/samples/whitepapers are available for a professional reporting solution like Oracle9i Reports
http://otn.oracle.com/products/reports/htdocs/getstart/GettingStarted/index/index.html
You could search this Discussion Forum itself on any topic (like "printed reports", or "web-based reports") to get an idea of the kind of problems one might encounter in an enterprise reporting solution, and the professional support users can get. Customers have access to 24X7 support, and a website listing helpful notes, latest patches, etc.
http://metalink.oracle.com
Hope that helps,
Navneet.

Similar Messages

  • How to create the web based report without enterprise portal?

    Hi experts,
    We don't have enterprise portal but I like to create the web based version of the existing Bex reports and which option is the best to distribute this web based report using information broadcasting?
    Can I use report designer for this?
    Thanks in advance.
    Sharat.

    Hi Sharat
    In BI 7.0 the Queries which u devoleped can be broad casted by using two ways .
    1. Enterprise portal
    2.Web Application Designer(WAD)
    So you can choose any of the option, For the Option 1 you should have seperate server for the EP or else For option 2 you have to make some setting in the BI system to enable the Web reports..
    Reagrds
    Satish

  • Web based reporting engine integrated with APEX

    Hello,
    I would like to use some completely web-based reporting solution for my application. My idea is that I will create some datasource, prepare database query and publish some data columns to end users (datamodel). They will choose from many of prepared data areas, create their own report using some intuitive web-based report designer and save it. I do not need it for any analytic purposes, no dynamic filters, graphs and other widgets, no BI. It will be all only about building text based reports with few dynamic fields (customer address, actual date etc..).
    For example: User will prepare some document (template) with few paragraphs and add some of prepared dynamic fields into it (ie. company name, customer address, repeating table with list of employees, some image). Then he will be able to generate same document for many customers etc..
    I am looking for some simple, user friendly web based application. Some external report builder for example for Jasper reports is not what I am looking for.
    I will need to integrate it with  Oracle 11g XE with APEX 4.2 so some API or URL parameters is must.
    Used reporting engine does not be completely free, but I am able to pay max. $5000 for it
    Do you have some tips?
    Thank you

    This could be a solution for APEX reports (interactive reports). But I want to create more complex reports, not only table based reports.
    I need to create for example invoice report with some dynamic fields (customer, invoice items...), another report can be for example some contract about cooperation with some dynamic fields (contract number, personal information ...).
    These reports will be mostly only text based without any table. See example bellow. How would you generate this kind of letter?
    "Hello <CUSTOMER_NAME>, we would like to offer our new product <PRODUCT_NAME> to you..."
    Where CUSTOMER_NAME a PRODUCT_NAME are prepared fields (from some database tables). It will be something very similar to Microsoft Word automatic mailings. User can generate many text based reports and save them as PDF.
    I need to find some web based product, that will be simple for users and can be integrated with APEX.

  • Web Based Reporting Suggestions...

    Hi,
    Can anyone suggest a way to be able to access data from an Oracle database and publish the results to the web (intranet or not) without using Oracle Reports. I have to implement a solution where the turnaround time needs to be fast for requirements. I will appreciate your help.
    Regards
    Mahathi

    Discoverer Viewer is a web based reporting tool that can be called from a URL. Check out the syntax at http://otn.oracle.com/products/ias/tech_tips/july01.html. You can specify query parameters by prefixing the parameter names with "qp_". Reports ("workbooks") can be created very quickly using Discoverer Desktop Edition or Discoverer Plus.

  • SSRS web based report viewer control rendering issues - text getting clipped chopped off

    Hi,
    I am using web based SSRS report viewer control to display SSRS reports in browsers like Chrome, FF, IE, Safari etc. My issue is some text is getting chopped off (clipped) in all cells of some reports. I investigated on my end by analyzing generated HTML
    and I could see a problem in the HTML that report viewer control is generating. But I am afraid to apply any HTML or Javascript hacks at the moment considering we have hundreds of reports.
    You can see in above image how text got chopped off. The problem in HTML (given below) is the text has been wrapped in a div tag with a fixed height. If I remove the height and also padding on parent TD, the text appears properly.
    <td class="A23dfe7c5f99245f2a0db522a22a6035597c" style="HEIGHT:5.00mm;background-color:#d3d3d3;"><div style="HEIGHT:3.24mm;overflow:hidden;"><table lang="en-US" cellspacing="0"
    cellpadding="0" border="0" class="Pd9776e5f7eaf4df696265b8b49d1da39_1_r17"><tbody><tr><td class="A23dfe7c5f99245f2a0db522a22a6035597" style="word-wrap:break-word;white-space:pre-wrap;">MyType11</td></tr></tbody></table></div></td>
    Please let me know if you have faced a similar scenario before.
    Here is link to stackoverflow thread -
    Stackoverflow thread
    Regards
    Murtaza

    Hi Murtaza,
    According to your description, when you display the report with Report Viewer control, the data within the text is cutoff.
    Based on my research, the issue could cause by that Arial Unicode MS font hasn’t been installed on the server where Reporting Services run. Besides, when we use ReportViewer control to render report, we’d  better set
    AsyncRendering="true" in the Report Viewer control. Also please run the IE with compatibility mode. For more information, please refer to similar threads below:
    Data in column getting cut-off in report viewer control
    SSRS Rendering Issues
    If you have any question, please feel free to ask.
    Best regards,
    Qiuyun Yu
    Qiuyun Yu
    TechNet Community Support

  • Using A Web based Form To Call A Web Based Report

    Please Help !!
    I have created a simple form with two buttons to call a a report in two folds:
    1, To preview the report on the internet explorer
    2, To generate the same report to excell spreadsheet and have it saved on the users desired directory.
    I have tried this exercise locally on my machine and it worked ok.
    But when i deployed on the web,
    1) The preview part displayed on the server and not on my machine.
    2) And the part to generate to excel looks like it worked but I could not see the file.
    Could any help please.

    When you run on the web the output of the report is generated on the server.
    You can use web.show_document built in to get it to show on the client or use DESTYPE=CACHE.
    I suggest you'll have a look at the reports and forms integration paper that is posted on
    http://otn.oracle.com/products/forms

  • I need  Web based Dynamic Reporting tools

    Hi,
    I need a Web based Dynamic Reporting tool.
    I have to user oracle products and this reporting tools must support OLAP and Data Warehousing.
    thanks,

    Hi Shima,
    Let me quote from Oracle Reports website:
    "Oracle Reports is Oracle's award-winning, high-fidelity enterprise reporting tool. It enables businesses to give immediate access to information to all levels within and outside of the organization in an unrivaled scalable and secure environment. Oracle Reports consists of Oracle Reports Developer (a component of the Oracle Developer Suite) and OracleAS Reports Services (a component of the Oracle Application Server)."
    Since you need a web-based reporting tool, this is what is available with Oracle Reports:- you cannot design reports on the web, but you can use Oracle Reports Developer to design high quality reports that are suitable for viewing on the web.
    Oracle Reports support OLAP as a data source.
    From your requirements, it seems that it might be worthwhile for you to check out Oracle Discoverer which is again a powerful reporting and analysis tool. Oracle Discoverer is more suitable for ad-hoc reporting and web-based analysis of data by the end-users:
    http://www.oracle.com/technology/products/discoverer/index.html
    Navneet.

  • Web Based Parameter Form 6i to 10g

    I have a report that I can currenlty run using the activex control to run the report (Windows). I'm trying to move this same report to a web based report using Report Services 10g.
    How do I get the Parameter from to show up (it's a paper based report, but I want it to show the same way on the web). Basically, trying to migrate the report to the web.
    From what I've read (and understand), it seems like a LOT of work for every report to show parameters to the end user to run the report. Hopefully, I'm missing something.
    I've basically taken the report as is and put it in the correct directory on the application server. I then use the following URL, but the report blows up with a LOL error:
    http://testserver:7778/reports/rwservlet?report=MYREPORT.RDF&destype=cache&desformat=html

    Hello,
    Add the following paremeter in the URL :
    paramform=yes
    http://www.oracle.com/webapps/online-help/reports/10.1.2/topics/htmlhelp_rwbuild_hs/rwrefex/cmdline/common/bld_paramform.htm?tp=true
    Regards

  • How do I Create multipage Web-ready reports in the evaluvatio​n version of DIADEM?

    I need to create a multi page web report. How do I do this using the evaluvation version of DIADEM? Does Diadem support web-based reports?

    Hi SriramSharma
    In DIAdem REPORT, the 4th panel of the left hand side, you create multi-page reports from 2D&3D graphs, tables, pictures and texts.
    When you save this templete is stores into an XML based file formate that DIAdem reads called TDR. This is so you can resue these templates with what ever dataset you want.
    However you also have the choice from the file menu in DIAdem REPORT (4th panel) to export to an HTML report.
    After you have desinged you template, and are displaying data, select "HTML Export" from the file menu in DIAdem REPORT. This will save your file in a format that is compatible with web browsers.
    Let me know if you have any additional questions
    Thanks
    Tom Ferraro
    DIAdem Product Manager
    512-683-6841

  • In R12, can payroll user enter expense report for employees via web-based?

    Hi,
    In R12, can payroll user enter expense report for employees via web-based screen? Previously in 11i, it can be done via the Expense Report forms.
    Appreciate advise on this.
    Thanks in advance.
    Regards,
    Shiau Chin

    Hi Anne,
    Please see page 42 of the [url http://download.oracle.com/docs/cd/B34956_01/current/acrobat/120oieig.pdf]iExpenses Implementation and Admin Guide for R12 . If you are unable to enter the ID as per the guide, I would suggest raising an Service Request with Oracle Support.
    Cheers, Pete

  • Web Analysis reports based on Planning application

    All,
    I have migrated planning application from dev to prod using LCM, planning version 11.1.1.2. everything has been migrated and working fine.
    Web Analysis reports, and Database connections are also migrated from DEV to PROD.
    User has uploaded some PLAN data for FY10 through smartview on PROD server, but unable to see the data using Database connection migrated from DEVL but he can see the data when he creates new database connection on PROD.
    both database connections are from same database but he cannot see any new data uploaded through smartview with old database connection and he have tons of reports based on old database connection.
    can I change database connection for old reports with new database connection or do I need to fix something on my planning side.
    Please provide some suggestions. I can give more info if required.
    Thanks
    Ravi S

    Hi,
    LCM will have created xml exports with the database connection information in them.
    If you open one of the xml database connection exports you will see something like
    <server-name>localhost</server-name>
    <application-name>PLANSAMP</application-name>
    <database-name>Consol</database-name>
    You would need to update the information such as the servername in the files then import them in again using LCM.
    Cheers
    John
    http://john-goodwin.blogspot.com/

  • Web Based Access to standarrd Transactions/reports in WAS

    We have ECC5.0 in our company . I want to know are all the transactions/reports web enabled in WAS server . The company has a web page that has many BW reports and drill down takes you to the Delivery Screen (SAp)( in IE ) . i need to way to set up a web based Interface for a Report/screen/tcode in WAS ? Is it possible ...they want me to provide them with the address of web page that will open the delivery screen in SAP in IE ?
    How can that be done ?
    Thanks.

    Hi Rich ,
    Thanks for the insight . Any Doc/Method of how to use ITS . I havent done it before . Would appreciate of you can give some initial method to proceed ahead ?

  • Running character based report on web

    Friends,
    how to run character based report on web using oracle 10gr2.
    what is the easiest way?

    And in what version you developed your character report? At me character based reports without problems are started in a web

  • Web based Crystal Report not appearing

    Hi
    Hope this hasn't been asked before, had a look in the forum but couldn't find it specifically.
    I am developing a web application with one CR in it.
    VS 2010 + CR for VS installed on development machine.
    The development environment is all fine, works a treat. The problems started when I tried shipping to our staging environment, and also a test area on our live server.
    Our live web server is running Windows Server 2008 Web edition R2 with dotnet V4 x86 runtime installed.
    After overcoming 'Type Initializer' error, 'log4net.dll' error and 'LoadReport' error on the live server, the live server now just displays a blank page.
    When I had this problem on the staging server I found that this was caused by the 'aspnet_client\system_web\4_0_30319\crystalreportviewers13' folder not existing or in the right place. It works on the staging server when I'm browsing using http://localhost etc.
    Things I have done to get the report working on the live server:
    1. Install CR Runtime 32bit V13
    2. Set security settings on C:\Windows\Temp to allow web user (actually set to 'Everyone' until it's all working properly) read/write access
    3. Moved  folder 'aspnet_client\system_web\4_0_30319\crystalreportviewers13' to the application folder and the www root folder (have tried in various places also)
    I have to say that the report is displayed when I'm on the live web server and browse using http://localhost etc., and I can repeat the problem by moving the crystalreportviewers13 folder out of where it should be.
    After getting all this done over the past 2 DAYS I believe that the problem lies with the location of the 'crystalreportviewers13' folder. Although it could be something else.
    Any help in this matter would be greatly appreciated.
    Cheers
    Julian

    OK, apologies. posted in haste!
    It seems that the report is working, it's just the browser I was viewing it from simply doesn't display it. No idea why yet, but not too worried as all other machines I try it on, it works.
    A little annoyed however at the amount of time I've wasted trying to get this working. Is it documented anywhere for instance that C:\Windows\Temp needs special privileges set up to make a web crystal report work?
    Anyway, please ignore this, and the last post!
    Cheers
    Julian

  • Date data from Web Intelligence Report not equal to Date from Source

    Hi,
    I am creating a Web intelligence report based on a BEx query. I have a field called 'Date' that I am bringing over from the BEx query. It has a format of MM/DD/YYYY. When I view the 'Date' in Web Intelligence, it is displaying as 1/1/70. For example, in the BEx Query, 'Date' = 11/01/2011. In Crystal Reports, it is showing up as 1/1/70 as the only date. The source field contains more than 1 date.  I'm not sure what's going on. I am using the 14.0.0 (2010) version of the Web Intelligence through the BusinessObject Launch Pad.
    Please help!
    -Janice

    Hi
    The patches for SAP BusinessObjects BI4.0 are accumulative.  This means you can download the latest patch (for the Support Package that you have installed) and it will have all the patch fixes
    It looks like older patches are being removed from the sites & only the most recent patch or patches are available since they are accumulative
    I believe Patch 2.15 should now be available, but anything later than Patch 2.6 should help you in this instance
    I hope this helps
    regards...ian

Maybe you are looking for

  • Getting SP2-0306 error while executing a scrpt.

    Hi all, We are using oracle version 11GR2 . I am getting the below error while executing a unix script which connect to DB and returns a value. Why we get such issues/ anything wrong in the setup ? Same code working fine in old db. any idead how to r

  • Downgrading from Tiger 10.4.11 to Panther 10.3.5?

    So my old IMAC G5 (17in 512MB ram running Panther 10.3.9) recently had service at the apple store to replace the motherboard and the power supply. As a courtesy, they installed Tiger 10.4.11 when my computer shipped with disks for Panther 10.3.5. Whi

  • Saving work book

    How to save the work book globally

  • Edit my MPEG to a smaller file

    I usually import my video from tape all as 1 MPEG file. This unfortunatly leaves me with huge files and makes storage difficult. Is there a way in PPCS4 or other program that will allow my to edit my MPEG files down to a smaller size. with out lose o

  • Bonetool problem - Please do help!

    First of all, thank you very much for clicking on this link. If you got the same problem, please post on the theard to get it higher up so the problem will be solved faster. Anyways, over to the problem; I create three objects in an arm (or a leg): U