KX Community

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

Home Forums KX Academy Advanced Capstone 3.4 Re: Advanced Capstone 3.4

  • megan_mcp

    Administrator
    December 11, 2023 at 12:00 am

    Hi  !

    In order to execute across a handle, you must either use symbol or string execution.

    So instead of having:

     

    hdbH .perm.users

     

    Try using the string method:

     

    hdbH ".perm.users"

     

    Let me know if this works!

    Thanks,

    Megan