Skip to main content

I remember a while back when the new reports came out there was talk of the old reports module going away at some point.  

Anyone have any idea on when that might be?

We asked the same thing to our Customer Success Manager and were advised it will still be here for a while and they could not advise a date it would go away, they said if we didn’t want it to appear though we could recode some of the platform to hide it. Unfortunately we don’t have the code and have just left it as it is now and created guides for people to go to ‘new reports’ 
Hopefully someone else has a difinitive date it will go away as I am also curious to know 


We used localisation to add ** to highlight the new reports link making it appear as

**New Reports **

because we kept clicking on the old one by mistake!


You can also add some CSS to hide it from the menu. Although it might not be considered “Good Practice”, it would avoid people mistakenly clicking on it.

Here an example you could use (targeting the link of the anchor):

    div#menu_E-Learning ul li a0href="/legacy/admin/index.php%3Fr%3DreportManagement/index"]{
        display:none;
    }
Hope this helps! 😊

Thanks @Sébastien Arbour !


@Johfra FYI


@Jihane - Any update on this?


@JKolodner nope, and I am not the right person to ask. :( 

But generally I suggest to start to use the new Reports, let share with you 2 KB articles:

- How to migrate old reports to the the new reports - here 

- Creating new reports - here 


Anyone know if there’s an update on this?  For a module that was supposed to be retired over a year ago, it’s annoying to have to continuously inform my team that they can’t find what they’re looking for because they’re clicking on the link that says “reports” instead of “new reports.”  It’s extremely frustrating that Docebo’s response to this for over a year has been to write custom code for your own platform because they can’t seem to follow through on anything.


Reply