Skip to main content
Announcements
See what Drew Clarke has to say about the Qlik Talend Cloud launch! READ THE BLOG
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