Skip to main content

QlikView App Dev

Discussion Board for collaboration related to QlikView App Development.

Announcements
Skip the ticket, Chat with Qlik Support instead for instant assistance.
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