Hi, need some help…
I want to keep track of records with different tags. Each tag# can be classified as good or bad.
Then count the % of each type of tags.
For example,
I can assign tag 1, tag 2, and/or tag 3, to a record.
Later on, I will mark the record as good or bad (for whole record, not just specific tag)
Then I want to get the following:
the % of good tag 1 among all tag 1s
the % of bad tag 1 among all tag 1s
the % of unchanged tag 1 among all tag 1s
the % of good tag 2 among all tag 2s
the % of bad tag 2 among all tag 2s
the % of unchanged tag 2 among all tag 2s
the % of good tag 3 among all tag 3s
the % of bad tag 3 among all tag 3s
the % of unchanged tag 3 among all tag 3s
There will always be more tags in the future and want the same results.
I tried the AI assistant, but don’t quite know how to structure it. Any help is appreciated.