I'm trying to add charts to some reports. The data being worked with is in our change tool and I am grouping by change "type").
Right now the report is for a single team and the changes they submitted for a single month. I'm looking at changes that were a certain "type" (e.g. informational, standard, emergency, etc...) and if they were successful. I have group summaries for each group (again I'm grouping by "type" of change.
So for example there were a total of 10 emergency changes for the month. Say 8 were successful, 1 was unsuccessful, and one was canceled. Since canceled changes are never done I don't want to count them. So I want my percentage of successful changes to be 8 out of 9, not 8 out of 10.
I have a running total of changes that were NOT canceled that reset "on change of group". This will give me the total number of changes for each "type" group that are anything but canceled. I also have a running total of changes that are successful.
Now that I have those totals setup I want to say give me the percentage of successful changes.....
{#number of success changes} % {#number of changes that were not canceled}
This gives me the correct percentage. But when I go into chart expert and look at the data tab to set "Show Values" to my formula which finds the correct % it isn't in the list. I can use my summary % from the group footer but that will give a percentage of ALL changes, not all changes minus canceled.
Why does my formula no show in the list of fields to be used in the chart?
Right now the report is for a single team and the changes they submitted for a single month. I'm looking at changes that were a certain "type" (e.g. informational, standard, emergency, etc...) and if they were successful. I have group summaries for each group (again I'm grouping by "type" of change.
So for example there were a total of 10 emergency changes for the month. Say 8 were successful, 1 was unsuccessful, and one was canceled. Since canceled changes are never done I don't want to count them. So I want my percentage of successful changes to be 8 out of 9, not 8 out of 10.
I have a running total of changes that were NOT canceled that reset "on change of group". This will give me the total number of changes for each "type" group that are anything but canceled. I also have a running total of changes that are successful.
Now that I have those totals setup I want to say give me the percentage of successful changes.....
{#number of success changes} % {#number of changes that were not canceled}
This gives me the correct percentage. But when I go into chart expert and look at the data tab to set "Show Values" to my formula which finds the correct % it isn't in the list. I can use my summary % from the group footer but that will give a percentage of ALL changes, not all changes minus canceled.
Why does my formula no show in the list of fields to be used in the chart?