we need the list suppliers in a text box,
if it were a parameter, we can do it by =join(parameters!Supplier_ID.Value,",")
but
if the Supplier Id is a field , join(Fields!Supplier_ID.Value,",") doesnt work!
how to achieve this.
↧
Using Join Function for fields (Values from data set ) in SSRS 2008
↧