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: 
Not applicable

Expression in straight Table - Align right with Padding

I need to keep some space (2 spaces) between the actual number(right aligned) and the border. I tried using TEXT(NUM(Sales,'$ ###,#0')) & '  ' and few other methods (chr(10), RPAD etc).

Anyone tried? Please respond. Thanks, Ganesh.

7 Replies
Not applicable
Author

Anyone got a chance to try this? I tried that this is possible to Pivot table but not working for Straight Table. In Pivot table I add a blank column and remove borders before that column. It gives the same effect.

Anonymous
Not applicable
Author

Hi,

How about:

=SUM(1000)&'     '&CHR(15)

Right align Text and Numeric.

Kind regards

Niklas

ecolomer
Master II
Master II

See this option:  

=Num(Importe, '#.##0,00 € ')&'      '&'|'

p04.png

Not applicable
Author

Thanks Niklas. That worked. Thanks all for your time.

Not applicable
Author

Unfortunately it doesn't work in Webview. I am assuming it wont in Accesspoint too.

Just marked unanswered to get some more inputs if i can.

Anonymous
Not applicable
Author

Are you sure?

It is just a question of how many spaces you put in.

See WebView example below with and without spaces.

WebVIew.PNG.png

Not applicable
Author

Sorry Niklas, I am trying to see what could be wrong. Your screen does show it is working. It is not the number of spaces, I tried and not working.