HI Guys,
I have created a sharepoint list with 3 sections -
Each section has a couple of questions relating to Risk and the user populates the answer to these questions from a dropdown with either a "0", "2","5" or a "10"
At the end of each section I want some written commentary from the user justifying the overall Risk Score for sum of the values in that section - This is where my problem lies
How do I insert something what totals up the scores (for that section only) so it appears to the user when they are writing text to justify the Risk score for that section -
Please keep in mind I am a novice also - thanks
I did insert a text label and then the following formulae in the "text" ---
"Total Risk Score: " & Sum(Op_Score_1.value,DataCardValue7.value)
Name isnt valid 'value' isnt recognised
I changed value to .text and still the same problem
Also, the text label did not appear when hitting 'play' - Visibility is set to true