Start Free Trial

Alteryx Designer Desktop Discussions

Find answers, ask questions, and share expertise about Alteryx Designer Desktop and Intelligence Suite.

Parse Error at char(##): Malformed Function Call (Expression #1) (Tool Id: ###)

wonka1234
10 - Fireball

Hi,

 

How come when i run my app through the server I get this error?

  • Parse Error at char(27): Malformed Function Call (Expression #1) (Tool Id: 256)
  • Parse Error at char(33): Unknown variable "Allowance" (Expression #2) (Tool Id: 256)
  • Parse Error at char(4): Unknown variable "Access_Type" (Expression #3) (Tool Id: 256)

 

How can I resolve this?

 

Tool 256:

 

wonka1234_0-1677277072911.png

 

7 REPLIES 7
binu_acs
21 - Polaris

@wonka1234 what is the data type of the field max_file_days_with_days?

wonka1234
10 - Fireball

@binu_acs  Date type fields

binu_acs
21 - Polaris

@wonka1234 Can you also check the data type of the fields c_action_date, min_file_date?

wonka1234
10 - Fireball

@binu_acs  look to be date fields aswell

binu_acs
21 - Polaris

@wonka1234 I think there is a data type issue with the c_Action_Date field otherwise you will see the result in the data preview. Can you update your formula like below and try again?

 

binuacs_0-1677280840086.png

 

wonka1234
10 - Fireball

@binu_acs  ok let me test it, ill get back to you.

wonka1234
10 - Fireball

@binu_acs Still giving error :(

Labels
Top Solution Authors