Hi, I want to pass all Fund_Id to a drill through target report. Fund_Id is a column in my report. actully my drill through should pass all rows of fund_id to target report. and apply filter on basis of these passed values. for this i am trying to create a string in parent report that includes all fund ids sapereted by a comma eg('Fund_Id1','Fund_Id2','Fund_Id3') and use this string with IN clause of SQL. but I am not able to create any such string. Can someone Please guide me on this? Thanks Charul Pandey