@Andre_Sostizzo For badges, it's more locked down to just your net accepted solutions (including your own posts that you marked as a solution).
For ranks, we use our older Admin Metrics, where there's a lot more to work with. When testing, I used this formula with success to only reward for solutions I made on other's posts.
net_other_solved_accepted_solutions >= 1
We typically see "net_accepted_solutions" being used in the rank formulas but this would be a good workaround for excluding solutions on your own topics.
Here are the metrics descriptions for Solutions in Admin Metrics:
Net Accepted Solutions net_accepted_solutions
The number of messages written and accepted by anyone in the community, minus the number of solutions that were revoked. This is the net change in the total number of accepted solutions in a given time period or for a given author/role.
Net Solved by the Question’s Author net_self_solved_accepted_solutions
This metric shows the net change in the total number of 'self-solved' accepted solutions for a given time period or author/role. A self-solved solution is one where the question and the solution are posted by the same author. We start with the number of messages written by a question's author and accepted by anyone as a solution, and subtract the number of solutions written by a question's author that were revoked. Questions answered by a moderator are not counted in this metric.
Net Solved by Others net_other_solved_accepted_solutions
This metric shows the net change in the total number of 'other-solved' accepted solutions for a given time period or author/role. An other-solved solution is one where the question and solution have different authors. We start with the number of solutions written by someone other than a moderator or the question's author and accepted by anyone, and subtract the number of solutions written by anyone other than a question's author that was revoked.
... View more