Welcome to Community Week 2025! Join us to learn, connect, and be recognized as we celebrate the spirit of Community and the power of AI. Get the details  

Is it possible to change the hover over information on a report on a homepage?

maymunTesm
Kilo Expert

find_real_file.png

Apologies for grainy image, but is it possible to change what is displayed in the black hover over on a report?

Same for hovering over the question mark, I know how to change the contents of the question mark icon, but can you change the black hover over?

Thanks

1 ACCEPTED SOLUTION

Chuck Tomasi
Tera Patron

Possibly. The first place I would try is under System UI> Messages.



Search for a record with the key that contains "Total number of records is".



If you have one, change the message (not the key)



If you don't, create a new one with:


Key: Total number of records is: {0}


Message: Your new message



Note that {0} is the parameter that will display the number. If you want to include it, add {0} in the appropriate place.



Not sure if it will work, but that's where I'd start.


View solution in original post

3 REPLIES 3

Chuck Tomasi
Tera Patron

Possibly. The first place I would try is under System UI> Messages.



Search for a record with the key that contains "Total number of records is".



If you have one, change the message (not the key)



If you don't, create a new one with:


Key: Total number of records is: {0}


Message: Your new message



Note that {0} is the parameter that will display the number. If you want to include it, add {0} in the appropriate place.



Not sure if it will work, but that's where I'd start.


Thanks Chuck, that seemed to be where i had to look.


Not sure if i can do separate messages for each of these single score reports or if changing the messages can only change them all, but will investigate!



Thanks again


I don't think you can make separate messages for each report because they are both using the same underlying code to generate the message and it looks for that specific key.