Skip to main content
Announcements
Introducing Qlik Answers: A plug-and-play, Generative AI powered RAG solution. READ ALL ABOUT IT!
cancel
Showing results for 
Search instead for 
Did you mean: 
Not applicable

How to Allign data in a column to Right or Left ?

Hi All,

I am facing the following problem . I have a column named Value and the data is placed in the Value Column as following .

How can I allign the data in the Value column to right . Please share if any functions available . I want to do it in the backend and use the column .

Value
2
3
4
5
1
2
3
4
5
6


Thanks in Advance ..

Regards,

Chakravarthy.

3 Replies
Not applicable
Author

I think you can do that using macro..

but why do it in the backend if you can set that in the property setting of the table??

deepakk
Partner - Specialist III
Partner - Specialist III

Hi,

use num(trim(Value)). I think this will help you.

use num only if it is a number field.

Not applicable
Author

Hi Mongkz & Deepak ,

Thanks for your reply . Actaully it is the data issue .Rectified it at the database level ....

Regards,

Chakravarthy.