Hello,
I have a table for a custom object called Checklist_Item__c. We have a custom lookup field on Tasks that looks up to Checklist_Item__c. In the table, for each Checklist_Item__c record I would like to open a drawer that has some analytics on all of the Tasks related to that Checklist_Item__c. One of the metrics I want is the average time to complete tasks for each Checklist_Item__c. This is captured in a custom formula field on the Task called Age. So basically when I open a drawer for I want the average Age of all closed tasks related to that Checklist_Item__c.
I have tried this two ways: The first is a template field right in the drawer that displays the average Age aggregation in the Task Model. This will work for the first drawer opened, but once I open another drawer, the value from the first drawer will change to the second. The second way I have tried this is displaying the field in a table/field editor with a Context rule that says only display info when Task.Checklist_Item__c == Checklist_Item__c.Id. When this rule is applied no information shows up at all, not even the custom label I have for that field.
Is there a way to calculate this metric individually for each drawer without affecting the other drawers that have been opened?
Question
Record Metrics in a Drawer
This topic has been closed for replies.
Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.