Hi there,
I have a base with the following tables
- Issue Log (All incoming issues raised)
- Issue type (All issues and how many times the can occur before an action is taken)
- Users (All the users linked to a specific issue)
I am trying to do the following.
a) User fills out the form logging a specific type of issue for a specific user.
b) I am looking at the number of times the specific type of issue can be logged before an action needs to be taken.
Where I am having trouble is the following
I want to know for that user how many times the specific issue has been linked to them to determine wether to take an action.
Ideally I’d like to do thing using something like a COUNTIFS based on the user and the number of times the specific issue being logged has occurred for that user.
The two fields I want to conduct the rollup for
Rather than having the total issues related for a specific shopper I want the number of times that specific issue has occurred for a shopper.
I can create a roll up on the shopper table for each type of issue, however, I’m then not sure how to define the column to look for based on the issue logged.