Skip to content
View in the app

A better way to browse. Learn more.

FMForums.com

A full-screen app on your home screen with push notifications, badges and more.

To install this app on iOS and iPadOS
  1. Tap the Share icon in Safari
  2. Scroll the menu and tap Add to Home Screen.
  3. Tap Add in the top-right corner.
To install this app on Android
  1. Tap the 3-dot menu (⋮) in the top-right corner of the browser.
  2. Tap Add to Home screen or Install app.
  3. Confirm by tapping Install.

Container Field + set separate field with file name...

Featured Replies

HI I have

FMP 12 Advanced...

One of the starter solutions is "content management"

however when I change the storage system to "outside the database" the filename Placeholder field goes all odd and shows the path… size etc of the file…
How can I just get the file name for this field …?

This will do it:
 
Let( [
var1=GetValue( Documents::Doc_Container ; 1 ) ; 
var2=Length( var1 )
] ; 
 
Right( var1 ; var2 - 7 )
)

How can I just get the file name for this field …?

Hi

 
you'll need to change the calculation for the field: File Name Placeholder to:
Case( 
IsEmpty ( File | Container ) ; "File" ; 
ValueCount ( File | Container ) = 1 ; File | Container ;
Let( v = GetValue ( File | Container ; ValueCount ( File | Container ) ) ; Middle ( v ; Position ( v ; "/" ; Length ( v ) ; - 1 ) + 1 ; Length ( v ) ) )
)

 

Create an account or sign in to comment

Important Information

By using this site, you agree to our Terms of Use.

Account

Navigation

Search

Search

Configure browser push notifications

Chrome (Android)
  1. Tap the lock icon next to the address bar.
  2. Tap Permissions → Notifications.
  3. Adjust your preference.
Chrome (Desktop)
  1. Click the padlock icon in the address bar.
  2. Select Site settings.
  3. Find Notifications and adjust your preference.