Hi Alexander,Any KException is an kdb error that has occurred (shown in
an interactive kdb session as 'error). In this case the error is because
there is not function on the kdb process called "func". You should
change this to the function you're exp...
Hi Pranas,That command will create a table as you expect, it's just that
it doesn't return anything (which you'll also see if you run that line
in an interactive q session).To create a kdb representation of a table
(i.e. c.Flip), the easiest way is t...