Home › Forums › kdb+ › Concatenation issue for atomic values › Re: Concatenation issue for atomic values
-
Hey , this really helps. I used the type to see when the user selects multiple values.
q))type (“1″;”0”)
10h
q))type (“1″;”10”)
0hSo based on that i added the condition now which works fine for my scenario. Thanks a lot !!