Home › Forums › kdb+ › .Q.hdpf throws ` type Error. › Re: .Q.hdpf throws ` type Error.
-
Hi k-mambo,
A type error is a very general error, meaning it could be any number of issues.
The best place to start would be to confirm what arguments you are passing to .Q.hdpf and that each of the parameters are of the correct type as per .Q.hdpf
.Q.hdpf[historicalport;directory;partition;`p#field]
Additional resources:
- See ‘End of day‘ here: Building real-time tick subscribers | White Papers | kdb+ and q documentation – Kdb+ and q documentation (kx.com)
- See .Q.dpft (called by .Q.hdpf) Building real-time tick subscribers | White Papers | kdb+ and q documentation – Kdb+ and q documentation (kx.com)
Thanks for sharing your question on the KX Community!
Hope this helps,
David