Portal for ArcGIS – dashboard: I have a feature class called quarries, which contains a field for the quarry number (n_cadastro) that is repeated in some situations. For example, there may be a record for a quarry that is already licensed and also a record with a request for that same quarry for expansion.
However, I want to obtain a chart by quarry status (With guarantee, Provisional Authorization, Request, and Without Guarantee), ensuring that the quarry number is not duplicated and following this priority:
1 – With guarantee
2 – Provisional Authorization
3 – Request
4 – Without Guarantee
In other words, if there is a quarry with a guarantee and also a request for that same quarry, I only want the record with With guarantee to appear, ignoring the request. If there is a request for a quarry and also a record Without guarantee, only the Request record should appear.
How should I proceed to achieve what I want?
Thank you for your help.
Best regards.