Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
=class(num(OrderDate-$(Vartoday)),$(varWidth),'dt') can any one explain this
In your case,
class(expression, interval [ , label [ , offset ]])
(Order-$(Vartoday)) // It calculates the difference b/w two dates. And $(varWidth) // It is the interval where comes from variable. dt is the calculation between the ranges.
Note - If you look, Help you may understand each
In your case,
class(expression, interval [ , label [ , offset ]])
(Order-$(Vartoday)) // It calculates the difference b/w two dates. And $(varWidth) // It is the interval where comes from variable. dt is the calculation between the ranges.
Note - If you look, Help you may understand each
but im nt geting in date formate
Can you show full cell rather hash code. And What if we remove dt in your statement?
now im geting like dis
Seems, Okay. What is the wrong?
in field date range im geting value instead of 'date'
May be this?
class(Date(OrderDate-$(Vartoday)),$(varWidth),'dt')