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.

 All Forums
 SQL Server 2012 Forums
 Analysis Server and Reporting Services (2012)
 LookUpSet

Author  Topic 

tech2
Yak Posting Veteran

51 Posts

Posted - 2014-09-18 : 14:14:34
Is it possible to eliminate duplicates or use Distinct with the expression below? Report Builder 3.0.

=Join(LookUpSet(Fields!ItemNumber.Value,Fields!ItemNumber.Value,Fields!OrderNumber.Value, "DataSet2"),"" + vbcrlf)

Thanks,
   

- Advertisement -