Hi
using the axpression
=ToString.Substring(19, 15)
in a text box the text box displays
"Project_Manager"
using the expression
=Lookup("Project_Manager", Fields!NewPrompt.Value, Fields!VISIBLE_PARAMETER.Value, "DataSet1")
in a text box the text box displays
"Compliance"
yet using the expression
=Lookup(ToString.Substring(19, 15), Fields!NewPrompt.Value, Fields!VISIBLE_PARAMETER.Value, "DataSet1")
in a text box the text box displays nothing.
does any one have any idea how i would combine the two expressions?
Thanks in advance