Hi,
me getting from DB value like 1-555(73)
i just want to show in report below Output
555
(73) means in first line 555 than next line (73) . i am using below expression right now
=Mid(Fields!AllProgramRates.Value, InStr(Fields ! AllProgramRates.Value,
which is given output like 555(73) but i want (33) is to be in next line.
"-") + 1, Len(Fields!AllProgramRates.Value))