Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hello, in Qlikview it was easy to center the text of a filter in Qlik Sense. but with Qlik Sense the sistem automatically align it to the left or to the right. Can someboy help me to solve this issue? Thank you very much.
Hi,
In the default filter pane you can't chose the alignment of the text, but you could change the text type.
If you per say write:
Text(DimensionName) that makes it into a text field and will LEFT ALIGN it.
If you on the other hand change it to
Num(DimensionName) that will make it into a number field and RIGHT ALIGN it.
Otherwise get an extension like SimpleField: Qlik Branch
Best,
Ali A
Hi,
In the default filter pane you can't chose the alignment of the text, but you could change the text type.
If you per say write:
Text(DimensionName) that makes it into a text field and will LEFT ALIGN it.
If you on the other hand change it to
Num(DimensionName) that will make it into a number field and RIGHT ALIGN it.
Otherwise get an extension like SimpleField: Qlik Branch
Best,
Ali A
By Default: QS aligns Text data in left side & Numeric data in right side.
If you want to change this, then try something like this:
It can be done within a mashup.
Just add an addition stylesheet or alter the stylesheet of the mashup and add the following:
.qv-object-header {
margin-right: auto;
margin-left: auto;
padding: 0;
}
.qv-object .qv-object-title {
padding: 0;
}
.qv-object .qv-object-title.qv-rtl-layout {
padding: 0;
}
Hello Ali, thank you very much for your quick answer.
Saludos from brussels
Hello Bala, thank you very much for your quick answer.
Saludos from Brussels
Thank you. I do know how to do align right and align left but it sounds like from what you are saying, I will need Qlik Branch to make the text centered. Alas, the only extension I have is VizLib.
(it looks like someone made this post a few years ago; I wasn't sure if things have changed since then)