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.

can filemaker do this???

Featured Replies

hi all, I don't this software can done this idea of not.

my idea is like below:

1=N,2=L,3=K,4=P,5=R,6=O,7=D,8=U,9=C,0=T

Now I want to convert my price field to text field. How I relationship all this think?

When the price field is 20.00 mean 2=L,0=T,0=T,0=T, so the text field show me LTTT

any idea? hope your all understand my issue....thank for reply!

Hi, Questions King!

Hi tried substitute function, and it works.

Near such:

Substitute(Substitute(Price,"1",,"N"),"2","L")..... and so far.

May be there is more easy way...

in fm7 & 8 we no longer need to "nest" substitute functions within itself, so we reformat aaa's calc to be:

Substitute(Price;

[ "1" ; "N" ] ;

[ "2" ; "L" ] ;

[ "3" ; "K" ] ;

)

and also the seperating character is a semi-colon not a coma aaa.

~genx

  • Author

Very thank all.....there is the solution I want!!!

Thank you ll

  • Author

hahaha....to fast to happy, ok now my problem is when my price is 20.00 should be L(2)T(0)T(0)T(0) and now only show two number L(2)T(0)??

any idea?

Substitute (

Price * 100 ;

[ "1" ; "N" ] ;

[ "2" ; "L" ] ;

...

  • Author

Thank!!!!

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.