Question
IF Statement Multiple Field Reference
I'm having a problem where I wrote the following if statement for a report to look at the hour type description and if it's a standard task hour type description, I want to pull in a custom field for the employees cost center. What's weird is this expression works, except that when the if statement is true, the value displayed is the person's name, not their cost center. I know the reference to the cost center works because I am using it elsewhere. Anyone experiencing this or know why it's not looking at the second reference in my True field? valueexpression=IF({hourType}.{description}="Hours associated with a Task",{DE:owner:Cost Center},{hourType}.{description}) PS. I already tried changing it to the {field reference}.{field reference} format and that returns blanks for the entire column. Keaton Beyer