KX Community

Find answers, ask questions, and connect with our KX Community around the world.
KX Community Guidelines

Home Forums KX Academy advanced capstone project 1.4 Reply To: advanced capstone project 1.4

  • megan_mcp

    Administrator
    April 17, 2024 at 11:52 am

    Hi @masmail

    I believe this error is due to the way you structured your .Q.dpft function.

    If you take a look at the screenshot provided you will see that this namespace only accepts 4 arguments;

    • d is a directory handle
    • p is a partition of a database
    • f is a field of the table named by t below
    • t the name (as a symbol) of a simple table whose columns are vectors or compound lists

    The first two parameters are correct [f1DbPath;2020.01.02, ..] however you need to take a look at the order of your second two.

    Let me know if this helps!

    Thanks,

    Megan