I had an error:
Ranking is disabled, as the Filter Query for this board is not ordered by ascending Rank. Please check your filter configuration.
I found a solution for this error but can't implement it:
I don't have filter query with "Order by", the only one which I have is: project in (PRW, AGS, KVB) none of these individual projects (PRW, AGS, KVB) have some more filters than project in...
It's not asking you to have an order by clause, it's just saying "if you have one, you need to remove it first". You don't seem to have one, so you don't need to remove anything.
The second part of the fix is to add the correct sort order. Assuming your filter is "project in (PRW, AGS, KVB)", you need "project in (PRW, AGS, KVB) order by rank asc"
Online forums and learning are now in one easy-to-use experience.
By continuing, you accept the updated Community Terms of Use and acknowledge the Privacy Policy. Your public name, photo, and achievements may be publicly visible and available in search engines.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.