NealMathews
8 years agoQrew Trainee
Numeric Value for Multi-Select Text Field Items
I have a Multi-Select Text Field with different options, I'm trying to assign each of those different options a numeric value in a Formula-Numeric Field.
For For Example I have a multi-select text field called E1.
With Different Options:
FILE-Compliant
FILE-NOT Compliant
FILE-N/A
SCAN-Compliant
SCAN-NOT Compliant
SCAN-N/A
I'm trying to find the percentage of compliance for the items in field E1.
I was going to essential create 3 different formula numeric fields.
Formula Numeric Field 1=(Counts up all items selected in E1, except those with "N/A")
Formula Numeric Field 2=(Sums all of the "Values" that were assigned to the options in E1)
IE: FILE-Compliant=1, FILE-NOT Compliant=0, FILE-N/A=null
Then Formula Numeric Field 3=(This field would be FNF2/FNF1) Giving me a % of compliance for Field E1.
For For Example I have a multi-select text field called E1.
With Different Options:
FILE-Compliant
FILE-NOT Compliant
FILE-N/A
SCAN-Compliant
SCAN-NOT Compliant
SCAN-N/A
I'm trying to find the percentage of compliance for the items in field E1.
I was going to essential create 3 different formula numeric fields.
Formula Numeric Field 1=(Counts up all items selected in E1, except those with "N/A")
Formula Numeric Field 2=(Sums all of the "Values" that were assigned to the options in E1)
IE: FILE-Compliant=1, FILE-NOT Compliant=0, FILE-N/A=null
Then Formula Numeric Field 3=(This field would be FNF2/FNF1) Giving me a % of compliance for Field E1.