Hi everyone,

I would like to use a diesel expression to populate a field that would contain only part of the file name. For example, if I have one drawing named "14 E-1 First Document", I would like the field to populate with "First Document". The challenge is not all files have the same prefix length, such as "01 PI-1 Second Document". I would still only like the field to populate with "Second Document". So basically, I need a diesel expression that will display the file name after the second delimiter if the delimiter is a space.

I am just getting started with Diesel and any help and guidance would be greatly appreciated.

Thanks,

Hunter