The FileName() function returns the name of a file.
FileName()
This function is NOT SQL compatible. For more information about SQL compatibility, see our documentation.
Returns the name of the file.
Returns Unknown if the parameter value (file) is unknown.
Unknown
FileName(
file
)
FileName('Data'.'ConceptWithFile':'File') 👍Result: image29.jpg
FileName('Data'.'ConceptWithFile':'File')
FileName(unknownfile) 👎Result: unknown
unknownfile
☑️
the file
Last updated 3 years ago
Was this helpful?