KX Community

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

Home Forums kdb+ Concatenation issue for atomic values Re: Concatenation issue for atomic values

  • denakaran

    Member
    October 7, 2021 at 12:00 am

    Hi , in my case i’m giving a multiselect option which may pass 1 or 0 or 10 or 11-15 or Above 15 etc.. So that i’m facing this issue

    `q))`$(“1″;”0″;”11-15”)
    `1`0`11-15
    q))`$(“1″;”0”)
    `10
    q))`$(“10”)
    `10

    So user may select anything from the list together.