Hi everyone,
i have a problem with my repeating group
adding data to list items ( number) it accept only the number one time
(Ex. if im ordring 1 Orange & 1 Apple & 3 bannana
the data is inserted to database 1,3 for qty but text item name is ok Orange, Apple, Bannana
Thanks ,
i know this is correct when i create new order
but later i need to desplay the order details ( Nmae, price , qty ) later in deferunt pages
so i creat Order x ( data type) to be ablue to display in a repeating group,
but the problem is the List cant accept the same num
ber 2 times
You would have a list of order items, each representing an item on an order, so you would have one for a banana and the quantity would be 1, one for an apple and the quantity would be 3, etc
Then do a search for all of these and display it in a repeating group of order items