Re: FMP8 - $ and {} symbols in calculation field
- From: "Bill Marriott" <wjm@xxxxxxx>
- Date: Sun, 11 Dec 2005 00:38:24 -0500
I wonder what "Other" is reserved for? Any ideas?
"Howard Schlossberg" <howard@xxxxxxxxxxxxxxxxxxxxxxxxxxxx> wrote in message
news:11pmks8jvnq1se6@xxxxxxxxxxxxxxxxxxxxx
> footman10@xxxxxxxxxxx wrote:
>> Case(Status= "Other"; If(Name<>""; Name & " - " & ${Other}; ${Other});
>> Status= "Closed"; Status & If(${Other} <> ""; " - " & ${Other}; "");
>> If(Name<>""; Name & " - " & Status & If(${Other} = ""; ""; " - " &
>> ${Other}); Status & If(${Other} = ""; ""; " - " & ${Other})))
>>
>> First question: can someone tell me why the $ {} symbols have been
>> placed before and around the value list item Other?
>
> 'Other' is probably a reserved word in FM8. Upon conversion to FM7/8,
> those reserved words, or any field names with illegal characters such as
> dashes, will get the ${} treatment. It is recommended that you change the
> field name in these cases, but it is not required as long as you keep the
> ${}.
.
- Follow-Ups:
- Re: FMP8 - $ and {} symbols in calculation field
- From: Howard Schlossberg
- Re: FMP8 - $ and {} symbols in calculation field
- References:
- FMP8 - $ and {} symbols in calculation field
- From: footman10
- Re: FMP8 - $ and {} symbols in calculation field
- From: Howard Schlossberg
- FMP8 - $ and {} symbols in calculation field
- Prev by Date: Military time conversion?
- Next by Date: Re: FMP8 - $ and {} symbols in calculation field
- Previous by thread: Re: FMP8 - $ and {} symbols in calculation field
- Next by thread: Re: FMP8 - $ and {} symbols in calculation field
- Index(es):
Relevant Pages
|