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...
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
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...
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
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...
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
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...
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...
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...
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...
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...
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...
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...
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
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...
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...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.