Jeremiah31
Programmer
In my report I created a grouping based on the store number. (There's 113 stores)
I have a formula column that determines if a service failure has occurred. The formula I'm using is:
Name of formula is Service Failure.
If {@WorkingDays} = {Sheet1_.DaysOut}then
"Yes"
Else
"No"
I'm trying to calculate the percentage of "Yes" within each store grouping. For example, store 100 has 15 total deliveries 12 Yes and three No. I need help creating a formula field to show 80%.
I have a formula column that determines if a service failure has occurred. The formula I'm using is:
Name of formula is Service Failure.
If {@WorkingDays} = {Sheet1_.DaysOut}then
"Yes"
Else
"No"
I'm trying to calculate the percentage of "Yes" within each store grouping. For example, store 100 has 15 total deliveries 12 Yes and three No. I need help creating a formula field to show 80%.