ghostofelmo
IS-IT--Management
I am using the following formula to evaluate the total number of rooms in a job, using Crystal 8. The formula editor sees nothing wrong with the formula, but yet it returns no results. Any thoughts?
IF {P Folder 1.Room 1 Active} = True and {P Folder 2.Room 2 Active} = False then "1" else
IF {P Folder 2.Room 2 Active} = True and {P Folder 3.Room 3 Active} = False then "2" else
IF {P Folder 3.Room 3 Active} = True and {P Folder 4.Room 4 Active} = False then "3" else
IF {P Folder 4.Room 4 Active} = True and {P Folder 5.Room 5 Active} = False then "4" else
"5"
IF {P Folder 1.Room 1 Active} = True and {P Folder 2.Room 2 Active} = False then "1" else
IF {P Folder 2.Room 2 Active} = True and {P Folder 3.Room 3 Active} = False then "2" else
IF {P Folder 3.Room 3 Active} = True and {P Folder 4.Room 4 Active} = False then "3" else
IF {P Folder 4.Room 4 Active} = True and {P Folder 5.Room 5 Active} = False then "4" else
"5"