Hello I am looking to create a cross tab based on the following
1. The count on items that do not have a particular item.
I was able to get the count on a field that did have information, BUT NOT ON THE COUNT THAT DID NOT HAVE INFORMATION.
so i want a cross tab that displays the number of tickets that did not input anything in a particular field.
I started the following
If {HPD_Help_Desk.Generic Categorization Tier 1}<> "Capacity, Human Error"
Then
isNull {HPD_Help_Desk.Generic Categorization Tier 1}
Else
True
But i do not think this is correct. Is null is supposed to give me the an expression that contains NO valid data....
Can anyone help?
-Tubby
1. The count on items that do not have a particular item.
I was able to get the count on a field that did have information, BUT NOT ON THE COUNT THAT DID NOT HAVE INFORMATION.
so i want a cross tab that displays the number of tickets that did not input anything in a particular field.
I started the following
If {HPD_Help_Desk.Generic Categorization Tier 1}<> "Capacity, Human Error"
Then
isNull {HPD_Help_Desk.Generic Categorization Tier 1}
Else
True
But i do not think this is correct. Is null is supposed to give me the an expression that contains NO valid data....
Can anyone help?
-Tubby