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

Announcements
ALERT: QlikView server communication interruptions following Microsoft Windows Domain Controller security updates
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.