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

Announcements
Join us to spark ideas for how to put the latest capabilities into action. Register here!
cancel
Showing results for 
Search instead for 
Did you mean: 
bsbernabe
Creator
Creator

- Value

Hello there,


how to sum in expression if the value 6D2  - ?


Regards

Bing

1 Solution

Accepted Solutions
MK_QSL
MVP
MVP

RangeSum(6D1, 6D2)

View solution in original post

4 Replies
stabben23
Partner - Master
Partner - Master

Hi,

normally use the function sum() in Your Expression.

Sum(6D1)+sum(6D2)

MK_QSL
MVP
MVP

RangeSum(6D1, 6D2)

bsbernabe
Creator
Creator
Author

Thanks Staffan Johansson

          you are right regarding that normally this is the only way how to sum 6D1 + 6D2,  but my concern is how can i show the output like this?

  6D1                    6D2              6D1+6D2  

     1                       -                        1

     5                       -                        5

     1                       -                        1

     1                       1                       2

     1                       -                        1

bsbernabe
Creator
Creator
Author

Yeah !!

Thank You So much its Working..

Best Regards

Bing