Hi
I am having problems with New Modern Text input values in a Gallery.
The sequence is as follows :-
Read items from a Table in CDS into a Gallery.
Sum items from a column in the Gallery. Get answer. Sum(galleryRows.AllItems,Value(TextColumn.Value))
Amend an item from the above column in the Gallery.
Press button to Sum up the (changed) column in the Gallery. Sum(galleryRows.AllItems,Value(TextColumn.Value))
But although the value in a column has changed, the Sum stays the same !
All I am trying to do is emulate SUM(.....) in Excel.
What am I missing ?
Thanks
Nigel