Forum Discussion
Invoked custom column
- 9 years ago
This video illustrates how to copy AND how it solves the issue:
Probably you don't have the custom function.
If you copy a query, it is better to right-click the query, choose copy, and paste in the query editor of the destination file.
This will copy/paste the query plus all related queries, like the custom function in your case.
If you copy/paste the query steps, then you will only get the query steps; not any related queries.
For now I would suggest to copy/paste the custom function as well.
- Anonymous9 years agoNot applicable
Hi MarcelBeug,
what I did was to copy and paste the steps from the advance editor in the query editor.
As you can see from the file attached, the second step should be a Invoke custom columns but it's not.
- MarcelBeug9 years agoCommunity Champion
That is exactly what I tried to explain: because you didn't copy the function, the step isn't recognized as a step in which a custom function is invoked.
And that is why you get the error message, because "Transform File from ESDS (2)" doesn't exist
So just go back to your colleague and copy his "Transform File from ESDS (2)" function and paste it in your file.
- Anonymous9 years agoNot applicable
THanks MarcelBeug, how do I copy it?