make_filename
Description
Example: Filename from Just Text
make_filename("Holiday Pictures 2012 & 2013")Example: Filename from Information
p is Person
make_filename(
JOIN(
(
p.date_of_birth,
p.first_name + ' ' + p.last_name
),
" - "
)
)Last updated
Was this helpful?
