Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
good morning qlik-heads,
i am attempting to change a variable definition from 42887
to Floor(Num(MonthStart(Today(), -2)))
in the variable overview (i.e. from hard-coded to dynamic)
but QV does not seem to accept it ... it clears all cells in chart table.
any/all advices welcomed.
thank you in advance for you assistance,
& have a nice weekend.
Hi,
Try
=Date(Floor(Num(MonthStart(Today(), -2))))
Regards,
Andrey
May be this
=Num(MonthStart(Today(), -2))
thanks andrey
thanks sunny.
How can set the value of a variable in variable overview.
When i set the value of a variable in variable overview. The value has been removed after reopening the dashboard.