Free Trial

Alteryx Designer Desktop Discussions

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

Unknown Variable error

Ctraore
7 - Meteor

Hello,

I am using the Dynamic Rename tool to rename the "Fees Total Amount" field to the corresponding period fees. The goal is to have the Dynamic Rename tool look at the PERIOD field and take the corresponding value. So, in this example, it would be "PERIOD10 FEES". I tried using a regex or even an IF formula but I keep getting the error saying Unknown Variable "PERIOD" when the variable clearly exists. Is there a way to achieve this such that the value of the period is included in the new name?

 

Thank you for your assistance.

1 REPLY 1
binuacs
21 - Polaris

@Ctraore you cannot assign a field value to the field name using dynamic rename tool, use the transpose/cross tab tool for that

image.png

Labels
Top Solution Authors