Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
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()
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
so there wont be any way to automatically align the titles right based on screen size?