J
Jmorrison
Good Morning all... I am in need of some assistance with a switch function in
a custom text field (Project 2007). I am thinking that there is a limit to
the number of chars allowed in the formula but need another opinion.
Here is my formula:
Switch([Text2]="MVA_P1_PRJ_001","PMO",
[Text2]="MVA_P1_PRJ_002","Programme Security",
[Text2]="MVA_P1_PRJ_003","Facilities - Initial Location",
[Text2]="MVA_P1_PRJ_004","Facilities - Master Plan",
[Text2]="MVA_P1_PRJ_005","Phase 2 SOW",
[Text2]="MVA_P1_PRJ_006","Release 0.1",
[Text2]="MVA_P1_PRJ_007","Release 1.0",
[Text2]="MVA_P1_PRJ_008","Digitized Database & Hosting",
[Text2]="MVA_P1_PRJ_009","Business Support Systems",
[Text2]="MVA_P1_PRJ_010","RFID Blueprint",
[Text2]="MVA_P1_PRJ_011","Organizational Design",
[Text2]="MVA_P1_PRJ_012","Business SProcess Design",
[Text2]="MVA_P1_PRJ_013","Change Management",
[Text2]="MVA_P1_PRJ_014","Training",
[Text2]="MVA_P1_PRJ_015","Business Planning & Readiness",
[Text2]="MVA_P1_PRJ_016","Programme Communications",
[Text2]="MVA_P1_PRJ_017","Multi-Year Plan",
)
The off thing is if I remove the last 4 sections the formula works great,
add any more and it stops dead.
any ideas?
a custom text field (Project 2007). I am thinking that there is a limit to
the number of chars allowed in the formula but need another opinion.
Here is my formula:
Switch([Text2]="MVA_P1_PRJ_001","PMO",
[Text2]="MVA_P1_PRJ_002","Programme Security",
[Text2]="MVA_P1_PRJ_003","Facilities - Initial Location",
[Text2]="MVA_P1_PRJ_004","Facilities - Master Plan",
[Text2]="MVA_P1_PRJ_005","Phase 2 SOW",
[Text2]="MVA_P1_PRJ_006","Release 0.1",
[Text2]="MVA_P1_PRJ_007","Release 1.0",
[Text2]="MVA_P1_PRJ_008","Digitized Database & Hosting",
[Text2]="MVA_P1_PRJ_009","Business Support Systems",
[Text2]="MVA_P1_PRJ_010","RFID Blueprint",
[Text2]="MVA_P1_PRJ_011","Organizational Design",
[Text2]="MVA_P1_PRJ_012","Business SProcess Design",
[Text2]="MVA_P1_PRJ_013","Change Management",
[Text2]="MVA_P1_PRJ_014","Training",
[Text2]="MVA_P1_PRJ_015","Business Planning & Readiness",
[Text2]="MVA_P1_PRJ_016","Programme Communications",
[Text2]="MVA_P1_PRJ_017","Multi-Year Plan",
)
The off thing is if I remove the last 4 sections the formula works great,
add any more and it stops dead.
any ideas?