Wednesday, July 23, 2014

How can i find all matching values from other dataset based on current dataset field ? (SSRS 2008 R2)

You can find all matching values of another dataset by using LookupSet() function.

Syntax:
LookupSet(source_expression, destination_expression, result_expression, dataset)



No comments:

Post a Comment

React-select is very slow on larger list - Found solution - using react-window

 I had more than 4000 items in searchable dropdownlist. I have used react-select but it was very slow. finally I found complete solution to ...