Can I display a variable inside a report label? V4.1 of course...
I assign a variable, let's say V1, with the value "RGHT 412".
I want to display the string in the REPORT header. How do I do that? I editted the FILE_HEADER.LBL . But what would the syntax be?
Here are a few things I tried:
V1
=V1
=V1()
Maybe DEST_EXPR or something???
None of them seem to take. They are all treated as a string.
Anybody tried this before? Please let me know!
Jan.
I assign a variable, let's say V1, with the value "RGHT 412".
I want to display the string in the REPORT header. How do I do that? I editted the FILE_HEADER.LBL . But what would the syntax be?
Here are a few things I tried:
V1
=V1
=V1()
Maybe DEST_EXPR or something???
None of them seem to take. They are all treated as a string.
Anybody tried this before? Please let me know!
Jan.
Comment