Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hello,
I'm trying to search the expression to make a setanalysis with variable.
Something like this :
=sum(
{$<
[aDate] = {"makedate(year(vDate),month(vDate),day(vDate))"}
sales
)
please,
thank you.
Hi,
Did you tried like this?
sum(
{$<
[aDate] = {"$(=makedate(year(vDate),month(vDate),day(vDate)))"}
sales
)
Hi,
Did you tried like this?
sum(
{$<
[aDate] = {"$(=makedate(year(vDate),month(vDate),day(vDate)))"}
sales
)
Perfect, it works, thank you.