Project Report - Weighted Ranking Query
I am creating a project report listing current projects. I am having trouble creating a query which lists the weighted ranking based of the data displayed in the 'Priority' and 'Benefit & Effort Score' columns.
The Priority allowed values are High, Medium, and Low. The Benefit & Effort Score value range from 1.0 to 10.0.
The expected report data for the Weighted Ranking allows users to see the Top 10 projects based on a combined high Priority and Highest Benefit & Effort score etc.
I am not sure of next steps to complete this query.
displayname=Weighted Ranking
textmode=true
valueexpression=IF({priority}="Medium","5")
valueformat=HTML
Thank you!
