Hi There
I have the following formula in using Basic Syntax:
if {RPT_Hours__Records___Additional_Comments.Agency} like "*Named*" then formula =
{@ExtActualPay} else if {RPT_Hours__Records___Additional_Comments.Project Name} = "Streamline" and {RPT_Hours__Records___Additional_Comments.Job Role} = "Learning Consultant" and {RPT_Hours__Records___Additional_Comments.Band Equiv} = 5 then formula = 62.50 else formula = {RPT_Hours__Records___Additional_Comments.MRP Catalogue Rate (Hourly £) Taken from MRP Catalogue}
if {RPT_Hours__Records___Additional_Comments.Agency} like "*Named*" then formula =
{@ExtActualPay} else if {RPT_Hours__Records___Additional_Comments.Project Name} = "Streamline" and {RPT_Hours__Records___Additional_Comments.Job Role} = "Learning Consultant" and {RPT_Hours__Records___Additional_Comments.Band Equiv} = 6 then formula = 68.75 else formula = {RPT_Hours__Records___Additional_Comments.MRP Catalogue Rate (Hourly £) Taken from MRP Catalogue}
if {RPT_Hours__Records___Additional_Comments.Agency} like "*Named*" then formula =
{@ExtActualPay} else if {RPT_Hours__Records___Additional_Comments.Project Name} = "Streamline" and {RPT_Hours__Records___Additional_Comments.Job Role} = "Learning Consultant" and {RPT_Hours__Records___Additional_Comments.Band Equiv} = 7 then formula = 68.75 else formula = {RPT_Hours__Records___Additional_Comments.MRP Catalogue Rate (Hourly £) Taken from MRP Catalogue}
if {RPT_Hours__Records___Additional_Comments.Agency} like "*Named*" then formula =
{@ExtActualPay} else if {RPT_Hours__Records___Additional_Comments.Project Name} = "Streamline" and {RPT_Hours__Records___Additional_Comments.Job Role} = "Learning Consultant" and {RPT_Hours__Records___Additional_Comments.Band Equiv} = 8 then formula = 75.00 else formula = {RPT_Hours__Records___Additional_Comments.MRP Catalogue Rate (Hourly £) Taken from MRP Catalogue}
if {RPT_Hours__Records___Additional_Comments.Agency} like "*Named*" then formula =
{@ExtActualPay} else if {RPT_Hours__Records___Additional_Comments.Project Name} = "Streamline" and {RPT_Hours__Records___Additional_Comments.Job Role} = "Learning Consultant" and {RPT_Hours__Records___Additional_Comments.Band Equiv} = 9 then formula = 75.00 else formula = {RPT_Hours__Records___Additional_Comments.MRP Catalogue Rate (Hourly £) Taken from MRP Catalogue}
if {RPT_Hours__Records___Additional_Comments.Agency} like "*Named*" then formula =
{@ExtActualPay} else if {RPT_Hours__Records___Additional_Comments.Project Name} like "*Tinker*" or {RPT_Hours__Records___Additional_Comments.Project Name} = "Semaphore" then formula = {RPT_Hours__Records___Additional_Comments.MRP Catalogue Rate (Hourly £) Taken from MRP Catalogue}/100*110
sorry its so long winded!
essentially the problem is the formula will only address 2 of my clauses..
for example:
1 else if 2 else if 3
It will work on 1 or 2, but never all 3.
If I toggle out anyone of these 3 statements if works for two, never three.. can anyone help at all?