Skip to main content
Announcements
Introducing a new Enhanced File Management feature in Qlik Cloud! GET THE DETAILS!
cancel
Showing results for 
Search instead for 
Did you mean: 
Not applicable

absolute value in load script

Hi guys,

I need to use absolute value of a column data in load script and i was trying

Load

abs(amount) as amount

from my.qvd;

But it does not work.

Any idea?

Regards,

Saurabh

1 Solution

Accepted Solutions
swuehl
MVP
MVP

I think you need to use fabs() function.

View solution in original post

1 Reply
swuehl
MVP
MVP

I think you need to use fabs() function.