![]() | |
![]() |
| | Thread Tools | Display Modes |
#1
| |||
| |||
|
#2
| |||
| |||
|
|
I have a relationship based on the Semester field. And I have a field I call "inReadersandJEP", which is supposed to tell me if someone who is in the Current database is also in the Macrofile database and this is a calcfield: Case(Semester_uscCard = uscReaders_jep::Semester_uscCard, "Yes", "No") I would like it to say "Yes" when they do match, and "No" if they do not. Right now, it always says "No" even though I know of a many matches. |
#3
| |||
| |||
|
|
So I have 2 fmp 6U files, Macrofile and Current. They both have a field called Semester_uscCard, which is a calcfield combining the two fields of textfield, Semester like 2007 Spring and a number field, uscCard like 1234567890. The Semester_uscCard would looks like 2007Spring1234567890. Also in Macrofile, I have a relationship based on the Semester field. And I have a field I call "inReadersandJEP", which is supposed to tell me if someone who is in the Current database is also in the Macrofile database and this is a calcfield: Case(Semester_uscCard = uscReaders_jep::Semester_uscCard, "Yes", "No") I would like it to say "Yes" when they do match, and "No" if they do not. Right now, it always says "No" even though I know of a many matches. Any ideas what I am doing wrong or what needs to be changed? |
#4
| |||
| |||
|
|
~consul wrote: I have a relationship based on the Semester field. And I have a field I call "inReadersandJEP", which is supposed to tell me if someone who is in the Current database is also in the Macrofile database and this is a calcfield: Case(Semester_uscCard = uscReaders_jep::Semester_uscCard, "Yes", "No") I would like it to say "Yes" when they do match, and "No" if they do not. Right now, it always says "No" even though I know of a many matches. I'd test that using a portal or GTRR. If the relation works, I get results using count(relatedtable::key) or IfEmpty(relatedtabel::key;"No";"Yes"). |
![]() |
| Thread Tools | |
| Display Modes | |
| |