Hi,
I have the following simple function:
NL("Sum";"Value entry";"Amount Cost (actual)";"Item No.";NL("Filter";"Item";"No.";"FilterField1";"Filter1"))
Item Numbers may have special characters, so I get an error. How do I combine the "@@" with the NL(Filter) - function? I tried a lot, but nothing worked.
Regards
Frank
Date
Votes
2 comments
-
Jet Reports Historic Posts Official comment Hi Frank,
I think you could do this with a calculated field like this:=NL("Sum";"Value entry";"Amount Cost (actual)";"Item No.";NL("Filter";"Item";"=""@@""&NF(;""No."")";"FilterField1";"Filter1"))
Does that work for you?
Regards,
Hughes -
Jet Reports Historic Posts Hi Hughes,
it works, thanks! I had the idea with the calculated field, but not the syntax.
Frank
Please sign in to leave a comment.