Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
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..
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
You'll want to use the lookup() function instead:
lookup('Value', 'Field', 'C1', 'TableName')
PFA sample with data.
Vikas
Hi,
Alter load script, you can try in text object with this expression =Only({<Field = {'C1'}>} Value)
Regards,
Sokkorn