Skip to content

Instantly share code, notes, and snippets.

@samueleresca
Created December 3, 2015 21:02
Show Gist options
  • Save samueleresca/3c17038ce1d69762d009 to your computer and use it in GitHub Desktop.
Save samueleresca/3c17038ce1d69762d009 to your computer and use it in GitHub Desktop.
=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