Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hello Friends,
I appreciate your time!
I have a variable say vSelect, which holds all the values which I select in my list box ProductID.
The definition for vSelect =Concat(DISTINCT ProductID,',')
When I select ProductID = 1,2,3,4,5 in my listbox ,vSelect is showing 1,2,3,4,5 in my desktop
but in Accesspoint it is only showing 2,3,4,5
I am using Ajax client !
Kindly let me know your valuable feedback on the same, as it is an urgent request, kindly share your ideas on the same
Thank you,
Kiruthiga