is there anyway to retrive multiple transaction from 1 grid like multiple invoice number to a single field. I tried by using grid loop , but it only give me the 1 invoice number as result.
Hi Ian,
Have you tried adding a character function action to your loop? Using a Character Function action you can concatenate values together into one action result and then put that value into a field after the loop is done. If you want to see this in action take a look at the Print > Print Selected button on the Invoice screen.
-Michael
That was awesome, I did not think about using charater function to set up a value list, no wondering why i can not get the result. Thanks a lot, Michael.
Ian