Dear Experts , I have peculiar requirement which i might be making more complicated. Here is the requirement.
Lets say X is the document that gets posted every day and Some documents are with "Y" status and some are not . Requirement is to calculate Percentage of document posted each "Month" with Y status . So KPI should look like
Jan 2023 - percentage of x document posted with y status in Jan are 10%
Feb 2023 - percentage of x document posted with Y status in Feb are 23%
My challenge is how to ensure in PQL query that in this formula given below i am only using Total document in "Given Month"
Formula = X document with y status / total docs posted in "Given Month" .
Any guidance / keyword / help is requested.