Forums

Articles
Create
cancel
Showing results for 
Search instead for 
Did you mean: 

Syntax issue when creating a multi variable User Function

Colin MacDonald
I'm New Here
I'm New Here
Those new to the Atlassian Community have posted less than three times. Give them a warm welcome!
July 29, 2021

I have been trying to create a User Function with the Formulae section of columns.

The traditional way doesn't work at all:
WITH test(a,b) = a * b :

One variable functions with this syntax do work:

WITH test = a -> a * a:


I have then tried the same with multi variables but I can't get it to work:
Untitled.png

I can not figure out what I am doing wrong.

 

1 answer

1 accepted

1 vote
Answer accepted
Colin MacDonald
I'm New Here
I'm New Here
Those new to the Atlassian Community have posted less than three times. Give them a warm welcome!
July 29, 2021

Ok, this is a version issue. I am trying to do things in 6.4 while looking at 7.1 documentation.

Suggest an answer

Log in or Sign up to answer