![]() | |
#1
| |||
| |||
|
#2
| |||
| |||
|
#3
| |||
| |||
|
|
I'd like to put data into a field in a record like this: 0.10.3.0.0 That is, any 5 numbers separated by full-stops The idea of this is placeholders. Example: "0.10.3.0.0" means: zero 1xbed apartments ten 2xbed apartments three 3xbed apartments zero 4xbed apartments zero 5xbed apartments In this case there are a total of 13 (10+3) apartments. I'd like another field in each record to be able to convert the placeholder info into a total number of units. What nifty Filemaker function would do this ? regards marmot |
#4
| |||
| |||
|
|
I'd like to put data into a field in a record like this: 0.10.3.0.0 That is, any 5 numbers separated by full-stops |
|
The idea of this is placeholders. Example: "0.10.3.0.0" means: zero 1xbed apartments ten 2xbed apartments three 3xbed apartments zero 4xbed apartments zero 5xbed apartments In this case there are a total of 13 (10+3) apartments. I'd like another field in each record to be able to convert the placeholder info into a total number of units. What nifty Filemaker function would do this ? |
#5
| |||
| |||
|
|
I'd like to put data into a field in a record like this: 0.10.3.0.0 That is, any 5 numbers separated by full-stops The idea of this is placeholders. Example: "0.10.3.0.0" means: zero 1xbed apartments ten 2xbed apartments three 3xbed apartments zero 4xbed apartments zero 5xbed apartments In this case there are a total of 13 (10+3) apartments. I'd like another field in each record to be able to convert the placeholder info into a total number of units. What nifty Filemaker function would do this ? regards marmot |
#6
| |||
| |||
|
#7
| |||
| |||
|
|
Hi thanks for your reply Howard. I'm on fm7 unfortunately. I could have used separate field but that's more fields |
|
and I had a feeling they might get too numerous. |
|
If I can make this placeholder thing work then in fact I can describe a whole mid-size building development in one field. A row of comma, period or space separated numbers all in one field might well serve to describe all the apartments, maisonettes, houses, workspaces and shops types in a development. |
#8
| |||
| |||
|
#9
| |||
| |||
|
|
My database needs to store info about building development options amongst other things. Each development can consist of apartments , maisonettes, houses, workspaces and shops. Many times, there'll be several development options for a single site. The vast majority of these possibilities will come to nought so I want to be economic with time. I need, all the same, to track work done. It could be useful later if it's databased appropriately. |
|
If I have to store info about 1-5 bed configurations of apartments, maisonettes, or houses, isn't that a total of 15 fields ? |
|
Instead of 15 fields, I can get all the info in three fields, or even one. |
#10
| |||
| |||
|
|
It sounds to me like you need a -relational- model to handle this. Where the "development options" that come to something are each in a related record, while the options that come to nothing aren't stored. e.g. a table like "ProjectID, DwellingType, Quantity" related to your master table. For each dwelling type there's a record. Projectid relates it back to the project table, dwellingtype is a drop-down list of values such as "1-Bedroom Apartment, 2-Bedroom Apartment, 1-Bedroom Maisonette, Shop, etc etc). E.g. Project1: Related records: Project1, 1-Room Apartments, 12 Project1, 2-Room Apartments, 14 Project2: Related Records: Project2, 1-Room Maisonettes, 18 Project2, 2-Room Maisonettes, 8 Project2, 3-Room Maisonettes, 5 Project2, Shops, 5 Project2, Workspaces, 2 And you could display this information in a portal. I think its a much more natural way to organize this data. For a project that uses 2 out of the 15 dwelling options you have two related records. And if you have a large project that manages to use all of them, that's ok too. Its a "better" way of approaching the problem, one that leverages what a relational database can do. |
![]() |
| Thread Tools | |
| Display Modes | |
| |