![]() | |
![]() |
| | Thread Tools | Display Modes |
#1
| |||
| |||
|
#2
| |||
| |||
|
|
I am running FMP 11 and I have an email script that I would like some help with. I can sometimes have quite a few resources assigned to one department of a task. I have a repeating field (5 repetitions) for resources. The resource name is their login information, and I add the "@xx.com" in my email script. The problem is I can not seem to get the script to ignore the repetitions if they are empty. Any clues? Here is my "to" calculation Database::resource[1]& "@XX.com"& "; "& Database::resource[2]& "@XX.com" As you can see I also need a better understanding of arrays to bring that down to one calculation. I tried resource [1,5] and resource [1-5], but neither of those worked. For now I'll just take getting my email script to ignore empty repetitions if possible, but if you do know how to tell the array how many fields to address please let me know. |
#3
| |||
| |||
|
|
I am running FMP 11 and I have an email script that I would like some help with. I can sometimes have quite a few resources assigned to one department of a task. I have a repeating field (5 repetitions) for resources. The resource name is their login information, and I add the "@xx.com" in my email script. The problem is I can not seem to get the script to ignore the repetitions if they are empty. Any clues? Here is my "to" calculation Database::resource[1] & "@XX.com" & "; " & Database::resource[2] & "@XX.com" As you can see I also need a better understanding of arrays to bring that down to one calculation. I tried resource [1,5] and resource [1-5], but neither of those worked. For now I'll just take getting my email script to ignore empty repetitions if possible, but if you do know how to tell the array how many fields to address please let me know. |
)
#4
| |||
| |||
|
|
I am running FMP 11 and I have an email script that I would like some help with. I can sometimes have quite a few resources assigned to one department of a task. I have a repeating field (5 repetitions) for resources. The resource name is their login information, and I add the "@xx.com" in my email script. The problem is I can not seem to get the script to ignore the repetitions if they are empty. Any clues? Here is my "to" calculation Database::resource[1] & "@XX.com" & "; " & Database::resource[2] & "@XX.com" As you can see I also need a better understanding of arrays to bring that down to one calculation. I tried resource [1,5] and resource [1-5], but neither of those worked. For now I'll just take getting my email script to ignore empty repetitions if possible, but if you do know how to tell the array how many fields to address please let me know. |
![]() |
| Thread Tools | |
| Display Modes | |
| |