For Inactive Time STUs - In ADAPT there is a Gap Time and Adjusted Gap Time column. The ADAPT Inactive Time Dashboard only shows Gap Time. Can the Dashboard also pull the Adjusted Gap Time?
Hi @rilemroz
Welcome to the community!
Can you please elaborate your query in a little more detail so we can understand your requirement/problem and respond accordingly?
Hi @rilemroz
To get difference in minutes between two dates, you can use dateDiff function.
For Adjust Time Gap, you need to write ifelse calculation based on how it has been calculated in the Website.
Example:
dateDiff(OrderDate, ShipDate, "MI")
ifelse(
{Status} = 'Exempted', 0,
{Status} = 'Partially Exempted' AND {Exemption Reason} = 'Went to Amcare/Wellness', {GAP Time} - 10,
{Status} = 'Not Exempted', {GAP Time},
{GAP Time}
)
Hi @rilemroz
It’s been a while since we last heard from you. If you have any further questions, please let us know how we can assist you.
If we don’t hear back within the next 3 business days, we’ll proceed with close/archive this topic.
Thank you!
Hi @rilemroz
Since we have not heard back from you, I’ll go ahead and close/archive this topic. However, if you have any additional questions, feel free to create a new topic in the community and link this discussion for relevant information.
Thank you!


