SOLVED
Syntax problem trying to use Row-1
Options
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Mute
- Printer Friendly Page
MarshallG
8 - Asteroid
11-25-2015
12:00 PM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Notify Moderator
Hi all-
Can you please help me troubleshoot my syntax below. I am trying to fill null values with the previous row's value using the Multi-Field Formula tool and am getting a formula error of "Unknown variable...".
if IsNull( [_CurrentField_] )
then ([Row-1:_CurrentField_] )
else [_CurrentField_]
endif
Thanks!
Solved! Go to Solution.
Labels:
- Labels:
- Expression
- Preparation
2 REPLIES 2
chris_love
12 - Quasar
11-25-2015
12:05 PM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Notify Moderator
Hi
I'm afraid you can only use Row-1 in Multi-row formula. Not multi-field.
If you need multi-field over multiple rows then there are a few posts
already on the forum on that subject. I wont search for them as I'm sure
you will br able to find them - they were well titled.
Chris
I'm afraid you can only use Row-1 in Multi-row formula. Not multi-field.
If you need multi-field over multiple rows then there are a few posts
already on the forum on that subject. I wont search for them as I'm sure
you will br able to find them - they were well titled.
Chris
11-25-2015
12:30 PM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Notify Moderator
Got it. Thanks!

