T
tg7
I am really having difficulty with a solution to this problem. Not much SQL
experience. Any help/suggestions appreciated:
I have a report based on a cross-tab query that shows the percentage results
from different audits conducted at different departments (17 departments,8
audits) .
I have a background color if there are no results submitted, and then three
other colors based on high, medium, low results. I have used the conditional
formatting for this.
I now need to have a different background color if the audit was not
applicable to the department. There are two fields in the table that can be
used to determine if the audit was not applicable "NotApplicable" (Y/N) or
"AuditReceived" (date).
I don't know how to include these in the cross-tab query (I already have
where statements in the query for the date the audit was due). I also don't
know if I could use the select case function in the report to format the
background? And if so, how to write the code.
Thanks
experience. Any help/suggestions appreciated:
I have a report based on a cross-tab query that shows the percentage results
from different audits conducted at different departments (17 departments,8
audits) .
I have a background color if there are no results submitted, and then three
other colors based on high, medium, low results. I have used the conditional
formatting for this.
I now need to have a different background color if the audit was not
applicable to the department. There are two fields in the table that can be
used to determine if the audit was not applicable "NotApplicable" (Y/N) or
"AuditReceived" (date).
I don't know how to include these in the cross-tab query (I already have
where statements in the query for the date the audit was due). I also don't
know if I could use the select case function in the report to format the
background? And if so, how to write the code.
Thanks