Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hi all,
i have small requirement to add values in qlikview in straight tables.
requirement example.
A B C SUM
----- ----- ------- ----------
1000 125 100 1225
2000 30 200 2230
3000 50 3000 6050
i want above sum values in straight tables . please share me solution.
regards
subbu
Try this,
Hi,
use A,B and C as dimension
Expression
Sum(A + B + C)
Regards
Hi,
PFA...