ドット表記を使用して日付の年を抽出したいと思います。
q) myDate:2014.01.01;
q) myDate.year
2014i / works OK
しかし、関数内では、
f:{[x] :x.year};
f[myDate]
エラーが表示されます (KDB+ 用の Studio を使用しています)
An error occurred during execution of the query.
The server sent the response:
x.year
何がうまくいかないのですか?