Joined: 14 Oct 2009
Location: United States
Online Status: Offline
Posts: 5
Topic: Different Stored Proc but Parameter name is Same. Posted: 14 Oct 2009 at 8:47am
Hello Friends
I have a problem in Crystal Reports. I am developing a report which contents 4 different Stored Proc and 1 table. I used 5 different connections for that. In all 4 SP I have 4 common parameter fields with same name like, @BlockID, @LanguageID, @Param, @LabelID. And all SPs are having different values for each parameter. So, when I run the report, it asks only 1 time for all 4 SP's common parameter. And, so that, my report doesn't show correct result.
Joined: 21 Dec 2007
Online Status: Offline
Posts: 4372
Posted: 20 Oct 2009 at 5:58am
change the names of your parameters. If you need 4 different values for the first parameter that is named BlockID, you are going to need 4 different inputs. Crystal sees them as the same name, so assumes that the values are the same.
You cannot post new topics in this forum You cannot reply to topics in this forum You cannot delete your posts in this forum You cannot edit your posts in this forum You cannot create polls in this forum You cannot vote in polls in this forum