Link to home
Start Free TrialLog in
Avatar of Fordraiders
FordraidersFlag for United States of America

asked on

Assign a value to a field

lotus notes  4.6/r5
domino r5


what I need:
I have a field that is a radiobutton - editable   with 2 options...

Off-Site/Desktop | Off-Site/Desktop
On-Site | On-Site

Off-Site/Desktop (submitted project data) | Off-Site/Desktop
On-Site (at customers location) | On-Site
On-Site Inventory Solutions | On-Site Inventory Solutions







If a person selects   "On-Site"   OR   "On-Site Inventory Solutions"



I need another field("SiteProjectManager_1")  to change a value called   "JIM PARKER"
SiteProjectManager_1 -  a "Text"-computed for display....


I currently already have this in the "Value" for  "SiteProjectManager_1"



@If(WorkRequestType="On-Site"; "Tom Kobbs"; ProjectSize = ""; ""; ProjectSize ="20-200" ;"David Thomas";ProjectSize ="501-1000" | ProjectSize ="1001-2500"|ProjectSize = "2500+";"Tom Kobbs";"Dale West")




Thanks
fordraiders
Avatar of SysExpert
SysExpert
Flag of Israel image

It looks like  SiteProjectManager_1 is dependent on a field called ProjectSize at the moment.

Were does it fit in ?


I hope this helps !
Avatar of Fordraiders

ASKER

Sysexpert,
The value will be ser to "Dale West" whatever the value of the ProjectSize field.
If "WorkRequestType" = "On-Site"   OR  "On-Site Inventory Solutions"

tHANKS'
I think this is doing it ok now ?

@If(WorkRequestType="On-Site"; "Dale West";WorkRequestType="On-Site Inventory Solutions"; "Dale West";ProjectSize = ""; ""; ProjectSize ="20-200" ;"David Thomas";ProjectSize ="501-1000" | ProjectSize ="1001-2500"|ProjectSize = "2500+";"Tom Hobbs";"Dale West");
ASKER CERTIFIED SOLUTION
Avatar of SysExpert
SysExpert
Flag of Israel image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
Basically if workrequesttype is NOT SELECTED in Workrequesttype(radiobutton) The project size comes into play..