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

Announcements
Qlik Open Lakehouse is Now Generally Available! Discover the key highlights and partner resources here.
cancel
Showing results for 
Search instead for 
Did you mean: 
d_koti24
Creator II
Creator II

Regarding exp Calculation issue?

Hi All,

I have stright table.that table contains 4 dim,and 3 exp.

my req is :

idperiodfiddesce1e2e3
4_194/2/2015fp1abas0510
4_194/3/2015fp1afdf3215
4_194/4/2015fp1afdfdf5525
4_194/5/2015fp2adsdad10-535
4_194/6/2015fp2afa-5535
4_194/7/2015fp2asd101055

i want to add another exp e4:

that is the check sum of e1,e2,above e3

for example if i take  take 2 row :e1=3,e2=2,e3(above(e3))=10  now e4=15

                                      3 row:5+5+15=25

                                      4 row:10-5+25=35

idperiodfiddesce1e2e3e4
4_194/2/2015fp1abas0510
4_194/3/2015fp1afdf321515
4_194/4/2015fp1afdfdf552525
4_194/5/2015fp2adsdad10-53535
4_194/6/2015fp2afa-553535
4_194/7/2015fp2asd10105555

how to achieve this?

1 Reply
sunny_talwar

May be this:

(assuming e1, e2 and e3 are your expression labels)

=e1+e2+Above(e3)

where e1, e2 and e3 should turn blue because they are expression label we are referring to.

Best,

Sunny