Hello!
I have a report that exports to a file and I need to name that file by concatenating two fields and some text...the text is always the same but the fields are dynamic determined by the user and a parameter...
For example:
I am lost as to even where to start...any suggestions?
MANY THANKS IN ADVANCE!!
B
)
I have a report that exports to a file and I need to name that file by concatenating two fields and some text...the text is always the same but the fields are dynamic determined by the user and a parameter...
For example:
Code:
File_Name:='payments'||_||field1||_||field2(param)||'.txt'
MANY THANKS IN ADVANCE!!
B
)