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

Announcements
Only at Qlik Connect! Guest keynote Jesse Cole shares his secrets for daring to be different. Learn More!
cancel
Showing results for 
Search instead for 
Did you mean: 
Not applicable

Text Object Align ?

Hi All;

i would like to align numbers after text in text object.
my foreground text below there.

Name : '&count({$}Name)&'
Surname: '&count({$}Surname)&
'


Thanks in advancce

1 Solution

Accepted Solutions
Not applicable
Author

Hi,

Here you are a solution using a few text objects.

Obviously I've wrote constant numbers, you can use expression either.

See attached.

Regards.

View solution in original post

5 Replies
Not applicable
Author

Hi,

You must use the follow code in the text object:

= 'Name: ' & Count({$} Name)

I hope it helps you.

Regards.

Not applicable
Author

Thanks

I use it but problem is after (:) this, i want to align numbers near (:) ?

Not applicable
Author

it have to seem like same line below there:

name :1234
surname :5678
country :9012

Like this...

Thanks in advance

Not applicable
Author

Hi,

Here you are a solution using a few text objects.

Obviously I've wrote constant numbers, you can use expression either.

See attached.

Regards.

Not applicable
Author

Thank you so much...

It is what i need...

Best Regards