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

Alteryx Designer Desktop Discussions

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

About - [_CurrentField_]

ashokojha
5 - Atom

Hi,

In attached workflow why I am not able to use exp like this ?      IF [_CurrentField_] = 15 THEN 1 ELSE 0 ENDIF

I know I can use column "Apple" in my workflow but In my real workflow I have a cross tab which create every time different set of columns so my column names always changes. I need to use dynamic column so expression needs to be using _CurrentField_ not column name.

 

Thanks - Ashok

1 REPLY 1
Thableaus
17 - Castor
17 - Castor

Hi @ashokojha 

 

If you want to create a column rule for an unknown field, you should check this topic.

 

I think Current Field takes in consideration the possibility of any field in your dataset, because you have a date field type present, the rule doesn't work. 

 

Chers,

 

Labels
Top Solution Authors