how can i access the different dataset parameter in th SSRS. i have created one dataset and define Bu as a parameter. then i created separate dataset called dataset2 and need to access that BU parameter from dataset2. i cant access it using normal way. ex strtoset(@.Bu)..... ?
dear Friend,
Inside my report, I have a field that is the sum of one field in a dataset and other field in other dataset...:
Code Snippet
=Sum(Fields!NC_FPA_OpFinanc.Value, "DataSet_FPAtribuidos")+Sum(Fields!CM_ENT_ReqFundosPropriosRC.Value, "DataSet_ActivoPonderado")
Helped you?
Regards!
SET [FilteredBUList] AS strtoset(@.BU,"Dataset2")
No comments:
Post a Comment