
Not applicable
2014-02-13
11:44 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
peek function?
Load Field, Value,
A1, 12
B1, 13
C1 14
how can i use the peek function to get the value for c1 even if i move c1 up to the first row in the data sheet..
591 Views
4 Replies

Not applicable
2014-02-13
11:47 AM
Author
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Not sure why we need to use Peek() here. Once the table is reloaded C1 will always be associated with 14. Maybe you can elaborate a little.
Thanks
AJ
434 Views

MVP
2014-02-13
11:47 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
You'll want to use the lookup() function instead:
lookup('Value', 'Field', 'C1', 'TableName')
434 Views

MVP
2014-02-14
04:30 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
PFA sample with data.
Vikas
Hope this resolve your issue.
If the issue is solved please mark the answer with Accept as Solution & like it.
If you want to go quickly, go alone. If you want to go far, go together.
If the issue is solved please mark the answer with Accept as Solution & like it.
If you want to go quickly, go alone. If you want to go far, go together.
434 Views


Master
2014-02-14
04:39 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Hi,
Alter load script, you can try in text object with this expression =Only({<Field = {'C1'}>} Value)
Regards,
Sokkorn
434 Views
