Data Shuttle Expression Not Working
Hello,
I'm trying to create a Unique ID using an expression in Data Shuttle that looks at three columns. First, if there is a value in column A, then use that, if not use column B to create the first value (Value 1). Then I'm checking in column C to see this there's a value (Value 2). Then, I create the Unique ID, by looking for Value 2, if that's blank I use Value 1, if there is something in Value 2, I use that + Value 1.
Problem is, nothing happens when I run the data shuttle.
Any ideas on why this isn't working?
Thanks!
Answers
-
Can you share a screenshot of the expression?
-
Here's the expression:
=IF(ISBLANK(IF(ISBLANK([Current Requisition]@row), [Filled Requisition]@row, [Current Requisition]@row)), [Position ID]@row, [Position ID]@row + "-" + (IF(ISBLANK([Current Requisition]@row), [Filled Requisition]@row, [Current Requisition]@row)))
It works in the sheet, just not in the Data Shuttle expression.
Help Article Resources
Categories
- All Categories
- 14 Welcome to the Community
- Customer Resources
- 64.9K Get Help
- 439 Global Discussions
- 138 Industry Talk
- 471 Announcements
- 4.9K Ideas & Feature Requests
- 129 Brandfolder
- 148 Just for fun
- 68 Community Job Board
- 488 Show & Tell
- 33 Member Spotlight
- 2 SmartStories
- 300 Events
- 36 Webinars
- 7.3K Forum Archives
Check out the Formula Handbook template!