Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
You could create a variable vKEYID that is equal to the following:
=if(GetSelectedCount(Week) or sum({$<KEY_ID={'work'}>} [Accounted quantity]) = 0,'work prel','work')
and then the expression would be:
sum({$<KEY_ID={'$(vKEYID)'}>} [Accounted quantity])
Regards, Karl
Hi, Is that soultion more time efficient for the user ?
To me it is alot cleaner y easier to write and maintain. I don't know if it is easier to understand and I don't think it will calculate is less time. The only way to find out is by testing it.
Karl