FileName
Last updated
Was this helpful?
The FileName() function returns the name of a file.
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.
FileName(file)FileName('Data'.'ConceptWithFile':'File')
👍Result: image29.jpg
FileName(unknownfile)
👎Result: unknown
file
file
☑️
the file
Last updated
Was this helpful?
Was this helpful?