Forum Replies Created

Viewing post 1 (of 1 total)

  • RE: Table within a Table with different datasets

    One Solution Can be use of Lookupset function:

    use this expression in one cell

    =String.Join(VbCrLF,

    Lookupset( Fields!joinFieldName.Value,

    Fields!joinFieldName.Value,

    Fields!FieldYouWant.Value ,"secondDataset")

    )

    It joins firstDataSet (current) to second dataset and feed result in every new line.

    Excel output is also...

Viewing post 1 (of 1 total)