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 strongm 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: *

  • Users: gyfu
  • Order by date
  1. gyfu

    Creating formula with specific Groups..

    Thanks LBass and CoSpringsGuy.. I think I do get the idea.. I will try it out. -- gyfu -- Crystal Report 2008 Microsoft SQL 2005
  2. gyfu

    Creating formula with specific Groups..

    Hi LBass... Let me give you a more detailed explanation of what I need to do. The report sample below shows 7 groups with the amount in the month of January. This will of course expand to the other months of the year. I used a summary field for the amount in January and the other months...
  3. gyfu

    Creating formula with specific Groups..

    Thanks guys, I think the running total is the way to go. Though hate the fact that I have a lot of running totals to do then.. -- gyfu -- Crystal Report 2008 Microsoft SQL 2005
  4. gyfu

    Creating formula with specific Groups..

    Hi All.. I thought this is a simple problem but then I just realize that I cannot do it. Need to know if I am missing something here or is there a possible way of doing it. Problem: I have a summaries of group headers: Eg. Grp 1 - 2000 Grp 2 - 4000 Grp 3 - 1000 Grp 4 - 5000 I need to...
  5. gyfu

    Creating Historical Report...

    Thanks guys, I did have someone written a SP and capture the history as mention. Seems to be working well for now. -- gyfu -- Crystal Report 2008 Microsoft SQL 2005
  6. gyfu

    Passing parameter into a Stored Procedure

    Hi Madawc, My problem is not with the field in the CR but rather the fields in the SP. Let me give you the example... CREATE PROCEDURE [rpt_SP] (@BeginDate smalldatetime, @EndDate smalldatetime,@UserID int) AS BEGIN DECLARE @AmtPaid as money DECLARE @AssignedBillBal as money...
  7. gyfu

    Creating Historical Report...

    Anyone with any ideas on this problem? -- gyfu -- Crystal Ver 10 Microsoft SQL
  8. gyfu

    Passing parameter into a Stored Procedure

    Hi Madawc, I did that but somehow I cannot link the parameter field to the SP parameter. Somehow the date parameter in the SP doesn't show up in the link window. not sure what i am doing wrong. -- gyfu -- Crystal Ver 10 Microsoft SQL
  9. gyfu

    Passing parameter into a Stored Procedure

    Hi All, I have been reading many post about passing parameter values into a Stored Procedure but doesn't seem to find a way to do it. Can someone please point me to the right direction? I am looking into using a passing parameter values into a stored procedure. My actual problem is this...
  10. gyfu

    Creating Historical Report...

    Hi Madawc, That is the manual way of doing it and the users are doing that at the moment. Where they export multiple excel files and just aggregate it in Excel itself. I got friends who uses SAS reporting tool and it seems that in SAS there is a function that can be used to do such a...
  11. gyfu

    Creating Historical Report...

    Hi All.. I have been using Crystal Report for a while, and I must say this forum has helped me a lot in my troubles or challenges. However, this next challenge I have is something I have no experience at all and am trying to grasp the concept on how to do it. As mention above, it is...
  12. gyfu

    Embedded Stored Procedure in Crystal Report

    Hi All. I have a Crystal report where it is taking it's data from a stored procedure of SQL Server 2000. Problem is now that when i deploy the report, I would also have to deploy the stored procedure separately. This basically would cause version issues and possible problem if one forgets...
  13. gyfu

    Flag off similar records..

    Thanks Guys. This Works well.. -- gyfu -- Crystal Ver 10 Microsoft SQL
  14. gyfu

    Flag off similar records..

    Hey guys, I have been searching high and low for a solution. I hope you guys can help me on this. Here is the case: 1 table with duplicate SSN TableName: CustInfo Name SSN CustNO Flag ----------------------------- Ali 1120 78643 Ali 1120 98732 Sammy 345 36791 John 09212...
  15. gyfu

    Copy and edit DTS

    Hey Alex, I am not sure of how to put use a global variable for my case here. An example of a sequel statment in my task would be: Select * NameofDB..Account As You can see the NameofDB is my variable. How can I use global variable for these? Let me know if there is a solution to this...
  16. gyfu

    Copy and edit DTS

    Hi guys, I need an easier way to copy and edit a DTS. Currently I have a DTS with probably about 50 SQL task. Each task of course has SQL statments. Every time, I have a new customer, I have to go into every of this single task and change the name of the DB that I associate them with. this...
  17. gyfu

    Unable to Open DTS Package: "Unspecified Error"

    Hey.. It could very well be the Service Pack issue. I have that same problem but once I get my service pack in sync with my colleague, it opens well. It happen several times with various service pack. Good luck. -- gyfu -- Crystal Ver 10 Microsoft SQL
  18. gyfu

    Very weird transformation problem..

    Issue Resolve. yeah Alex, I think my issue was very similar to yours. After carefully re doing the transformation, I realize that the file used to have 61 columns, but now it has only 60 columns. Since I did not remapped it, I believe SQL screws it up.. Anyways, all is well now.. Thanks you...
  19. gyfu

    How to make tempdb smaller

    You could also delete the tempdb, and SQL server will re create it when you start it again. -- gyfu -- Crystal Ver 10 Microsoft SQL
  20. gyfu

    Very weird transformation problem..

    Oh sorry, I forgot to mention that this is a fixed length file. I strongly believe it is the file, but I have to find where the problem lies so that I can prevent it in the future. and yes Alex, the source file changes everyday. it is a daily download file. I am debugging in what you are...

Part and Inventory Search

Back
Top