Skip to main content
Announcements
Qlik Connect 2025: 3 days of full immersion in data, analytics, and AI. May 13-15 | Orlando, FL: Learn More
cancel
Showing results for 
Search instead for 
Did you mean: 
francisvandergr
Partner - Creator II
Partner - Creator II

Error in Formula

Formula below gives an error

=sum( {$<Periode = >}, Grootboeknummer = {7190}>} Grootboekmutatiebedrag)     What i want is :  the sum of Grootboekbedrag for all periods before the selected period and only from grootboeknummer 7190.

How can i get this ?

I hoop to hear !

1 Reply
erichshiino
Partner - Master
Partner - Master

Hi, try this:

=sum( {$<Periode = {'<=$(=only(Periode))'} , Grootboeknummer = {7190}>} Grootboekmutatiebedrag) 

If it doesn`t work, we need to check the format of the field Period because, sometimes set analysis will not handle a date in a string format very well..

Hope this helps for now...

Regards,

Erich