Groups > Databases > Filemaker > Re: portal hell




portal hell

portal hell
Sun, 30 Mar 2008 12:52:04 -070
I'm trying to do everything by table relationships as opposed to value
lists, but I'm running into trouble when it comes to keywords

I have three databases (table):
Organizations---Contacts---Keywords

Instead of doing the traditional One name, one record thing, I'm using
the Organizations as the main record that can be assigned an unlimited
number of contacts at that organization through a defined relationship
between tables

I want to assign keywords to each contact, like "main contact" or
"publicity contact" or "cc contact" or "lead contact on
xxx project,"
and I want each contact to be able to have multiple keywords attached
to them, and this is no problem doing it though a defined relationship
between tables

Where I'm running into problems is in displaying all of this within
the Organizations database

I have one portal that links to that Organizations contacts...it's a
portal that's large enough to display that contact's phone number and
email addresses, much like a rolodex card

But I also want to display that contact's keywords, but I can't find a
way to get the keywords into a field so I can show it, or do a portal
within a portal kind of thing...

I think I may have made this database past the limits of what
filemaker can do, but I'm not sure...does anyone have any ideas?

Thanks

Post Reply
Re: portal hell
Sun, 30 Mar 2008 13:06:25 -070
What version of Filemaker?

David Averbach wrote:
> I'm trying to do everything by table relationships as opposed to value
> lists, but I'm running into trouble when it comes to keywords
>
> I have three databases (table):
> Organizations---Contacts---Keywords
>
> Instead of doing the traditional One name, one record thing, I'm using
> the Organizations as the main record that can be assigned an unlimited
> number of contacts at that organization through a defined relationship
> between tables
>
> I want to assign keywords to each contact, like "main contact"
or
> "publicity contact" or "cc contact" or "lead
contact on xxx project,"
> and I want each contact to be able to have multiple keywords attached
> to them, and this is no problem doing it though a defined relationship
> between tables
>
> Where I'm running into problems is in displaying all of this within
> the Organizations database
>
> I have one portal that links to that Organizations contacts...it's a
> portal that's large enough to display that contact's phone number and
> email addresses, much like a rolodex card
>
> But I also want to display that contact's keywords, but I can't find a
> way to get the keywords into a field so I can show it, or do a portal
> within a portal kind of thing...
>
> I think I may have made this database past the limits of what
> filemaker can do, but I'm not sure...does anyone have any ideas?
>
> Thanks
>
Post Reply
Re: portal hell
Sun, 30 Mar 2008 14:43:06 -070
Sorry

8.5 Advanced
Post Reply
Re: portal hell
Sun, 30 Mar 2008 14:50:17 -070
On Mar 30, 3:43 pm, David Averbach <dnaverb...@gmail.com> wrote:
> Sorry
>
> 8.5 Advanced
> Mac OS 10.5

Filemaker doesn't permit a portal within a portal, but you can create
an unstored calculation field in Contacts=

List(Keywords::Word)

And display that.  You can manipulate that field as you want, say by
making it= Substitute(ListKeywords::Words); ¶; ", ")
to get the words flat rather than a list.

Post Reply
Re: portal hell
Sun, 30 Mar 2008 16:14:43 -070
Wow...
I have never used the List command before! Awesome, it works
perfectly, thanks.
Post Reply
about | contact