Skip to main content
Hi.

I have a form that needs to be created wherein I need to multiply a datafield value with a decimal to get a score and then add all the scores up.

Where can I do this? Will this be within the K2 Forms in Visual Studio or in K2.Net Studio?


Please help.

Thanks.
Can you describe your process a little. You can write code for the front-end of that process that will calculate values and then store them in a K2 Datafield, or you can take the values from the front-end into the process and use code in a K2 Server Event to do the multiplication. Either way will work.

Reply