Skip to main content
Announcements
Qlik Connect 2025: 3 days of full immersion in data, analytics, and AI. May 13-15 | Orlando, FL: Learn More
cancel
Showing results for 
Search instead for 
Did you mean: 
soha1902
Creator
Creator

Money format issue

Hi All,

I have amount data in this format:

Amountqvw.png

In this format I am not able to perform kind of aggregation function like sum(). Please help me on this.

3 Replies
dplr-rn
Partner - Master III
Partner - Master III

You data is being read as text not as a number.

either do changes in your source i.e. how excel is generated or

remove £ from the value in excel using

PurgeChar(Amount, '£') as Amount

mikaelsc
Specialist
Specialist

settu_periasamy
Master III
Master III

Hi,

Try this in script

Num#(Amount,'£#') as Amount