The Separation Model – Part 23 – Classification Nuances

When I first introduced the concept of using a tagging model, via the classification of data, I only discussed one of a few possible options.

The first option I covered, related to any given element in your database (in this case a person), was the ability to associate multiple classifications, otherwise known as tags, to a person.

What ends up ultimately happening is the desire to have a singular classification for an element. For example, a person can be a student and a parent, but how many times is a student both a 1st and 2nd grader? While the first video discussed multiple tags per element, this video now discusses the singular classification.

Wow, ok, this sounds pretty simple. Multiple vs. singular, that's easy. The trick however is the nuance in how you set up the relationship and the methods you provide for interaction within the user interface.

Essentially, we're providing radio-button-like functionality using a popup menu which is tied into our tagging system. While you may not use this exact and specific implementation, there's always a great amount of information and knowledge you can gain from what is covered.

As with all things, it's knowing what can and can't be done which makes you a better FileMaker developer!

AttachmentSize
KarateAppPart23.zip562.18 KB

Comments

Very interesting methods, will work on implementing them soon. Thanks and keep it up.

One shortcoming with the normal toolbar QuickFind is that I cannot find a keyboard shortcut to put the cursor there. As such, you need to mouse to jump to it.

Anyone found a solution to this that is cross-platform?

Cheers,
Justin

The best I would be able to come up with is a Mac solution that would allow you to move into the field based on help from the system preference of Keyboard where you can set the option to tab the focus to all controls. You might then be able to write and AppleScript to assign to a FileMaker script, which could then be put into a menu.... Phewwwwww! Wow, that's a lot of steps when FileMaker could just make a menu command.

Right now, I don't know of anything.

Matt

-- Matt Petrowsky - ISO FileMaker Magazine Editor