We are celebrating the 10-year anniversary of the Alteryx Community! Learn more and join in on the fun here.
Start Free Trial

Alteryx Server Discussions

Find answers, ask questions, and share expertise about Alteryx Server.

Unknown Function "Month" on Server 2019.3 but works in same version designer

hdkarki
7 - Meteor

Hello,

we are getting  Parse Error at char(3):Unknown function "MONTH" (Expression #2) in Alteryx Server 2019.3 but it works on Deigner version 2019.3.

2 REPLIES 2
mbarone
16 - Nebula
16 - Nebula

I'm not aware of any pre-packaged function called "Month" in Alteryx.  Could it be a macro or custom function that was saved?  The macro or custom function is probably saved on the local machine but not the server. 

patrick_digan
17 - Castor
17 - Castor

@hdkarki Month is a function included with @jdunkerley79 's Alteryx Abacus formula addins. They would need to be installed on the server. For the Month function in particular, Alteryx now has DateTimeMonth which is a built in function that can replace it.