Jump to content

This topic is 7542 days old. Please don't post here. Open a new topic instead.

Recommended Posts

Posted

Hello

I have a field called "registered" and I have a field called "graphicalregistered"

I would like to know if I have a calculation that determines the number in "Registered" _ is there a way for Filemaker to add that number of "x"s into that field.

for example

"registered = 15"

graphicalregistered = "xxxxxxxxxxxxxxx"

or

"registered = 28"

graphicalregistered = "xxxxxxxxxxxxxxxxxxxxxxxxxxxx"

Is there some kind of formula to do this kind of thing?

Thanks

Posted

Graphicalregister calcululation, text results

Left("||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||", register)

an "x" can be where the pipes "|" are.

Also, the number of "|" are 100, but you can make it whatever the maximum number you will use.

HTH

Lee laugh.gif

This topic is 7542 days old. Please don't post here. Open a new topic instead.

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...

Important Information

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