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 wOOdy-Soft on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Recent content by ema15

  1. ema15

    The report gets refreshed every time when scrolling bar

    I have Crystal Analysis report published on the web with Crystal Enterprise. I can see the report on the web but if I am just trying to scroll the bar down to see the rest of the page the report gets refreshed. Does anybody knows how I can avoid refreshing the report?
  2. ema15

    Cube buiding question.....

    I am building a cube using MS Analysis Services from MS SQL Server. I have a table with fields: SalesmanID, CustomerID, ProductID, DeliveryDate and SalesQuantity. And I am using this table directly as a fact table. My question is how I can create Time dimension? Can I just create a view from the...
  3. ema15

    Connection to the server failed...

    Found the problem. I installed the MS Analysis Server after installing MS Office XP which overwrited some dll's. I installed Service Pack 1 for SQL Server 2000 from microsoft site and it fixed the problem.
  4. ema15

    How to create time dimension in OLAP cube?

    Hi guys! I just started building OLAP cubes and not sure if I am doing right. I have a table in MS SQL Server 2000 containing SalesmanID, CustomerID, ProductID and DeliveryDate by day. I need to creat a cube with dimensions:[Salesman],[Customer],[Product],[DeliveryDate] and SalesQuantity as a...
  5. ema15

    How to convert numeric data type to date type?

    Hi Terry, I used exact same formula and it did work, you saved my day!!! :) Thank YOU VERY MUCH!!!
  6. ema15

    How to convert numeric data type to date type?

    Hello, I am trying to create a view in MS SQL Server 2000 with "DeliveryDate" field which data type is an Integer Float in this format: "YYYYMMDD". Does anyone know how I can Convert this field to a Date data type?
  7. ema15

    Connection to the server failed...

    I am using Crystal Analysis 8 Pro. Created cubes with Analysis Services. When I am trying to create new app on "Crystal OLAP Connection Browser" I can see the servername but when I try to load the cubes I got an error message : "MyServer:ParseDisplayName failed". Have anybody...
  8. ema15

    Cannot retrieve the cube data from Analysis Server

    I am building cubes using Microsoft Analysis Services and can process the cube but not able to retrive cube's data. I am getting error message:"Unable to display the cube untill it has been processed (Unspecified error)". But it did proccessed sucesfully. I have SQL Server 2000 and...
  9. ema15

    Crystal Analysis Distribution....

    I am using Crystal Analysis as a reporting tool and Microsoft Analysis services to create OLAP cubes. Is there a way of distributing the crystal analysis reports with cubes to customers without them purchasing MS SQL Server? Do they have to have MS SQL Server if they just want to use my cubes to...
  10. ema15

    Bar code printing.

    Hi Scott, first create a formula using Crystal additional function: StringToCode39 ({File.BarCodeField}) and change the font to Code39-Digits. A special font as well as Crystal add-on is required for printing Code39 Bar Codes. This has to be purchased from Azalea software. Crystal includes a...
  11. ema15

    Crystal Reports, grouping on multiple fields...

    Hi All, Is there a way of creating groups if the data kept in multiple fields: For the Code1 - Field1, Field2, Field3...Field200 Code2 - Field1, Field2,..........Field200 I need to group by the value in Field1,Field2,Field3..Field200. I'll appreciate any help...

Part and Inventory Search

Back
Top