I use BO 4.2 + SQL Server 2008 for reporting. Design mode for report allows using of data ranking in a query filters including percent ranking. For percent ranking BO calls PERCENT_RANK()
function in SQL Server. It appears the error message
'PERCENT_RANK' is not a recognized built-in function name
I know this function was introduced in SQL Server 2012. My questions are
- why BO Designer allows add percent rank to query and this button is not disabled/hidden working with SQL Server 2008?
- what ways to disable/hide this button?
p.s. You can find this button by way: -> Design of report -> Edit Data Provider -> Query Filter panel -> Add a database ranking -> set '% top' (See screen)
p.p.s Using BO 3.1 this button is disabled in my case and it is OK, but I need fix it for BO 4.2.
Thank you