Jump to content

MxStang

Newbies
  • Posts

    4
  • Joined

  • Last visited

Everything posted by MxStang

  1. Thanks for your replies, I knew this decision would come back to haunt me.. darn! Comment, in this implementation there is no relationship between ailments/treatments, it's just to keep a record of them and generate the report so it's a much simpler design (but you are making me rethink it looking forward nonetheless...) I've created a very simple example of how this part of the application works and I think you can see better why I was "seduced" to use this one-line/multiple values approach: in the same layout I can have a history of previous consults of the patient with each of their associated ailments/treatments using just one simple portal. I was thinking I should revisit this in order to get ready for the MySQL integration that's coming in the next revision of FM anyway, so all of your input will help me greatly in avoiding hitting my head on a wall too hard :o OneLineMultiValueExample.zip
  2. Hi all, I'm a novice+ FM 8.5 Advanced user and I just became a victim of the "your Filemaker prototype is actually more dependable than the custom application we run part of our department on" syndrome So, long story short, I'm stuck with the following scenario: I have a daily medical consult table constructed with the following relevant fields: patient ID, date, doctorID, sex, ailments and treatments. Both ailments and treatments are one text field each that can contain multiple values through the use of a checkbox list in the interface layout. Now I have to make a report like this: Date range | sex | doctor ID | ailment1 |...| ailmentN | Treatment1 |...| TreatmentM | TotalAilments | TotalTreatments Right now I do it by brute force, with 2 intermediate tables and a lot of record-by-record analisis but I'm pretty sure there is a simpler, faster, more elegant way and I'm sure this is the place to find it. Could you guys help me out with suggestions/ideas/tips to solve this? Thanks in advance, Gabriel.
  3. This works like a charm and saved me at least a weekend of experimenting... thank you so much! :)
×
×
  • Create New...

Important Information

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