Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Dears.
I dont know how to bring a data from a table, the example is like this.
I have Table1 that contains a field1 and Table2 with a Field2 and Field3, i want to define an expression where if the text contained in the field1 is the same than Field2 bring the Text contain in the field3 in a new field.
Is that possible and how to do it?
Thanks
Not sure how the data is structured, but may be this:
If(Field1 = Field2, Field3)
Are you wanting to do this in the script?
NO, i hope to do in a table
Not sure how the data is structured, but may be this:
If(Field1 = Field2, Field3)