Hello all,
I have a report that pulls a Phone Call report query I made, and sorts it by the person that has been on the phone the longest(minutes). The report shows the name of the person, total duration, and total calls.
My first problem is that I need to make an If statement to change the text from black to green if it is above a certain number. For example, if John Doe has 20 minutes of time on the phone, he should be in the green. 15-19 minutes would be yellow as the "almost there but not quite" color.
This is something I can figure out easily, but my second problem is that this report is sent out 4 times a day. So I need to make the minimum of 20 minutes for green increase by the next Call Report; making it 40 instead of 20 now.
Is this possible to do? IE: If >20 before 11pm, make the text green. If >40 before 1pm, make the text green. Else make black.
Im trying to automate this so I don't have to touch it, hence the time of the day factor.
Wes
I have a report that pulls a Phone Call report query I made, and sorts it by the person that has been on the phone the longest(minutes). The report shows the name of the person, total duration, and total calls.
My first problem is that I need to make an If statement to change the text from black to green if it is above a certain number. For example, if John Doe has 20 minutes of time on the phone, he should be in the green. 15-19 minutes would be yellow as the "almost there but not quite" color.
This is something I can figure out easily, but my second problem is that this report is sent out 4 times a day. So I need to make the minimum of 20 minutes for green increase by the next Call Report; making it 40 instead of 20 now.
Is this possible to do? IE: If >20 before 11pm, make the text green. If >40 before 1pm, make the text green. Else make black.
Im trying to automate this so I don't have to touch it, hence the time of the day factor.
Wes