Please start any new threads on our new
site at https://forums.sqlteam.com. We've got lots of great SQL Server
experts to answer whatever question you can come up with.
| Author |
Topic |
|
nitsmooth
Yak Posting Veteran
68 Posts |
Posted - 2009-11-25 : 05:39:55
|
| Hi all,i am using sql server 2005. Why i keep getting this error while generating the report?[rsDuplicateScopeName] More than one data set, data region, or grouping in the report has the name ‘Assignee’. Data set, data region, and grouping names must be unique within a report.Build complete -- 1 errors, 0 warningsAssignee is the name of the group parameter i am using. |
|
|
GhantaBro
Posting Yak Master
215 Posts |
Posted - 2009-11-25 : 14:17:52
|
| seems u have named two things with same name when it was supposed to have unique names like a table cannot have two columns with same names... |
 |
|
|
madhivanan
Premature Yak Congratulator
22864 Posts |
Posted - 2009-11-26 : 01:59:26
|
quote: Originally posted by nitsmooth Hi all,i am using sql server 2005. Why i keep getting this error while generating the report?[rsDuplicateScopeName] More than one data set, data region, or grouping in the report has the name ‘Assignee’. Data set, data region, and grouping names must be unique within a report.Build complete -- 1 errors, 0 warningsAssignee is the name of the group parameter i am using.
Post the code used to build the datasetMadhivananFailing to plan is Planning to fail |
 |
|
|
|
|
|