Hi @RadAndric , Depending of your database engine, you can add your
custom xtk function by importing a package with a funcList entitiy
:
//YOURENGINE can
be PostgreSQL,RedShift,Oracle,SybaseIQ,MySQL,DB2,Teradata etc. //SQLCODE
must be the SQL expression to extract the JSON, using the argument with
$X for placing argumentYou'll have to disconnect / reconnect your
console to see your new function in every query assistant functions list
(the 'Edit formula with expression part').Got exact...