
Not applicable
2013-11-20
11:39 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
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
4,207 Views
1 Solution
Accepted Solutions


MVP
2013-11-20
11:47 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
I think you need to use fabs() function.
1 Reply


MVP
2013-11-20
11:47 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
I think you need to use fabs() function.
