Skip to main content
Announcements
Have questions about Qlik Connect? Join us live on April 10th, at 11 AM ET: SIGN UP NOW
cancel
Showing results for 
Search instead for 
Did you mean: 
Anonymous
Not applicable

Qliksense - how to center the text of a filter in Qlik Sense?

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.

1 Solution

Accepted Solutions
bwisealiahmad
Partner - Specialist
Partner - Specialist

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.

Capture.PNG

Otherwise get an extension like SimpleField: Qlik Branch

Best,

Ali A

View solution in original post

5 Replies
bwisealiahmad
Partner - Specialist
Partner - Specialist

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.

Capture.PNG

Otherwise get an extension like SimpleField: Qlik Branch

Best,

Ali A

balabhaskarqlik

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;

}

Anonymous
Not applicable
Author

Hello Ali, thank you very much for your quick answer.

Saludos from brussels

Anonymous
Not applicable
Author

Hello Bala, thank you very much for your quick answer.

Saludos from Brussels

Breezy
Creator II
Creator II

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)