Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hello,
I have the following expression, now I want to ignore the selection of my default bookmark, which results in my date selection bringing up 0.
Sum({<[Registration Date YYYYMM]={$(=max([Registration Date YYYYMM])-108)}>} SSV_aanwezig)
Kind regards,
Wokter
Hi @wokter
try below expression
Sum({< date=, [Registration Date YYYYMM]={$(=max([Registration Date YYYYMM])-108)}>} SSV_aanwezig)
The date is a field used in the bookmark.
Hi @wokter
try below expression
Sum({< date=, [Registration Date YYYYMM]={$(=max([Registration Date YYYYMM])-108)}>} SSV_aanwezig)
The date is a field used in the bookmark.