Hello, I have one table.field that Contains strings like similar to this:
101C
102C
101N
102N
103C..... in no particular order. There are 2 types of codes. Some with C's and some with N's.
I need to separate the C's from the N's and make graphs for each.
I have a formula where the end result shows either one type or nothing. The problem is When I create a graph, I have a BLANK category being graphed as well. The blank is every record that did not fall into the formulas criteria.
Here's my formula:
@ReasonCodeC
//This reads the Reason Code, and if the 4th character is "C" it shows the code. otherwise it remains blank.
if mid({Tickets.Reason Code},4,1) = 'c' then
{Tickets.Reason Code}
******************
Does anyone know how to Split {Tickets.Reason Code) into 2
separate groups, so I can use them in graphs or crosstabs?
With my crosstabs, I was able to cheat and Checked "Suppress Blank Rows" but I havn't found any options like that in the Chart expert.
Any help would be greatly appreciated. V.85
Thanks
Andy
101C
102C
101N
102N
103C..... in no particular order. There are 2 types of codes. Some with C's and some with N's.
I need to separate the C's from the N's and make graphs for each.
I have a formula where the end result shows either one type or nothing. The problem is When I create a graph, I have a BLANK category being graphed as well. The blank is every record that did not fall into the formulas criteria.
Here's my formula:
@ReasonCodeC
//This reads the Reason Code, and if the 4th character is "C" it shows the code. otherwise it remains blank.
if mid({Tickets.Reason Code},4,1) = 'c' then
{Tickets.Reason Code}
******************
Does anyone know how to Split {Tickets.Reason Code) into 2
separate groups, so I can use them in graphs or crosstabs?
With my crosstabs, I was able to cheat and Checked "Suppress Blank Rows" but I havn't found any options like that in the Chart expert.
Any help would be greatly appreciated. V.85
Thanks
Andy