I created a list manager & Shuttle to populate items , I want to sum of the all right side values of a shuttle using Dynamic Action, my created DA getting all values that are populated in the shuttle. in pic 1 what i getting, in pic 2 what i want
SELECT SRV_CODE||' _ '||SRV_RATE D,SRV_CODE R
FROM HSP_SRV
WHERE INSTR(':'|| V('P'||V('APP_PAGE_ID')||'_G_SRV_CODE')||':',':'||SRV_CODE||':')>0

