Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hello together,
i have to formuals
sum({$<Nature={Actual}>}€)
and
Sum({<[year]={$(vYTDYear)} >}[€]))
vYTDYear = (max(year))
My Suggestion is
sum({$<Nature={Actual}>} <[year]={vYTDYear)}>}
Can you help me.
Thanks
Use this
sum({$<Nature={'Actual'} ,[year]={$(vYTDYear)}>}[€])
Hi,
try this:
Sum({$<Nature={'Actual'},year={$(#=vYTDYear)}>} [€])
$(#=) means QV has to read your variable as a Number.
Best regards
I think you are right. This expression should be enough.
Hello,
it Shows me the follow sign '-' in the table.
Do you know, why?
thank you, but it Shows only the value '0' in the table.
Do you have an other idea?
Thanks.
Howz your max year variable was setup? Do you have equal sign in front of the expression in variable?
if yes use the expression I have posted above.
it will be easy if for us if you can share your sample QVW.