Get Inspire insights from former attendees in our AMA discussion thread on Inspire Buzz. ACEs and other community members are on call all week to answer!

Alteryx Designer Desktop Discussions

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

IF Statement - how to comment?

Newt
8 - Asteroid

I have a financial workflow where the underlying data has the same general ledger code applied to several different types of events.  I'm writing IF statements to sort out this problem.  It would be great if I could comment the most bizarre of the IF statements with the reason why they have to exist -- what defect of the underlying data is being solved.  Is there syntax for adding a comment to an IF statement in Alteryx?

Thanks.

1 REPLY 1
Thableaus
17 - Castor
17 - Castor

Hi @Newt 

 

Yes if you type // you comment your line of code

 

OR /*Comment*/

 

Cheers,

Labels