Skip to main content
Question

Calculating Order Backlog

  • October 9, 2024
  • 1 reply
  • 45 views

paul.lymbu
Level 1
Forum|alt.badge.img

I’m trying to determine how best to calculate order backlog by using the activity table and event statuses. The calculation would be used to render the data into either a table, histogram or bar chart grouped into week (Round_Week(Event_TimeStamp)). Please share any ideas or code examples.

1 reply

Forum|alt.badge.img+8

Hi Paul, 
i would go for a PQL function for the y axis and the round_week on the x-axis. The PQL could be PU_LAST of the status. Then you could combine it with a SUM(CASE WHEN….) where you flag a specific status. It would be nice if you can give a little more information - maybe a screenshot of the table so we can further proceed.

Best, 

Flo