Hi there,
I have a BO report that groups total hours for 3 people. Each person has a different $ value. I need to multiply the hours * $
if ({person.lastname})="person1" then Sum ({@time}, {Person.LastName})*(12.50)
or if ({person.lastname})="person2" then Sum ({@time}, {Person.LastName})*(18.20)
else if ({person.lastname})="person3" then Sum ({@time}, {Person.LastName})*(21.25)
Thanks
I have a BO report that groups total hours for 3 people. Each person has a different $ value. I need to multiply the hours * $
if ({person.lastname})="person1" then Sum ({@time}, {Person.LastName})*(12.50)
or if ({person.lastname})="person2" then Sum ({@time}, {Person.LastName})*(18.20)
else if ({person.lastname})="person3" then Sum ({@time}, {Person.LastName})*(21.25)
Thanks