Hi .
How to add line break in the expression that retrieves data from the database.
my expression goes like this.
=Fields!Losses.Value
Sum(Fields!totvalue.Value)&"("&
Sum(Fields!totvalue.Value)/Sum(Fields!totvalue.Value, "DataSet1")*100&")"
Right now am getting the output like this.
DownLoss148(50)
I want to display it as:
DownLoss
148
(50)
How to go abt it???