ErrorType: CONTEXTUAL_UNKNOWN_SYMBOL

hello team we faced an issue while importing one of the qs templates.

Below is the error message,

Unable to process your request while preparing the table view from your schema, calculated columns [height] are invalid. ErrorType: CONTEXTUAL_UNKNOWN_SYMBOL.

However we found the sequence of parameters was wrong where “height” column came before other field parameters in JSON thereby giving the ““InvalidParameterValueException” with the error message “CONTEXTUAL_UNKNOWN_SYMBOL.”” This solved the issue.

But main ask here is there any way directly obtain the correct order from export rather than manually just changing the order everytime which is not ideal? or any non-scripting option available?

thanks

Hello @ajio !

After looking into this and reading through the community it sounds like the best solution is the one that you worked through. Here is an example with a similar issue that the poster was able to solve. *Edit: I am going to mark this as a feature request as well.

1 Like