Field multiplication in view column

Hi,I am having an issue with a simple database which has two values input by the user (score A and score B using a from called ScoreForm), and calls two more values from within the same database but are input using a form called LoadForm (Load A and Load B). All of these values are to be multiplied together to give an overall score and I can get it to do this in the ScoreForm by using @GetDocField which puts the values into temp fields on the ScoreForm but I cannot get the multiplication of the fields to work in a view? I have tried various methods but none work - any ideas?

Subject: You can’t do that in a view.

You’ll have to do it on the UI side of things: an XPage, a Form, etc.

Subject: Never mind …