Created
December 3, 2015 21:02
-
-
Save samueleresca/3c17038ce1d69762d009 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
=Join(LookupSet(Fields!datasetA_ID.Value, Fields!datasetB_IDs.Value,Fields!datasetBColumnTarget.Value,"datasetB"), ",") | |
//returns a CSV string: Value1, Value2, ..., ValueN |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment