Hi Yuvraj,
Thanks a bunch Sir Appreciated.
Freight is a Measure. I don't really wanted the sum, the basic requirement, if there are multiple Freight values against data I need one. In this case [Freight] = 65 so i need single Freight Value and then i will add this Freight value to Sum [Amount].
I only needed sum[Freight] if Freight values are different in a block. for example if i had 65,65,66 then i would have needed sum [Feight] i.e. (65+66)
But your help give me a way through I applied same but used IN
Variable Fright Calc
Freight Calc=Sum([Freight]) IN ([Order ID]) because i had another column of Order ID in the block and that gives me desired output.
Thanks a bunch
Just a quick help if i want to use this Freight Calc variable between any hard coded text in report can i use it currently its saying Multivalue.
Any further help would be appreciated