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: 
mohiahmed
Contributor III
Contributor III

Text box showing £ amount

Hello all,

I am trying to show text box in £, however I can;t seem to figure it out.

Any help would be great.

Expression I am using is

=sum(([Refund amount:],'£#,###'))

Many thanks

1 Solution

Accepted Solutions
tresesco
MVP
MVP

Try like:

Money(Sum([Refund amount:]),'£#,###')

View solution in original post

2 Replies
tresesco
MVP
MVP

Try like:

Money(Sum([Refund amount:]),'£#,###')

mohiahmed
Contributor III
Contributor III
Author

Brilliant, many thanks and works perfectly.