Do not input private or sensitive data. View Qlik Privacy & Cookie Policy.
Skip to main content

Announcements
Want to see what's currently in public preview? We've pulled it all together in one place. Check it out here
cancel
Showing results for 
Search instead for 
Did you mean: 
Not applicable

changing val

Hello,

how do i change all gross data having negative data for 8 - 13 [S/N] also 1 and 3 in [S/N] from negative to positive.

Labels (1)
1 Solution

Accepted Solutions
sunny_talwar
MVP
MVP

What if you use -> fabs(Sum (GROSS))

View solution in original post

2 Replies
sunny_talwar
MVP
MVP

What if you use -> fabs(Sum (GROSS))

Kushal_Chawda
MVP
MVP

Try,

Sum(Fabs(Gross))