Skip to main content
Announcements
Qlik Connect 2024! Seize endless possibilities! LEARN MORE
cancel
Showing results for 
Search instead for 
Did you mean: 
jjustingkm
Creator
Creator

Dashboard sheet title issue

I am using the below expression for dashboard title. The issue is the Last Refreshed is right aligned and displayed on the right side of the title bar, but the words on the right side is cutting off in a laptop but displayed fine in big screens. Any solution?

 

'Dashboard Title' &Repeat(Chr(160),180)&'Last Refreshed:' & ReloadTime()

2 Replies
mato32188
Specialist
Specialist

Hi,

you are manually defining where the Last Refreshed should be presented on page. Viewport varies from different devices. I recommend you to size your browser to find the smallest possible option (play a bit with the size of browser window) of your device and then set number of Chr(160) using Repeat function. Sheet title container is probably not behaving responsively for medium or large devices. 

BR

m

ECG line chart is the most important visualization in your life.
jjustingkm
Creator
Creator
Author

so there wont be any way to automatically align the titles right based on screen size?