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

Announcements
Want to see what's currently in public preview? We've pulled it all together in one place. Check it out 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

Labels (1)
1 Solution

Accepted Solutions
tresB
Champion III
Champion III

Try like:

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

View solution in original post

2 Replies
tresB
Champion III
Champion III

Try like:

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

mohiahmed
Contributor III
Contributor III
Author

Brilliant, many thanks and works perfectly.