Do not input private or sensitive data. View Qlik Privacy & Cookie Policy.
Skip to main content

Announcements
Qlik Open Lakehouse is Now Generally Available! Discover the key highlights and partner resources here.
cancel
Showing results for 
Search instead for 
Did you mean: 
beck_bakytbek
Master
Master

from left to right aligned

Hi Folks,

i have a question, in script area i used function subfield, and i have my output (see please attached example)

my question is: how can i align to the right side?

thanks a lot

beck

1 Solution

Accepted Solutions
sasiparupudi1
Master III
Master III

I guess it will be a bit of a trial and error depending upon your filter width..

Try something like

Repeat(chr(160),40) & YourDimension

and see if it helps?

View solution in original post

5 Replies
sasiparupudi1
Master III
Master III

Try adding it as a dimension in a table object

and you could change the alignment for the dimension

beck_bakytbek
Master
Master
Author

Hi Sasidhar,

you are right, but if use a straithtable, so i can implement your suggestion, but what if, when i am using Filter. Do you have any idea, how can i align within filter.

thanks a lot

sasiparupudi1
Master III
Master III

I guess it will be a bit of a trial and error depending upon your filter width..

Try something like

Repeat(chr(160),40) & YourDimension

and see if it helps?

beck_bakytbek
Master
Master
Author

Hi Sasidhar,

i used this expression:

Repeat(chr(160),70) & testfeld2 and have a following result: (please see attached example)

and it does look good

Thanks a lot for your advice and taking time to help me

beck

sasiparupudi1
Master III
Master III

Great!, I am glad that it helped you out.

All the best,

Sasi