Found this post when I was trying to solve the same problem. Didn't see documentation for how to access the levels of success from the rolls on the offical CoC 7th character sheet. I'm sure the API could handle it, and I hope the official sheet will at some point. In the mean time, I made a two-step option workable. Idea is player rolls against their dex for initiative, then set up a token macro to input their level of success and dex score so you can sort it properly. Be wary of the } in the &{tracker} part as if it gets changed to a } it breaks. ?{Level of Success|
Failure, [[@{selected|dexterity}/100 &{tracker}]]|
Normal Success, [[10+@{selected|dexterity}/100 &{tracker}]]|
Hard Success, [[20+@{selected|dexterity}/100 &{tracker}]]|
Exceptional Success, [[30+@{selected|dexterity}/100&{tracker}]]|
Critical Success, [[40+@{selected|dexterity}/100 &{tracker}]]
}