File names

Z

Zuma

Hi All,

I have asked a similar question earlier but still havn't got to the bottom
of it. I want to save a file as "feild1 + Feild2" i.e Clientname date. When
I do this by inserting a field the inserting the + symbol and the adding the
secodn field i.e clientname + Date. I get no error but the file is saved as
NaN. I guess the syntax is wrong.

Any ideas?

Cheers

Zuma
 
M

Michelle Beall

Check the type of the fields. Try using concat() to concatenate two fields.
 
Top