Hi,
We have created one report in which we need to display average/sum/max value for particular tags.
We are using lookup function as follows:
=Sum(LookUp(Fields!TagName.Value,Fields!TagsName2.Value,Fields!TagVal.Value,"IP21"))
=Avg(LookUp(Fields!TagName.Value,Fields!TagsName2.Value,Fields!TagVal.Value,"IP21"))
=Max(LookUp(Fields!TagName.Value,Fields!TagsName2.Value,Fields!TagVal.Value,"IP21"))
How can we use aggregate function within lookup function.
If we embed the above expressions in our data set then it shows us the actual value only but does not shows the average/sum/max value.
Please help!