Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations TouchToneTommy on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  1. sreeramnavale

    Missing Crystal Report Viewer images

    Hi, I have a java application which opens crystal report in the crystal report viewer. The report opens up in crystal report viewer but the images for navigation on the viewer do not show up. The URL for image shows up on the crystal report viewer as...
  2. sreeramnavale

    Problem setting ODBC connection

    Hi all, I am trying to set ODBC DSN in Windows Vista 64 bit operating System. In am unable to add MS Access database in System DSN of control Panel. There are no drivers for MS Access *.mdb file on my system. Please guide me get the drivers. Thanks, SN
  3. sreeramnavale

    Subreport with store procedure having parameters

    Hi, I am using SQL Server 2005 and Crystal Reports 2008. I have a subreport which is calling a store procedure. This store procedure has three parameters 1. Customer 2. Start Date 3. End Date I collect this parameter information in the main report. How can I pass this paremeter information...
  4. sreeramnavale

    Total of salesamount from sales table on page header and in details

    Hi, I have sales table. The table has two columns Product SalesPrice The table has three reocrds. Product1 500 Product2 750 Product3 1000 I am using this table in crystal report. My questions are 1. Can I show the sum of all SalesPrice on the Report...
  5. sreeramnavale

    Not able to launch BO Enterprise Java Administration Launhpad

    Hi all, I just installed BO XI R2. When I tried to BusinessObjects Enterprise Java Administration Launchpad with URL address http://atg:8080/businessobjects/enterprise115/adminlaunch/ I get Page cannot be displayed error on IE. Can you let me know what could be the cause for that. Thanks, SN
  6. sreeramnavale

    Suppressing Crosstab fields conditionally.

    Hi, I have a crosstab. It is product verses Store sales crosstab. Products are rows. Stores are columns. And sum of the sale is in the Crosstab fields. The table Data is as ProductA Store1 100 ProductA Store1 105 ProductB Store2 110 ProductB Store1 205 ProductC...
  7. sreeramnavale

    CR Templete for the company

    Hi, I would like to have some ideas as to what type of templetes which you use so that all reports for the company you work look alike? What do you put in these templetes? -SN
  8. sreeramnavale

    Group Sort Expert Problem

    Hi, I use Business Objects Crystal Report XI. I have a report with single grouping on field 'TableABC.Reseller'. I summarize field 'TableABC.Bookings'. The summarization I do is the sum of the field. And this summary field is put in Group Footer Section of 'TableABC.Reseller'. The other field...
  9. sreeramnavale

    Report over a picture.

    Hi, I have a picture. Over the picture I want to build a report. Can some one help me how to build report over the picture. Thanks, SN
  10. sreeramnavale

    Want single Dual Axes bar chart scale for both axes which is dynamic.

    Please help, I haven't been able to solve this issue that's been driving me crazy for some time, anybody familiar with charts in Crystal reports, specially dual-axes bar charts? I need my dual axes bar chart to have the same scale on both y1 and y2 axes. As it is now, if for example on my Y1 I...
  11. sreeramnavale

    SQL Query works in one database and not on similar other database.

    Hello Forum, I am using Crystal Reports 9.0 with Oracle. In my database expert I have the SQL Query as shown at end of this Message. This SQL Query works on my production database but fails on test database. I would like to know the reason why it fails on my test database. I did a bit of...
  12. sreeramnavale

    ORACLE ERROR: 'ORA-00920: invalid relational operator ORA-02063: prece

    I use Crystal Reports 9.0 and oracle. I have code Parameters 1.WH, 2.Start_Date, 3.End_Date in database Expert. And the query as below. WITH Parms as ( Select Case When '{?1.WH}' = '%' or '{?1.WH}'='8671' then 'true' else 'false' end as WH8671, Case When '{?1.WH}' = '%' or '{?1.WH}'='8691'...
  13. sreeramnavale

    Parameter passing to Subreport.

    Forum, I use Crystal Report 9.0. I am building report with Database Expert retriving data with SQL Command. select pack_no, packitem_breakout.item, item_master.item_desc, item_master.dept, (select dept_name from deps where deps.dept = item_master.dept) department_name, item_qty...
  14. sreeramnavale

    CRXISerMLB.exe is not a valid Win32 application

    Hi All, I downloaded Crystal Report Server XI from the Business Objects web site. The download went perfect. I got the CRXISerMLB.exe file. But after downloading this file when I tried to run this file I got the error. "CRXISerMLB.exe is not a valid Win32 application" Can some one help me...
  15. sreeramnavale

    Multiple value parameters

    How do I use multiple value parameter in record selection criteria? my multiple value parameter is qparmAssetNbr and it should be compaired to my database field ast_nmbr SN
  16. sreeramnavale

    How to Find the Last day of a Month

    Friends, I have a date field (Orders.Order Date) in my datebase. I want to print the last day of the month for that Order Date on my Crystal Report. Please help me in putting a right formula for that. SN
  17. sreeramnavale

    Problem with Page Break

    Hello forum, I place New Page after in Group footer for a specified group in Section Expert. the problem with this is that I get an extra page at the end of my last group in the report. How can I avoid getting this extra page in the report. Thanks, SN
  18. sreeramnavale

    Invoke crystal Reports from Command Prompt

    Dear Forum, Can any one of you tell me weather I can open a certain crystal report(Example ABC.rpt) from a command prompt. If yes can you give the syntax for that. Thanks, SN
  19. sreeramnavale

    Crystal Enterprise folder structure

    Hi, I am in the process of start working in Crystal Enterprise Ver 10.0 at a new organisation. Can any one tell me a good document to read before I build a directory structure for publishing reports on the intranet using Crystal Enterprise. I would like to read information about the security...
  20. sreeramnavale

    Opening word document in seperate web page.

    I use the following code to open a word document from ASP.NET and this code opens the word document on the current web page. myExportFileOnline = mergeDocumentOnlinePath & "FNC_Commercial_Release_of_Assignment.doc" Response.Redirect(myExportFileOnline) I would like to open word document in a...

Part and Inventory Search

Back
Top