Hi! I have made an xml import, I am importing a cell as follows
evaluate(table.field, myfield)
table(field, myfield)
the problem is if i do message before and after this code I am getting empty value and there is a value in the cell. the vaue is 'text01234'. if the vaue was only 'test' it would be okay
why and how can i fix this
0
Answers
What is the type of field?
What is the second line of code? looks invalid (or irrelevant) to me.