i want a really simple report:
A square tile and it should display a number for values > 0. The color of the tile should be managed no matter what numeric value is being displayed.
I tried to do it with mobile reports in sql server 2016 but there i can only color a tile dependent of the number that will be displayed.
Thing is i have two different logics. one for color one for the number.
You know of any built-in functionality of SSRS 2016 that can do that?