Skip to main content
Announcements
Qlik Connect 2024! Seize endless possibilities! LEARN MORE
cancel
Showing results for 
Search instead for 
Did you mean: 
francisvandergr
Partner - Creator II
Partner - Creator II

Help with formula

I have a formula which gives a year total from offertes.

sum({<Boekjaar = {$(=max(Boekjaar) )}>}Offerte\Offertebedrag) +

Now i want expand this formula with

Status='Open'

Can someone help me ?

Sum ({<Boekjaar = {$(=max(Boekjaar)-1)}>}Offerte\Offertebedrag) +

Sum ({<Boekjaar = {$(=max(Boekjaar)-2)}>}Offerte\Offertebedrag) +

1 Solution

Accepted Solutions
kaushiknsolanki
Partner Ambassador/MVP
Partner Ambassador/MVP

Hi,

    

Sum ({<Boekjaar = {$(=max(Boekjaar)-1)}, Status = {"Open"}>}Offerte\Offertebedrag) +

Sum ({<Boekjaar = {$(=max(Boekjaar)-2)}, Status = {"Open"}>}Offerte\Offertebedrag) +

            

Hope this will help you, If not please describe u r problem in detail.

Regards,

Kaushik Solanki

Please remember to hit the 'Like' button and for helpful answers and resolutions, click on the 'Accept As Solution' button. Cheers!

View solution in original post

1 Reply
kaushiknsolanki
Partner Ambassador/MVP
Partner Ambassador/MVP

Hi,

    

Sum ({<Boekjaar = {$(=max(Boekjaar)-1)}, Status = {"Open"}>}Offerte\Offertebedrag) +

Sum ({<Boekjaar = {$(=max(Boekjaar)-2)}, Status = {"Open"}>}Offerte\Offertebedrag) +

            

Hope this will help you, If not please describe u r problem in detail.

Regards,

Kaushik Solanki

Please remember to hit the 'Like' button and for helpful answers and resolutions, click on the 'Accept As Solution' button. Cheers!