Being a somewhat newbie is tryng to do the following possible or practical?
I select 4 fields.
Group - Qty - Size - Item order by group
- AA 2S AAS
- AA 3 M AAM
- BB 1 XL BBXL
- CC 1 S CCS
- CC 4 L CCL
- CC 2 XXL CCXXL
I am bringing the result set to a vb webservice where I want to display to the user just the group and sizes available(> 0) for that group.
Group Size (dropdownbox which contains the item number as the value)
AA S,M (select values AAS, AAM)
BB XL
CC S,L,XXL
I have tried to manipulate this on the webservice side but with forward only, can't seem to get it. Didn't know on Tsql side, if I can get the individual group with the size and associated item numbers for that group,into a single record for each group.
thanks
mark
No comments:
Post a Comment