Skip to main content
Announcements
Qlik Connect 2024! Seize endless possibilities! LEARN MORE
cancel
Showing results for 
Search instead for 
Did you mean: 
Not applicable

sum

ok ,

i have this expression :

(Sum(TEDAD_NIROOYE_ENSANI_TAHSILAT*ZARIB_TAHSILAT_M)

/

Sum ({<L3_NOE_ESTEKHDAM_CODE={1,2}>} TEDAD_NIROOYE_ENSANI_ESTEKHDAM))

i want calculate  TOTAL  of that,how can i do that??

tnx Deepak

3 Replies
deepakk
Partner - Specialist III
Partner - Specialist III

hi,

Can you be more specific.. A bit of detail will help.

Deepak

Not applicable
Author

ok ,

i have this expression :

(Sum(TEDAD_NIROOYE_ENSANI_TAHSILAT*ZARIB_TAHSILAT_M)

/

Sum ({<L3_NOE_ESTEKHDAM_CODE={1,2}>} TEDAD_NIROOYE_ENSANI_ESTEKHDAM))

i want calculate  TOTAL  of that,how can i do that??

tnx Deepak

deepakk
Partner - Specialist III
Partner - Specialist III

hi,

Try using total keyword..

(Sum(total TEDAD_NIROOYE_ENSANI_TAHSILAT*ZARIB_TAHSILAT_M)

/

Sum (total {<L3_NOE_ESTEKHDAM_CODE={1,2}>} TEDAD_NIROOYE_ENSANI_ESTEKHDAM))

Deepak