Community Halloween is live until October 31st! Complete any 2 quick activities to earn the 2025 Community Halloween badge. Feeling brave? Check out the activities here
Start Free Trial

Alteryx Designer Desktop Discussions

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

Parse Error at char(0): Parse Error

Skander
6 - Meteoroid

Hi,

 

I am trying to identify the latest status for a policy by using a Multi-Row formula.

 

Formula =IF [PolicyNumber]=[Row+1:PolicyNumber] THEN 'no' ELSE [Answer] ENDIF

 

[PolicyNumber] is a V string

 

The following error is displayed:

 

Error: Multi-Row Formula (6): Parse Error at char(0): Parse Error

 

Thank you in advance for your help

12 REPLIES 12
DiganP
Alteryx Alumni (Retired)

@Skander 

 

It would just be IF [PolicyNumber]=[Row+1:PolicyNumber] THEN 'no' ELSE [Answer] ENDIF

 

You don't need the equal sign in the front. 

Digan
Alteryx
Skander
6 - Meteoroid

Amazing! Thanks!

Prasadh
5 - Atom

Prasadh_0-1615356841685.png

I am getting the same error but this seems more like a data error from the input file as the formula says just contains and the text BI, Can someone help?

Labels
Top Solution Authors