qlik-oss / server-side-extension

A Qlik server-side extension protocol for extending the Qlik built-in expression library with functionality from external calculation engines.
MIT License
155 stars 126 forks source link

Changing the return types with TableDescription gives error in FullScriptSupport using Pandas #28

Closed josefinestal closed 6 years ago

josefinestal commented 6 years ago

Description

Choosing a different data type of the returned columns in the tableDescription gives an error if the data type differs from the function's return type.

Steps to Reproduce

  1. Open the FullScriptSupport using Pandas app
  2. Navigate to the Data Load Editor
  3. In the vScript variable, change field.dataType = 1 to field.dataType = 0
  4. Reload the script.
  5. The reload will fail with the following error: image

Versions