Link to home
Start Free TrialLog in
Avatar of korasiga
korasiga

asked on

Get Fields from second dataset insted of getting function Sum(dataset2)

hi,

how do I get value from second dataset (in multi dataset report) in some function it provide scope parameter like Sum(Fields!amount.Value, "DataSet2").
but I need to show the value without using function

i.e; i want to have fields form second dataset but i am getting error when i enforce field values.
if i use Fields!amount.Value then its showing up an error stating 'not in scope'.
Please Help em resolve this problem for me.


Avatar of simon_kirk
simon_kirk
Flag of United Kingdom of Great Britain and Northern Ireland image

Try just (Fields!amount.Value, "DataSet2")
Avatar of korasiga
korasiga

ASKER

Thanks for the reply
It gives out error and is not possible to use (Fields!amount.Value, "DataSet2").
Can you suggest me any other solution
Where are you using the data? In a textbox or table?
in the table
ASKER CERTIFIED SOLUTION
Avatar of simon_kirk
simon_kirk
Flag of United Kingdom of Great Britain and Northern Ireland image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial