You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
x is treated as a function (fmtDate) call with two parameters (the string MMMM/yyyy and the now function call)
y however is treated as a function with three parameters. The MMMM yyyy appears as two different parameters instead of just one. This then causes the templating to fail.
Is this a bug?
How does one specify text with spaces to get y to return something valid?
The text was updated successfully, but these errors were encountered:
Given
where the data is defined as
x
is treated as a function (fmtDate
) call with two parameters (the stringMMMM/yyyy
and thenow
function call)y
however is treated as a function with three parameters. TheMMMM yyyy
appears as two different parameters instead of just one. This then causes the templating to fail.Is this a bug?
How does one specify text with spaces to get
y
to return something valid?The text was updated successfully, but these errors were encountered: