Is there a way to remove the drill on year from a designer report? It comes with a drill path by default and there's no option to drill to nothing like in viz
@drosen theres a few ways to do this, the most non-destructive way would be to add an expression field to the report in place of the field you added and cast that field to a text. This will strip the drill string from the field.
Yep, that's what I ended up doing actually. Thanks