Field duration with condition
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-22-2023 06:45 AM
Hi,
I am struggling with one issue.
I need to measure value of one field ONLY if certain conditions are met.
Good example would catalog task table and tracking value of custom field called vendor when state is 'on hold' and on hold reason is 'awaiting vendor'
I've tried couple of options:
'field value calculation' type metric - it is bad because it doesn't look at context of other fields. Vendor value stays when state or on hold reason field value changes
'script calculation' type metric - it is a little bit too complicated to me to build and maintain. I created POC and then asked myself "what if vendor changes but state and on hold reason remain unchanged?" My brain exploded.
Last option I started considering is SLA Breakdown when I can trigger SLA by on hold and state condition and then do breakdown by vendor. Sounds great but I am not able to create SLA Breakdown :< So that is dead end.
I'd love to avoid mixing & matching multiple Excel Files to find that information. Do you have any experience with such cases? Thanks