Skip to main content
cancel
Showing results for 
Search instead for 
Did you mean: 
Not applicable

Alias function not working in Edit Script

Hi all

I tried to Concatenate two dimensions by using the statement

LOAD Field1 & '/' & Field2  as field from myFile;

But when I am creating a new object in my sheet it is still showing me two different fields instead of single field.

Please suggest me the changes to be done in my Script.

1 Solution

Accepted Solutions
Gysbert_Wassenaar

Did you actually reload the document after making the change in the script? Are you still loading Field1 and Field2 too, perhaps in another load?


talk is cheap, supply exceeds demand

View solution in original post

1 Reply
Gysbert_Wassenaar

Did you actually reload the document after making the change in the script? Are you still loading Field1 and Field2 too, perhaps in another load?


talk is cheap, supply exceeds demand