Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hi All,
I am using Multi KPI here to display text and using hide value to only display the label so that users can click on it and move to next corresponding sheet, Although I have aligned all of them left they don't seem to be because of length of string. What all alternatives can I use? or how to correct this issue I have tried reducing the font size but id doesn't work.
Hi, as it is MultiKpi object you are working on, one of workarounds would be to add additional css code to force alignment. So go to one of your multikpis, Appearance -> Styles and add css under 'Styles (CSS):
.qv-object-qsstatistic .label { text-align: left !important }
Hi, as it is MultiKpi object you are working on, one of workarounds would be to add additional css code to force alignment. So go to one of your multikpis, Appearance -> Styles and add css under 'Styles (CSS):
.qv-object-qsstatistic .label { text-align: left !important }
Hi, Thanks for the solution
Do you have a repository where such information is available for reference?
No, not as I know. As it is CSS style manipulation, objects and all just can be found with ctrl+shift+i in most browsers and inspecting elements. Basically, some CSS knowledge and 'try and error'.
For inspiration:
http://approbato.com/blog/customize-your-qlik-page-css-without-themes-trick/