I have a user fuction that is called in the detail lines with no problem, but when I call it from a group footer I get :
#ERROR# The expression contains undefined function call ConvertSecondsToString().
The experssion in the group footer is:
=ConvertSecondsToString(Sum(Fields.Duration))
the Expression in the Detail line is:
=ConvertSecondsToString(Fields.Duration)
Any Ideas?
#ERROR# The expression contains undefined function call ConvertSecondsToString().
The experssion in the group footer is:
=ConvertSecondsToString(Sum(Fields.Duration))
the Expression in the Detail line is:
=ConvertSecondsToString(Fields.Duration)
Any Ideas?